/*------------------------------------------------------------------
* Project:        Buildland - Construction Business HTML Templates
* Author:         HtmlDesignTemplates
* URL:            https://themeforest.net/user/htmldesigntemplates
* Created:        02/18/2025
-------------------------------------------------------------------*/

/* 
Table Of Content
1.Header CSS
2.Banner CSS
3.About Us CSS
4.Services CSS
5.Project CSS
6.Testimonial CSS
7.Ad- Banner CSS
8.Team CSS
9.Partner CSS
10.Video Banner CSS 
11.News CSS
12.Gap CSS
13.Contact CSS
14.Newsletter CSS
15.Foorer CSS
16.About Us page CSS 
17.Service & Service Detail page CSS 
18.Team & Team Detail page CSS 
19.Career & Career Detail page CSS  
20.Testimonial page CSS
21.FAQ page CSS
22.Comming-Soon page CSS
23.Blog page CSS 
24.Shop page CSS
25.Cart page CSS
26.Contact Us page CSS
*/


/*1. Header CSS */
  /* Header Top Section */

  /* Make the navbar sticky */
    header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    }

    body.shop-single-page header {
      position: static;
    }
    
    header .contact-info-icon i {
      height: 48px;
      width: 48px;
      font-size: 24px;
    }

  /*Header Bottom Section */
    .socials i{
      height: 30px;
      width: 30px;
      font-size: 15px;
    }

    .socials a:hover{
      color: #ffffff;
      opacity: .9;
    }

    .navbar-nav .nav-link{
      padding: 13px 20px;
    }

    .navbar-nav .nav-item::after{
      align-self: center;
      border: 1px solid #555555;
      content: "";
      height: 15px;
    }

    .navbar-nav .nav-item.no-after::after {
      display: none;
    }

    .dropdown-menu>li>a {
      font-size: 18px;
    }

    .dropdown-toggle::after {
      vertical-align: .4em;
      margin-left: 10px;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show{
      color: #FB7A38;
    }

    .dropdown-menu>li>a:hover{
      background-color: #FB7A38;
      color: #ffffff;
    }

    .fixed-top {
      background-color: #fff;
    }
    
    
    @media (min-width: 1180px) {
      .navbar-nav .dropdown-menu{
        position: absolute;
        top: 68px;
      }
      .dropdown-menu{
        display: block;
        opacity: 0;
        visibility:hidden;
      }
    
      .dropdown:hover>.dropdown-menu {
        opacity: 1 ;
        visibility: visible;
        transition:all .3s ease-in-out;
      }
      
      .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
      }
    
      ul.dropdown-menu {
        max-height: 600px !important; 
        overflow-y: auto !important;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }

      .navbar-nav .nav-link.active{
        color: #FB7A38;
      }

      .dropdown-item.active{
        background-color: #FB7A38;
      }
    }

    @media (max-width: 1180px){

      div#slicknav-mobile {
        display: block;
      }
    
      #responsive-menu {
        display: none;
      }
    
      .slicknav_menu {
        display: block;
      }

      .nav-link{
        padding: 10px 30px !important;
        margin: 0 !important;
      }

      .slicknav_btn{
        position: absolute;
        left: 20px;
      }

      .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        left : 0;
        top: 20px;
        background-color: #FB7A38 ;
        padding: 10px;
        border-radius: 5px;
        position: absolute;
      }
  
      .slicknav_nav {
        top: 70px;
        left: 0;
        background-color: #fff;
        position: absolute;
        height: 340px;
        overflow: auto;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
      } 

      .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
        background-color: #FB7A38 !important;
        color: #fff;
      }
  
      .slicknav_nav a, .dropdown-menu>li>a{
        font-size: 16px;
      }
      
      .dropdown-toggle::after{
        display: none;
      }

      .slicknav_nav .active, .fa-angle-up:before{
        background-color: #FB7A38;
        color: #fff;
      }
    }

