@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    scroll-behavior: smooth;
    height:fit-content;
}
body{
    font-family: "Inter", serif;
}
nav.navbar {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #ffffff, transparent) !important;
    padding-bottom: 60px;
}
.slides-banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider-banner.slick-slider {
    height: 100vh;
    overflow: hidden;
}
.slides-banner{
    position: relative;
}
.slides-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, #0055FF42, #0055FF00);
    z-index: 0;
    top: 0;
    left: 0;
}
.banner-text {
    position: absolute;
    top: 75%;
    left: 10%;
    z-index: 3;
    transform: translate(-10%, -85%);
}
.banner-text h2{
    font-size: 3.5rem;
    color: #fff;
    font-weight: 600;
}
.banner-text .text-section{
    border-bottom: 3px solid #fff;
    margin-bottom: 50px;
}
li.nav-item a{
    font-weight: 500;
}
a.btn.btn-transparent {
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(4px);
    font-family: "Montserrat", serif;
    transition: 0.8s;
}
a.btn.btn-transparent:hover {
    color: #fff;
    background: #282780;
    border-color: #282780;
}

.about-home{
    padding: 100px 0;
    background: #F3F3F3;
}
.about-home h3{
    color: #ea1d21;
    font-size: 2rem;
    padding-bottom: 20px;
}
.box-data{
    text-align: center;
}
.data-box {
    margin-top: -70px;
    padding: 25px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #2E2DBF1A;
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

#customers-gallery .slick-slide img {
    height: 80px;
    margin: 0 60px;
}
#customers-gallery {
    margin-bottom: 50px;
}
#customers-gallery2 .slick-slide img {
    height: 80px;
    margin: 0 60px;
}
.customers{
    text-align: center;
    background: #B9B9B9;
    padding: 100px 0;
    margin-top: -100px;
}
.customers h3{
    font-weight: 300;
    color: #fff;
    padding: 50px 0;

}
.ps-bottom {
    height:0 ;
    overflow:hidden;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.slick-slide.slick-current.slick-active .ps-bottom {
    /* height:auto !important; */
}
.slick-slide.slick-current.slick-active{
    transition: 0.5s;
}
.product-slider .slick-slide.slick-current.slick-active{
    /* width: 650px !important; */
}
.product-slider .slick-list{max-height: 500px !important;}
.ps-slides {
    display: flex !important;
    height: 500px;
    background-color: #1B1B1B;
    overflow: hidden;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    color: #fff;
}

.product-slider .slick-slide {
    margin: 0 2px;
    box-sizing: border-box;
    transition-duration: 0.8s;
}
.product-slider .slick-slide:hover{
    width: 650px !important;
}
/* the parent */
.product-slider .slick-list {
    margin: 0 2px;
}

.product-slider ul.slick-dots {
    display: flex;
    position: absolute;
    right: 0;
    list-style: none;
    bottom: -75px;
}
.product-slider button.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    color: #282780;
    border: 1px solid #282780;
    font-size: 26px;
    position: absolute;
    bottom: -75px;
    left: 0;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
}
.product-slider button.slick-next.slick-arrow {
    left: 60px;
}
.product-slider button.slick-arrow:hover{
    background: #282780;
    color: #fff;
}
.product-slider ul.slick-dots li button {
    font-size: 0;
    border: none;
    margin: 0 5px;
    width: 25px;
    background: #b7b7b7;
}
.product-slider ul.slick-dots li.slick-active button{
    background: #282780;
}
section.products {
    padding: 75px 0;
}
.content-side h3{
    font-size: 30px;
    font-weight: 600;
    color: #282780;
    margin-bottom: 30px;
}
section.products h3 {
    font-size: 30px;
    font-weight: bold;
    color: #282780;
    margin-bottom: 30px;
}
.btn.btn-primary {
    background: #282780;
    border: 1px solid #282780;
    font-family: "Montserrat", serif;
    transition-duration: 0.5s;
    position: relative;
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
}
a.btn.btn-primary img {
    width: 11px;
    position: relative;
    top: unset;
    left: unset;
    height: 19px;
    margin: 0 10px;
    transform: unset !important;
}
.ps-slides {
    font-family: "Montserrat", serif;
    position: relative;
}
.map-side {
    max-width: 600px;
    position: relative;
    margin: auto;
}
.projectsdiv {
    background: #FFFFFFC1 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #2E2DBF1A;
    border-radius: 8px;
    padding: 50px 20px;
    display: none;
    padding-bottom: 20px;
}
.projectsdiv h3{
    color: #282780;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.projectsdiv p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.projectsdiv.active{
    display: block;
}
.inner-slider .slick-slide {
    margin: 0 8px;
    box-sizing: border-box;
}
.content-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
/* the parent */
.inner-slider .slick-list {
    margin: 0 0 !important;
}
.map-sec{
    padding: 75px 0;
    background: #F3F3F3;
}
.inner-slider .slick-list {
    padding: 0 0 !important;
}
.inner-slider button.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255 255 255 / 30%);
    backdrop-filter: blur(4px);
    color: #fff;
    border: 1px solid #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    transition-duration: 0.5s;
    z-index: 9;
}
.inner-slider button.slick-next.slick-arrow {
    left: unset;
    right: 12px;
}
.inner-slider img{
    border-radius: 8px;
    overflow: hidden;
}
.loc-pin {
    width: 10px;
    height: 10px;
    background: rgb(119 118 255 / 27%);
    border-radius: 10px;
    border: 1px solid #282780;
    transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
}
.loc-pin.pin1{top: 40%;right:25%}
.loc-pin.pin2{top: 30%;right:15%}
.loc-pin.pin3{top: 60%;right: 30%;}
.loc-pin.pin4{top: 80%;right: 50%;}

