
/*  */
body{
        background: #000000;
    }

    a{
        text-decoration: none;
    }

/* Marquee Starts */

    .scroll-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        background: #000
    }

    .refrigeration-card{
        background: #000;
        position: relative;
        z-index: 100;
    }

    .padding-top-126px{
        padding-top: 126px;
    }

    .scroll-container .infinite-scroll-wrapper {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .infinite-scroll-wrapper .infinite-scroll-content {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        animation: scroll 20s linear infinite;
        width: 100%;
        gap: 32px;
    }

    .infinite-scroll-wrapper .infinite-scroll-items {
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        gap: 16px;
    }

    .infinite-scroll-items .item-wrap {
        position: relative;
        width: 250px;
        aspect-ratio: 4.09;
        flex-shrink: 0;
        overflow: hidden;
    }

    .item-wrap img {
        width: 75%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .item-wrap .text {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 10;
        color: #fff;
        font-weight: 500;
    }

    .item-wrap:hover img {
        transform: scale(1.05);
    }

    @media (min-width: 1024px) {
        .infinite-scroll-wrapper:hover .infinite-scroll-content {
            animation-play-state: paused;
        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* Marquee Ends */


    
.get-started-btn-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 100%;
    background:#EB2426 !important;
    color:#1F4B9F !important;
    border-radius: 10rem; 
    transition: width 0.3s linear; 
    z-index: -1;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}

.get-started-btn-hero:hover::after {
    width: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}

.get-started-btn-hero:hover {
    color: #FFFFFF; 
    border: 1px solid #EB2426; 
}

.get-started-btn-hero {
    background: transparent !important; 
    color: #FFFFFF !important;       
    border: 1px solid #EB2426 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    /* position: relative !important; */
}


.get-started-btn-hero:hover {
    color: #FFFFFF !important;      
    border: 1px solid #EB2426 !important;
}

/*  */





    .padding-top{
        padding-top: 128px;
    }
.hero-banner{
    /* padding-left:100px;
    padding-right:100px; */
    height: 100vh;
    background:#000000;
    display:flex;
    flex-direction:row;
    align-items:center;
    /* border:2px solid red; */
    margin-top:-80px;
    position: relative;
        overflow-x: clip;
}
.hlb1{
height:100vh;
display:flex;
align-items: center; 
}

.padding{
     padding-left:50px !important;
    padding-right:50px !important;
}
.hero-banner a{
    color:#FFFFFF;
    text-decoration:none;
font-size: 23px;
line-height: 100%;
letter-spacing: 0%;
font-weight: 600;

}
.hero-links-margin{
        margin-top: 20px;
    width: 150%;
}

.hero-links-margin a:hover{
    color: #ccc;
}

.hero-btn-margin{
    margin-top:45px;
}

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #b7afaf;
  background-color: transparent;
  margin: 0 5px;
  transition: background-color 0.3s, transform 0.3s;
}

.carousel-dark .carousel-indicators [data-bs-target]
 {
    background-color:transparent;
}

.carousel-indicators .active{
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.36) 52.64%, rgba(235, 30, 34, 0.39) 100%);
    border: 1px solid #EB2426;
}
.carousel-item{
    padding-left:100px;
    padding-right:100px;
    height: 100vh;
}

.carousel-caption{
    display: flex;
    left: 0%;
    /* top:50%; */
    padding-top: 0rem; 
    /* padding-bottom: 0rem; */
    color: #fff;
    text-align: left;
}
.hero-left-box1{
width: 50%;
}

.hero-left-box2{
width: 50%;
}

.hero-left-box2 img{
width: 100%;
}
.carousel-indicators {
    margin-bottom: 4rem;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left:100px;
    padding-right:100px;
}

.image-text-container{
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    background: #00000099;
    backdrop-filter: blur(60.79999923706055px);
    padding: 5px 14px;
}

.image-text-container img{
    width: 47px;
}

.content-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.image-text-container .custom-sol-head{
    font-size: 32px;
    margin: 0;
}



.counter-number{
color:#FFFFFF;
font-weight: 700 !important;
font-size: 54px;
line-height: 60px;
letter-spacing: -3%;

}

.counter-section-box1 .counter-number{
    margin: 0;
    line-height: normal;
}

