 .slider-area {
     margin-top: 0;
     /* Remove negative margin */
     position: relative;
 }

 .single-slider {
     position: relative;
     height: 100vh;
     /* Full screen height */
     display: flex;
     align-items: center;
     /* Vertical center */
     overflow: hidden;
 }

 .slider-video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     /* Keep full cover */
     object-position: top;
     /* Shift focus to the top */
     z-index: -1;
 }

 .hero-overly::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(15 15 15 / 78%);
     /* dark overlay for text readability */
     z-index: 1;
 }

 .hero__caption {
     position: relative;
     z-index: 2;
     /* above overlay */
     color: #fff;
 }


 
.slider-area {
    /* margin-top: -1px */
    padding-top: 0;
}

.slider-area .hero__caption {
    margin-left: 27px;
    /* padding-top: 150px; */
    padding-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

.slider-area .hero__caption h1 {
    font-size: 140px;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #c11920;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px #ffffffb8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption h1 {
        font-size: 125px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 72px
    }
}

@media only screen and (min-width: 381px) and (max-width: 575px) {
    .slider-area .hero__caption h1 {
        font-size: 35px
    }
}

@media (max-width: 380px) {
    .slider-area .hero__caption h1 {
        font-size: 42px
    }
}

.slider-area .hero__caption .stock-text {
    position: relative;
    left: 119px;
    top: -38px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .stock-text {
        top: -29px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .stock-text {
        top: -19px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .stock-text {
        top: -12px;
        left: 40px
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption .stock-text {
        top: -12px;
        left: 40px;
        top: 0;
        left: 0
    }
}

.slider-area .hero__caption .stock-text h2 {
    font-size: 110px;
    font-weight: 800;
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 52px
    }
}

@media only screen and (min-width: 381px) and (max-width: 575px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 35px;
        /* margin-bottom: 25px; */
    }
}

@media (max-width: 380px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 27px;
        /* margin-bottom: 25px; */
    }
}

.slider-area .hero__caption .stock-text h2:nth-child(1) {
    color: transparent;
    
}

.slider-area .hero__caption .stock-text h2:nth-child(2) {
    color: #c11920;
    
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

.slider-area .hero__caption .hero-text1 span,
.slider-area .hero__caption .hero-text1 a,
.slider-area .hero__caption .hero-text2 span,
.slider-area .hero__caption .hero-text2 a {
    position: relative;
    color: #fff;
    font-size: 25px;
    /* text-transform: uppercase; */
    font-family: "Teko", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block
}

.slider-area .hero__caption .hero-text1 span::before,
.slider-area .hero__caption .hero-text1 a::before,
.slider-area .hero__caption .hero-text2 span::before,
.slider-area .hero__caption .hero-text2 a::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #c11920
}

@media (max-width: 575px) {

    .slider-area .hero__caption .hero-text1 span,
    .slider-area .hero__caption .hero-text1 a,
    .slider-area .hero__caption .hero-text2 span,
    .slider-area .hero__caption .hero-text2 a {
        margin-bottom: 10px;
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 56px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 50px
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 50px
    }
}









 /* SECTION */
 #dc-counter-section {
     display: flex;
     width: 100%;
     height: 350px;
 }

 /* LEFT BLOCK */
 .counter-left {
     width: 35%;
     background: #bb1d20;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* RIGHT IMAGE BLOCK */
 .counter-right {
     width: 65%;
     background-size: cover;
     background-position: center;
     position: relative;
 }

 .counter-right .overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.55);
 }

 /* COUNTER BOXES */
 .counter-box,
 .counter-block {
     position: relative;
     z-index: 2;
 }

 /* ICONS */
 .icon {
     width: 100px;
     height: 100px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 15px;
     font-size: 45px;
     color: #bb1d20;
 }

 .icon.yellow {
     background: #bb1d20;
     color: #fff;
 }

 /* NUMBERS */
 .counter-number {
     display: block;
     font-size: 40px;
     font-weight: 700;
     color: #fff;
 }

 /* LABEL */
 .counter-label {
     font-size: 16px;
     letter-spacing: 2px;
     color: rgba(255, 255, 255, 0.9);
 }

 /* LEFT TEXT WHITE */
 .counter-left .counter-number,
 .counter-left .counter-label {
     color: #fff;
 }

 /* MOBILE */
 @media (max-width: 768px) {
     #dc-counter-section {
         flex-direction: column;
         height: auto;
     }

     .counter-left,
     .counter-right {
         width: 100%;
         text-align: center;
         padding: 30px 0;
     }
 }


 .support-company-area .support-wrapper .right-content .right-img {
     overflow: hidden;
 }

 .support-company-area .support-wrapper .right-content .right-img video {
     width: fit-content;
     height: 100%;
     float: right;
     object-fit: contain;
     display: block;
     max-height: 500px;
     padding-right: 20%
 }

 @media (max-width: 575px) {

     .support-company-area .support-wrapper .right-content .right-img video {
         width: fit-content;
         height: 100%;
         padding-right: 0px;
         float: none;

         margin: 0 auto;
         display: flex;
         justify-content: center;
     }
 }

 @media only screen and (min-width: 1440px) {
     .support-company-area .support-wrapper .right-content .right-img video {
         width: fit-content;
         height: 100%;
         float: left;
         object-fit: contain;
         display: block;
         max-height: 450px;
         margin-left: 80px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .support-company-area .support-wrapper .right-content .right-img video {
         float: none;
         padding-right: 0%;
         margin: 0 auto;
         display: flex;
         justify-content: center;
     }
 }


 /* CTA Section Styles */
 .cta-area {
     /* background: linear-gradient(135deg, #1f2b7b, #3d5fe3); */
     /* gradient background */
     color: #000000;
     position: relative;
     overflow: hidden;
 }

 /* Optional animated overlay shapes */
 /* .cta-area::before {
     content: "";
     position: absolute;
     width: 200px;
     height: 200px;
     background: #c71e1d69;
     border-radius: 50%;
     top: -50px;
     left: -50px;
     animation: float 8s ease-in-out infinite;
 }

 .cta-area::after {
     content: "";
     position: absolute;
     width: 300px;
     height: 300px;
     background: #c71e1d69;
     border-radius: 50%;
     bottom: -100px;
     right: -100px;
     animation: float 12s ease-in-out infinite alternate;
 } */

 @keyframes float {
     0% {
         transform: translateY(0) translateX(0);
     }

     50% {
         transform: translateY(20px) translateX(20px);
     }

     100% {
         transform: translateY(0) translateX(0);
     }
 }

 /* CTA Text & Button Animation */
 .cta-title {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 10px;
     opacity: 0;
     transform: translateY(30px);
     animation: fadeInUp 1s forwards;
     animation-delay: 0.3s;
 }

 .cta-text {
     font-size: 1.2rem;
     opacity: 0;
     transform: translateY(25px);
     animation: fadeInUp 0.9s ease-out forwards;
     animation-delay: 0.5s;
     margin-bottom: 20px;
 }

 .cta-btn {
     margin-top: 20px;

     transition:
         transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
         box-shadow 0.45s ease,
         filter 0.45s ease;
 }

 .cta-btn:hover {
     transform: translateY(-3px) scale(1.04);
     box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
     filter: brightness(1.05);
 }

 /* Fade In Up Animation */
 @keyframes fadeInUp {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* Responsive */
 @media (max-width: 767px) {
     .cta-title {
         font-size: 2rem;
     }

     .cta-text {
         font-size: 1rem;
     }

     .cta-btn {
         width: 100%;
     }
 }