.hero-btn1 a.vl-btn2 i {
    margin-right: 15px !important;
    margin-left: 0 !important;
    transform: rotate(7deg) !important;
}

.mt-30 {
    margin-top: 30px;
}

@font-face {
  font-family: 'dmsans';
  src: url('../fonts/static/DMSans-Regular.ttf') format('truetype'),
         url('../fonts/static/DMSans-Regular.woff') format('woff'),
         url('../fonts/static/DMSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dmsansb';
  src: url('../fonts/static/DMSans-Bold.ttf') format('truetype'),
         url('../fonts/static/DMSans-Bold.woff') format('woff'),
         url('../fonts/static/DMSans-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.divider-line.aos-init.aos-animate {
    width: 69%;
    height: 2.5px;
    background: linear-gradient(45deg, #d84c05, #f8b500, transparent);
    margin: 6px 0 2px;
}

.about2 .heading2 .check-area i {
    background: linear-gradient(181deg, #ed5b00 71%, #c40909 100%);
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    box-shadow: -5px 5px 2px #550b0b;
}

.gallery1 .heading2 h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.heading2 h2 span {
    font-weight: 500;
}

/* Slider shell */
.gallery-slider { position: relative; overflow: hidden; }
.gallery-track { display: flex; will-change: transform; }
.slide { padding: 8px; flex: 0 0 auto; }

/* Card */
.team1-boxarea { position: relative; overflow: hidden; border-radius: 10px; cursor: zoom-in; }
.team1-boxarea img { width: 100%; display: block; transition: transform .4s ease; }
.team1-boxarea:hover img { transform: scale(1.05); }

/* Hover + icon */


/* Nav buttons */
.gallery-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%; border: 0;
  background: rgba(0,0,0,.5); color: #fff; font-size: 28px; line-height: 40px;
  display: grid; place-items: center; cursor: pointer; z-index: 5;
}
.gallery-nav.prev { left: 8px; }
.gallery-nav.next { right: 8px; }
.gallery-nav:hover { background: rgba(0,0,0,.7); }

/* Responsive slides per view (JS will compute widths, but this helps during load) */
@media (min-width: 1200px){ .slide { width: calc(25% - 16px); } }  /* 4 per view */
@media (min-width: 992px) and (max-width: 1199.98px){ .slide { width: calc(33.333% - 16px); } } /* 3 */
@media (min-width: 576px) and (max-width: 991.98px){ .slide { width: calc(50% - 16px); } } /* 2 */
@media (max-width: 575.98px){ .slide { width: calc(100% - 16px); } } /* 1 */


.skills-boxarea {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px #013863;
}

.skills-boxarea.cust-shadow {
    box-shadow: -5px 5px 0px #013863;
}

.skills-boxarea:hover {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px #ef600e;
}

.skills-boxarea.cust-shadow:hover {
    box-shadow: -5px 5px 0px #ef600e;
}

.cta2 .cta-content-bg .heading1 {
    padding: 59px 0px;
}

.cta2 .divider-line.aos-init.aos-animate {
    width: 100%;
    height: 2.5px;
    background: linear-gradient(45deg, #d84c05, #f8b500, transparent);
    margin: 6px 0 2px;
}

.video-container {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Optional: Semi-transparent overlay */
        }
        .counter-section {
    background: linear-gradient(180deg, #980202, rgb(224 29 29), rgb(221 10 10 / 46%), rgb(1 15 28 / 0%), rgb(1 15 28 / 0%));
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  box-shadow: 5px 5px 5px 5px #f16b00;
}

.counter-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0 auto;
}

.counter-box {
  flex: 1 1 200px;
  background: rgb(1 56 99);
  border-radius: 12px;
  padding: 30px 20px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  text-align: center;
}

.counter-box:hover {
  transform: translateY(-5px);
}

.counter {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.choose7 .choose7-images img {
    width: 100%;
}
.contact1-boxarea.aos-init.aos-animate {
    padding: 30px;
    border-radius: 18px;
    background-color: #014c87;
}
.choose7-boxarea .widget-contactbox img {
    width: 29px;
}

h5.vl-section-title.proj-des {
    background: none;
    padding: 0;
    text-transform: none;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .history1-section .history-tabs-section .tabs-button ul li {
        margin: 0px 0px 10px !important;
    }
    .row-reverse {
        flex-direction: row-reverse;
    }
}

.content-area.cust-project {
    text-align: left !important;
    margin-top: 0 !important;
    padding: 20px;
    margin-left: 0 !important;
    left: 0 !important;
}

/* GALLERY CONTAINER */
#teamGallery {
  position: relative;
  overflow: hidden;
}

/* INDIVIDUAL SLIDE */
.slide {
  flex: 0 0 auto;
  padding: 10px;
}

/* IMAGE BOX */
.team1-boxarea,
.img1 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* IMAGES */
.team1-boxarea img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}

.space-margin30 {
    margin-bottom: 30px;
}

.btn-cust-project .pro-btn {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.btn-cust-project .pro-btn h4{
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    color: #000;
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 22px;
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    padding: 16px 40px;
    transition: all 0.4s;
}

.founder-name {
    background: #094e85;
    padding: 15px 37px;
    width: 80%;
    border-radius: 5px;
    margin-top: -31px;
    z-index: 9999;
    position: relative;
    text-align: center;
}

.team-details-section .team-side-details .img1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-cust-project .pro-btn a {
    color: #000;
}

.btn-cust-project {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(174deg, #015191, transparent);
    border-radius: 8px;
    padding: 42px 24px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-cust-project .pro-btn h4:hover {
    background: #f7ad00;
}

/* ===== Gallery Layout ===== */
#teamGallery{position:relative;overflow:hidden;}
.gallery-track{display:flex;will-change:transform;}
.slide{flex:0 0 auto;padding:10px;}
@media(min-width:1200px){.slide{width:calc(25% - 20px);}}
@media(min-width:992px) and (max-width:1199.98px){.slide{width:calc(33.333% - 20px);}}
@media(min-width:576px) and (max-width:991.98px){.slide{width:calc(50% - 20px);}}
@media(max-width:575.98px){.slide{width:calc(100% - 20px);}}

/* ===== Card + Image ===== */
.team1-boxarea,.img1{position:relative;overflow:hidden;border-radius:12px;}
.team1-boxarea img{width:100%;display:block;transition:transform .35s ease;}
.team1-boxarea:hover img{transform:scale(1.05);}

/* ===== Overlay + Plus Icon ===== */
.plus-overlay{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(360deg, black, #00000082, transparent);opacity:1;transition:opacity .25s ease;pointer-events:none;z-index:3;}
.team1-boxarea:hover .plus-overlay{opacity:1;}
.plus-icon{width:64px;height:64px;}

/* ===== Nav Buttons ===== */
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(0,0,0,.65);color:#fff;font-size:26px;display:grid;place-items:center;cursor:pointer;z-index:10;}
.gallery-nav.prev{left:8px;}
.gallery-nav.next{right:8px;}
.gallery-nav:hover{background:rgba(0,0,0,.8);}

/* ===== Popup Styling ===== */
.mfp-bg,.mfp-wrap{z-index:99999!important;}
.mfp-close.custom-close-btn{color:#fff!important;font-size:34px!important;opacity:.9!important;top:8px!important;right:12px!important;transition:.25s!important;}
.mfp-close.custom-close-btn {
    opacity: 1 !important;
    transform: scale(1.3) !important;
    color: #ffd000 !important;
    margin-top: -20px;
}
html.mfp-force-unlock,body.mfp-force-unlock{overflow:auto!important;}

.plus-overlay i {
    opacity: 0;
}

.team1-boxarea:hover .plus-overlay i {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}


section.applicator {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background: linear-gradient(121deg, #012039, #103e63e0, #268ddd57); */
    background: linear-gradient(128deg, #f7b800 0%, #ed5b00 100%);
}

.applicator-logo img {
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.applicator .row {
    align-items: center;
}

.applicator .heading2 h2, 
.equipments-ser .heading2 h2{
    color: #000 !important;
}

.equipments .col-lg-2 {
    width: 20%;
}

img.awards-image {
    border-radius: 10px;
    
}

.awards {
    border-radius: 10px;
    padding: 7px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonial2 .row .col-lg-2 {
    width: 20%;
    margin-bottom: 25px;
}

.testimonial2 .row .col-lg-2 img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.awards p {
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

@media (max-width: 767px) {

  .testimonial2 .row .col-lg-2 {
    width: 50%;
    margin-bottom: 25px;
  }

  .row.single-awards .col-lg-3 {
    margin-bottom: 25px !important;
    width: 50% !important;
  }
}

.legacy-quote {
    display: flex;
    justify-content: center;
  }

  .legacy-quote__card {
    position: relative;
    margin: 0;
    padding: 50px 35px;
    background: linear-gradient(145deg, #ed5b00 0%, #cf2b06 100%);
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    margin: 60px 0 30px;
}


.legacy-quote__card::before {
    content: "";
    position: absolute;
    left: 22%;
    transform: translateX(-50%);
    width: 30%;
    height: 2px;
    background: rgb(253 230 217);
    border-radius: 2px;
}



  /* subtle top + bottom accent to visually “balance” left/right sections */
  
  .legacy-quote__card::after {
    content: "";
    position: absolute;
    right: -8%;
    transform: translateX(-50%);
    width: 30%;
    height: 2px;
    background: rgb(253 230 217);
    border-radius: 2px;
}
  .legacy-quote__card::before { top: 30px; }
  .legacy-quote__card::after  { bottom: 33px; }

  p.legacy-quote__text {
    font-size: 27px;
    font-weight: 600 !important;
    margin: 0 !important;
    text-align: center;
    color: #fff;
    line-height: 38px;
    padding: 13px 0;
    text-shadow: 1px 1px 0px #000;
}

  .legacy-quote__mark {
    position: absolute;
    top: 0px;
    left: 16px;
    font-size: 102px;
    line-height: 1;
    opacity: 0.75;
  }
  .legacy-quote__mark--end {
    left: auto;
    right: 16px;
    top: auto;
    bottom: -37px;
  }

  /* Optional: match your brand accent (blue/gold) */
  /* .legacy-quote__card { outline: 1px solid #1e56a0; } */

  /* Responsive spacing tweaks */
  @media (max-width: 640px) {
    .legacy-quote__card { padding: 18px 16px; }
    .legacy-quote__mark { font-size: 34px; }
  }

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.video-section {
    position: relative;
    z-index: 1;
    height: 450px;
    border-radius: 20px;
    border: 7px solid;
    border-color: #edc74f;
    margin-bottom: 25px;
}

.video-sec-cust {
    margin: 80px 0 40px;
}