.counter-head-text{
color:#FFFFFF;
font-weight: 700 !important;
font-size: 43px;
line-height: normal;
letter-spacing: -3%;
margin: 0;
}

.counter-text{
  color:#FFFFFF;
font-weight: 400;
font-size: 26px;
line-height: 60px;
letter-spacing: -3%;
}

.counter-section-box1 .counter-text{
    line-height: normal;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.custom-sol-para1{
font-weight: 400;

font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color:#fff;

}
.list-margin{
    width: fit-content;
margin-top:17px;
background: #00000099;
backdrop-filter: blur(60.79999923706055px);
padding: 9px 15px;
color: #fff;

}
.custom-sol-head{
    margin-top:53px;
    color:#FFFFFF;
font-weight: 700;
font-size: 54px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}
.custom-sol-padding{
    padding-top:66px;
    padding-bottom:66px;
}
.services-para{
    color:#FFFFFF;
font-weight: 600;
font-size: 26px;
line-height: 45.2px;
letter-spacing: 0%;
text-align: center;

}

.form-left-section{
    position: relative;
}
.form-left-image-content{
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02));
    box-shadow: 0px 0px 48px 0px #FFFFFF6E inset;
    backdrop-filter: blur(19.399999618530273px);
    padding-right: 10%;
    padding: 5%;
}
.form-para1{
color:#FFFFFF;
font-weight: 700;
font-size: 36px;
line-height: 37px;
/* letter-spacing: 0%; */

}
.form-para2{
color:#FFFFFF;
font-weight: 400;
font-size: 16px;
/* line-height: 25px; */
/* letter-spacing: 0%; */

}

.customized-sol-section {
    padding-right: 50px;
    
}

