@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
/* header started */
.logo img {
    height: 75px;
    width: auto;
}
/* Top Header */
.nav-link {
  color: #000;
  padding: 10px 15px;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
.nav-link:hover {
  color: #007bff;
}
.nav-link.active {
  color: #007bff !important;
  border-bottom: 2px solid #007bff;
}
.top-header {
  background-color: #006A61;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
  color: white;
}
  .top-header i {
    margin-right: 5px;
    color: white;
  }
  .top-header button {
    background-color: #004085;
    border: none;
    font-size: 0.8rem;
  }
  
  /* Main Header */
  .main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 48%)
  }
  .navbar {
    padding: 0.8rem 1rem;
  }
  .nav-link {
    font-weight: 500;
    margin: 0 10px;
    color: #495057;
    transition: color 0.3s;
  }
  .nav-link:hover,
  .nav-link.active {
    color: #007bff;
  }
  .phone-info small {
    color: #6c757d;
  }
  .phone-info span {
    font-weight: 600;
  }
  .headerphone {
    background-color:#D5E4F7; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }
  .contact-button-container {
    position: relative;
    left: 116px;
    background-color: #004085; 
    text-align: right; 
    padding: 0px 85px;
  }
  .contact-button-container .btn {
    background-color: #004085;
    border: none; 
    color: #fff;
    width: 100%; 
    height: 100%; 
    text-align: center; 
    font-size: 1rem; 
  }
  
.hero-section {
    position: relative;
    background: url('../images/herobackground.jpg') no-repeat center center/cover; /* Replace with your image path */
    min-height: 70vh;
    padding: 20px 20px;
    display: flex;
    align-items: center;
  }
  
  .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.747); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure it appears below the content */
  }
  
  .text-content,
  .form-container {
    position: relative; /* Ensure the content stays above the overlay */
    z-index: 2;
  }
  
  .text-content h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .text-content p {
    font-size: 1rem;
  }
  
  .form-container {
    background-color: rgba(255, 255, 255, 0.44); /* Semi-transparent white background */
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px); /* Adds a blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
}

  
  .form-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  
  .btn-primary {
    background-color: #425E91;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
  }
  
  .avenir-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 60px;
    color: #d3d3d3;
    letter-spacing: 5px;
    margin-right: 0px;
  }
  .mission-title {
    color: #007bff;
    font-weight: bold;
  }
  .checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .checklist-item i {
    color: #007bff;
    margin-right: 10px;
  }
  .video-thumbnail {
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .video-thumbnail:hover {
    transform: scale(1.1);
  }
  .fullscreen-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }
  .fullscreen-video video {
    width: 80%;
    height: auto;
  }
  .forflex{
    display: flex;
  }
 .img-fluid {
    max-width: 100% !important;
    height: auto;
}
.innovation-section {
  background-color: #f8fcff;
  padding: 60px 0;
}
.innovation-title {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 20px;
}
.innovation-description {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #007bff;
  border-radius: 50%;
  padding: 10px;
}
.carousel-control-prev {
  left: -16px;
}
.carousel-control-next {
  right: -16px;
}
.blue-line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #9EF2E5;
  margin-left: 10px;
}
.consultation-section {
  padding: 50px 0;
  text-align: center;
}
.consultation-section h2 {
  color: #007bff;
  font-weight: 600;
}
.consultation-section p {
  color: #6c757d;
  margin-bottom: 40px;
}
.form-control {
  border-radius: 5px;
  padding: 10px;
}
.btn-submit {
  background-color: #003366;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}
.btn-submit:hover {
  background-color: #0056b3;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel]{
  padding-right: 110px !important;
  padding-left: 50px;
  margin-left: 0;
}
.slider-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Image overlay */
.slider-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slider-image.active {
  opacity: 1;
}

/* Left-aligned content */
.slider-content {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-width: 60%;
  text-align: left;
}

.slider-content.active {
  opacity: 1;
}

