@font-face {
    font-family: 'Agency';
    src: url('fonts/agency.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900; font-style: normal; font-display: swap;
}

body, p, span, a, li, td, th, label, input, textarea, select, button, div {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

button, .btn, [class*="btn-"], a.home-two-btn-bg, .home-two-btn-bg,
.home-two-btn-bg span, .home-two-btn-bg .font-inter,
.font-inter {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}

h1, h2, h3, h4, h5, h6, .custom-heading, .card-drop,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .custom-heading span,
header a, header nav a, .home-two-nav-item,
header ul li a {
    font-family: 'Agency', sans-serif !important;
    font-weight: normal !important;
}

.custom-heading {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -0.03em;
}
.custom-heading span:first-child {
    color: #fff;
    background: linear-gradient(
        90deg,
        #794aff 0%,
        rgba(121, 74, 255, 0.15) 100%
    );
    text-transform: uppercase;
    padding: 0px 10px;
    margin-left: 5px;
}
.custom-heading span:last-child {
    font-style: italic;
}

.testimonial_bg {
    background-image: url(images/testimonial-bg.webp);
}
.service_image {
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}
.svg-color svg {
    color: #facc15;
}
.fill-yellow {
    color: #facc15 !important;
}
.fill-gray {
    color: #9ca3af;
}
svg.active {
    color: #ff002a;
}

.mobile-sub-nav.active {
    height: auto;
    padding-top: 1rem;
}
.three-line-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.custom_style {
    background: linear-gradient(
        270deg,
        #794aff 50%,
        rgba(121, 74, 255, 0) 90.03%
    );
}

.cart-qty-box {
    width: 50px !important;
}

.custom-single-product-swiper {
    --swiper-navigation-color: #fff !important;
    --swiper-pagination-color: #fff !important;
}

.inner_layout_footer {
    background: linear-gradient(90deg, #794aff 0%, #f3f4f9 63.23%) !important;
}

.remember-me-checkbox {
    animation-delay: 0.8s !important;
}

.service-description-line-clamp {
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max_height_none {
    max-height: none !important;
}

.testimonial-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/testimonials-home-bg.png);
}

.testimonial-shape-bg{
    background: linear-gradient(180deg, rgba(255, 64, 95, 0.05) 0%, rgba(255, 32, 69, 0) 100%);

}


@media screen and (max-width: 768px) {
    .custom-heading {
        font-size: 54px;
        line-height: 60px;
    }
}
@media screen and (max-width: 425px) {
    .custom-heading {
        font-size: 36px;
        line-height: 46px;
    }
    .inner_layout_footer {
        background: linear-gradient(90deg, #794aff 0%, #f3f4f9 96.23%) !important;
    }
}

/* Cookie consent popup */
.common-modal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    max-width: 360px;
    width: calc(100% - 40px);
    padding: 28px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #f0eeff;
}
.common-modal .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}
.common-modal h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #161519;
}
.common-modal p {
    font-size: 14px;
    line-height: 22px;
    color: #6b7280;
    margin-bottom: 18px;
}

/* td_btn — Accept button inside cookie modal */
.td_btn.td_style_1 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}
.td_btn.td_style_1 .td_btn_in {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 22px;
    gap: 8px;
    border-radius: inherit;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.td_btn.td_style_1 .td_btn_in::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.3s ease;
}
.td_btn.td_style_1:hover .td_btn_in::before {
    opacity: 1;
}
.td_radius_30 { border-radius: 30px; }
.td_medium { font-weight: 500; }
.td_fs_14 { font-size: 14px; }
.td_accent_color { color: #fff; }
.td_btn_in.td_accent_color { background-color: #794aff; }

.d-none {
    display: none !important;
}

@media screen and (max-width: 480px) {
    .common-modal {
        bottom: 16px;
        right: 16px;
        left: 16px;
        width: auto;
        max-width: none;
    }
}