/*Banner CSS */   
  .banner-image img{
    height: 680px; 
  }

  /* .banner::after {
    background-image: url(../images/shape10.png);
  } */

  .banner .slick-prev , .banner .slick-next  {
    position: absolute;
    top: 40%;
    color: hsla(0,0%,93%,.9);
    font-size: 40px;
    border: 1px solid #fff;
    padding: 10px;
    transition: all 0.3s ease;
    z-index: 1;
    visibility: hidden;
  }

  .banner .slick-prev {
    left: 15px;
  }

  .banner .slick-next {
    right: 15px;
  }

  .banner .slick-next::after, .banner .slick-prev::before{
    content: "\f054" !important;
    font-family: "FontAwesome" !important;
    visibility: visible;
  }

  
  .banner .slick-prev::before{
    content: "\f053" !important;
  }
  
  @media (max-width: 1180px){
    .banner, .breadcrumb{
      margin-top: 80px;
    }  
  }

  @media (max-width: 576px){
    .banner .slick-prev {
      left: 0;
    }
  
    .banner .slick-next {
      right: 0;
    }
  }

  .banner-content {
    opacity: 0;
    transition: opacity 1s linear;
  }

  .slick-active .banner-content {
    opacity: 1 !important;
    transition-delay: .5s; /* Delay after slide becomes active */
  }

/* About Us CSS */  
  @media (min-width: 992px){
    .about-us-image{
      margin-top: -130px;
    }
  }

  .about-us-counter .counter-num{
    font-size: 69px;
  }

  /* .about-us::after {
    background-image: url(../images/shape10.jpg);
    z-index: 0;
    height: 120px;
  } */