/* Arrow buttons on the right side */
.arrow-buttons {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.arrow-buttons .arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  color: white;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrow-buttons .arrow:hover {
  background-color: #00aaff;
}

.slider-content .btn {
      background-color: #00aaff;
      border: none;
      padding: 10px 20px;
      font-size: 1rem;
      color: white;
      border-radius: 5px;
    }
    .owner{
      position: relative;
      top: 80px;
    }
    .aboutImageSepration{
      border: 1px solid #DBE4E6;
      width: fit-content;
    }
    .forflex2{
      display: flex;
    }
    .homePageImage .w-100 {
      width: 97% !important;
  }
  .nav-tabs .nav-link.active {
    background-color: #2c3e50;
    color: #fff;
    border: none;
    border-bottom: 3px solid #00aaff;
  }

  .nav-tabs .nav-link {
    color: #2c3e50;
    border: none;
    background-color: #f0f0f0;
    padding: 10px 20px;
    font-weight: 600;
  }

  .nav-tabs {
    border-bottom: none;
  }

  /* Tab Content */
  .tab-content2 {
    background-image: url('../images/tower.png'); /* Add your background image */
    background-size: contain;
    background-position: right;
    border-radius: 10px;
    background-repeat: no-repeat;
  }
  .tab-content {
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 10px;
  }

  .tab-pane {
    padding: 20px;
    border-radius: 10px;
  }

  .tab-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  /* Icon Box */
  .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .icon-box i {
    font-size: 30px;
    color: #00aaff;
    margin-right: 15px;
  }

  /* Read More Button */
  .btn-read-more {
    background-color: #2c3e50;
    color: white;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .btn-read-more:hover {
    background-color: #00aaff;
  }
  .nav .nav-link{
    padding: 15px 150px;
  }
  .footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px;
}
.footer h5 {
    color: #fff;
    margin-bottom: 20px;
}
.footer p, .footer a {
    color: #bbb;
    font-size: 14px;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.social-icons a {
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.footer-divider {
    border-left: 1px solid #444;
}
.footer-bottom {
    background-color: #000;
    color: #bbb;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
    .social-media {
      margin-top: 20px;
      display: flex;
      justify-content: space-around;
    }

    .social-icon {
      font-size: 20px;
      color: #555;
      text-decoration: none;
      transition: color 0.3s;
    }

    .social-icon:hover {
      color: #007bff;
    }
   .social-media {
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .social-media .social-link {
      width: 35px;
      height: 35px;
      font-size: 1.2rem;
      line-height: 35px;
    }
    
    .social-media .social-link {
      display: inline-block;
      width: 40px;
      height: 40px;
      background: white;
      color: black;
      font-size: 1.5rem;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      transition: background 0.3s, color 0.3s, transform 0.3s;
      text-decoration: none;
    }

    .social-media .social-link:hover {
      background: #007bff;
      color: white;
      transform: scale(1.2);
    }
     
    .waste-card {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
      background-color: #fff;
    }
    .waste-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .icon-container {
      background-color: #3d5a80;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border-top-right-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }
    .icon-container i {
      font-size: 25px;
      color: #fff;
    }
    .waste-title {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .waste-description {
      color: #6c757d;
      font-size: 14px;
    }
    .journey-section {
      padding: 50px 0;
    }
    .number-tabs {
      position: absolute;
      top: 65%;
      transform: translateY(-50%);
      left: 425px;
  }
    .number-tab {
      width: 65px;
      height: 65px;
      background-color: #ffffff;
      border:1px solid #3d80df;
      color: #000000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      font-size: 22px;
      justify-content: center;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-bottom: 15px;
    }
    .number-tab.active, .number-tab:hover {
      background-color: #1e5bbf;
    }
    .tab-contents {
      display: none;
    }
    .tab-contents.active {
      display: block;
    }
    .quote-box {
      font-style: italic;
      padding: 15px;
      border-left: 4px solid #3d80df;
      background-color: #f9f9f9;
      margin-top: 20px;
    }
    .hero-section-about {
      position: relative;
      background: url('../images/aboutbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
      min-height: 50vh;
      padding: 20px 20px;
      display: flex;
      align-items: center;
    }
    
    .hero-section-about::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
      z-index: 1; /* Ensure it appears below the content */
    }
    .contentleft{
      padding-left: 60px;
    }
    .numberbox {
      border: 35px solid;
      border-image: url('../images/borderimgjpg.jpg') 30 round;
      width: auto;
      background-color: white;
    }
    .numberpadding{
      padding: 180px 10px;
    }
    .numberpadding h1 {
      font-size: 100px;
      font-weight: 600;
      background-image: linear-gradient(90deg, #02AAEB, #1879BE);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  
    }
    .team-section {
      max-width: 1200px;
      margin: auto;
    }

    .team-section h2 {
      font-size: 24px;
      color: #555;
      margin-bottom: 10px;
    }

    .team-section h1 {
      font-size: 32px;
      margin-bottom: 30px;
    }

    .slider-container {
      overflow: hidden;
      position: relative;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 25%;
      transition: transform 0.5s ease-in-out;
    }

    .team-member {
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      width: 90%;
      margin: auto;
    }

    .team-member img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .member-info {
      padding: 15px;
    }

    .member-info h3 {
      margin-bottom: 5px;
      font-size: 18px;
      color: #333;
    }

    .member-info p {
      font-size: 14px;
      color: #777;
    }

    .dots {
      margin-top: 20px;
    }

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .dot.active {
      background-color: #007BFF;
      width: 30px;
      border-radius: 20px;
    }
    .hero-section-land {
      position: relative;
      background: url('../images/landbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
      min-height: 70vh;
      padding: 20px 20px;
      display: flex;
      align-items: center;
    }
    
    .hero-section-land::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
      z-index: 1; /* Ensure it appears below the content */
    }
    .hero-section-air {
      position: relative;
      background: url('../images/airbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
      min-height: 70vh;
      padding: 20px 20px;
      display: flex;
      align-items: center;
    }
    
    .hero-section-air::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.658); /* Black overlay with 50% opacity */
      z-index: 1; /* Ensure it appears below the content */
    }
    .team-members {
        background-color: #425E91;
        color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
        padding: 10px 22px;
        width: auto;
        margin: 10px;
    }
    .arrow {
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      font-size: 22px;
      justify-content: center;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-bottom: 15px;
  }
  .team-members a{
    text-decoration: none;
  }
  .land1 h4{
    color: #425E91;
    padding-top: 10px;
  }
  .land1 p{
    text-align: justify;
  }
  .land1 .img-fluid {
    max-width: 100% !important;
    height: auto;
}
  .waste-title{
    padding-bottom: 30px;
  }
  .need{
    padding-top: 30px;
  }
  .icon-containers {
    background-color: #3d5a80;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.icon-containers i {
  font-size: 25px;
  color: #fff;
}
.accordiandiv{
  border: 1px solid #DBE4E6;
}
.arrows {
  width: 40px;
  height: 40px;
  background-color: #425E91;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 15px;
  margin-left:12px;
}
.imagepadding{
  padding-top:100px;
}
.accordion-item{
  margin: 10px;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid #dfdfdf;
}
.accordion-button {
  color:black;
}

/* Customize Arrow Icon */
.accordion-button::after {
  background: linear-gradient(45deg, #6a11cb, #2575fc); /* White background for the icon */
  color: #2575fc; /* Blue arrow */
  border-radius: 50%; /* Circular shape */
  padding: 6px; /* Space around the arrow */
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

/* Change icon color when expanded */
.accordion-button:not(.collapsed)::after {
  background-color: #2575fc; /* Blue background when expanded */
  color: #fff; /* White arrow when expanded */
}
.dropdown-toggle::after {
  margin-left: 5px;
}
.filter-dropdown {
  min-width: 200px;
}
.gray-line {
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #425E91;
  margin-left: 10px;
}
.arrows {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  border-radius: 50%;
  display: flex
;
  align-items: center;
  font-size: 22px;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0px;
}
.hero-section-equipment {
  position: relative;
  background: url('../images/equipmentbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.hero-section-equipment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
  z-index: 1; 
}
.hero-section-client {
  position: relative;
  background: url('../images/clientbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.hero-section-client::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
  z-index: 1; 
}
.box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 48px 24px 0 0;
  padding: 23px 0;
  box-shadow: 25px 25px 0 0 rgba(66, 94, 145, 0.05), 20px 20px 0 0 rgba(66, 94, 145, 0.1), 15px 15px 0 0 rgba(66, 94, 145, 0.2), 10px 10px 0 0 rgba(66, 94, 145, 0.3), 5px 5px 0 0 rgba(66, 94, 145, 0.4);
  background-color: #f5fafb;
}
.owl-carousel .item {
  padding: 20px;
  background-color: #F5FAFB;
  border-radius: 8px;
}
.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
}
.card-text {
  font-size: 14px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
  text-align:right;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #4DC7A0;
display: none;
}
.btnflex{
  display: flex;
  justify-content: space-between;
}
.hero-section-contact {
  position: relative;
  background: url('../images/clientbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.hero-section-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
  z-index: 1; 
}

.contact-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #6c757d;
}

.contact-form label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.contact-form .btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 35px;
  font-size: 14px;
}

.contact-info ul li i {
  margin-right: 10px;
  color: #007bff;
}

.contact-info ul li strong {
  font-weight: bold;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #6c757d;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}
.waste-cardcont {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: start;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.hero-section-equipment {
  position: relative;
  background: url('../images/equipmentdetail.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.hero-section-equipment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
  z-index: 1; 
}

.equipment-section {
  padding: 2rem 1rem;
}

.left-column {
  position: sticky;
  top: 1rem;
}

.equipment-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.equipment-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.equipment-image img {
  width: 100%;
  border-radius: 0.5rem;
}

.equipment-details {
  margin-top: 2rem;
}

.equipment-details h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.details-images img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.icon-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-box i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #007bff;
}
.equipment-section {
  display: flex;
}

.sticky-column {
  position: sticky;
  top:600px; /* Adjust as per your design (header height) */
  height: calc(100vh - 40px); /* Adjust for spacing if needed */
  overflow-y: auto;
}

.equipment-image img,
.details-images img {
  width: 100%;
  height: auto;
}

.icon-box {
  text-align: center;
  margin-bottom: 20px;
}

.bi-check-circle {
  font-size: 24px;
  color: green;
}
.equipment-section {
  display: flex;
  position: relative;
}

.sticky-column {
  position: sticky;
  top: 20px; /* Adjust based on header height */
  align-self: flex-start;
  max-height: calc(100vh - 40px); /* Prevent overflow */
  overflow-y: auto;
}

.right-column {
  position: relative;
}
.hero-section-eventandgallery {
  position: relative;
  background: url('../images/eventandgallerybanner.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.hero-section-eventandgallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432); /* Black overlay with 50% opacity */
  z-index: 1; 
}
.event-section {
  background-color: #f9f9f9;
}

.event-title {
  font-size: 2rem;
  font-weight: bold;
}

.event-year {
  font-size: 1.2rem;
}

.visit-btn {
  font-weight: bold;
  text-transform: uppercase;
}

.img-fluid {
  object-fit: cover;
}





  
  /* Responsive */
  @media (max-width: 768px) {
    .top-header{
        display: none;
    }
    .phone-info {
      font-size: 0.9rem;
    }    
    .hero-section {
      position: relative;
      background: url(../images/herobackground.jpg) no-repeat center center / cover;
      min-height: 40vh;
      padding: 20px 20px;
      display: flex;
      align-items: center;
  }
  .hero-section {
      flex-direction: column;
    }
    .text-content,
    .form-container {
      text-align: center;
    }
    .form-container {
      margin-top: 20px;
    } 
    .forflex{
      display: block;
    }
    .forflex2{
      display: flex;
    }
      .img-fluid {
      max-width: 80% !important;
      height: auto;
  }
    .avenir-text {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-size: 40px;
      color: #d3d3d3;
      letter-spacing: 5px;
      margin-right: 0px;
    }
    .innovation-description, .carousel-item img {
      width: 100%;
    }
    .carousel-control-prev {
      left: -8px;
    }
    .carousel-control-next {
      right: -8px;
    }
    .slider-section {
      position: relative;
      height: 45vh;
      overflow: hidden;
  }
    .arrow-buttons {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 2;
  }
    .homePageImage .img-fluid {
      max-width: 100% !important;
      height: auto;
      padding-top: 20px;
    }
    .homePageImage .w-100 {
      width: 100% !important;
    }
    .tab-content {
      padding: 20px;
    }

    .icon-box i {
      font-size: 24px;
    }

    .btn-read-more {
      width: 100%;
      text-align: center;
    }
    .number-tabs {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 315px;
  }
  .hero-section-about {
    position: relative;
    background: url(../images/aboutbanner.jpg) no-repeat center center / cover;
    min-height: 22vh;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.contentleft{
  padding-left: 15px;
  padding-top: 10px;
}
.journey-section {
  padding: 20px 0;
}
.numberpadding {
  padding: 70px 10px;
}
.slide {
  min-width: 100%;
}
.hero-section-land {
  position: relative;
  background: url('../images/landbanner.jpg') no-repeat center center/cover; /* Replace with your image path */
  min-height: 50vh;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
.land1 h4 {
  color: #425E91;
  font-size: 16px;
  padding-top: 10px;
}
.detail .img-fluid {
  max-width: 100% !important;
  height: auto;
}
.imagepadding .img-fluid {
  max-width: 100% !important;
  height: auto;
}
.imagepadding{
  padding-top:10px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  display: none;
}
.equipment-section {
  padding: 1rem;
}

.icon-box {
  flex-direction: column;
  text-align: center;
}

.icon-box i {
  margin-bottom: 0.5rem;
}
.event-title {
  text-align: center;
  font-size: 1.5rem;
}

.event-year {
  text-align: center;
}

.visit-btn {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.evnt .img-fluid {
  max-width: 100% !important;
  height: auto;
}
}
  