.top-logo{
    width: 120px;
    height: auto;
}

.headingColor{
  color:#003B67
}
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 100px;
}

body {
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Navigation */
.navbar {
  padding: 1rem 0;
}

/* Hamburger Menu Toggle Icon */
.navbar-toggler {
  border: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
  transform: rotate(90deg);
}

/* Top Info Strip */
.top-info-strip {
  background: linear-gradient(90deg, #F6F6F6 0%, #F6F6F6 100%);
  color: #1e293b;
  padding: 0.6rem 0;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}

.top-info-strip i {
  font-size: 1rem;
  color: #1e293b;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #20C0F3;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 1rem;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #00bfff;
}

.btn-outline-primary {
  border-color: #20C0F3;
  color: #20C0F3;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background-color: #20C0F3;
  border-color: #20C0F3;
  color: white;
}

.btn-primary {
  background-color: #20C0F3;
  border-color: #20C0F3;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #1BA0D1;
  border-color: #1BA0D1;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(32, 192, 243, 0.3);
}

/* Hero Section */
.hero-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-badge {
  display: inline-block;
  background-color: #003B67;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-badge i {
  color: #fbbf24;
  margin-right: 0.5rem;
}

.hero-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #1a1a2e;
}

.hero-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.qr-section {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.qr-code {
  width: 100px;
  height: 100px;
}

.qr-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #00bfff 25%, transparent 25%, transparent 75%, #00bfff 75%, #00bfff), linear-gradient(45deg, #00bfff 25%, transparent 25%, transparent 75%, #00bfff 75%, #00bfff);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  border: 2px solid #00bfff;
  border-radius: 10px;
}

.app-buttons .btn-dark {
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  border-radius: 8px;
}

/* Phone Mockup */
.hero-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup {
  width: 300px;
  height: 600px;
  background: #1a1a2e;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  position: relative;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #f8fafc;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.phone-header {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.phone-notch {
  width: 120px;
  height: 25px;
  background: #1a1a2e;
  border-radius: 0 0 20px 20px;
}

.phone-content {
  padding: 1.5rem;
  color: #1e293b;
  background: white;
  min-height: 200px;
}

.sparsh-logo-phone {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #20C0F3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sparsh-logo-phone i {
  font-size: 2rem;
}

.phone-balance {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
  color: #1e293b;
}

.phone-transactions {
  margin-top: 2rem;
}

.phone-transaction-item {
  background: #f1f5f9;
  padding: 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}

.phone-transaction-item .amount {
  font-weight: 600;
  color: #20C0F3;
}

/* Recharge Section */
.recharge-section {
  /* background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%); */
  background-color: #26C1F7;
  padding: 80px 0;
}

.service-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s; 
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  color: white;
}

.service-icon i {
  color: white;
}

.bg-pink {
  background-color: #ff69b4;
}

.bg-purple {
  background-color: #9b59b6;
}

.bg-orange {
  background-color: #ff6b35;
}

