 mark{
  background-color: #ffaf02;
  font-size: 19px;
  color: #2c2b2b;
 }

    .animate {
      color: white;
      text-align: left;
   
    font-size: 16px;
    }

    .container1 {
      position: relative;
    }

    .image {
      opacity: 10;
      display: block;
      width: 100%;
      height: auto;
      transition: 0.5s ease;
      backface-visibility: hidden;
    }

    .middle {
      transition: 0.5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
    }

    .container1:hover .image {
      opacity: 0.3;
    }

    .container1:hover .middle {
      opacity: 1;
    }

    .text p {
      text-align: justify;
    }

    @media (max-width: 768px) {
      .text {
        color: rgb(0, 0, 0);
        font-size: 11px;
        padding: 10px 2px;
      }

      .text h4 {
        font-size: 15px;
      }

      .animate {
        color: white;
        text-align: left;

    font-size: 16px;
     }

      .centered a {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
      }

      .navbar-brand img {
        width: 273px;
      }

      .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        margin: 0;
        padding: 6px;
        /* font-family: 'Open Sans'; */
      }
    }

    @media (min-width: 991.98px) {
      .text {
        color: rgb(0, 0, 0);
        font-size: 16px;
        padding: 16px 32px;
      }
      .mobile-service{
        display: none;
      }
      .centered a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 42px;
        font-weight: 600;
        text-decoration: none;
      }

      .navbar-brand img {
        width: 254px;
      }

      .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        margin: 0;
        padding: 8px;
        /* font-family: 'Open Sans'; */
      }
    }
 
    .p-y-2 {
      padding-top: 28px;
      padding-bottom: 28px;
    }

    .p-y-3 {
      padding-top: 0px;
      padding-bottom: 45px;
    }

    .m-b-1 {
      margin-bottom: 18px;
    }

    .m-t-1 {
      margin-top: 18px;
    }

    /* .main_counter_area{
        
        background-size: cover;
        overflow: hidden;
    } */

    .main_counter_area .main_counter_content .single_counter {
      background: #5b5b5b;
      color: #fff;
    }

    .main_counter_area .main_counter_content .single_counter i {
      font-size: 36px;
    }
 
    /*  Rollover image styles  */
    .figure {
      position: relative;
      width: 1000%;
      /* can be omitted for a regular non-lazy image */
      max-width: 100%;
    }

    .figure img.Sirv.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity 0.2s;
    }

    .figure:hover img.Sirv.image-hover {
      opacity: 1;
    }
 
    .border1 {
      --s: 282px;
      --b: 4px;
      --g: 11px;
      --c: #f09511;
      background-color: #ffffff00;
      width: var(--s);
      aspect-ratio: 1;
      outline: calc(var(--s) / 3) solid #00000000;
      outline-offset: calc(var(--s) / -3);
      cursor: pointer;
    }

    .border1:hover {
      outline: var(--b) solid var(--c);
      outline-offset: var(--g);
    }
 
    .sectionClass {
      padding: 20px 0px 50px 0px;
      position: relative;
      display: block;
    }

    .fullWidth {
      width: 100% !important;
      display: table;
      float: none;
      padding: 0;
      min-height: 1px;
      height: 100%;
      position: relative;
    }

    .sectiontitle {
      background-position: center;
      margin: 30px 0 0px;
      text-align: center;
      min-height: 20px;
    }

    .sectiontitle h2 {
      font-size: 30px;
      color: #222;
      margin-bottom: 0px;
      padding-right: 10px;
      padding-left: 10px;
    }

    .headerLine {
      width: 160px;
      height: 2px;
      display: inline-block;
      background: #101f2e;
    }

    .projectFactsWrap {
      display: flex;
      margin-top: 30px;
      flex-direction: row;
      flex-wrap: wrap;
    }

    #projectFacts .fullWidth {
      padding: 0;
    }

    .projectFactsWrap .item {
      width: 25%;
      height: 100%;
      padding: 50px 0px;
      text-align: center;
    }

    .projectFactsWrap .item:nth-child(1) {
      background: rgb(16, 31, 46);
    }

    .projectFactsWrap .item:nth-child(2) {
      background: rgb(18, 34, 51);
    }

    .projectFactsWrap .item:nth-child(3) {
      background: rgb(21, 38, 56);
    }

    .projectFactsWrap .item:nth-child(4) {
      background: rgb(23, 44, 66);
    }

    .projectFactsWrap .item p.number {
      font-size: 40px;
      padding: 0;
      font-weight: bold;
    }

    .projectFactsWrap .item span {
      width: 60px;
      background: rgba(255, 255, 255, 0.8);
      height: 2px;
      display: block;
      margin: 0 auto;
    }

    .projectFactsWrap .item i {
      vertical-align: middle;
      font-size: 50px;
      color: rgba(255, 255, 255, 0.8);
    }

    .projectFactsWrap .item:hover i,
    .projectFactsWrap .item:hover p {
      color: white;
    }

    .projectFactsWrap .item:hover span {
      background: white;
    }

    @media (max-width: 786px) {
      .projectFactsWrap .item {
        flex: 0 0 50%;
      }
      .desktop-service{
        display: none;
      }
    }
 
    .img01 {
      vertical-align: middle;
    }

    /* Position the image container (needed to position the left and right arrows) */
    .container {
      position: relative;
    }

    /* Hide the images by default */
    .mySlides {
      display: none;
    }

    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
      cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
      right: 25px;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    /* Container for image text */
    .caption-container {
      text-align: center;
      background-color: #5b5b5b;
      padding: 1px 0px;
      color: white;
      padding-top: 9px;
      font-size: 13px;
      margin-bottom: 10px;
    }

    .row:after {
      content: "";
      display: table;
      clear: both;
    }

    /* Six columns side by side */
    .column {
      float: left;
      width: 16.66%;
    }

    /* Add a transparency effect for thumnbail images */
    .demo {
      opacity: 0.6;
    }

    .active,
    .demo:hover {
      opacity: 1;
    }

    .testimonial-card {
      background: #ffffff;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
    }

    .testimonial-card img {
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    .testimonial-text {
      margin-top: 10px;
      font-size: 14px;
    }

    .owl-nav {
      text-align: center;
      margin-top: 20px;
    }

    .owl-nav button {
      background: #535353 !important;
      color: white !important;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      margin: 5px;
    }

    .owl-nav button span {
      font-size: 24px;
    }


  

.top-slider {
  position: relative;
  text-align: center;
  padding: 20px;
}

.top-image-wrapper {
  position: relative;
  display: inline-block;
}

#topImage {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 20px;
}

