body{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight:bold; 

}

p, span, li {
  font-family: 'Nunito', sans-serif;
  font-weight: 400; 
  line-height: 1.6;
 
}
body{
  overflow-x: hidden;
}


#logoimage{
  width:270px;
  height: 100px;
  margin-top: 10px;
}
 .custom-navbar {
    background-color:#071422;
  }
 .custom-navbar .nav-link,
 .custom-navbar .navbar-brand{
    color: #cda878;
  }
.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
    color:rgb(172, 169, 169)
  }

.nav-link li{
   font-size:17px;
   color: white;
    margin-left:0px;
    
   
}
.nav-link.active {
  color:rgb(120, 123, 124)!important;
  font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
  color: aliceblue;
  
}

/* starting of banner section */

 .banner-section {
  position: relative;
  height: 80vh;
  background-image:url(../new/images/executive-managers-analyzing.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(20, 0, 0, 0.5); 
  z-index: 1;
}

.banner-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  padding: 20px;
}

.banner-overlay h1 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
 font-family: 'Quicksand', sans-serif;
}

.banner-overlay p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #eee;
   font-family: 'Nunito', sans-serif;
}

.banner-btn {
  background-color:transparent;
  color: #fff;
  padding: 12px 28px;
  border: 1px solid white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
   
}

.banner-btn:hover {
  background-color: #0056b3;
}

/* end of banner section */

/* begining of second section */

.second-section{
    position: relative;
    padding: 30px 20px;
    top: 40px;
    bottom: 40px;
    font-size: 18px;
   
}

/* end of second section */

/* <!-- begining of speciality carousal --> */
.heading2{
  position: relative;
  text-align: left;
  color: hsl(240, 12%, 97%);
  font-size: 2.5rem;
margin-top: 20px;
  
}
.paragraph1{
  position: relative;
  text-align:left;
  color: #f7f7fc;
  font-size:1.50rem;
   
  
}
.button-wrapper {
  display: flex;
  justify-content: center; 
  gap: 20px;                
  margin-top: 10px;
}

.btn3,.btn4 {
  background-color: #1b1b1b;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  border:1px solid white;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn4 {
  background-color: #1b1b1b;
}


.special-carousel-section {
  position: relative;
  background-color: #1b1b1b;
  padding: 40px 20px;
 
}

.carousel-wrapper {
  margin: auto;
  overflow: hidden;
}

.carousel-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.carousel-header .text-content {
  flex: 1;
}

.button-wrapper {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
 
}

.carousel-controls {
  display: flex;
  justify-content:right;
  gap: 12px;
  margin-top: 10px;
  order: 3;
}

.carousel-btn {
  background:none;
  color:white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.cards-carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.cards {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
}
.cardheading{
  font-size: 20px;
  padding: 12px;
font-weight: 400!important;
 font-family: 'Quicksand', sans-serif;
}
.cardpara{
  font-size: 18px;
}
.card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.card-image img {
  width: 100%;
  height: 500px;
  display: block;
  filter: brightness(40%);
  object-fit: cover;
  transition: transform 0.5s ease;
  
}

.card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;  
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1; 
  pointer-events: none;
}


.card-image:hover img {
  transform: scale(1.1);
}


.card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.card-image:hover::before {
  opacity: 1; 
}

.overlay {
  position: absolute;
  bottom: 0;
  z-index: 2; 
  color: white;
  font-size: 20px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: transparent; 
}


/* <!-- end of speciality carousal --> */



/* begining of vision section */

.vision-hero {
  position: relative;
  top: 80px;
  background-image:url(../new/images/vision.jpg); 
  background-size: cover;
  height:90vh; 
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-overlay {
background: rgba(0, 0, 0, 0.5); 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-content {
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  
}

.vision-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
 
}

.vision-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}
#button4{
  position: relative;
    font-size: 16px;
    padding: 10px 20px;
    background-color:transparent;
    color: white;
    border-radius: 7px;
    border: 1px solid white;
    
}


/* end of vision section */

/* <!-- begining of division section --> */

.divisions{
  position: relative;
 margin-top: 40px;
  padding: 60px 30px;
}
.division-head{
  position: relative;
  top: 20px;
  font-size: 35px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
  
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  
  
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);

}
.division-image{
  display: block;
  display: block;
  margin: 0 auto;
  max-width: 200px; 
  object-fit: contain;
  height: 150px;
  flex-shrink: 0;
  
}
/* <!-- end of division section --> */

