body {
  font-family: 'Segoe UI', sans-serif;
}
.hero {
  background: url('images/chock.jpg') no-repeat center center/cover;
   background-size: cover;
  height: 650px; 
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .hero .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .hero h1, .hero p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .hero .col-md-6 img.img-fluid {
    width: 80%;          /* Make image smaller */
   
  }

  .hero .img-overlap {
    width: 100px;         /* Make welcome image smaller */
    height: auto;

    
  }

   
  .hero h1, .hero p {
    font-size: 0.7rem;
    line-height: 1.4;
   
  }

}
.highlight {
  color: #002377;
  font-size: 3.4rem;
  font-weight: bold;
}
.highlight3 {
  color: #002377;

}
.highlight2 {
  color: #DB5927;
  font-weight: bold;
  font-size: 3rem;
}
.services-card img {
  width: 100%;
  border-radius: 8px;
}
.section-title {
  text-align: center;
  margin: 60px 0 20px;
  
  
}
.about-box, .feedback-box {
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  margin: 10px;
}
.about-section {
  background: #046bd2;
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 60px;
}
.about-box h3 {
  font-size: 5rem;
  font-weight: bold;
  color: #046bd2;
}

.about-box p {
  font-size: 1rem;
  margin-top: 5px;
}

.wave-top svg {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #fff;
  color: white;
}

.footer .a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer-logo {
  max-width: 100%;
  height: auto;
}
.logo {
  max-height: 70px;
}
.testimonials .quote {
  font-size: 2rem;
  color: orange;
}
@media (max-width: 767.98px) {
  .logo {
    height: 55px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    border-bottom: 1px solid #737272;
    padding-bottom: 5px;
    padding-left:8px;
    margin-bottom: 5px;
  }
}
.navbar-nav .nav-link {
  font-weight: bold;
}
.custom-btn {
  background-color: #002377;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  color: white;
  padding: 12px 30px;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #001a5a;
}
.img-overlap {
  position: relative;
  top:40px; /* Adjust as needed */
  z-index: 1;
}
.hover-logo {
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.4s ease;
}

.hover-logo:hover {
  filter: none; /* Show actual/original color */
  transform: scale(1.1); /* Zoom-in effect */
}

.experience-card {
  border-radius: 16px;
  background-color: #f9f9f9;

  color: #333;
   box-shadow: -7px 6px 10px rgba(0, 0, 0, 0.4);
}
.exp-text{
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
 .highlight {
  color: #002377;
  font-size: 1.4rem;
  font-weight: bold;
}
.highlight2 {
  color: #DB5927;
  font-weight: bold;
  font-size: 1.7rem;
}

.exp-text{
  font-size: 14px;
  font-weight: 400 !important;
  color:#000;
}
}
.swiper-slide img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.swiper-slide img:hover {
  transform: scale(1.05);
}
.highlight4 {
  color: #DB5927;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 576px) {
  .about-box h3 {
    font-size: 1.5rem;
  }
  .about-box p {
    font-size: 0.9rem;
  }
}
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px 40px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.testimonial-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.stars {
  font-size: 1.2rem;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #333;
}

.quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #046bd2;
  color: #fff;
  padding: 20px 30px 20px 20px;
  border-bottom-left-radius: 30px;
  font-size: 20px;

}

.outline-icon {
  color: transparent;
  -webkit-text-stroke: 1px #001a5a; /* matches 'text-primary' color */
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 25%;
  color: white;
  text-decoration: none;
  transition: transform 0.3s;
}

.icon-box:hover {
  transform: scale(1.1);
}

/* Optional custom color for Instagram */
.bg-pink {
  background-color: #e1306c;
}
.copyright-bar {
  background-color: #002377;
  color: white;
  padding: 10px 0;
  font-size: 14px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
 padding-top: 5px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}
/* about hero section */
.about-hero {
  background: url('images/about.jpg') no-repeat center center/cover;
  position: relative;


}

.about-hero .overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}


