/*
 * Custom CSS for: pricing
 * Page: /pricing
 * Generated: 2026-04-23 09:44:05
 */

.pricing-card-price .price {
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
    font-size: clamp(3.125rem, 3vw, 4rem);
    line-height: normal;
    margin-bottom: 0;
    color: var(--jdg-white);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

/* ===========================================
   PRICING PAGE — COMPLETE STYLES
   ============================================== */

    .pricing-section {
        padding: 100px 0 120px;
    }

    .pricing-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .pricing-header h2 {
        font-weight: 600;
        font-size: clamp(36px, 5.5vw, 72px);
        line-height: clamp(48px, 7vw, 90px);
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        background: linear-gradient(180deg, #ffffff 8.33%, rgba(15, 15, 16, 0) 105.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
    }

    .pricing-subtitle {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: clamp(1rem, 0.8vw, 1.125rem);
        line-height: 28px;
        text-align: center;
    }

    .pricing-accordion {
        position: relative;
    }

    .pricing-accordion-item {
        background: #0f0f10;
        border-radius: 0;
        transition: background 0.4s ease, border-radius 0.4s ease;
    }

    .pricing-accordion-item.active {
        background: #000000fa;
        border-radius: 30px;
    }

    .pricing-accordion-item.active .pricing-accordion-header {
        border-top-color: transparent;
    }

    .pricing-accordion-header {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding: 35px 42px 25px 42px;
        cursor: default;
    }

    .pricing-accordion-left {
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .pricing-accordion-left h3 {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(1.875rem, 2vw, 2.5rem);
        line-height: 100%;
        flex: 0 0 600px;
        color: var(--jdg-white);
    }

    .pricing-accordion-left p {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }

    .pricing-accordion-body {
        padding: 0 18px 40px;
    }


    /* ===== DESKTOP: Sticky stacking ===== */
    @media (min-width: 992px) {

        .pricing-section {
            padding-bottom: 0px;
        }

        .pricing-accordion-item {
            position: sticky;
            top: 20px;
            margin-bottom: 30px;
            z-index: 1;
            background: #000000fa;
            border-radius: 30px;
        }

        .pricing-accordion-item .pricing-accordion-header {
            border-top-color: transparent;
        }

        .pricing-accordion-body {
            display: block;
            max-height: none;
            overflow: visible;
            opacity: 1;
        }

        .pricing-accordion-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(255, 255, 255, 0.08) 10%,
                    rgba(255, 255, 255, 0.25) 30%,
                    rgba(255, 255, 255, 0.45) 50%,
                    rgba(255, 255, 255, 0.25) 70%,
                    rgba(255, 255, 255, 0.08) 90%,
                    transparent 100%);
            opacity: 0;
            transition: opacity 0.35s ease;
            z-index: 10;
            pointer-events: none;
        }

        .pricing-accordion-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            height: 30px;
            background: linear-gradient(180deg,
                    rgba(255, 255, 255, 0.04) 0%,
                    transparent 100%);
            opacity: 0;
            transition: opacity 0.35s ease;
            z-index: 9;
            pointer-events: none;
            border-radius: 30px 30px 0 0;
        }

        .pricing-accordion-item.is-overlapping::before {
            opacity: 1;
        }

        .pricing-accordion-item.is-overlapping::after {
            opacity: 1;
        }

        .pricing-accordion-item:first-child::before,
        .pricing-accordion-item:first-child::after {
            display: none;
        }
    }


    /* ===== MOBILE / TABLET ===== */
    @media (max-width: 991px) {
        .pricing-accordion-item {
            position: relative;
            top: auto;
            background: #000000fa;
            border-radius: 20px;
            margin-bottom: 30px;
        }

        .pricing-accordion-item .pricing-accordion-header {
            border-top-color: transparent;
        }

        .pricing-accordion-body {
            display: block;
            max-height: none;
            overflow: visible;
            opacity: 1;
            padding: 0 10px 30px;
        }

        .pricing-cards-row {
            display: flex !important;
            grid-template-columns: none !important;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            gap: 0;
            padding-bottom: 5px;
        }

        .pricing-cards-row::-webkit-scrollbar {
            display: none;
        }

        .pricing-cards-row .pricing-card {
            min-width: 100%;
            flex-shrink: 0;
            scroll-snap-align: start;
            box-sizing: border-box;
        }

        /* Only hide actual scroll-tooltip elements, NOT slider controls */
        .scroll-tooltip,
        .scroll-tooltip-text,
        .scroll-tooltip-inner,
        .scroll-tooltip-circle,
        .custom-tooltip,
        .keep-scrolling {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }
    }


    /* ---- PRICING CARDS ---- */
    .pricing-cards-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .pricing-card {
        background: #2525254f;
        width: 100%;
        height: auto;
        border: 1px solid transparent;
        border-radius: 25px;
        padding: 8px;
        transition: all 0.3s ease;
    }

    .pricing-card.active {
        border: 1px solid #0b0573 !important;
        background: linear-gradient(340.65deg, #0f0f10 -12.99%, #0b0573 91.84%) !important;
        box-shadow: 0px 8px 24px 0px rgba(255, 255, 255, 0.09) inset,
            0px 16px 24px 0px rgba(23, 11, 38, 0.1) !important;
    }

    .pricing-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .pricing-card-box {
        background: #0a0a0a;
        padding: 24px 52px 22px 15px;
        border-radius: 20px;
    }

    .pricing-card-price {
        margin-bottom: 16px;
    }

    .pricing-card-price h2 {
        font-family: var(--jdg-heading-font-family);
        font-weight: 600;
        font-size: clamp(3.125rem, 3vw, 4rem);
        line-height: normal;
        margin-bottom: 0;
        color: var(--jdg-white);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .pricing-card-price span {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(0.75rem, 0.7vw, 0.875rem);
        line-height: 18px;
        text-transform: uppercase;
        color: #999999;
    }

    .pricing-card-name {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: 28px;
        line-height: normal;
        padding-bottom: 34px;
        margin-bottom: 27px;
        color: #ffffff4f;
        border-bottom: 1px solid #29292a;
    }

    .pricing-card-features {
        list-style: none;
        padding: 19px 24px;
        margin: 0;
    }

    .pricing-card-features li {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: clamp(0.875rem, 0.8vw, 1rem);
        line-height: 30px;
        color: var(--jdg-gray);
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .pricing-card-features li img {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }


    /* ---- SLIDER CONTROLS ---- */
    .slider-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 20px 10px 10px;
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        padding: 0;
        outline: none;
    }

    .slider-arrow:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .slider-arrow:active {
        transform: scale(0.92);
    }

    .slider-arrow svg {
        width: 20px;
        height: 20px;
        pointer-events: none;
    }

    .slider-dots {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }

    .slider-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      padding: 0;
    }

    .slider-dot.active {
      background: var(--jdg-btn-gradient);
      width: 35px;
      border-radius: 6px;
      border: 0;
      background-size: cover;
      border-color: transparent;
    }

    .slider-dot:hover:not(.active) {
      background: rgba(255, 255, 255, 0.8);
    }

    @media (min-width: 992px) {
        .slider-controls {
            display: none !important;
        }
    }


    /* ---- CUSTOM PRICING ---- */
    .cst-pricing {
        padding: 80px 0;
    }

    .cst-pricing-wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
        margin-bottom: 50px;
        background: #0a0a0a;
        padding: 15px 15px 15px 38px;
        border-radius: 30px;
    }

    .cst-pricing-left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 41px;
    }

    .cst-pricing-title {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(2.1875rem, 2vw, 3rem);
        line-height: 58px;
        color: var(--jdg-white);
        margin-bottom: 10px;
    }

    .cst-pricing-subtitle {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: var(--jdg-gray);
    }

    .cst-pricing-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .cst-pricing-card {
        background: #2525254f;
        border-radius: 25px;
        padding: 8px;
        height: fit-content;
        width: 100%;
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .cst-pricing-card:hover {
        transform: translateY(-5px);
        border-color: #333;
    }

    .cst-pricing-bottom {
        background: #0a0a0a;
        border-radius: 20px;
        padding: 19px 19px 25px 25px;
    }

    .cst-pricing-top {
        padding: 20px;
    }

    .cst-pricing-card-header {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 16px;
        color: #ffffff4f;
    }

    .cst-pricing-price-wrapper {
        margin-bottom: 5px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .cst-pricing-price {
        font-family: var(--jdg-heading-font-family);
        font-weight: 600;
        font-size: clamp(3.125rem, 3vw, 4rem);
        line-height: 100%;
        color: var(--jdg-white);
    }

    .cst-pricing-period {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(0.75rem, 0.7vw, 0.875rem);
        line-height: 18px;
        text-transform: uppercase;
        margin-left: 10px;
        color: #999999;
    }

    .cst-pricing-features {
        list-style: none;
        padding: 0;
        margin-bottom: 23px;
    }

    .cst-pricing-feature {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: clamp(0.875rem, 0.8vw, 1rem);
        line-height: 30px;
        text-transform: capitalize;
        color: var(--jdg-gray);
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .cst-pricing-feature img {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }

    .cst-pricing-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 20px;
    }

    .cst-pricing-footer-item {
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: clamp(1rem, 0.8vw, 1.125rem);
        line-height: 100%;
        color: var(--jdg-gray);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .cst-pricing-label {
        color: var(--jdg-white);
        margin-right: 3px;
        font-weight: 500;
    }


    /* ---- FAQ ---- */
    .cst-pricing-faq {
        padding: 80px 0;
    }

    .cst-pricing-faq-row {
        display: flex;
        gap: 37px;
        border-radius: 20px;
        padding: 67px 58px;
        background-image: url("/storage/app/public/media/price-faq-bg-img.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .cst-pricing-faq-left {
        background: #2727274d;
        padding: 14px 14px 22px 14px;
        display: grid;
        gap: 32px;
        border-radius: 20px;
        flex: 0 0 380px;
    }

    .cst-pricing-faq-image-wrapper {
        border-radius: 12px;
        overflow: hidden;
    }

    .cst-pricing-faq-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .cst-pricing-faq-contact {
        padding: 0 10px;
    }

    .cst-pricing-faq-contact-label {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(0.75rem, 0.7vw, 0.875rem);
        line-height: 100%;
        text-transform: uppercase;
        color: var(--jdg-gray);
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cst-pricing-faq-contact-info {
        margin-bottom: 30px;
    }

    .cst-pricing-faq-email,
    .cst-pricing-faq-phone {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(1.25rem, 1.2vw, 1.5rem);
        line-height: 100%;
        color: #ffffffb5;
        margin-bottom: 15px;
        text-decoration: none;
        display: block;
        transition: color 0.3s ease;
    }

    .cst-pricing-faq-email:hover,
    .cst-pricing-faq-phone:hover {
        color: #7c6fff;
    }

    .cst-pricing-faq-btn {
        background: linear-gradient(135deg, #6b5fff 0%, #7c6fff 100%);
        color: white;
        border: none;
        padding: 15px 30px;
        border-radius: 50px;
        font-size: clamp(0.75rem, 0.7vw, 0.875rem);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(123, 111, 255, 0.3);
    }

    .cst-pricing-faq-btn::before {
        content: "+";
        font-size: clamp(1.25rem, 1.2vw, 1.5rem);
        font-weight: 300;
    }

    .cst-pricing-faq-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(123, 111, 255, 0.5);
    }

    .cst-pricing-faq-right {
        flex: 1;
        min-width: 0;
    }

    .cst-pricing-faq-header {
        margin-bottom: 50px;
    }

    .cst-pricing-faq-item {
        background: #2727274d;
        border-radius: 12px;
        margin-bottom: 16px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cst-pricing-faq-question {
        font-family: var(--jdg-heading-font-family);
        font-weight: 400;
        font-size: clamp(1.25rem, 1.2vw, 1.5rem);
        line-height: 100%;
        color: var(--jdg-white);
        padding: 20px;
        padding-right: 70px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        transition: all 0.3s ease;
        user-select: none;
    }

    .cst-pricing-faq-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: var(--jdg-white);
        flex-shrink: 0;
    }

    .cst-pricing-faq-toggle::before,
    .cst-pricing-faq-toggle::after {
        content: "";
        position: absolute;
        background: var(--jdg-black);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cst-pricing-faq-toggle::before {
        width: 12px;
        height: 2px;
    }

    .cst-pricing-faq-toggle::after {
        width: 2px;
        height: 12px;
    }

    .cst-pricing-faq-item.active .cst-pricing-faq-toggle {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .cst-pricing-faq-item.active .cst-pricing-faq-toggle::after {
        opacity: 0;
        transform: rotate(90deg);
    }

    .cst-pricing-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
        opacity: 0;
    }

    .cst-pricing-faq-answer-content {
        padding: 0 20px 30px 20px;
        color: var(--jdg-gray);
        font-family: var(--jdg-extra-font-family);
        font-weight: 400;
        font-size: clamp(1rem, 0.8vw, 1.125rem);
        line-height: 28px;
    }

    .cst-pricing-faq-item.active .cst-pricing-faq-answer {
        max-height: 500px;
        opacity: 1;
    }


    /* ===========================================
   RESPONSIVE
   ============================================== */

    @media (max-width: 1200px) {
        .pricing-accordion-left {
            flex-direction: column;
            gap: 12px;
        }

        .pricing-accordion-left h3 {
            flex: none;
        }

        .pricing-card-box {
            padding: 20px 20px 18px 15px;
        }

        .cst-pricing-wrapper {
            grid-template-columns: 1fr;
            padding: 30px 20px;
        }

        .cst-pricing-left {
            padding-top: 0;
        }

        .cst-pricing-title {
            line-height: 46px;
        }

        .cst-pricing-faq-row {
            padding: 40px 30px;
        }

        .cst-pricing-faq-left {
            flex: 0 0 320px;
        }
    }

    @media (max-width: 991px) {
        .pricing-section {
            padding: 60px 0;
        }

        .pricing-header {
            margin-bottom: 40px;
        }

        .pricing-accordion-header {
            padding: 25px 20px 20px;
        }

        .pricing-accordion-left {
            flex-direction: column;
            gap: 10px;
        }

        .pricing-accordion-left h3 {
            flex: none;
        }

        .pricing-accordion-left p {
            line-height: 24px;
        }

        .pricing-card-name {
            padding-bottom: 20px;
            margin-bottom: 18px;
        }

        .pricing-card-features {
            padding: 15px 16px;
        }

        .pricing-card-features li {
            line-height: 26px;
            gap: 12px;
        }

        .cst-pricing-cards {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .cst-pricing-faq-row {
            flex-direction: column;
            padding: 30px 20px;
            gap: 30px;
        }

        .cst-pricing-faq-left {
            flex: none;
            grid-template-columns: 1fr 1fr;
            align-items: center;
        }

        .cst-pricing-faq-question {
            padding: 18px 60px 18px 18px;
        }

        .cst-pricing-faq-answer-content {
            line-height: 26px;
            padding: 0 18px 24px;
        }

        .cst-pricing-footer {
            gap: 30px;
        }
    }

    @media (max-width: 767px) {
        .pricing-section {
            padding: 40px 0;
        }

        .cst-pricing-footer-item {
            padding-left: 30px;
        }

        .pricing-header {
            margin-bottom: 30px;
        }

        .pricing-subtitle {
            line-height: 24px;
        }

        .pricing-accordion-header {
            padding: 20px 16px 16px;
        }

        .pricing-accordion-left p {
            line-height: 22px;
        }

        .pricing-accordion-item,
        .pricing-accordion-item.active {
            border-radius: 16px;
        }

        .pricing-accordion-body {
            padding: 0 8px 24px;
        }

        .pricing-card {
            border-radius: 20px;
        }

        .pricing-card-box {
            padding: 20px 16px 18px;
            border-radius: 16px;
        }

        .pricing-card-name {
            padding-bottom: 18px;
            margin-bottom: 16px;
        }

        .pricing-card-features {
            padding: 14px 12px;
        }

        .pricing-card-features li {
            line-height: 28px;
            gap: 10px;
        }

        .slider-arrow {
            width: 38px;
            height: 38px;
        }

        .slider-arrow svg {
            width: 16px;
            height: 16px;
        }

        .slider-dot {
            width: 8px;
            height: 8px;
        }

        /*.slider-dot.active {*/
        /*    width: 10px;*/
        /*    height: 10px;*/
        /*}*/

        .slider-controls {
            gap: 16px;
            padding: 16px 8px 8px;
            margin: 0;
        }

        .pricing-accordion-item.active .pricing-accordion-body {
            padding: 0 18px 20px;
        }

        .pricing-accordion-body {
            padding: 0 18px 20px;
        }

        .cst-pricing {
            padding: 40px 0;
        }

        .cst-pricing-wrapper {
            grid-template-columns: 1fr;
            padding: 20px 14px;
            gap: 24px;
            border-radius: 20px;
        }

        .cst-pricing-left {
            padding-top: 10px;
        }

        .cst-pricing-title {
            line-height: 40px;
        }

        .cst-pricing-subtitle {
            line-height: 24px;
        }

        .cst-pricing-cards {
            grid-template-columns: 1fr;
        }

        .cst-pricing-card {
            border-radius: 20px;
        }

        .cst-pricing-top {
            padding: 16px;
        }

        .cst-pricing-bottom {
            padding: 16px;
            border-radius: 16px;
        }

        .cst-pricing-footer {
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
            margin-top: 30px;
        }

        .cst-pricing-faq {
            padding: 40px 0;
        }

        .cst-pricing-faq-row {
            flex-direction: column;
            padding: 24px 16px;
            gap: 24px;
            border-radius: 16px;
        }

        .cst-pricing-faq-left {
            grid-template-columns: 1fr;
            padding: 12px;
            gap: 20px;
            border-radius: 16px;
        }

        .cst-pricing-faq-header {
            margin-bottom: 30px;
        }

        .cst-pricing-faq-question {
            font-size: 16px;
            padding: 16px 55px 16px 16px;
            line-height: 1.4;
        }

        .cst-pricing-faq-toggle {
            right: 14px;
            width: 28px;
            height: 28px;
        }

        .cst-pricing-faq-toggle::before {
            width: 10px;
        }

        .cst-pricing-faq-toggle::after {
            height: 10px;
        }

        .cst-pricing-faq-answer-content {
            line-height: 24px;
            padding: 0 16px 20px;
        }

        .cst-pricing-faq-email,
        .cst-pricing-faq-phone {
            margin-bottom: 12px;
        }

        .cst-pricing-faq-btn {
            padding: 14px 24px;
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {
        .cst-pricing-title {
            line-height: 36px;
        }
    }