html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

h2 {
    color: #104CBA;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: 0.025rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 1.125rem;
}

h2 span {
    color: #104CBA;
    text-align: center;
    font-weight: 300;
}

h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: url(./assets/heading-bottom-line.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
}

.sec-pad {
    padding: 60px 0;
}

.sec-pad-top {
    padding-top: 60px;
}

.sec-pad-bottom {
    padding-bottom: 100px;
    padding-top: 60px;
}

div.sec-hed p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.015rem;
}

.contact a {
    color: #000;
}

a.get-quote {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 10px 27px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #104CBA;
    border: 1px solid #104CBA;
    transition: 0.3s;
}

a.get-quote:hover {
    background: transparent;
    color: #104CBA;
}

.bg-gradient-custom {
    background: linear-gradient(to right, #012a5e, #005c97);
    color: white;
}

.banner h3 {
    color: #FFF;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.banner h2 {
    color: #00DAFF;
    font-size: 2.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.75rem;
}

.banner h2::before {
    display: none;
}


.shadow h5 {
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 2.1rem */
}

.shadow {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 30px 50px;
}

.shadow form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner {
    background: url(./assets/banner-bd.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.main-banner-sec {
    position: relative;
}

.main-banner-sec .banner-logo {
    position: absolute;
    bottom: -130px;
    right: 30px;
    display: flex;
    gap: 20px;
}

form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 0.7px solid #5C5C5C;
    background: #FFF;
    padding: 10px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

button.submit-btn {
    border-radius: 8px;
    background: #104CBA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    padding: 10px 60px;
    border: 1px solid #104CBA;
    transition: 0.3s;
}

button.submit-btn:hover {
    color: #104CBA;
    background: transparent;
}

form .form-control::placeholder {
    color: #000;
    font-weight: 400;
    line-height: 1.5625rem;
}

.form-control:focus {
    box-shadow: none;
}











.product-box {
    background: #F5F5F5;
    box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
    transition: 0.3s;
    height: 100%;
    position: relative;
}

.product-box .button-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 25px 30px;
}

.product-box:hover {
    transform: translateY(-5px);
}

.product-title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
    padding: 18px 40px;
}

.product-header-tape,
.product-data.tape ul.product-list li::before {
    background: #104CBA;
}

.product-header-sticker,
.product-data.sticker ul.product-list li::before {
    background: #0090D9;
}

.product-header-label,
.product-data.lable ul.product-list li::before {
    background: #B01879;
}

.product-data {
    padding: 25px 30px 70px 30px;
}

ul.product-list {
    list-style: none;
    padding-left: 0;
}

ul.product-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
}

ul.product-list li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #fff;
    width: 25px;
    line-height: 25px;
    font-size: 1rem;
    aspect-ratio: 1/1;
    background: #104CBA;
    text-align: center;
    border-radius: 20px;
}

.product-data .custom-btn {
    border-radius: 5px;
    color: white;
    padding: 6px 20px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    margin: 0 auto;
    transition: 0.3s;
}

.product-data.tape a.custom-btn {
    background: #104CBA;
    border: 1px solid #104CBA;
}

.product-data.sticker a.custom-btn {
    background: #0090D9;
    border: 1px solid #0090D9;
}

.product-data.lable a.custom-btn {
    background: #B01879;
    border: 1px solid #B01879;
}

.product-data a.custom-btn:hover {
    background: transparent;
}


.product-data.tape a.custom-btn:hover {
    color: #104CBA;
}

.product-data.sticker a.custom-btn:hover {
    color: #0090D9;
}

.product-data.lable a.custom-btn:hover {
    color: #B01879;
}

.about-card img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.about-card p span {
    color: #104CBA;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0.0125rem;
}

.about-card p {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0.0125rem;
}


