.wrapper-nav h4 {
    margin: 0;
    font-family: Poppins, sans-serif
}

.wrapper-nav .dot {
    color: #ff7f57
}

.cs-main_header {
    background-color: transparent;
    margin-top: 0;
    /* color: #5a3a3a; */
    color: rgb(116, 40, 40);
}

.cs-gescout_sticky {
    background-color: #ffffff;
    /* background: radial-gradient(circle at 50% 50%, #fff7ad, #ffa9f9); */
}

body {
    padding-top: 0;
    /* background-color: #f6fcfe; */
    /* color: #5a3a3a; */
    color: rgb(116, 40, 40);
    background: radial-gradient(#fff7ad, #ffa9f9);
}

#home {
    background: radial-gradient(circle at 50% 50%, #fff7ad, #ffa9f9);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
}

.top-hero {
    margin-top: 20px;
}

.top-hero h1 {
    color: rgb(116, 40, 40);
    font-size: 64px;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.cs-hero.cs-style1 {
    padding-bottom: 0;
    /* min-height: 800px; */
}

.cs-pricing_table.cs-style1 {
    color: white;
}

/* Hero section  */
.wrapper {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    animation: fadeIn 1s ease;
    /* color: #fff */
}

.wrapper h1 {
    font-size: 64px;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center
}

.wrapper .dot {
    color: #ff7f57
}

/* @keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0
    }

    to {
        top: 100;
        opacity: 1
    }
} */


.row.justify-content-center>div {
    padding: 0 5px
}

@media (max-width:856px) {
    .row.justify-content-center>div {
        margin-bottom: 20px
    }
}

@media (max-width:425.98px) {
    .cs-video_popup iframe {
        width: 370px;
        height: 180px
    }
}

@media (max-width:386px) {
    .cs-video_popup iframe {
        width: 300px
    }
}

/* Custom CSS for Bootstrap Table */
.custom-table {
    margin: auto;
    text-align: center;
    max-width: max-content;
    background: linear-gradient(267.18deg, #161616 0, #080808 100%);
    border-radius: 10px;
    color: orange
}

.custom-table-content {
    margin: auto;
    text-align: center;
    max-width: max-content
}

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px
}

.footer-social a {
    margin: 0 15px
}

.cs-text_widget {
    display: flex;
    justify-content: center;
    align-items: center
}

.cs-text_widget img {
    max-width: 100%;
    height: auto
}

.cs-footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.cs-footer_item ul {
    list-style: none;
    padding: 0
}

.cs-newsletter {
    text-align: center
}

.cs-bottom_footer_right .cs-text_btn:hover span {
    color: #ff4500
}


/* Our Result CSS  */
.video-container {
    max-width: 75%;
    margin: auto;
    border: 8px solid #333;
    border-radius: 15px;
    overflow: hidden;
    background-color: #000
}

.video-container video {
    width: 100%;
    height: 100%
}

@media screen and (max-width:875px) {
    .video-container {
        max-width: 100%
    }
}

.video-container-yt {
    width: 608px;
    height: 342px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .video-container-yt {
        width: 400px;
        height: 215px;
    }
}

@media (max-width: 300px) {
    .video-container-yt {
        width: 100%;
        height: 100%;
        align-items: center;
        align-self: center;
        align-content: center;
    }
}


.slider-wrapper {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 250px;
    margin-top: 3rem;
    overflow: hidden;
    mask-image: linear-gradient(to right, )
}

@keyframes scrollLeft {
    to {
        left: -369px
    }
}

.item {
    width: 369px;
    height: 250px;
    position: absolute;
    border-radius: 6px
}

.left .item {
    left: max(calc(369px * 7), 100%);
    animation: scrollLeft 15s linear infinite
}

.left .item1 {
    animation-delay: calc((-15s / 7) * 6)
}

.left .item2 {
    animation-delay: calc((-15s / 7) * 5)
}

.left .item3 {
    animation-delay: calc((-15s / 7) * 4)
}

.left .item4 {
    animation-delay: calc((-15s / 7) * 3)
}

.left .item5 {
    animation-delay: calc((-15s / 7) * 2)
}

.left .item6 {
    animation-delay: calc((-15s / 7) * 1)
}

.left .item7 {
    animation-delay: calc((-15s / 7) * 0)
}


/* pdf popup  */
.pdfPopup_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

.pdfPopup_button {
    cursor: pointer;
}

/* Pop Up */
.pdfPopup_popup {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#fff7ad, #ffa9f9);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    margin: 0; */

    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: radial-gradient(#fff7ad, #ffa9f9); */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* Add this to make the popup content scrollable */
.pdfPopup_popupIn {
    width: 80%;
    max-width: 800px;
    height: 80%;
    max-height: 600px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    /* overflow-y: auto;  */
}

.pdfPopup_frameSide {
    margin-top: 30px;
}

.pdfPopup_frameSide,
.pdfPopup_myIframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdfPopup_close {
    position: absolute;
    top: 0px;
    height: 30px;
    width: 100%;
    cursor: pointer;
    color: #5a3a3a;
    background: #f6bebe;
    border: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: bold;
}

/* Disable scrolling on the main page */
body.pdfPopup_noScroll {
    overflow: hidden !important;
    /* Ensure no scrolling */
    position: fixed;
    width: 100%;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
    .pdfPopup_popupIn {
        max-height: 35%;
    }

    .pdfPopup_close {
        height: 60px;
    }
}



.cs-hero_slide {
    position: relative;
}

.cs-hero_slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, #fff7ad, #ffa9f9);
    opacity: 0.2;
    /* Adjust transparency */
    pointer-events: none;
    /* Ensures interaction with underlying elements */
}


/* Buy Now Razorpay and COD */
/* Overlay (Backdrop) */
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.4); */
    backdrop-filter: blur(8px);
    z-index: 999;
}

/* Payment Options Box */
.payment-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1000;
    width: 320px;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease-in-out forwards;
}