.new-padding{
    padding-left: 85px !important;
    padding-right: 104px !important;
}
.form-container{
    /* padding: 35px; */
    padding: 6%;
    background: #FFFFFF;
    border-radius: 15px;
      margin-left: -3%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.form-box1{
   width:53%; 
       /* height: auto !important; */
  background: url(/assets/images/index/form-left-section.png);
  background-repeat: no-repeat;      
  background-size: cover;            
  background-position: center center; 
}
.form-para{
    color:#0000006E;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;


}
.submit-now-text{
    color:#000000 !important;
    padding: 10px 34px !important;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.form-control {
    width: 85%;
  border: none;
  border-bottom: 1px solid #ccc; /* Adjust color as needed */
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

/* Remove focus outline and shadow */
.form-control:focus {
  border-bottom: 1px solid #000000; /* Optional: darker bottom border on focus */
  box-shadow: none;
  outline: none;
}

/* Change placeholder text color */
.form-control::placeholder {
  color: #757575; /* Customize the color here */
  opacity: 1; /* Ensure visibility in all browsers */
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

.proj-para{
    color:#FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;

}
/* .proj-team-img{
        
  background: url(assets/images/index/team-img.png);
  background-repeat: no-repeat;      
  background-size: cover;            
  background-position: 100% 100%; 
  height: 700px;
} */

.bg-video.show {
    opacity: 1 !important;
}

.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.bg-video.show {
  opacity: 1 !important;
}

.left-gradient-hero{
  position:absolute;
      left: -28%;
          top: 0;
}
.right-gradient-hero{
    position: absolute;
    right: -23%;
    top: 0;
    z-index: 1000;
          
}

.right-gradient-customized-solution{
  position: absolute;
    right: -27%;
    top: -17%;
    z-index: 100;
    pointer-events: none;
}

.left-gradient-customized-solution{
    position:absolute;
      left: -29%;
          /* top: 0; */
              margin-top: -22%;
              z-index: 10;
              pointer-events: none;
}


.category-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.category-container .category-card{
    padding: 18px;
    aspect-ratio: 614/380;
    border-radius: 15.26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.category-container .category-card-bg{
    
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.category-container .category-card:hover .category-card-bg{
    transform: scale(1.1);
}

.category-container .category-card-4{
    aspect-ratio: auto;
}


.hero-content{
      position: relative;
    z-index: 1;
}
.customized-sol-section{
    /* position: relative; */
    z-index: 1;
    bottom:0px;
}
.css-gradient{
  position: relative;
  overflow:hidden;
}
.csgradient{
   position: relative;
  overflow:hidden;
}
.counter-section{
    padding-left:90px ;
    padding-right:90px ; 
}

.owl-stage{
  display: flex;
    align-items: center;
}
.logo-margin{
  padding-top:105px;
  padding-bottom:114px;
}

.right-hero-gradient{
position: absolute;
    top: 0;
    right: -28%;
}

.orange-green-circle{
height: 10px;
 width: auto;
}
.carousel-indicators .active{
    width: 14px !important;
    height: 14px !important;
     border: 2px solid #EB2426;
}
.trusted-section12{
 margin-bottom:80px;
}

.kas-map{
    width: 658px;
    margin: 0 auto;
}

/* Team Section Starts */

.team-hero {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.team-hero-container {
    display: flex;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 382px;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.team-btn-container{
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: flex-end;
    z-index: 12;
}

.team-image {
  position: static;
  width: 70%;
  height: auto;
  display: block;
  margin-top: 0;
}

.hero-heading {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 709px;
  padding: 0;
}

.hero-heading h2 {
  display: block;
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  word-wrap: break-word;
  line-height: 1.2;
}

.hero-heading .light {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.hero-description {
  position: static;
  width: 30%;
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.localised-padding-top{
    padding-top: 240px !important;
}

@media screen and (max-width: 1024px) {
  .team-hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    text-align: center;
  }

  .team-image {
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    order: 3;
  }

  .hero-heading,
  .hero-description {
    position: static;
    width: 100%;
    margin: 20px auto 0;
    text-align: left;
    padding: 0;
  }

  .hero-heading span {
    font-size: 32px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .hero-heading span {
    font-size: 24px;
  }
}

/* Team Section Ends */



@media only screen and (max-width:990px){
    .list-margin{
margin-top:0px;
}
    .trusted-section12{
 margin-bottom:40px;
 margin-top: 20px;
}
    .scroll-container {
    margin-bottom: 10px;

}
    .carousel-indicators .active{
    width: 8px !important;
    height: 8px !important;
     border: 2px solid #EB2426;
}
.hero-btn12{
    margin-top:30%;
}

.carousel-item{
    padding-top: 15%;
    padding-left: 0px;
    padding-right: 0px;
}
.orange-green-circle{
height: 7px;
 width: auto;
}

.hero-btn-margin{
    margin-top:10px;
}
    .carousel-inner {
        padding-left:15px !important;
        padding-right:15px !important;
    }
  
.right-hero-gradient{
right: -142%;
}
  .carousel-indicators {
    /* margin-bottom: 10rem; */
}

.content-container{
    /* margin-bottom: 70px; */
    justify-content: flex-start;
    margin-top: 70%;
}

.hero-banner{
    padding-left:15px !important;
    padding-right:15px !important;
    height: 95vh;
}
.pd-mobile{
    padding-left:16px !important;
    padding-right:16px !important;
}
.counter-section{
       padding-left:15px !important;
    padding-right:15px !important; 
    padding-top: 10% !important;
}

.padding-top-126px{
        padding-top: 40px;
    }

.get-started-btn-hero-margin{
  margin-top:-75%;
}

.padding-top{
        padding-top: 68px;
    }
.hero-banner a {
    font-size: 14px;
}

.hero-links-margin{
    width: 100%;
}

.category-container{
          grid-template-columns: repeat(1, 1fr);
        }

        .category-container .category-card{
              grid-row: auto;
              aspect-ratio: 1;
        }

        .category-container .category-card-4{
              grid-row: auto;
              aspect-ratio: 1;
        }

        .category-container .category-card-6{
                grid-column: auto;
          aspect-ratio: 1;
        }


        .image-text-container .custom-sol-head{
            font-size: 22px;
        }

        .image-text-container img{
            width: 27px;
        }

        .list-margin{
            padding: 8px;
        }

.custom-sol-head{
    font-size: 28px;
    margin-top: 20px;
            margin-bottom: 0px;
}
.custom-sol-para1{
    font-size: 10px;
}
.custom-sol-padding{
        padding-top: 22px;
 padding-bottom: 22px;
        margin-top: 10px;
}

.refrig-box{
     margin-top: 15px;;
}
.padding{
        padding-left: 0px !important;
     padding-right: 0px !important;
}

.form-para1 {
    font-size: 16px;
    line-height: 24px;
}


.form-box2{
width:100% !important;
}

.counter-number
{
        font-size: 26px;
            line-height: 0px ;
}
.counter-section-box1.counter-box-2{
    order: 3;
    width: 100%;
}

.counter-section-box1.counter-box-1, .counter-section-box1.counter-box-3{
    width: 45%;
}
.counter-head-text{
font-size: 26px;
}
.height-normal{
    line-height: normal;
}
.counter-text-height{
    line-height: normal;
    text-align: center;
}
.counter-text {
    font-size: 12px;
            margin-top: -10px;
}

.counter-section-box1 .counter-text{
    margin-top: 0;
}

.counter-section-box1{
    width: 33%;
            margin-bottom: 10px;
    /* border:1px solid white; */
}

.brand-box{
    width: 100%;
    /* padding: 5px; */
}
.services-para{
    font-size: 16px;
}
.country-box{
    width: 30%;
}
.submit-now-text{
    font-size: 16px;
    width: auto;
            margin-top: 0px !important;
            margin-bottom: 15px !important;
}

.Eco-Smart-section{
      /* padding-top: 68px !important; */
      padding-top: 10% !important;
}
.customized-sol-section {
    /* padding-right: 50px; */
    padding: 10px 0px 0px 0px;
}

.infinite-scroll-items .item-wrap {
            width: 120px;
            min-width: 120px;
            aspect-ratio: 4.09;
        }

        .infinite-scroll-wrapper .infinite-scroll-content{
            animation: scroll 8s linear infinite;
        }

        .client-scroll-section{
            margin-bottom:35px;
        }

        .item-wrap img {
            width: 90%;
        }

.form-control {
    width: 100%;
}
/* .margin11{
    display: grid;
} */

    .category-container.padding-top{
        padding-left: 0 !important; 
        padding-right: 0 !important; 
    }

.m111{
    margin:5px;
}

    .padding-top {
        padding: 40px 16px 0px 16px !important;
    }


.hero-left-box1{
width: 100%;
}
.hlb1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.carousel-indicators {
    justify-content: center;
        bottom: 15% !important;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}

.hero-left-box2{
width: 100%;
}


.form-box1{
  /* width: 100% !important; */
          /* height: 53vh !important; */
    background: url(/assets/images/index/form-left-section-mb-image.png);
      background-repeat: no-repeat !important;      
  background-size: contain !important;        
  background-position: center center !important;   
}

.form-para2 {
font-weight: 400;
font-size: 12px;
line-height: 19px !important;
letter-spacing: 0% !important;

}

    .cent1 {
        text-align: center;
    }

.form-container {
    padding: 6%;
    background: #FFFFFF;
    border-radius: 0px;
    margin-left: 0%;
}
.form-control {
    font-size: 12px;
}


.right-gradient-hero {

    right: -125%;
  
}
.left-gradient-hero {

    left: -62%;
}

.right-gradient-customized-solution{
  display:none;
}

.left-gradient-customized-solution{
      left: -130%;
}
.countbox{
    /* display:flex; */
    /* justify-content:space-between; */
    width: 100%;
}


.localised-padding-top{
    padding-top: 105px !important;
}











}


.form-box1{
width:50%;
}
.form-box2{
width:50%;
}
.Eco-Smart-section{
      padding-top: 128px;
}
.right-gradient-customized-solution12 {
    position: absolute;
    right: -33%;
    top: 8%;
    z-index: 10;
}

@media (max-height: 650px) {
    .hero-banner{
        margin-top: -30px !important;
    }
}

@media (max-width: 767.98px) {
  .owl-item {
    width: 350px !important;  /* Example fixed width for mobile */
  }

/* Ensure the carousel container is not restricting layout */
.owl-carousel .owl-item {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* border:2px solid red; */
}

.brand-box {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.brand-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* Ensures image fits without distortion */
}
.hero-content
{
    margin-top: 0%;
}
.get-started-btn-hero{
        width: auto;
        font-size:14px !important;
            padding: 10px !important;

}
.right-gradient-customized-solution12 {
 
    right: -95%;

}
.cutomized-img{
    width: 25%;
}

.btn-arrow{
    width: 14px;
}

}

/* Fix image scaling and alignment */
.logo-carousel img {
  width: 65% !important;        /* scale images uniformly */
  height: 90px !important;     /* fixed height for alignment */
  object-fit: contain;          /* maintain aspect ratio */
  display: block;
  margin: 0 auto;               /* center horizontally */
}