/* <!-- begining of core values --> */

.time-line{
   background-color: lab(18.57% 0.45 0.16);
}

.timeline-section {
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 20px;
    
    }

    #heading4 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 36px;
      color:white;
     font-family: 'Quicksand', sans-serif;
      
    }

    #core-values {
      position: relative;
    }

    .timeline-line {
      position: absolute;
      left: 50%;
      top: 0;
      width: 4px;
      height:100%;
      background: #0c0c0c;
      transform: translateX(-50%);
      overflow: hidden;
    }

  
    .timeline-slide {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin: 60px 0;
    }

    .content-box {
      width: 45%;
      background:hwb(180 23% 77%);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: all 0.6s ease;
      opacity: 0;
      transform: translateY(50px);
    }

    .content-box img {
      width: 100%;
      border-radius: 8px;
      height: 250px;
      object-fit: cover;
    }

    .timeline-head {
      font-size: 24px;
      margin-top: 15px;
      color:rgb(255, 253, 253);
      font-family: 'Quicksand', sans-serif;
     
    }

    .timeline-para {
      font-size: 16px;
      color: hsl(0, 0%, 100%);
      margin-top: 10px;
      font-family: 'Nunito', sans-serif;
      
    }

    .timeline-dot {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      background-color: hsl(0, 0%, 100%);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      transition: all 0.3s ease;
    }

    .content-box.show {
      opacity: 1;
      transform: translateY(0);
    }

    
/* <!-- end of core values --> */

/* <!-- begining of mission section --> */

.mission-split-section {
  position: relative;
 top: 10px;
  background-color:white;
  padding:10px;
}

.mission-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}

.mission-content {
  flex: 1 1 45%;
  text-align: left;
}

.mission-image {
  flex: 1 1 45%;
}

.mission-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  
}

.section-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #1b1b1b;
   font-family: 'Quicksand', sans-serif;
}

.mission-text {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}
  
/* <!-- end of mission section --> */

/* <!-- beginning of last image text --> */

.image-text-section {
  padding: 10px ;
  background:white;
}
.last-imagebox{
  font-size: 20px;
  font-family: 'Nunito', sans-serif;

}

.image-text-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.image-box {
  flex: 1 1 45%;
  padding: 10px;
}

.image-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.text-box {
  flex: 1 1 45%;
  padding: 10px;
}

.text-box h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn5 {
  background: #007bff;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
}

/* <!-- end of image text --> */

/* <!-- footer begining --> */


.footer {
  background-color: #071422;
margin-top: 20px;
  color: #fff;
  padding: 40px 20px;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
   width:270px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none!important;
  font-size: 14px;
  
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color:rgb(56, 172, 201);
}

.copyright {
  font-size: 13px;
  color: #ccc;
}

/* <!-- end of footer --> */






/* Responsive */


@media(max-width:992px){

    .cards {
    flex: 0 0 50%;
  }
    .mission-container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .mission-text {
    padding-left: 0;
    list-style-position: inside;
  }

  .mission-content .section-title {
    font-size: 1.8rem;
  }
}



@media (max-width: 768px) {
 
  .banner-overlay h1 {
    font-size: 1.8rem;
  }

  .banner-overlay p {
    font-size: 1rem;
  }

  .banner-btn {
    padding: 10px 20px;
  }
  .second-section{
    text-align: center;
  }
   .cards {
    flex: 0 0 100%;
  }
  
   .carousel-header {
    flex-direction: column;
    
  }

  .carousel-controls {
    margin-top: 15px;
    align-items: flex-end;
  }

  .text-content {
    width: 100%;
  }
   .vision-hero {
    text-align:center;
    height: 80vh;
  }

  .vision-content h2 {
    font-size: 1.8rem;
  }

  .vision-content p {
    font-size: 1rem;
  }
 .timeline-slide {
        flex-direction: column;
      }

  .timeline-dot {
    display: none;
  }

 .content-box {
        width: 90%;
        margin-bottom: 30px;
      }
  .section-title{
    text-align: center;
  }
  .mission-text{
    text-align: center;
  }
image-text-section .container {
    flex-direction: column;
    text-align: center;
  }

  .image-box, .text-box {
    flex: 1 1 100%;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    align-items: center;
    text-align: center;
  }

  .footer-links .link-row {
    justify-content: center;
  }
}