#imageTitle {
  margin-top: 10px;
  font-size: 1.5rem;
}

.nav-btn {
  background-color: rgb(152, 152, 152);
  border: none;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Bottom Slider */
.bottom-slider-container {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.thumbnail-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px;
}

.thumbnail-track::-webkit-scrollbar {
  display: none;
}

.thumbnail-track img {
  height: 100px;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.thumbnail-track img:hover {
  transform: scale(1.1);
}

.thumb-prev {
  left: 5px;
  top: 60px;
}

.thumb-next {
  right: 5px;
  top: 60px;
}

.logo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 5 logos per row */
      gap: 10px;
      padding: 10px;
    }

    .logo-grid img {
      width: 100%;
      height: auto;
      filter: grayscale(100%);
      transition: filter 0.3s ease-in-out;
      background: #fff;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border: 1px solid rgb(203, 203, 203);
    }

    .logo-grid img:hover {
      filter: grayscale(0%);
    }

.logo-carousel-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}

.logo-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.logo-carousel::-webkit-scrollbar {
  display: none;
}

.logo-carousel img {
  width: 100px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.logo-carousel img:hover {
  transform: scale(1.1);
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #4a4a4a;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  z-index: 10;
}

.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
  padding-bottom: 40px;
}

/* Responsive - stack or scroll if small screen */
@media (max-width: 600px) {
  .logo-carousel img {
    width: 80px;
  }
}


.whatsapp-button-left {
  position: fixed;
  bottom: 20px;
  left: 20px; /* changed from right to left */
  background-color: #25D366;
  color: white;
  font-size: 28px;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  width: 65px;
  height: 65px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-button-left:hover {
  transform: scale(1.1);
}

.navbar-nav .nav-link.active {
  color: rgb(29, 29, 29) !important;
  font-weight: bold;
}

.nav-menu {
      display: flex;
      justify-content: center;
      gap: 20px; /* space between items */
      padding: 15px 0;
      font-family: Arial, sans-serif;
    }

    .nav-menu a {
      text-decoration: none;
      color: #ffffff;
      font-weight: 500;
      transition: color 0.3s ease;
      font-size: 14px;
    }

    .nav-menu a:hover,
    .nav-menu a.active {
      color: orange;
      border-bottom: 2px solid orange;
      padding-bottom: 2px;
    }

    section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

iframe{
  height: 600px;
}
.video-wrapper{
  margin-top: 80px;
}

@media (max-width: 767px) {
iframe{
  height: 300px;
}
.video-con video{
  margin-top: 160px;
}

}



.video-con video {
  width: 100%;
  height: auto;
  display: block;
}