* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333;
  padding-top: 80px;
  overflow-x: hidden;
}
.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.navbar-brand img {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.nav-link {
  font-weight: 500;
  color: var(--dark) !important;
  position: relative;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background: #124578;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.btn {
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 576px) {

  .btn {
    padding: 10px 16px; 
      font-weight: 500;    
    font-size: 0.95rem;     
  }
}

.btn-primary {
  background: linear-gradient(135deg, #0066cc 0%, #003366 100%);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 102, 204, 0.2);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #004499 0%, #002266 100%);
}

.btn-outline-primary {
  background: transparent;
  color: #0066cc;
  border: 2px solid #0066cc;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, #0066cc 0%, #003366 100%);
  color: #ffffff;
  transform: translateY(-2px);
}


@media (max-width: 576px) {


  .navbar-brand img {
    height: 38px;
  }

  .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0;
    text-align: center;
  }

  .navbar {
    gap: 0.4rem;
    width: 100%;
  }

  .navbar .btn {
    font-size: 0.85rem;
    padding: 0.45rem;
  }

}


.hero-section {
  min-height: 100vh;
  background-color: #124578;
}


.span{
    color: #4dd0ff;
}


.text-gradient {
  background: linear-gradient(90deg, #0066cc, #003366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

    .hero-img {
      max-width: 100%;
      animation: float 4s ease-in-out infinite;
    }

    @keyframes float {
      0% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }


    @media (max-width: 991px) {
  .hero-section {
    padding: 3rem 0;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 2.2rem;
  }

  .hero-section p {
    font-size: 0.95rem;
    margin: 0 auto 1.5rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 2.5rem 1rem;
  }

  .hero-section h1 {
    font-size: 1.9rem;
  }

  .hero-section p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .hero-section .btn {
    padding: 0.6rem 2.2rem;
    font-size: 0.85rem;
  }
}



.services-section {
      background-color: #f8f9fa; 
    }
    
    .service-card {
      background-color: #124578;
      color: #ffffff;
      border-radius: 12px;
      padding: 32px;
      height: 100%;
    }

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 12px;
    }

    .service-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      margin: 0;
    }

    .phone-image {
      max-width: 100%;
      height: auto;
    }


@media (max-width: 576px) {

  .sec-title h2 {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }

  .sec-title p {
    font-size: 0.9rem;
    margin: 0 auto;
  }
}

    @media (max-width: 576px) {

  .services-section {
    padding: 2.5rem 1rem;
  }

  .service-card {
    padding: 20px;
    border-radius: 10px;
  }

  .service-card h5 {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .service-card p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .phone-image {
    max-width: 85%;
    margin: 1.5rem auto 0;
    display: block;
  }
}



       .card-box {
      background-color: #124578;
      color: #fff;
      border-radius: 14px;
      padding: 32px;
    }

    .card-box h5 {
      font-weight: 600;
      margin-bottom: 12px;
    }

    .card-box p {
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 0;
    }

    .card-icon {
      font-size: 32px;
      margin-bottom: 20px;
      display: inline-block;
    }

    .signup-link {
      margin-top: 40px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
    }

    .rating {
      font-size: 56px;
      font-weight: 700;
    }

    .stars {
      color: #2ecc71;
      font-size: 22px;
      margin: 12px 0;
    }

    .stat {
      text-align: center;
      padding: 32px 0;
    }

    .stat h3 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .divider {
      height: 1px;
      background-color: rgba(255,255,255,0.2);
    }

@media (max-width: 576px) {

  .card-box {
    padding: 20px;
    border-radius: 12px;
  }

  .card-box h5 {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .card-box p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .card-icon {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .signup-link {
    margin-top: 24px;
    font-size: 0.9rem;
    justify-content: center;
  }

  .rating {
    font-size: 38px;
  }

  .stars {
    font-size: 18px;
    margin: 8px 0;
  }

  .stat {
    padding: 20px 0;
  }

  .stat h3 {
    font-size: 28px;
  }

  .divider {
    margin: 12px 0;
  }
}


.faq-section {
  background-color: #f8f9fa; 
  padding: 4rem 0;
}

.accordion {
    max-width: 900px; 
    background-color: #124578; 
    padding: 20px;
    border-radius: 12px;
    margin: 40px auto;
    font-family: 'Arial', sans-serif;
}


.accordion-item {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion-header {
    background-color: #124578;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.05rem;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-header:hover {
    background-color: #0f3962;
}

.accordion-header::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
    content: '×';
    transform: rotate(0deg);
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    background-color: #f4f2f2;
    color: #1e2a3a;
    font-size: 0.95rem;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px; 
    padding: 15px 20px;
}


@media (max-width: 576px) {

  .accordion {
    padding: 16px;
    border-radius: 10px;
  }

  .accordion-item {
    margin-bottom: 12px;
  }

  .accordion-header {
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .accordion-header::after {
    right: 16px;
    font-size: 1.1rem;
  }

  .accordion-content {
    font-size: 0.88rem;
    padding: 0 16px;
    line-height: 1.6;
  }

  .accordion-item.active .accordion-content {
    padding: 12px 16px;
    max-height: 420px;
  }
}



.cta-section {
  background-color: #124578;
  border-radius: 16px;
  padding: 48px 0;
  color: #ffffff;
}

.cta-section .cta-subtitle {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.85;
}


@media (max-width: 576px) {

  .cta-section {
    padding: 32px 0.5rem;
    border-radius: 12px;
  }

  .cta-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .cta-title .span {
    font-size: 1.5rem;
  }

  .cta-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 100%;
  }

  .cta-section .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}

.footer {
  background: rgb(51, 51, 51);
  color: #ffffff;
  padding: 4rem 0 2rem;
}

.footer-section {
  margin-bottom: 2rem;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  font-weight: 600;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #124578;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #444444;
  padding-top: 2rem;
  margin-top: 2rem;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 576px) {

  .footer {
    padding: 3rem 1rem 1.5rem;
    text-align: center;
  }

  .footer-section {
    margin-bottom: 1.5rem;
  }

  .footer-title {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .footer-links li {
    margin-bottom: 0.4rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .social-links {
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .footer-bottom {
    font-size: 0.85rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}



.about-hero {
  background-color: #124578;
  color: #ffffff;
}

@media (max-width: 576px) {

  .about-hero {
    padding: 2.5rem 1rem;
  }

  .about-hero h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .about-hero h1 .span {
    font-size: 1.7rem;
  }

  .about-hero p.lead {
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }

  .about-hero .col-lg-5 img {
    display: none;
  }
}


form {
  padding: 30px;
}

form .form-label {
  font-weight: 600;
  color: #124578;
  margin-bottom: 6px;
}

form .form-control {
  border-radius: 8px;
  border: 1px solid #dbe3ec;
  padding: 12px 14px;
  font-size: 16px;
  transition: all 0.3s ease;
}

form .form-control::placeholder {
  color: #9aa7b2;
}

form .form-control:focus {
  border-color: #124578;
  box-shadow: 0 0 0 0.15rem rgba(18, 69, 120, 0.15);
}

form textarea.form-control {
  resize: none;
}

form button.btn-primary {
  background-color: #124578;
  border-color: #124578;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

form button.btn-primary:hover {
  background-color: #0f3962;
  border-color: #0f3962;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(18, 69, 120, 0.3);
}

@media (max-width: 576px) {

  form {
    padding: 16px;
  }

  form .form-label {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }

  form .form-control {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 6px;
  }

  form textarea.form-control {
    min-height: 120px;
  }

  form button.btn-primary {
    width: 100%;
    padding: 12px;
    font-size: 0.95rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}


@media (max-width: 576px) {

  .intro {
    padding: 2rem 1rem;
  }

  .intro h4 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.3;
  }

  .intro p.text-muted {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }

  .intro ul {
    padding-left: 1.2rem;
  }

  .intro ul li {
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }

  .intro > div.mb-5 {
    margin-bottom: 1.5rem;
  }
}