/* Heading */
.payment-box h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

/* Cash on Delivery as simple text */
.cod-text {
    margin-top: 12px;
    margin-left: -10px;
    font-size: 18px;
    font-weight: bold;
    /* color: #474E93; */
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cod-text:hover {
    color: #ff4500;
}

/* Fade-in & Scale-up Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: black;
    transition: transform 0.3s ease;
}

.close-btn:hover {
    transform: scale(1.2);
}

/* Snack Smarter Message (Enhanced for Conversions) */
.snack-message {
    color: green;
    /* Warm brown for health & trust */
    background-color: #FFF6DA;
    /* background: radial-gradient(circle at 50% 50%, #fff7ad, #ffa9f9); */
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border-radius: 12px;
    /* margin: 16px 0; */
    letter-spacing: 1px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    /* Subtle soft glow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.6s ease-in-out;
}

/* Smooth Fade-in Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.cs-whatsapp {
    position: fixed;
    bottom: 30px;
    /* Always visible */
    right: 20px;
    /* Adjust if needed to position near scroll-up */
    color: #fff;
    padding: 5px;
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 10;
    background-color: #25D366;
    color: white;
    box-shadow: 0 1px 5px 1px rgba(22, 22, 22, .2);
    border-radius: 50%;
    font-size: 24px;
}

.cs-whatsapp:hover {
    background-color: #128C7E;
    color: #fff;
}



/* FAQ container */
.faq {
    max-width: 920px;
    margin: 28px auto;
    padding: 10px;
}

.faq h2 {
    text-align: center;
    margin-bottom: 12px;
}

.faq-list {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 6px;
    margin-top: 12px;
}

/* FAQ item */
.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: background 0.2s ease;
    will-change: background;
    /* hint browser */
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

/* Question text */
.faq-q {
    font-weight: 700;
}

/* Answer */
.faq-a {
    overflow: hidden;
    max-height: 0;
    /* collapsed */
    opacity: 0;
    transform: scaleY(0.95);
    transform-origin: top;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    padding: 0 14px;
}

.faq-a.open {
    opacity: 1;
    transform: scaleY(1);
    padding: 12px 14px;
    max-height: none;
    /* no height animation */
}

/* Toggle (+ / −) */
.faq-toggle {
    font-weight: bold;
    font-size: 20px;
    transition: transform 0.25s ease;
    will-change: transform;
}

.faq-item[aria-expanded="true"] .faq-toggle {
    transform: rotate(180deg);
}


/* Lobable  */
:root {
    --bg: #0f0f10;
    --fg: #f6f7f9;
    /* --muted: #a9b0bb; */
    --primary: #5d8f6f;
    --primary-contrast: #ffffff;
    --card: #f6f7f9;
    --card-border: #f6f7f9;
    --accent: #2a2f36;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-6px) scale(1.03);
    /* box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3); */
    /* border-color: var(--primary); */
}

/* Optional: subtle animation for card-title */
/* .card:hover .card-title {
    color: var(--primary);
    transition: color 0.3s ease;
} */


.card-img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.card-body {
    padding: 16px;
    display: grid;
    gap: 12px;
}

.card-title {
    margin: 0;
    font-size: 1.1rem;
}

.card-text {
    margin: 0;
    color: var(--muted);
}

.price {
    font-weight: 600;
}

.actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tile {
    background: var(--card);
    border: 1px solid var(--card-border);
    padding: 16px;
    border-radius: 12px;
}

.tile h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.tile p {
    margin: 0;
    color: var(--muted);
}

/* Responsive */
@media (max-width: 920px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .grid {
        grid-template-columns: 1fr;
    }
}