.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.org_img {
    border: 1px solid #000;

}

.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;
    }
}

.content-box_cer {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    background-color: #13c5dd;
    border-radius: 8px;
    padding: 9px 15px;
    width: 80%;
    margin-bottom: 30px;
}

.service-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}

.service-block-two .inner-box h3:hover {
    color: #000;
}

.align-centred{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cer_cust {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.cer_img {
    border: 1px solid #c3c3c3;
    padding: 15px;
    border-radius: 10px;
}

.cer_imgs {
    padding: 15px;
    border-radius: 10px;
}

.pt-100 {
    padding-top: 100px;
}

.cust_para {
    background-color: #c6f0ffc4;
    padding: 20px;
    margin-top: 15px;
    border-radius: 15px;
}

section.about-style-three.sec-pad p {
    margin-bottom: 10px;
}

.cust_wid {
    width: 20%;
    margin-bottom: 20px;
}

section.clients {
    padding-top: 100px;
}

.btn_partner a.theme-btn.btn-one {
    padding: 6px 22px;
    background-color: #16365d ! IMPORTANT;
    font-size: 17px;
    font-weight: 500;
}

.products-section.page {
    background: #fff !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-block.page{
    margin-bottom: 30px;
}

.product-block.page .inner-box .image {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}

.btn_partner {
    margin-top: 20px;
}



.inner-box.cust {
    display: flex !important;
    justify-content: flex-start;
    padding: 20px !important;
    margin-bottom: 28px;
    align-items: center;
}

.row .service-block {
    padding: 0 15px 30px;
}

.service-section.page {
    position: relative;
    margin-top: 0px !important;
    padding: 100px 0px !important;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.project-block-one.page {
    margin-bottom: 30px;
}

figure.image-box.gallery {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    border: 2px solid #16365d;
}

h2.cust_t {
    font-style: italic;
    color: #16365d;
    text-decoration: 2px underline;
    text-underline-offset: 5px;
    margin-bottom: 20px !important;
}

h2.cust_title a {
    font-style: italic;
    color: #16365d;
}

ul.list-style-one.clearfix.cust li {
    font-size: 20px;
    font-weight: 600;
}

ul.info-list.clearfix.cust li {
    font-size: 20px;
    font-weight: 600;
}

.align-center {
    align-items: center;
    display: flex;
}

span.sub-title.cust_t.dark:before,
span.sub-title.cust_t.dark:after {
    display: none;
}

span.sub-title.cust_t.dark {
    margin-top: 15px;
}

.clients-logo img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.clients-logo img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 600ms ease;
}

.clients-logo img:hover {
    transform: scale(0.9);
}

.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 */
}

.special-link a:hover {
    background-color: #004baf;
    color: var(--ltn__primary-color) !important;
    transition: all 1000ms ease-out;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.sub-title.text-white {
    color: #fff !important;
}

.zes_logo img {
    width: 9%;
}

.content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    width: 100%;
}

.content h1 {
    font-size: 50px;
    margin-bottom: 0;
    opacity: 0;
    animation: fadeInDown 3.5s ease-out forwards;
    color: #fff !important;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
}
        .content p {
            font-size: 30px;
            opacity: 0;
            animation: fadeInUp 3s ease-out forwards;
            animation-delay: 0.5s;
            color: #fff;
            text-shadow: 2px 2px 4px #000000;
            font-family: 'Poppins', sans-serif;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 98.6%;
            background: rgb(0 0 0 / 19%); /* Optional: Semi-transparent overlay */
        }

/* Keyframes for Fade-In Up Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .content h1 {
                font-size: 2rem; /* Adjusted for tablets */
            }
            .content p {
                font-size: 1rem;
            }
            .cust_wid {
                width: 50%;
            }

            .row .service-block {
                padding: 0 15px 8px !important;
            }

            .page-title {
                padding: 88px 0px !important;
                background: #000;
            }
            .page-title h1 {
                position: relative;
                display: block;
                font-size: 44px !important;
                line-height: 70px;
                color: #fff;
                font-weight: 700;
                margin-bottom: 0px !important;
            }
            .team-details-content .content-box h2 {
                display: block;
                font-size: 31px !important;
                line-height: 44px;
                margin-top: 35px !important;
            }

            .btn_partner {
                margin-top: 20px;
                text-align: center !important;
            }
            .contact-section .form-inner {
                margin-bottom: 50px !important;
            }
        }

        @media (max-width: 480px) {
            .content h1 {
                font-size: 1.5rem; /* Adjusted for mobile devices */
            }
            .content p {
                font-size: 0.9rem;
            }
            .ltn__feature-item-3 {
              display: flex;
              flex-wrap: nowrap !important;
            } 
            .ltn__feature-item-3 img{
             display: none;
            } 
            .cust_wid {
                width: 50%;
            }
            .row .service-block {
                padding: 0 15px 8px !important;
            }
            .page-title {
                padding: 88px 0px !important;
                background: #000;
            }

            .page-title h1 {
                position: relative;
                display: block;
                font-size: 44px !important;
                line-height: 70px;
                color: #fff;
                font-weight: 700;
                margin-bottom: 0px !important;
            }
            .team-details-content .content-box h2 {
                display: block;
                font-size: 31px !important;
                line-height: 44px;
                margin-top: 35px !important;
            }

            .btn_partner {
                margin-top: 20px;
                text-align: center !important;
            }

            .contact-section .form-inner {
                margin-bottom: 50px !important;
            }
        }
.font-size_small{
    font-size: 26px;
    letter-spacing: 0px;
}

.vacman_style {
    font-style: italic;
    font-weight: 600;
    color: #16365d;
}

span.sub-title.dark {
    color: #16365d !important;
}

.cust_title{
    letter-spacing: 0px !important;
}

.partner_box {
    background: linear-gradient(145deg, #334e9f26, #0195d975) !important;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.partner_box img {
    margin: 10px 0;
    border-radius: 15px;
    transition: all 600ms ease;
}

.partner_box img:hover {
    transform: scale(0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.partners .col-lg-4{
    padding: 0px !important;

}

.funfact-block-one .inner-box .icon-box img {
    width: 66%;
}

.partner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 50px 0px;
}

.partner_cust {
    display: flex;
    justify-content: center;
    align-items: center;

}

.partners {
    margin: 100px 0;
}