.service-name {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

/* Promo Section */
.promo-section {
  padding: 60px 0;
}

.promo-card {
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s;
}

.promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.promo-blue {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.promo-orange {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.promo-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Pay Section */
.pay-section {
  padding: 80px 0;
}

.badge-tag {
  display: inline-block;
  background-color: #dbeafe;
  color: #20C0F3;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.badge-tag i {
  margin-right: 0.5rem;
  color: #20C0F3;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #1a1a2e;
}

.section-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 0.75rem 0;
  font-size: 1rem;
  color: #333;
}

.feature-list i {
  color: #20C0F3;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.phone-mockup-2 {
  width: 350px;
  height: 700px;
  background: #1a1a2e;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.phone-screen-2 {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 30px;
  overflow: hidden;
}

.payment-interface {
  padding: 2rem;
}

.payment-card {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  margin-top: 2rem;
}

/* Why Choose Section */
.why-choose-section {
  padding: 80px 0;
}

.feature-box {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  transition: all 0.3s;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #ff7506;
}

.feature-box h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-box p {
  color: #666;
  font-size: 0.95rem;
}

/* Instant Recharge Section */
.instant-recharge-section {
  padding: 80px 0;
      background: linear-gradient(141deg, #f8fafc 50%, #7fe6ff 100%);
}

.phone-mockup-3 {
  width: 350px;
  height: 700px;
  background: #1a1a2e;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.phone-screen-3 {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00bfff 0%, #0099cc 100%);
  border-radius: 30px;
}

/* Testimonials Section */
.testimonials-section {
  padding: 80px 0;
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
  padding: 0 0 80px 0;
}

.testimonial-slider .carousel-inner {
  min-height: 400px;
}

.testimonial-slider .carousel-item {
  min-height: 400px;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 360px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.stars i {
  color: #ffc107;
  font-size: 1.2rem;
}

.testimonial-card p {
  color: #666;
  line-height: 1.8;
  min-height: 120px;
  flex-grow: 1;
}

.avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* Carousel Controls */
.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #1e293b;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  transform: none;
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
}

.testimonial-slider .carousel-control-prev {
  left: 0;
}

.testimonial-slider .carousel-control-next {
  left: 70px;
  right: auto;
}

.testimonial-slider .carousel-control-prev:hover,
.testimonial-slider .carousel-control-next:hover {
  background-color: #20C0F3;
  transform: scale(1.1);
}

.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Carousel Indicators */
.testimonial-slider .carousel-indicators {
  display: none;
}

/* Download App Section */
.download-app-section {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background-color: #F5F7FA; 
}

.download-app-section h3 { 
  font-weight: 700;
}

.download-app-section .btn-dark {
  background-color: #1a1a2e;
  border-color: #1a1a2e;
  padding: 1rem 2rem;
}

/* Contact Us Section */
.contact-us-section {
  background: #f8f9fa;
}

.contact-us-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a2e;
}

.contact-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem !important;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(32, 192, 243, 0.15);
  border-color: #20C0F3;
}

.contact-icon {
  font-size: 2.8rem;
  color: #20C0F3;
  margin-bottom: 1.5rem;
}

.contact-card h5 {
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
}

.contact-card p {
  color: #555;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  line-height: 1.6;
  word-break: break-word;
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.contact-card a {
  color: #20C0F3;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-block;
}

.contact-card a:hover {
  color: #1BA0D1;
  text-decoration: underline;
}

/* Footer */
.footer {
  border-top: 1px solid #e0e0e0;
  background-color: #F5F7FA;
}

.footer h5 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a1a2e;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #20C0F3;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 0.5rem;
  color: #333;
  transition: all 0.3s;
}

.social-links a:hover {
  background-color: #20C0F3;
  color: white;
}

.partner-logo {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #f0f0f0;
  border-radius: 8px;
  font-weight: 600;
  color: #333;
}

/* Privacy Policy Page */
.policy-section {
  background-color: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.policy-header {
  padding: 3rem 0 2rem;
}

.policy-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
}

.policy-content {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.policy-intro {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 2rem;
}

.policy-intro .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
}

.policy-section-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2rem;
}

.policy-section-item:last-of-type {
  border-bottom: none;
}

.section-number {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-content {
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
}

.section-content p {
  margin-bottom: 1rem;
}

.section-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.section-content li {
  margin-bottom: 0.5rem;
}

.definition-list {
  list-style: none;
  padding-left: 0;
}

.definition-list li {
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-left: 4px solid #20C0F3;
  margin-bottom: 0.75rem;
  border-radius: 5px;
}

.contact-box {
  background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
  padding: 2rem;
  border-radius: 15px;
  border-left: 5px solid #20C0F3;
}

.contact-box h4 {
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-box a {
  color: #20C0F3;
  text-decoration: none;
  font-weight: 600;
}

.contact-box a:hover {
  text-decoration: underline;
}

.alert-info {
  background-color: #dbeafe;
  border-color: #20C0F3;
  color: #1e293b;
}

/* Refund Timeline Table */
.refund-timeline-table {
  margin-top: 1rem;
}

.refund-timeline-table thead {
  background-color: #f8f9fa;
}

.refund-timeline-table th {
  font-weight: 600;
  color: #1e293b;
  padding: 1rem;
}

.refund-timeline-table td {
  padding: 1rem;
}

/* Dispute Status Grid */
.dispute-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.dispute-status-item {
  text-align: center;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
}

.status-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.status-pending {
  background-color: #fef3c7;
  color: #92400e;
}

.status-review {
  background-color: #dbeafe;
  color: #1e40af;
}

.status-operator {
  background-color: #e0e7ff;
  color: #4338ca;
}

.status-resolved {
  background-color: #d1fae5;
  color: #065f46;
}

.status-success {
  background-color: #d1fae5;
  color: #065f46;
}

.status-closed {
  background-color: #fee2e2;
  color: #991b1b;
}

.alert-warning {
  background-color: #fef3c7;
  border-color: #fbbf24;
  color: #78350f;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .phone-mockup,
  .phone-mockup-2,
  .phone-mockup-3 {
    width: 280px;
    height: 560px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .promo-image{
    max-width: 100%;
  }
  .hero-actions {
    flex-direction: column;
  }

  .qr-section {
    flex-direction: column;
    text-align: center;
  }

  .phone-mockup,
  .phone-mockup-2,
  .phone-mockup-3 {
    margin-top: 2rem;
  }

  .policy-title {
    font-size: 2rem;
  }

  .policy-content {
    padding: 1.5rem;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}