.animated-image {
  max-width: 40%;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.who-we-are-section {
  background-color: #ffffff;
}



.float-animation {
  max-width: 90%;
  animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
/* vision and mission  */
.circle-wrapper {
  position: relative;
  width: 480px;
  height: 480px;
  margin: auto;
}

.circle-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  background-color: #fff;
}


.rotating-ring {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  border: 5px dashed #ccc;
  z-index: 1;
  animation: spin 10s linear infinite;
  opacity: 0.4;
}

.yellow-ring {
  border-color: #fcbf49;
}

.blue-ring {
  border-color: #007bff;
}

.bg-light-yellow {
  background: radial-gradient(circle, #fffbe6, #fff0b3);
}

.bg-light-blue {
  background: radial-gradient(circle, #e6f0ff, #cce0ff);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 767px) {
  .circle-wrapper {
    width: 280px;
    height: 280px;
  }

  .rotating-ring {
    width: 310px;
    height: 310px;
    top: -15px;
    left: -15px;
    border-width: 4px;
  }

  .circle-content {
    padding: 20px;
    font-size: 14px;
    text-align: center;
  }

  .circle-content i {
    font-size: 1.5rem;
  }

  .circle-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .circle-content p {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 40px 0;
    background-position: center top;
  }

  .animated-image {
    max-width: 80%;
    margin-top: 20px;
  }

  .float-animation {
    max-width: 80%;
    margin: 0 auto;
  }

  .about-hero .overlay {
    background: rgba(255, 255, 255, 0.95); /* slightly more visible on small screens */
  }

  .about-hero h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .about-hero p {
    font-size: 1rem;
    text-align: center;
    padding: 0 15px;
  }
  .breadcrumb-item{
    text-align: center;
  }

  .btn {
    display: block;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .who-we-are-section {
    padding: 2rem 1rem;
    overflow-x: hidden;
  }

  .who-we-are-section .float-animation {
    max-width: 90%;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .who-we-are-section .col-md-6 {
    text-align: center;
  }

  .who-we-are-section h2 {
    font-size: 1.8rem;
  }

  .who-we-are-section p.lead {
    font-size: 1rem;
  }

  .service-box {
    padding: 1rem !important;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .service-box i {
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
}
/* about team */
.team-section {
  background-color:  rgba(8, 2, 70, 0.6);
  position: relative;
}

.team-section .overlay {
  background: rgba(8, 2, 70, 0.6);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.team-section .container {
  position: relative;
  z-index: 1;
}

.team-img {
  width: 150px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: transform 0.3s ease;
}

.team-img:hover {
  transform: scale(1.05);
}

.timeline-section {
      padding: 60px 0;
    }

    .timeline {
      position: relative;
      border-left: 4px solid #002377;
      margin-left: 20px;
      padding-left: 40px;
    }

    .timeline-item {
      position: relative;
      margin-bottom: 40px;
    }

    .timeline-item:last-child {
      margin-bottom: 0;
    }

    .timeline-icon {
      position: absolute;
      left: -32px;
      top: 0;
      width: 50px;
      height: 50px;
      font-size: 20px;
      background: #db5927;
      color: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .timeline-content {
      background: #ffffff;
      border-radius: 10px;
      padding: 20px 25px;
      margin-left: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .timeline-item:hover .timeline-icon {
      transform: scale(1.2);
    }

    .timeline-item:hover .timeline-content {
      background: #f0f7ff;
      transform: translateY(-3px);
    }

    @media (max-width: 576px) {
      .timeline {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
      }

      .timeline-icon {
        position: relative;
        left: 0;
        margin-bottom: 10px;
      }

      .timeline-content {
        margin-left: 0;
      }
    }
/* services */
.service-hero {
  background: url('images/1.png') no-repeat center center/cover;
  position: relative;


}

.service-hero .overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
/* contact */
.contact-hero {
  background: url('images/contact.jpg') no-repeat center center/cover;
  position: relative;


}

.contact-hero .overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}