.loc-pin.active{
    background: #282780;
    box-shadow: 0px 0px 14px #282780;
    animation: blinker 1s linear infinite;
}
footer{
    background: #282780;
    color: #fff;
    padding: 50px 0;
    background: url('/images/footer.jpg');
    background-size: cover;
}
footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer ul li {
    width: 33%;
    margin: 5px 0;
}
footer ul a{
    text-decoration: none;
    color: #fff;
}
.copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
}
footer .copy ul{
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
footer .copy ul li{
    width: unset;
    margin-right:20px ;
}
footer .copy ul li:last-child{
    margin-right:0px ;
}
.ps-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition-duration: 2s;
}
.ps-slides:hover img {
    transform: scale(1.5);
}
.ps-slides:hover .ps-bottom {
    height: 175px;
}
.ps-slides h4 {position: relative;z-index: 2;}
.ps-slides::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 0;
}
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s linear forwards, filling 5s ease-in forwards;
    font-size: 50px;
   
  }
  
  .text-line text {
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
  }
  .box-data img{
    margin: 20px 0;
  }
  .navbar-brand img {
    max-width: 300px;
}
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes filling {
    0%, 90% { fill: #fff; fill-opacity: 0; }
    100% { fill: #fff; fill-opacity: 1; }
  }

@media (min-width: 1400px) and (max-width:2000px) {
    .container{
        max-width: 90%;
    }
}

ul.dropdown-menu {
    /* display: flex; */
    padding: 10px;
    transition: 0.5s;
}
ul.dropdown-menu .imgsde{
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
}
ul.dropdown-menu .linksde{
    width: 250px;
}
ul.dropdown-menu .imgsde img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.dropdown-item img {
    filter: brightness(0.3);
    margin-right: 10px;
}

li.nav-item.dropdown.active .linksde a.dropdown-item.active {
    color: #282780;
    background: none;
}

.linksde a.dropdown-item.active img {
    filter: invert(17%) sepia(44%) saturate(15421%) hue-rotate(573deg) brightness(65%) contrast(110%);
}
li.nav-item.dropdown.active a {
    color: #282780;
    border-bottom: 3px solid #282780;
}
li.nav-item.active a {
    color: #282780;
    border-bottom: 3px solid #282780;
}
li.nav-item.dropdown.active .linksde a{
    border: none;
    color: #434649;
}
.inner-banner{
    position: relative;
    width: 100%;
    height: 300px;
    /*background: url(../images/innerbanner.jpg);*/
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.inner-banner h2{
    color: #fff;
}
.inner-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0055FF42, #0055FF00);
    z-index: 0;
    top: 0;
    left: 0;
}
.overview-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.overview-block h2 {
    color: #ED1C24;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

.overview-block img {
    width: 100%;
    border-radius: 8px;
    height: 400px;
    object-fit: cover;
}
.overview-block p {
    font-weight: 300;
    margin-bottom: 25px;
}
.overblk{
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.overblk::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
}
.overblk-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.overblk-txt h2 {
    color: #282780;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
.vis-mis {
    width: 100%;
    display: flex;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 0;
    z-index: 2;
    position: relative;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
    margin-left: -100px;
    margin-top: 45px;
}
.width-80{
    width: 85%;
    margin: auto;
}
.vision{
    margin: 0 20px;
}
.mission{
    margin: 0 20px;
}
.vis-mis h4 {
    color: #282780;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.inner-banner h2{
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 3rem;
    margin-top: 60px;
    text-align: left;
}
.vis-mis p {
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 14px;
    margin: 0;
}
.inner-slider .slick-slide.slick-current.slick-active {
    transition-duration: 1s;
    overflow: hidden;
    border-radius: 8px;
}
.inner-slider .slick-slide.slick-current.slick-active img{
    transition-duration: 1s;
}
.inner-slider .slick-slide.slick-current.slick-active:hover img{
    transform: scale(1.2);
}
.btn.btn-primary:hover{
    background: transparent;
    color: #282780;
    border: 1px solid #282780;
}
.products .btn.btn-primary:hover{
    color: #fff;
}
.bod .slides-bt {
    background: #fff;
    box-shadow: none;
    margin-bottom: 25px;
}
.bod{
    padding: 30px 0;
    background: #fff;
}
.bod h2{
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}
.timeline-sec h2{
    font-weight: bold;
    text-align: center;
    color: #282780;
 }
 section.timeline-sec {
    padding: 50px 0;
}

.bod .slides-bt .top-bt {
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.bod .top-bt::after {
    bottom: 40px;
}
.bot-bt {
    text-align: center;
    padding: 25px 0;
}
.bot-bt h4{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #282780;
}
.bot-bt h4:first-child{
    font-weight: bold;
    color: #434649;
}
.flip {
    position: relative;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    /* transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    transition-duration: 1s;
    transition-property: transform, opacity;
  }
  .flip > .front {
    transform: rotateY(0deg);
    position: relative;
  }
  .flip > .front::before {
    content: "";
    position: absolute;
    bottom: 40px;
    background: url(/images/vector-bg.svg);
    height: 36px;
    width: 100%;
    transition: 0.5s;    
    left: 0;
}
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27277f;
  }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg);
  }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
  }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
  }
  
  .flip {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }
  .front img {width: 65%;position: relative;}
  .flip > .front,
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }
  .flip > .front p,
  .flip > .back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #999;
  }
  .back img {
    filter: brightness(0) invert(1);
}


.timeline {
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 50px;
    content: ' ';
    display: block;
    width: 2px;
    height: 93%;
    margin-left: 1px;
    background: url(/images/timeline-bg.svg) repeat-y;
    background-size: 100%;
    z-index: 5;
    background-color: #282780;
}
  span.time-wrapper::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #282780;
    border-radius: 6px;
    z-index: 9;
    top: 50%;
    left: -8px;
    transform: translateY(-50%) rotate(45deg);
}
.direction-l span.time-wrapper::after {
    left: unset;
    right: -10px;
}
.current-year span.time-wrapper::after {
    width: 40px;
    height: 40px;
    background: #282780;
    right: -22px;
}
  
  .timeline li {
    padding: 1em 0;
  }
  
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .direction-l {
    position: relative;
    width: 450px;
    float: left;
    text-align: left;
  }
  
  .direction-r {
    position: relative;
    width: 450px;
    float: right;
}
.direction-l  .flag-wrapper{
    float: right;
        width: 100%;
}
.direction-r .flag-wrapper{
    float: left;
        width: 100%;
}
  .flag-wrapper {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
  }
  
  .flag {
    position: relative;
    display: inline;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    
    font-weight: 600;
    text-align: left;
  }
  
  .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -37px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #282780;
    border-radius: 10px;
    z-index: 10;
  }
  
  .direction-r .flag:before {
    left: -35px;
  }
  
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .time-wrapper {
    display: inline;
    position: relative;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
  }
  
  .direction-l .time-wrapper {
    float: right;
    display: flex;
    align-items: center;
    direction: rtl;
    width: 100%;
}
  
  .direction-r .time-wrapper {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
}
.timeline-pic{
    width: 100%;
    margin: 10px 0;
    border-radius: 8px;
}
  .time {
    display: flex;
    background: rgb(248, 248, 248);
    font-size: 25px;
    color: #282780;
    align-items: center;
    padding: 0;
    min-width: 156px;
    font-weight: bold;
}
.direction-r .time{
    margin-left: auto;
}
.direction-r span.time img {
    margin-right: 8px;
}
.direction-l span.time img {
    margin-left: 8px;
}
.direction-l .time{
    margin-right: auto;
}
span.line-tl {
    display: block;
    width: 100%;
    height: 1px;
    background: #282780;
}
  
.md-img{

}
  .desc {
    margin: 0;
    width: 300px;
    font-size: 0.95em;
    line-height: 1.5em;
    padding-top: 15px;
    display: inline-block;
    text-align: justify !important;
  }
  
  .direction-r .desc {
    margin: 0;
    text-align: right;
    width: 300px;    
    display: inline-block;
    float: right;
  }

.leadership{
    padding: 100px 0;
    background: #fff;
    text-align: center;
}
.leadership h2 {
    color: #282780;
    text-transform: uppercase;
    margin-bottom: 50px;
}   
  .md-box {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    margin-top: -35px;
    z-index: 2;
    position: relative;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    margin-bottom: 120px;
    text-align: left;
}
.md-img {
    background: linear-gradient(45deg, rgb(2 0 214 / 50%), transparent);
    border-radius: 8px;
}
.md-img img{
    width: 100%;
}
.md-box h3{
    color: #282780;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.dropdown:hover>.dropdown-menu {
    display: flex;
  }
  
  .dropdown>.dropdown-toggle:active {
      pointer-events: none;
  }

 
.overview .top img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.overview .bottom {
    padding:20px;
    text-align:center;
}
.overview .bottom h4{
    color: #282780;
    font-weight: bold;
}

.overview .card-body {
    padding: 0;
}

.overview .card {
    border-radius: 14px;
    height: 100%;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
} 
.icon-top {
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
}
.icon-top img {
    width: 50px;
    transition-duration: 0.8s;
}
.icon-top:hover img {
    transform: scale(1.2);
}
.info-top{
    padding: 30px 0 0 !important;
}
.info-top h2{
    color: #282780;
}
.info-top p{
    font-family: "Montserrat", serif;
}
.expertise{
    background: #F3F3F3;
    text-align: center;
}
.expertise h2{
    margin: 0 0 50px;
}
.expertise h2 span{
    color: #282780;
}
.exp-box h4{
   color: #1E1D4C;
   font-size: 18px;
}
.exp-box p{
   color: #5E6282;
   width: 80%;
   margin: 0 auto;
   text-align:center !important;
}
.exp-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.exp-box {
    width: 250px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition-duration: 0.4s;
    z-index: 1;
    border-radius: 36px;
    background: #fff;
}

.exp-box:hover {
   
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0,0.2);
}
.exp-box::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    background: #282780;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
    z-index: -1;
    bottom: -20px;
    left: -20px;
}
.exp-box::after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    background: #fff;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    border-bottom-left-radius: 36px;
}
.text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 25px;
}
.img-side {
    width: 100%;
    height: 100%;
}
.img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-side h2{
    color: #282780;
}
.ong-slide {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.details-ong {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    height: 65px;
    overflow: hidden;
    transition-duration: 0.5s;
    padding: 20px 0;
}
.ong-slide:hover .details-ong{
    height: 175px;
}
.details-ong h4{
    padding: 0px 20px;
    color: #fff;
    font-size: 24px;
}
.details-ong p{
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
}
.ongoing-slides .slick-list {
    padding: 0 20% 0 0 !important;
}
.slide-details img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.ongoing-slides .slick-slide {
    margin: 0 10px;
}

/* the parent */
.ongoing-slides .slick-list {
    margin: 0 -10px;
}
.ongoing-proj {
    padding: 100px 0;
}
.ongoing-proj h3{
    text-align: center;
    margin-bottom: 25px;
    color: #282780;
    font-weight: bold;
}
.right-img-box.grey{
    background: #F3F3F3;
}
body.grey-bg{
    background: #F3F3F3;
}
.info-top-white{
    padding: 25px 0;
    padding-top: 120px;
    text-align: center;
}
.info-top-white p{
   color: #424242;
}
.info-top-white h2{
    color: #282780;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 45px;
}
.product-box {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 30px;
}
.pb-bot h4 {
    font-weight: 700;
    font-size: 30px;
}

.pb-bot p {
    color: #3B3B3B;
}

.pb-bot h5 {
    color: #282780;
}

.pb-top img {
    width: 100%;
}

.pb-bot {
    padding: 20px;
}
.cert-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.cert-box img{
    width: 100%;
}
.cert-box a {
    padding: 15px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    color: #1B2437;
    text-decoration: none !important;
    display: inline-block;
}
ul.blue-ico {
    list-style: none;
}
ul.blue-ico li {
    padding: 5px 0;
    position: relative;
}
ul.blue-ico li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 20px;
    height: 30px;
    background: url("/images/list-ico.svg");
}
.product-slider-det img{
    width: 100%;
}
.product-slider-det {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.product-slider-det ul.slick-dots button {
    font-size: 0;
    border: none;
    width: 30px;
    background: rgb(40 39 128 / 30%);
    height: 4px;
    border-radius: 50px;
}
.product-slider-det ul.slick-dots {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.product-slider-det ul.slick-dots li.slick-active button {
    background: rgb(40 39 128 / 100%);
}
.product-slider-det button.slick-next.slick-arrow{
    background: url(/images/right-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 20px;
    left: 65px;
    z-index: 1;
}
.product-slider-det button.slick-next.slick-arrow:hover{
    background: url(/images/right-arrow-hover.svg);
}
.product-slider-det button.slick-prev.slick-arrow{
    background: url(/images/left-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 20px;
    left: 5px;
    z-index: 1;
}
.product-slider-det button.slick-prev.slick-arrow:hover{
    background: url(/images/left-arrow-hover.svg);
}
.product-det h4{
    font-size: 16px;
    color: #1B1B1B;
    margin-top: 10px;
}
.details-page-cont h3 {
    font-weight: 600;
    color: #282780;
}
.details-page-cont h4 {
    color: #282780;
}
.exp-box h2 {
    margin: 5px 0;
    font-weight: 700;
    color: #282780;
}
.three-box {
    display: flex;
    background: #282780;
    color: #fff;
    border-radius: 14px;
}
.three-box div {
    width: 33.3%;
    padding: 40px 25px;
}
.three-box .second-box{
    background: #fff;
    color: #282780;
}
.three-box div li{
    margin-bottom: 20px;
}
section.csr {
    padding: 50px 0px;
    background: #F3F3F3;
}
section.csr h2{
    color: #282780;
    margin-bottom: 20px;
}
.three-box div h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


.award-slider button.slick-next.slick-arrow{
    background: url(/images/right-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    top: -75px;
    right: 5px;
    z-index: 1;
}
.award-slider button.slick-next.slick-arrow:hover{
    background: url(/images/right-arrow-hover.svg);
}
.award-slider button.slick-prev.slick-arrow{
    background: url(/images/left-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    top: -75px;
    right: 65px;
    z-index: 1;
}
.award-slider button.slick-prev.slick-arrow:hover{
    background: url(/images/left-arrow-hover.svg);
}
.award-slides {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    text-align: center;
    padding: 50px 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.award-slides img {
    margin: 0 auto;
}

.award-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.award-slider .slick-list {
    margin: 0 -10px;
    padding: 10px 0px;
}
.award-slides p {
    padding-top: 15px;
}

section.awards {
    padding: 50px 0;
}
.award-slider .slick-slide:nth-of-type(even) .award-slides{
    background: #282780;
    color: #fff;
}
section.awards h2 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #282780;
}
.ct-box {
    background: #fff;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    padding: 100px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ct-box .row{
    position: relative;
    width: 90%;
    margin: auto;
}
.ct-box::before {
    content: "";
    background: #27277f;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.ct-box h2 {
    font-weight: 800;
    font-size: 3rem;
    color: #000000;
}
.ct-box h2 span{
    color: #27277f;
}
.ct-box iframe {
    border-radius: 10px;
}
.bot-hold-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.bot-hold-cont .cont-rec {
    display: flex;
    gap: 10px;
}
.bot-hold-cont .details h6 {
    font-weight: 600;
    margin-bottom: 0;
}
.bot-hold-cont .details h6:last-child {
    color: #282780;
}
.ct-box .form-control {
    padding: 15px;
    margin-bottom: 15px;
}
.ct-box .btn {
    width: 100%;
    justify-content: center;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 4px;
}
.white-box-con {
    background: #fff;
    padding: 40px 20px;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.white-box-con h3 {
    font-size: 20px;
    font-weight: bold;
    color: #282780;
    border-bottom: 2px solid #282780;
    display: inline-block;
    margin-bottom: 20px;
}
.white-box-con h3 span {
    color: #000;
}
.white-box-con h4 {
    font-size: 18px;
    font-weight: 600;
}
.white-box-con h4 span {
    color: #282780;
}
section.contact-details {
    margin-bottom: 50px;
}


section.overview h2{
    color: #ED1C24;
    text-transform: uppercase;
}
section.overview {
    text-align: center;
    padding: 50px 0;
}
.vis-mis div{
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    padding: 45px 15px;
    border-radius: 8px;
    padding: 40px;
    text-align: left;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f2f2f2;
    margin: 0;
  }

  h2 {
    color: #2c3e50;
    margin-bottom: 30px;
  }

  .timeline-slider {
    width: 90%;
    margin: auto;
  }

  .timeline-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
  }

  .timeline {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 10px 0;
  }

  .timeline-item {
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .timeline-item .image {
  height: 250px;
  width: 100%;
  background: #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.wrap-tl {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
  .divider {
    height: 2px;
    background-color: #0017a0;
    margin:40px -200px;
    position: relative;
    margin-bottom: 70px;

  }
  .divider::after{
      content: "";
      width: 14px;
      height: 14px;
      background: #0017a0;
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

  .timeline-item .content {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      background: #fff;
      width: 100%;
      height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      text-align: left;
      border-radius: 8px;
      position: relative;
  }


  .timeline-item .content h3 {
    color: #0017a0;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding:0 20px;
  }

  .timeline-item .content p {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    padding: 0 20px;
  }

  .year-marker {
    font-weight: bold;
    color: #0017a0;
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
  top: 52%;
  transform: translate(-50%, -52%);
  }
  .timeline-item:nth-of-type(odd) + .image {
      position: relative;
  }
  .timeline-item:nth-of-type(odd) + .image::after {
      content: "";
      width: 8px;
      height: 8px;
      background: #0017a0;
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

  /* Hide default arrows if needed */
  .slick-arrow {
    background: #0017a0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 2;
  }

  .slick-prev:before,
  .slick-next:before {
    color: white;
    font-size: 20px;
  }

  .slick-dots li button:before {
    color: #0017a0;
  }
.slick-slide.slick-current.slick-active.slick-center .content::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #0055FF;
  border-radius: 10px;
  transform: rotate(45deg);
  top: -15px;
}
.slick-slide .content::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #282780;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) !important;
  top: -15px;
}
.slick-slide.slick-current.slick-active.slick-center .content.top::after{
  top: unset;
  bottom: -15px;
}
.slick-slide.slick-current.slick-active.slick-center .content.bottom::after{
  top: -15px;
  bottom: unset;
}
.slick-slide.slick-current.slick-active.slick-center .divider::after{
  width: 20px;
  height: 20px;
  background: #0055FF;
}
.slick-slide.slick-current.slick-active.slick-center .divider::before{
  
content: "";
      width: 32px;
      height: 32px;
      background: rgba(0, 85, 255, 0.6);
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
}

.slick-slide .content.top::after{
  top: unset;
  bottom: -15px;
}
.slick-slide .content.bottom::after{
  top: -15px;
  bottom: unset;
}
.image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-journey h2{
    text-transform: uppercase;
    color: #282780;
    margin-bottom: 50px;
}
.our-journey{
    padding: 50px 0;
    text-align: center;
}
.our-journey button.slick-next.slick-arrow {
    font-size: 0;
    border-radius: 0;
    background: url(/images/journey-next.svg);
    background-size: 100%;
    border: none;
    position: absolute;
    right: -50px;
    top: 47%;
    transform: translateY(-47%);
}
.our-journey button.slick-prev.slick-arrow {
    font-size: 0;
    border-radius: 0;
    background: url(/images/journey-prev.svg);
    background-size: 100%;
    border: none;
    position: absolute;
    left: -50px;
    top: 47%;
    transform: translateY(-47%);
}

  @media (max-width: 768px) {
    .timeline-item {
      width: 240px;
    }
  }
  /* ================ Timeline Media Queries ================ */
  
  @media screen and (max-width: 660px) {
  
  .timeline {
       width: 100%;
      padding: 4em 0 1em 0;
  }
  
  .timeline li {
      padding: 2em 0;
  }
  
  .direction-l,
  .direction-r {
      float: none;
      width: 100%;
  
      text-align: center;
  }
  
  .flag-wrapper {
      text-align: center;
  }
  
  .flag {
      background: rgb(255,255,255);
      z-index: 15;
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid rgb(255,80,80);
      z-index: 10;
  }
  
  .direction-l .flag:after,
  .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255,255,255);
      border-width: 8px;
      pointer-events: none;
  }
  
  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }
  
  .direction-l .time-wrapper {
      float: none;
  }
  
  .direction-r .time-wrapper {
      float: none;
  }
  
  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245,245,245);
      -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      box-shadow: 0 0 1px rgba(0,0,0,0.20);
      
    z-index: 15;
  }
  
  .direction-l .desc,
  .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      
    z-index: 15;
  }
  .timeline:before{
    background: none !important;
  }
  
  }
  
  @media screen and (min-width: 400px) and (max-width: 660px) {
  
  .direction-l .desc,
  .direction-r .desc {
      margin: 1em 4em 0 4em;
  }
  
  }


@media (max-width:767px){
    .inner-slider button.slick-arrow {
        background: rgb(40 39 128);
        border: 1px solid #282780;
    }
    .md-box .col-md-10{
        order: 2;
        margin-top: 25px;
    }
    .content-side h3{
        margin-top: 25px;
    }
    footer ul li {
        width: 50%;
        margin: 5px 0;
    }
    .copy {
        flex-direction: column;
    }
    .product-slider .slick-slide.slick-current.slick-active {
        width: 380px !important;
    }
    .text-line text {
        font-weight: normal;
        font-style: normal;
        font-size: 32px;
    }
    svg.text-line {
        height: 36px;
    }
    nav.navbar{
        background: linear-gradient(180deg, #ffffff 80%, transparent) !important;
        z-index: 9;
    }
    section.about-home img {
        width: 200px;
        margin: 0 auto;
        display: flex;
        margin-bottom: 25px;
    }
    .inner-slider .slick-slide {
        margin: 0 8px !important;
        box-sizing: border-box;
    }
    /* the parent */
    .inner-slider .slick-list {
        margin: 0 8px !important;
    }
    .inner-slider .slick-list {
        margin: 0 8px !important;
        padding: 0 20px !important;
        height: 170px !important;
    }
    .navbar-brand img {
        max-width: 270px;
    }
    body{
        overflow-x: hidden;
    }
    ul.dropdown-menu.show {
        flex-direction: column;
    }
    li.linksde {
        width: 100% !important;
        margin-bottom: 20px;
    }
    li.imgsde {
        width: 100% !important;
    }
    .vis-mis {
        flex-direction: column;
        margin-top: -15px;
    }
    .vision{
        margin-bottom: 25px;
    }
    .overview-block img {
        width: 100%;
        border-radius: 8px;
        height: 250px;
        object-fit: cover;
    }
    .ct-box {
        padding: 25px 10px;
    }
    .ct-box::before {
        top: unset;
        bottom: 0;
        height: 25%;
        width: 100%;
    }
    .bot-hold-cont {
        flex-direction: column;
    }
    .bot-hold-cont .cont-rec {
        margin-bottom: 25px;
    }
    .ct-box .row {
        position: relative;
        width: 100%;
    }
    .exp-box-wrap {
        flex-direction: column;
    }
    .ong-slide:hover .details-ong {
        height: 50%;
    }
    .pb-bot .d-flex {
        flex-direction: column;
    }
    .three-box {
        flex-direction: column;
    }
    .three-box div {
        width: 100%;
        padding: 40px 25px;
    }
    .text-side{
        padding: 10%;
    }
    .info-top {
        padding: 50px 0;
    }
    .exp-box {
        width: 250px;
        height: 145px;
    }
}

@media (min-width:992px) and (max-width:1400px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .inner-slider .slick-list {
        padding: 0 25px !important;
        height: 254px !important;
    }
    .bot-hold-cont .cont-rec img {
        width: 25px;
    }
    .bot-hold-cont .details h6 {
        font-size: 12px;
    }
    .ct-box {
        padding: 50px 0;
    }
}

@media (min-width:768px) and (max-width:992px){
    .data-box .col-md-3 {
        width: 50%;
    }
    .inner-slider .slick-list {
        padding: 0 25px !important;
        height: 125px !important;
    }
    nav.navbar{
        background: linear-gradient(180deg, #ffffff 80%, transparent) !important;
    }
}



/* 19-11-2025 css */

.certificate-listing{
    padding-bottom: 60px;
}
.inner-banner{
    margin-bottom: 50px;
}
.expertise-ems{
    padding-bottom: 100px !important;
}
.product-listing{
    padding-bottom: 60px;
}
.expertise-qhse{
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}
.contact-sec{
    padding: 50px 0 0;
}
section.contact-details {
    margin-bottom: 80px;
}
.expertise-services{
    padding: 30px 0 100px !important;
}
.expertise-services h2{
    margin: 50px 0;
}
.expertise-services .data-box{
    margin-top: 0;
}
.product-det{
    padding: 40px 0;
}
.right-img-box-icv{
    padding: 0 0 100px;
}
section.products {
    padding: 0 0 75px;
}



.white-box-con .bot-hold-cont{
    margin: 20px;
    gap: 15px;
}
.white-box-con .bot-hold-cont .cont-rec{
    padding: 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
}
.white-box-con h3{
    color: #fff;
    background: #27277f;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    padding: 12px 0;
    display: block;
    text-align: center;
}
.white-box-con h4 span {
    display: block;
    font-size: 13px;
}
.white-box-con{
    padding: 0;
}
.white-box-con h3 span{
    color: #fff;
}
.white-box-con h4{
    display: block;
    text-align: center;
}



@media (max-width: 1600px){
.bot-hold-cont .details h6{
    font-size: 13px;
}
.exp-box-wrap-more-data{
    flex-flow: wrap;
}
}


@media (max-width: 1440px){
    .pb-bot h4{
        font-size: 17px !important;
    }
    .white-box-con .bot-hold-cont .cont-rec img{
        max-width: 50px;
    }
    .white-box-con .bot-hold-cont{
        flex-flow: wrap;
    }
    .white-box-con {
        min-height: 320px !important;
    }
}


@media (max-width: 1400px){
    .inner-slider .slick-list{
        padding: 0 !important;
    }
    .cert-box a{
        font-size: 20px;
    }
    .pb-bot h4{
        height: auto !important;
    }
    .pb-bot p{
        height: auto !important;
    }
    .pb-bot {
        min-height: 240px !important;
    }
    .award-slides p{
        font-size: 15px;
    }
    
    
}

@media (max-width: 1200px){
    .navbar-brand img {
        max-width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
    .ps-slides{
        height: 400px !important;
    }
    .ss-slides{
        height: 400px !important;
    }
    .ps-slides h4{
        font-size: 20px !important;
    }
    .award-slides{
        min-height: 430px;
    }
}

@media (max-width: 992px){
    .navbar-brand img {
        max-width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    nav.navbar{
        padding-bottom: 20px !important;
    }
    .navbar-collapse{
        background: #fff;
        padding: 0 20px;
    }
    .banner-text{
        top: 60%;
    }
    .inner-banner h2{
        font-size: 30px;
        margin-bottom: 0;
    }
    .vis-mis{
        margin-left: 0;
    }
    .vision {
        margin: 0;
    }
    .mission {
        margin: 0;
    }
    .exp-box-wrap{
        flex-flow: wrap;
    }
    .exp-box{
        width: 47%;
    }
    .info-top-white h2{
        margin-bottom: 10px;
    }
    .text-side{
        padding: 25px 0;
    }
    .three-box{
        flex-flow: wrap;
    }
    .three-box div{
        width: 100%;
    }
     .ongoing-proj {
        padding: 40px 0;
    }
    .ct-box{
        padding: 60px 0;
    }
    .ct-box iframe{
        height: 400px;
    }
    .ct-box::before{
        background: #fff;
    }
    .ct-box h2{
        font-size: 38px;
    }
    .right-img-box-services .p-0{
        padding: 0 12px !important;
    }
    
}

@media (max-width: 767px){
    .navbar-brand img {
        max-width: 230px;
    }
    .banner .text-line{
        font-size: 26px !important;
    }
    .banner-text{
        top: 60%;
    }
    .about-home{
        padding: 50px 0;
    }
    .data-home{
        padding-top: 50px;
    }
    section.services {
        padding: 50px 0 !important;
    }
    #customers-gallery .slick-slide img{
        margin: 0 30px;
    }
    #customers-gallery2 .slick-slide img{
        margin: 0 30px;
    }
    .product-slider button.slick-arrow{
        bottom: 0;
    }
    .product-slider ul.slick-dots{
        bottom: 50px;
        left: 0;
    }
    section.products {
        padding: 0 0 30px;
    }
    .map-sec {
        padding: 30px 0;
    }
    .inner-slider .slick-list{
        margin: 0 !important;
    }
    .our-journey button.slick-prev.slick-arrow{
        left: 0;
    }
    .our-journey button.slick-next.slick-arrow{
        right: 0;
    }
    .width-80{
        width: 100%;
    }
    .vis-mis{
        margin-top: 20px !important;
    }
    section.overview{
        padding-top: 0 !important;
    }
    .md-box{
        margin-top: -275px;
        margin-bottom: 50px;
        padding: 50px 30px;
    }
    .info-top {
        padding: 0 !important;
    }
    .certificate-listing {
        padding-bottom: 30px;
    }
    .exp-box{
        width: 88%;
    }
    .text-side {
        padding: 5%;
    }
    .text-side h2{
        margin-bottom: 10px;
    }
    .expertise-ems {
        padding-bottom: 50px !important;
    }
    .ongoing-proj {
        padding: 50px 0;
    }
    .pb-bot .d-flex {
        flex-direction: row;
    }
    .pb-bot {
        min-height: auto !important;
    }
    .product-listing{
        padding-bottom: 30px;
    }
    .right-img-box-icv {
        padding: 0;
    }
    .expertise h2{
        margin: 0 0 30px;
    }
    section.csr{
        padding: 0 0px 30px;
    }
    .ongoing-slides button.slick-next.slick-arrow{
        top: -115px !important;   
    }
    .ongoing-slides button.slick-prev.slick-arrow{
        top: -115px !important;   
    }
    .white-box-con .bot-hold-cont {
        gap: 0;
    }
    .ct-box h2 {
        font-size: 32px;
    }
    section.contact-details {
        margin-bottom: 40px;
    }
    .bot-hold-cont .details h6 {
        font-size: 16px;
    }
    .data-box-services{
        margin-bottom: 50px;
    }
    .expertise-services{
        padding: 30px 0 50px !important;
    }
    .slide-details img{
        height: 370px;
    }
    .product-det {
        padding: 0;
    }
    .expertise-qhse {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
}


.gbox-row {
    display: flex;
    gap: 1rem;
    height: 320px;
}

/* Main box */
.gbox {
    flex: 1 1 0%;
    min-width: 120px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: flex-basis 0.5s ease, transform 0.3s ease;
}

    /* Dark overlay */
    .gbox::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
        transition: 0.3s ease;
    }

/* Content Layer */
.gbox-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
    transition: 0.4s ease;
}

/* Hidden by default */
.gbox-text,
.gbox .btn {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* Hover Effects */
.gbox:hover {
    flex-basis: 28%;
    transform: translateY(0px);
}

    .gbox:hover::before {
        background: linear-gradient( to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
    }

    .gbox:hover .gbox-text,
    .gbox:hover .btn {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition: 0.4s ease;
    }

/* Mobile view = stacked */
@media (max-width: 768px) {
    .gbox-row {
        flex-direction: column;
        height: auto;
    }

    .gbox {
        height: 300px;
        min-height: 300px;
    }

        .gbox:hover {
            flex-basis: 100%;
        }
}

/* Text */
.gbox-title {
    font-weight: 700;
    font-size: 1.3rem;
}

.gbox-text {
    font-size: 0.95rem;
    margin: 10px 0 15px;
}


.gbox-title {
    font-size: 1.1rem;
}

.gbox-text, .gbox .btn {
    height: 0;
    margin: 0;
}

.gbox:hover .gbox-text {
    height: auto;
    margin: 10px 0 15px;
}

.gbox:hover .btn {
    height: auto;
}


.g-products h2 {
    font-size: 30px;
    font-weight: bold;
    color: #282780;
    margin-bottom: 30px;
}

.gbox .btn {
    background: #282780;
    color: #fff;
    border: none;
}