.what-makes-section {
    background: url(./assets/ablue-sec-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.what-makes-section h2 {
    color: #fff;
}

.what-makes-section h2::before {
    content: "";
    background: url(./assets/heading-bottom-line-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}




.info-box.one {
    background: url(./assets/sticker1.png);
}

.info-box.two {
    background: url(./assets/sticker2.png);
}

.info-box.three {
    background: url(./assets/sticker3.png);
}

.info-box.four {
    background: url(./assets/sticker4.png);
}

.info-box.five {
    background: url(./assets/sticker5.png);
}

.info-box.six {
    background: url(./assets/sticker6.png);
}

.info-box.seven {
    background: url(./assets/sticker7.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.info-box {
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 100%;
    padding: 15px 22px;
    border-radius: 20px;
    background-position: bottom right !important;
    position: relative;
    padding-bottom: 100px;
}

.info-box p {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.01125rem;
    position: absolute;
    padding: 0px 22px 15px 22px;
    width: 90%;
    bottom: 0px;
    left: 0px;
}

.Certificates {
    background: url(./assets/gray-shadows.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 
.Certificate-img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
} */

.brands {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 5px 10px;
}

.testimonials {
    background: url(./assets/review-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials h2 {
    color: #fff;
}

.testimonials h2::before {
    content: "";
    background: url(./assets/heading-bottom-line-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.testimonials .sec-hed {
    color: #fff;
}

.item {
    padding: 0px 30px;
}

.item .review {
    background: #fff;
    padding: 40px 23px 40px 75px;
    border-radius: 10px;
    min-height: 290px;
    text-align: center;
    position: relative;
}

.item .review::before {
    position: absolute;
    content: "";
    background: url(./assets/review-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    height: 90px;
    width: 60px;
    left: -20px;
    top: 20px;
}

.item .review::after {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 30px;
    width: 40px;
    left: 37px;
    bottom: -30px;
    z-index: 100;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.item .profile {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.item .profile p {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: 0.0125rem;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    padding-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 15px !important;
    width: 15px !important;
}

.faq {
    background: #F5F5F5;
}

.accordion-item {
    border: none;
    border-radius: 0 !important;
    border-top: 2px solid #D7DEF0;
    border-bottom: 2px solid #D7DEF0;
    background: transparent !important;
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 1.2rem */
}

.accordion-button:not(.collapsed) {
    color: #104CBA;
}

.accordion-button:focus {
    outline: 0;
    background: none;
}

p.accordion-body {
    font-size: 1rem;
}

section.footer {
    background: #104CBA;
    padding: 100px 0 60px 0;
    position: relative;
}

.footer-secure {
    position: absolute;
    width: 100%;
    top: -46px;
}

.secur-pro {
    color: #104CBA;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.025rem;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #104CBA;
    background: #FFF;
    padding: 15px;
}

.footer .footer-contact h6 {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: 0.015rem;
}

.footer .footer-contact p {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0.01rem;
}

.footer .footer-contact p a {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.0125rem;
}

.footer ul.footer-icons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 5px;
    padding-left: 0px;
}

.footer ul.footer-icons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    background: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 50px;
}



.copyright {
    border-top: 1px solid #0090D9;
    padding-top: 40px;
    text-align: end;
    margin-top: 50px;
}

.copyright a {
    color: #fff;
}

.scroll {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E8AE13;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.scroll:hover {
    background-color: #104CBA;
}

.photos img {
    border-radius: 10px;
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(./assets/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 20px 0 70px;
}

.cta.wapp {
    justify-content: space-around;
}

.cta.wapp .cta-text {
    color: #000;
}

.cta.wapp .cta-text span {
    color: #0DAD49;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(./assets/helveticaneue/Helvetica\ Neu\ Bold.ttf)
}


.cta .cta-text {
    color: #072769;
    font-family: "Helvetica Neue";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
}

.cta .cta-btn {
    border-radius: 30px;
    background: #003595;
    padding: 12px 25px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 146.687%;
    text-transform: uppercase;
    border: 1px solid #003595;
    transition: 0.3s;
}

.cta .cta-btn:hover {
    background: transparent;
    color: #003595;
}






.video-container {
    position: relative;
    max-width: 746px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.6s ease;
}

.video-overlay img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

iframe {
    width: 100%;
    height: 370px;
}

.fade-out {
    opacity: 0;
    pointer-events: none;
}





@media (max-width:1400px) {
    html {
        font-size: 15px;
    }

    .banner h3 {
        font-size: 2.6rem;
    }


    .banner h2 {
        font-size: 2.5rem;
    }

    form .form-control::placeholder {
        line-height: 1.2rem;
    }

    form .form-control {
        padding: 7px 15px;
    }


    .shadow form {
        gap: 15px;
    }

    .cta .chat-img img {
        width: 250px !important;
    }

    .cta {
        padding: 0 15px 0 50px;
    }

    .cta .cta-text {
        font-size: 1.9rem;
    }

    .info-box p {
        font-size: 1rem;
        width: 92%;
    }

    .secur-pro {
        font-size: 2rem;
    }

    .copyright {
        padding-top: 30px;
        margin-top: 35px;
    }

    iframe {
        width: 100%;
        height: 360px;
    }

    button.submit-btn {
        font-size: 1.2rem;
        padding: 5px 50px;
    }
}

@media (max-width:1200px) {
    html {
        font-size: 14px;
    }

    .shadow {
        padding: 30px 20px;
    }

    .banner h3 {
        font-size: 2rem;
    }

    .banner h2 {
        font-size: 2.3rem;
        line-height: 3.5rem;
    }

    .banner {
        padding-bottom: 70px;
    }

    .main-banner-sec .banner-logo img {
        width: 80px;
    }

    .main-banner-sec .banner-logo {
        right: 55px;
    }

    .cta .cta-btn {
        padding: 10px 20px;
        font-size: 1rem;
        display: inline-block;
    }

    .cta .cta-text {
        font-size: 1.8rem;
    }

    .cta .chat-img img {
        width: 230px !important;
    }

    .product-data {
        padding: 25px 20px 70px 20px;
    }

    iframe {
        width: 100%;
        height: 295px;
    }
}

@media (max-width:992px) {
    .col-lg-5.col-md-12.col-sm-12.col-12.ps-5 {
        padding: 0px !important;
    }

    h2 {
        font-size: 2.2rem;
    }

    div.sec-hed p {
        font-size: 1.3rem;
    }

    .product-title {
        font-size: 1.7rem;
        padding: 15px 30px;
    }

    .product-data.lable ul.product-list {
        columns: 2;
    }

    .cta {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        gap: 15px;
        padding: 0px 20px 20px 30px;
    }

    .info-box {
        padding-bottom: 85px;
    }


    .footer ul.footer-icons {
        padding-left: 30px;
    }

    a.con-links span {
        display: none;
    }

    iframe {
        width: 100%;
        height: 217px;
    }

}

@media (max-width: 767px) {

    html {
        font-size: 13px;
    }

    header .logo img {
        width: 125px;
    }

    .banner h3 {
        font-size: 1.7rem;
    }

    .mob-links {
        padding: 10px 0px 0px 0px;
        display: flex;
        justify-content: space-between;
    }

    .mob-links a.con-links {
        color: #000;
    }

    .mob-links a.con-links span {
        display: inline;
    }

    .cta {
        border-radius: 20px;
    }

    .footer ul.footer-icons {
        padding-left: 2px;
    }

    .copyright p {
        text-align: start;
    }

    section.footer {
        padding-bottom: 90px;
    }

    .main-banner-sec .banner-logo {
        width: 100%;
        left: 0;
        justify-content: end;
    }

    .product-data.lable ul.product-list {
        columns: 1;
    }

    iframe {
        width: 100%;
        height: 224px;
    }

    .secur-pro {
        font-size: 1.7rem;
    }
.cta .cta-text {
    text-align: center;
}
.item .profile {
    padding: 15px;
    gap: 15px;
    flex-wrap: wrap;
}

.item .review::after {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 25px;
    width: 45px;
    left: 30px;
    bottom: -23px;
}
.item .review {
    min-height: 405px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 10px !important;
    width: 10px !important;
}

.owl-theme .owl-dots {
    padding-top: 0px;
}
}
.tankyou-text {
    color: #fff !important;
}

a.wa-ico {
    position: fixed;
    bottom: 104px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #25d366 !important;
    color: white;
    cursor: pointer;
    padding: 11px 14px;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 1.875rem;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}