/* New Hero Section Styles */
/* New Hero Section Styles */
.hero-section-new {
    position: relative;
    padding: 43px 0 0px;
    background: transparent;
    overflow: hidden;
    text-align: center;
}

.hero-section-new .hero-content {
    /* max-width: 900px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-section-new .hero-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    color: #10B981;
    margin-bottom: 24px;
    text-transform: none;
}

.hero-section-new .hero-title span {
    color: #333;
    display: block;
}

.hero-section-new p.hero-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    /* Reduced from 60px */
}

.btn-start-hero {
    background: #10B981;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 50px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-start-hero:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(16, 185, 129, 0.4);
    color: #fff;
}

.hero-qr-display {
    width: 125px;
    height: 125px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-qr-display img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.05));
    transform: rotate(10deg);
    transition: transform 0.3s ease;
}

.hero-qr-display:hover img {
    transform: rotate(0deg) scale(1.1);
}

/* .hero-mockup-wrapper {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    padding-bottom: 80px;
    background: none;
    background-color: transparent;
} */
.main-mockup.tilt-animate {
    width: 1000px;
}

.hero-mockup-wrapper img.main-mockup {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: flex;
    transform: scale(1);
    transform-origin: center top;
    margin-bottom: 0;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* .main-mockup.tilt-animate {
    transform: scale(1);
    transform-origin: center top;
    margin-bottom: 0;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
} */

.floating-widget-play {
    position: absolute;
    bottom: -10%;
    /* Adjusted for scaled image */
    left: 50%;
    transform: translateX(-50%);
    background: #fffbe8;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    width: max-content;
}

.floating-widget-play .play-icon {
    width: 40px;
    height: 40px;
    background: #10B981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.floating-widget-play span {
    font-weight: 600;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}

/* Selling Points Section */
.selling-points-section {
    /* padding: 80px 0; */
    background: #fdfdfd;
    text-align: center;
}

.selling-points-section h2.section-title {
    color: #10B981;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
}

.point-card {
    background: #222;
    padding: 40px 30px;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    transition: transform 0.3s ease;
}

.point-card:hover {
    transform: translateY(-10px);
}

.point-card .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.point-card .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.point-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.point-card p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Pricing Section - White & Orange Theme Override */
#price-area {
    background-color: #ffffff !important;
    background-image: none !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

#price-area .te-section-title .title {
    color: #1a1a1a !important;
}

#price-area .te-section-title .short-title {
    border-color: #10B981 !important;
    color: #10B981 !important;
}

/* Base Card Style */
#price-area .price-card.style-1 {
    background: #fff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #eee !important;
}

/* Card Content Colors */
#price-area .price-card .price-heading,
#price-area .price-card .title,
#price-area .price-card .currency {
    color: #1a1a1a !important;
}

#price-area .price-card p,
#price-area .price-card .sub-title,
#price-area .price-card .price-desc {
    color: #666 !important;
}

/* Checkmarks */
#price-area .price-card .list ul li i {
    color: #10B981 !important;
    background: rgba(16, 185, 129, 0.1) !important;
    border: none !important;
}

#price-area .price-card .list ul li {
    color: #555 !important;
}

/* Buttons */
#price-area .price-card .price-label {
    border-color: #10B981 !important;
    color: #10B981 !important;
    background: transparent !important;
}

#price-area .price-card .price-label:hover {
    background: #10B981 !important;
    color: #fff !important;
}

/* Active/Featured Card */
#price-area .price-card.style-1.active {
    border-color: #10B981 !important;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15) !important;
}

#price-area .price-card.style-1.active .price-label {
    background: #10B981 !important;
    color: #fff !important;
}

#price-area .price-card.style-1.active .price-label:hover {
    background: #059669 !important;
}

/* Hide Green Shadows/Glows */
#price-area .circle-drop-shadow {
    display: none !important;
}

/* Badges (Popular / Coming Soon) */
#price-area .price-card .title span {
    background: #10B981 !important;
    color: #fff !important;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* FAQ Section - White & Orange Theme Override */
.faq-area,
.te-accordion-box-wrapper {
    background-color: #ffffff !important;
    background: #ffffff !important;
    padding-top: 20px;

    /* Adjust spacing if needed */
}

.faq-area .te-section-title .title {
    color: #1a1a1a !important;
}

.faq-area .te-section-title .short-title {
    color: #10B981 !important;
    border-color: #10B981 !important;
}

.faq-area .te-section-desc p {
    color: #666 !important;
}

/* Accordion Items */
.faq-area .te-accordion-list-item {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03) !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

/* Accordion Text */
.faq-area .te-accordion-title {
    color: #333 !important;
}

.faq-area .te-accordion-title span {
    color: #10B981 !important;
    background: transparent !important;
    /* Ensure number is Orange */
}

/* Accordion Arrow Toggle Button */
.faq-area .te-accordion-head::after {
    content: '\f078';
    /* Ensure arrow icon if mostly fontawesome */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #10B981 !important;
    /* Solid Orange Background */
    color: #ffffff !important;
    /* White Arrow */
    border-radius: 8px !important;
    /* Square with rounded corners */
    font-size: 16px;
    position: absolute;
    /* Just in case */
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
}

.faq-area .te-accordion-head[aria-expanded="true"]::after {
    background-color: #059669 !important;
    /* Darker Orange when open */
    color: #ffffff !important;
    transform: translateY(-50%) rotate(180deg);
}

.faq-area .te-accordion-body p {
    color: #555 !important;
}

/* Hide Green Glow */
.faq-area .circle-drop-shadow {
    display: none !important;
}

/* Global Page Background - FORCE WHITE */
body,
html,
.main-wrapper,
.contents,
.page-content,
section {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    .hero-section-new {
        padding: 20px 0 0px;
    }

    .hero-content {
        padding-bottom: 20px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-title span {
        display: inline-block;
    }

    .hero-desc {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .hero-cta-wrapper {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .btn-start-hero {
        width: 100%;
        max-width: 280px;
        padding: 15px 30px;
        font-size: 16px;
        justify-content: center;
    }

    .hero-qr-display {
        width: 100px;
        height: 100px;
        order: -1;
        margin-bottom: 20px;
    }

    .main-mockup {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .hero-section-new {
        padding: 15px 0 0px;
    }

    .hero-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .hero-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .btn-start-hero {
        font-size: 14px;
        padding: 12px 25px;
    }

    .hero-qr-display {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .main-mockup {
        width: 95%;
        max-width: 280px;
    }
}