/* Services CSS */
  .service .overlay{
    background-color: #e9e9e966;
    /* background-image: url(../images/body.png); */
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  

  /* .service::after {
    background-image: url(../images/shape92.PNG);
    z-index: 0;
  } */

/* Project CSS */
  @media (min-width: 992px){
    .project-top-image{
      margin-top: -100px;
    }
  }
  
  .project-box1, .project-box{
    background-image: url(../images/land-prepration.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 50px;
  }

  .project-box2{
    background-image: url(../images/seeds.jpeg);
  }

  .project-box3{
    background-image: url(../images/Harvesting.jpeg);
  }

  .project-box4{
    background-image: url(../images/1680258495-2.jpg);
  }

  .project-box5{
    background-image: url(../images/1684828795.jpg);
  }
  .project-box6{
    background-image: url(../images/1684829041.jpg);
  }
  .project-box7{
    background-image: url(../images/);
  }
  .project-box8{
    background-image: url(../images/);
  }


  .project-bottom .overlay {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition: all .2s ease-in-out;
  }

  .project-box:hover .overlay {
    filter: none;
    transition: all .2s ease-in-out;
  }

  .project-bottom{
    margin-top: -120px;
  }


/* Testimonial CSS */  
  .testimonial {
    background-image: url(../images/testimonial.png);
  }

  .testimonial-slider img, .testimonial-slider1 img{
    height: 100px;
    width: 100px;
  }
/* General styling for slick dots */
.slick-dots {
  position: absolute;
  bottom: 10px; /* Position dots at the bottom */
  left: 50%;
  transform: translateX(-50%); /* Center the dots horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Dots position and size */
.slick-dots li {
  margin: 0 5px; /* Add space between the dots */
  position: relative;
}

/* Style the dot button */
.slick-dots li button::after {
  content: '';
  width: 10px; /* Size of the dot */
  height: 10px; /* Size of the dot */
  background-color: #E1980F; /* Color for inactive dots */
  border-radius: 50%;
  visibility: visible;
}

/* Active dot styling */
.slick-dots li.slick-active button::after {
  background-color: #fff; /* Change to white for active dot */
}

/* Responsive adjustments for dot positioning */
@media (max-width: 1200px) {
  .slick-dots li {
      left: 50%; /* Adjust position on larger screens */
  }
}

@media (max-width: 576px) {
  .slick-dots li {
      left: 50%; /* Adjust to center dots on mobile */
  }
}


/* Ad- Banner CSS */  
  .add-banner-button{
    background-image: url(../images/golden-wheat.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
  }

  .ad-title, .add-banner-button {
    margin-top: -120px;
  }

  @media (max-width: 576px){
    .add-banner-button{
      margin-top: 0px;
    }
  }

/* Team CSS */    

  .team-member-image::after{
    width:100%;
    height: 100%;
    position:absolute;
    left:0;
    top: 0;
    transition: all ease-in-out .4s;
    content:"";
    opacity: 0;
    transform: translateY(100%);
    background:rgba(0,0,0,.7); 
  }

  .team-member-image:hover::after{
    opacity: 1;
    transform: translateY(0%);
    transition: all ease-in-out .4s;
  }

  .team-member-info { 
    transform: translate(-50%, -30%);
    transition: transform .3s ease-out; 
    opacity: 0;
  }

  .team-member-image:hover .team-member-info { 
    transition: transform .3s ease-out; 
    transform: translate(-50%, -50%) !important;
    opacity: 1;
  }

  .team .social-link li a{
    width:30px;
    height:30px;
    background-color: #a1a1a1;
    transition:all .3s ease-in-out
  }

  @keyframes iconTranslateY {
    48% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
  
    49% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
  
    50% {
      opacity: 1;
    }
  }
  
  .social-link>li>a:hover>i {
    -webkit-animation: iconTranslateY .4s forwards; 
    animation: iconTranslateY .4s forwards; 
  }

  .team-member-info .social-link li a:hover{
    background:#1DA1F2;
    color: #fff;
  }
  
  .team-member-info .social-link li:last-child a:hover{background:#E60023;}
  
  .team-member-info .social-link li:first-child a:hover{background:#1877F2;}

/* Partner CSS */
  .partner{
    margin-bottom: -100px;
  }

/* Video Banner CSS */ 
  .video-banner {
    background-image: url(../images/full-frame-shot-crops.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .video-banner::before {
    /* background-image: url(../images/shape11\ white.PNG); */
    z-index: 1;
  }

  .video-banner::after {
    /* background-image: url(../images/shape10.jpg); */
    z-index: 1;
  }

  .video-banner-left a {
    height: 600px;
    background-image: url(../images/vivo-720x900.jpg);
    background-position: center;
    border-width: 8px !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size:cover;
  }

  .video-banner-left{
    margin-bottom: -80px;
  }
/* News CSS */

  .news .overlay{
    background-color: #e9e9e966;
  }

  .news-image::after, .blog-list .blog-image img::after{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
  }

  .news-image:hover img{
    filter: grayscale(90%);
    transition: all .3s ease-out;
  }

  .news-image:hover .news-image::after{
    background-image: none;
  }

  .news {
    background-image: url(../images/testi-bg\ copy.PNG);
    background-position: bottom right;
    background-repeat: no-repeat;
  }

/* Gap CSS */  
  .gap::before{
    background-image: url(../images/shape11.jpg);
    z-index: 1;
  }

  .gap {
    background-image: url(../images/1684652883.jpg);
    padding-bottom: 150px !important;
    background-attachment: fixed;
  }

/* Contact CSS */
  .contact-inner{
    margin-top: -100px;
  }

/* Newsletter CSS */
  .newsletter-inner{
    margin-bottom: -100px;
  }

/* Footer CSS */
  .footer-inner .socials i:hover{
    background-color: #FB7A38;
    transition: all .3s ease-in-out;
  }

  footer .overlay{
    background-image: url(../images/shape10.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    opacity: 0.05;
  }


/* ========================================= */
/*             About Us page CSS             */
/* ========================================= */
  
.about-detail-right .image-1{
  margin: -100px 50px 0px -40px;
  border: solid 10px #fff;
}

@media (max-width: 992px)  {
  .about-detail-right .image-1{
    margin: 20px 0;
    border: none;
  }
}

/* .about-detail::after{
  background-image: url(../images/shape10.jpg);
} */

.about-us-page .service::after,.service-page .service::after {
  background-image: none;
}

.about-us-page .video-banner::after{
  background-image: url(../images/shape10.png);
}

.about-us-page .video-banner::before{
  background-image: url(../images/shape11.jpg);
}

.about-us-page .about-us-counter{
  margin-bottom: -200px;
}

.about-us-page .testimonial::after{
  background-image: url(../images/shape10.png);
}

/* ========================================= */
/*     Service & Service Detail page CSS     */
/* ========================================= */

.service-page .gap::before, .team-page .gap::before, .career-list-page .gap::before, .pricing-page .gap::before{
  background-image: url(../images/shape11\ white.PNG);
}

.service-detail-page .service-detail, .project-detail-page .project-detail, .team-detail-page .team-detail {
  background-image: url(../images/body.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* ========================================= */
/*       Team & Team Detail page CSS         */
/* ========================================= */

.percentage-wrapper {
  top: -40px;
  right: -23px;
  font-size: 16px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode:both; 
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode:both; 
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: width; }
}


/* ========================================= */
/*      Career & Career Detail page CSS      */
/* ========================================= */

.vacancy-requirements li:not(:last-child):after{
  content: " ";
  color: #CCCCCC;
  border-bottom: 0;
  border-left-width: 1px;
  border-right: 0;
  border-top: 0;
  border-style: solid;
  height: 100%;
  left: auto;
  position: relative;
  right: auto;
  right: -10px;
  width: auto;
}

.career-detail-tabs .nav-tabs .nav-link{
  border: none;
}

.career-detail-tabs .nav-tabs .nav-link:hover {
  color: #001659;
  border: none;
}

.career-detail-tabs .nav-tabs .nav-link.active{
  color: #FB7A38;
  border-radius: 0;
  border: 1px solid #dee2e6;
  border-bottom: none;
}

.cv-icon i{
  height: 100px;
  width: 100px;
  font-size: 50px;
}

.cv-box{
  background-image: url(../images/young-busy-worker-of-factory-scrolling-in-tablet-i-2022-03-09-22-19-59-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========================================= */
/*              Testimonial CSS              */
/* ========================================= */

.testimonial-1::before {
  background-image: url(../images/shape11\ white.PNG);
}

.testimonial-1::after {
  background-image: url(../images/shape10.png);
}

.client-info img{
  height: 60px;
  width: 60px;
}

.testimonial-page .slick-dots li.slick-active button::after {
  background-color: #808080;
}


/* ========================================= */
/*                  FAQ CSS                  */
/* ========================================= */
.faq .accordion-button:focus{
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed){
  color: #FB7A38;
}

.faq .accordion-button::after{
  content: "\f067" !important;
  font-family: "FontAwesome" !important;
  background-image: none;
}

.faq .accordion-button:not(.collapsed)::after{
  content: "\f068" !important;
}


.error {
  background-image: url(../images/body.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========================================= */
/*            Comming-Soon page CSS          */
/* ========================================= */
.coming-soon .overlay {
  background-color: transparent;
  background-image: url(../images/testimonial.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .75;
}

.coming-soon-page .socials i {
  height: 36px;
  width: 36px;
  font-size: 18px;
}

.coming-soon-page .divider-pattern {
  background: repeating-linear-gradient(-55deg, #FFFFFF3D, #FFFFFF3D 1px, transparent 1px, transparent 6px);
}

.countdown span{
  font-size: 80px;
}

@media (max-width: 992px){
  .coming-soon span {
    font-size: 54px;
  }
  .coming-soon p{
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width:996px){
  .coming-soon{
    height: 170vh !important;
  }
}

@media (max-width: 576px){
  .coming-soon span {
    font-size: 42px;
  }
}

/* ========================================= */
/*                Blog CSS                   */
/* ========================================= */

.blog-single-page .author-image img {
  height: 100px;
  width: 100px;
}

/* ========================================= */
/*                Shop CSS                   */
/* ========================================= */
.page-number:hover{
  background-color: #E1980F;
  color: #fff;
}

.product-img-nav img:hover, .slick-current img {
  opacity: 1 !important;
}

.product-img-nav img {
  width: 115px;
  height: 115px;
}

.shop-inner .nav-tabs .nav-link.active{
  background-color: #fff !important;
}

.shop-inner .nav-tabs .nav-link:hover {
  color: #515151;
}

.order-service{
  background-image: url(../images/young-serious-engineer-in-respirator-hardhat-and-2022-03-09-22-17-43-utc.jpg);
}

.photo-gallery img:hover {
  filter:  brightness(60%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
  transition: all .3s ease-in-out;
  cursor: pointer;
}

/* Product Review Section CSS */

.star-rating-inner {
  transform: rotateY(180deg);
}

.star-rating input{
  display: none;
}

.star-rating label{
  width: 2%;
  aspect-ratio: 1;
  cursor: pointer;
}

.star-rating label .star-stroke{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #294145;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating label .star-stroke .star-fill{
  width: 70%;
  aspect-ratio: 1;
  background: transparent;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating input:hover ~ label .star-stroke,.star-rating input:checked ~ label .star-stroke{
  background: #FB7A38;
  transition: all .2s ease-in-out;
}

.star-rating input:checked ~ label .star-stroke .star-fill{
  background: #FB7A38;
  transition: all .2s ease-in-out;
}

/* ========================================= */
/*                Cart CSS                   */
/* ========================================= */
.cart img {
  height: 55px;
  width: 55px;
}

.cart .qty {
  width: 3.631em;
}

.cart tr th {
  color: #001659;
}

.cart-total tr th{
  color: #555555;
}

/* ========================================= */
/*             Contact Us CSS                */
/* ========================================= */

.location-map iframe {
  filter:  brightness(60%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition: all .3s ease-in-out;
}

.location-map iframe:hover {
  filter: none;
  transition: all .3s ease-in-out;
}
/* Technical specifications css */

#technical_specification_section {
  padding: 15px 0;
  background-color: #f9f9f9;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table td, .table th {
  padding: 12px;
  text-align: left;
  font-size: 14px;
  color: #000000;
}

.single-product-specification table tr:nth-child(even) td {
  background-color: #fff3ea !important;
}
.table-responsive {
  overflow-x: auto;
  margin-top: 20px;
}

.table th {
  background-color: #fd6c01;
  font-weight: bold;
  text-transform: uppercase;
}

.table th:nth-child(2), .table th:nth-child(3) {
  background-color: #fd6c01;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
body, html {
  overflow-x: hidden;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left-nav-buttons {
  display: flex;
}

.left-nav-buttons .nav-link {
  margin-right: 2px;
}

.right-nav-buttons {
  display: flex;
  gap: 2px;
  margin-right: 2%;
}
/* Sticky Navbar (Tabs only) */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Base navbar styles */
.sticky-navbar {
  position: relative; /* Start with relative position */
  top: 0;
  transition: all 0.3s ease-in-out;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure navbar stays above other content */
  width: 100%; /* Full width of the container */
  margin: 0 auto; /* Ensure navbar is centered */
  box-sizing: border-box; /* Ensure padding/borders are included in width calculation */
  margin-bottom: -6%;
}

/* When sticky (fixed position) */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; 
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.sticky-navbar .nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}

/* Active state for the clicked navbar button */
.sticky-navbar .nav-link.active {
  background-color: white; /* White background when clicked */
  color: #fd6c01; /* Text color when active */
}

.single-product .sp-features ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  list-style-type: none;
  background-image: url(../images/tick.svg);
  background-position: top 4px left;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #231F20;
}

html {
  scroll-behavior: smooth;
}
.about-detail-section {
  padding: 60px 0;
  margin-top: -150px;
  /* background-image: url(../images/body.png); */
  overlay: 10px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  padding: 15px;
}

.col-12 {
  width: 100%;
}

.col-md-4 {
  width: 33.33%;
}

.col-xl-3 {
  width: 25%;
}

.col-md-8 {
  width: 66.66%;
}

.col-xl-8 {
  width: 66.66%;
}

.about-detail--counter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-cotent--counter-items {
  display: flex;
  align-items: center;
  gap: 15px;
  border: solid;
  height: 90px;
  border-radius: 10px;
  background-color: #FDF4E4;
  border-color: lightgrey;
}

.about-counter__icon img {
  max-width: 50px;
}

.about-counter__content .title {
  font-size: 20px;
  font-weight: bold;
}

.about-counter__content .subtitle {
  font-size: 16px;
  color: #000000;
}

.btn-video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}

.btn-video-play img {
  max-width: 100%;
  height: auto;
}

.btn-video-play svg {
  position: absolute;
  width: 65px;
  height: 65px;
}

.about-detail--content {
  padding-left: 30px;
}

.section-title .title {
  font-size: 28px;
  font-weight: bold;
}

.text {
  font-size: 16px;
  color: #000000;
}
span {
  color: #fd6c01;
}

.Infrastructure-img .image-box img {
  width: 100%; 
  height: auto; 
  object-fit: cover;
}

.Infrastructure-img .image-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.Infrastructure-img .image-box {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Infrastructure-img .image-box img {
    height: 250px;
  }
}

