 html {
  scroll-behavior: smooth;
}
	  @media (max-width: 768px) {
  .carousel-item h1 {
    font-size: 1.8rem;
  }
  .carousel-item p {
    font-size: 1rem;
  }
}
    .hero {
      background: linear-gradient(115deg, #23395d 54%, #00b894 100%);
      color: #fff;
      padding: 110px 0 70px 0;
    }
    .section-title {
      font-weight: 700;
      color: #23395d;
      margin-bottom: 44px;
      font-size: 2rem;
    }
    .stats {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 24px rgba(0,0,0,0.07);
      margin-top: -60px;
      z-index: 2;
      position: relative;
    }
    .about-list i {
      color: #00b894;
      margin-right: 8px;
    }
    .service-icon {
      font-size: 2.2rem;
      color: #00b894;
    }
    .team-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .testimonial-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
      padding: 1.2rem;
      margin-bottom: 28px;
    }
    .footer {
      background: linear-gradient(90deg, #23395d 60%, #00b894 100%);
      color: #fff;
      padding: 18px 0;
      border-radius: 16px 16px 0 0;
    }
	  /* Custom theme color for Nexus Engineering */
.text-theme {
  color: #0056b3; /* Deep blue – matches engineering brand tone */
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.stat-card-title {
  color: #212529;
}

.stat-card-text {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}
	  .cta-banner {
  padding: 70px 20px;
  background: linear-gradient(120deg, #0077b6, #00b4d8);
  text-align: center;
  color: #fff;
  border-radius: 0;
  margin: 0 0 0 0;
}
.cta-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.cta-content p {
  font-size: 1.11rem;
  margin-bottom: 27px;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btn {
  display: inline-block;
  padding: 16px 36px;
  background-color: #ffb703;
  color: #222;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.3s;
}
.cta-btn:hover { background-color: #ffaa00; color: #222; }
	  .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
	  @media (max-width: 767.98px) {
  #about .col-lg-6.text-center {
    margin-bottom: 2rem; /* adds space below the image */
  }

  #about .section-title {
    margin-top: 1rem; /* optional — adds subtle spacing above heading */
  }
}

/* Hero Section */
    .hero-about {
      background: linear-gradient(115deg, #23395d 60%, #00b894 100%);
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .hero-about h1 {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
    .hero-about p {
      max-width: 720px;
      margin: 0 auto;
      font-size: 1.1rem;
      opacity: 0.95;
    }

    /* About Intro */
    .about-intro img {
      border-radius: 10px;
      
    }
    .about-intro p {
      font-size: 1.05rem;
      line-height: 1.7;
    }
    @media (max-width: 767.98px) {
      .about-intro .col-lg-6.text-center {
        margin-bottom: 2rem;
      }
    }

    /* Mission-Vision */
    .mv-section {
      background: #f8f9fa;
      padding: 80px 0;
    }
    .mv-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 3px 12px rgba(0,0,0,0.05);
      height: 100%;
    }
    .mv-card i {
      font-size: 2rem;
      color: #00b894;
      margin-bottom: 15px;
    }

    /* Global Presence */
    .presence {
      padding: 80px 0;
    }
    .presence h3 {
      color: #23395d;
      font-weight: 700;
    }

    /* Why Choose Us */
    .why-choose {
      
      padding: 80px 0!important;
    }
    .why-card {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }
    .why-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }
    .why-card i {
      font-size: 2.5rem;
      color: #00b894;
      margin-bottom: 15px;
    }
.services-section {
      background: #f9f9f9;
      padding: 70px 0;
    }
    .service-card {
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }
    .service-card .icon {
      font-size: 2.5rem;
      color: #00b894;
      margin-bottom: 15px;
    }
    .service-card h5 {
      color: #23395d;
      font-weight: 700;
      margin-bottom: 15px;
    }
.service-img {
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .service-card:hover .service-img {
    transform: scale(1.05);
  }
   .why-choose-section {
      padding: 80px 0;
      background-color: #f9f9f9;
    }

    .section-title {
      font-weight: 700;
      color: #23395d;
    }

    .why-intro {
      max-width: 800px;
      margin: 0 auto 50px;
      text-align: center;
      font-size: 1.05rem;
      color: #555;
    }

    .choose-card {
      background: #fff;
      border: none;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      transition: all 0.4s ease;
      padding: 30px 25px;
      text-align: center;
    }

    .choose-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    .choose-icon {
      font-size: 2.5rem;
      color: #00b894;
      margin-bottom: 20px;
    }

    .choose-card h5 {
      color: #23395d;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .choose-card p {
      font-size: 0.96rem;
      line-height: 1.6;
      color: #555;
    }

    @media (max-width: 767px) {
      .choose-card {
        padding: 25px 20px;
      }
    }

.contact-section {
      padding: 80px 0;
    }

    .section-title {
      font-weight: 700;
      color: #23395d;
      text-align: center;
      margin-bottom: 15px;
    }

    .section-subtitle {
      text-align: center;
      color: #666;
      max-width: 600px;
      margin: 0 auto 50px;
    }

    .map iframe {
      width: 100%;
      height: 350px;
      border: 0;
      border-radius: 12px;
    }

    .contact-info {
      background: #fff;
      padding: 40px 30px;
      border-radius: 12px;
      
    }

    .contact-info h5 {
      color: #23395d;
      font-weight: 600;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .contact-info i {
      font-size: 1.2rem;
      color: #00b894;
      width: 28px;
      text-align: center;
    }

    .contact-info p {
      color: #555;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .contact-info a {
      color: #00b894;
      text-decoration: none;
    }

    .contact-info a:hover {
      text-decoration: underline;
    }

    @media (max-width: 767.98px) {
      .contact-info {
        margin-top: 30px;
      }
    }

  .quote-section {
      padding: 80px 0;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
      color: #23395d;
      margin-bottom: 15px;
    }

    .section-subtitle {
      text-align: center;
      color: #666;
      margin-bottom: 50px;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;
    }

    .quote-form {
      background: #fff;
      padding: 40px 35px;
      border-radius: 12px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    }

    .form-label {
      font-weight: 600;
      color: #23395d;
    }

    .form-control {
      border-radius: 8px;
      border: 1px solid #ccc;
      padding: 10px 15px;
    }

    .form-control:focus {
      border-color: #00b894;
      box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.25);
    }

    .btn-quote {
      background-color: #00b894;
      border: none;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 25px;
      width: 100%;
      transition: all 0.3s ease;
    }

    .btn-quote:hover {
      background-color: #019f7f;
    }

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}