.single-offer-section {
    background-color: #29363A;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}

.single-offer-card .page-title {
    margin-top: 0;      /* remove extra top space */
    margin-bottom: 0rem; /* optional, adjust spacing below */
    font-size: 1rem;     /* keep your size */
}

.single-offer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #E6E8E5;
    border-radius: 20px;
    border: 3px solid #D4AF37;
    padding: 3rem 2.5rem;
    max-width: 500px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    animation: fadeUp 0.8s ease forwards;
    text-decoration: none; /* removes underline */
    color: inherit; /* ensures text color is correct */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-title {
    margin: 0 0 0.75rem 0;
}

.single-offer-card:hover {
    transform: translateY(-5px);
            box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
        }


/* Fade up animation on load */
.single-offer-card {
    animation-delay: 0.2s;
}

.hero-sub {
    font-size: 1.5rem;
    color: #D4AF37;
    margin-bottom: 2rem;
    font-weight: 500;
}

.price-tag {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: #29363A;
    margin-bottom: 2rem;
}

.features-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 2rem;
}

.features-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.05rem;
    color: #333;
}

.features-list li:last-child {
    border-bottom: none;
}

.btn {
    background-color: #D4AF37;
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.btn:hover {
    background-color: #b8982e;
}

.value-anchor {
    font-size: 1.15rem;
    color: #29363A;
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.single-offer-card .client-showcase {
    background-color: #cdcfcd; /* just change the color */
    padding: 1rem 1.5rem; /* match padding of features list or card */
    border-radius: 12px; /* optional to match card’s style */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* spacing between text and image */
}

.single-offer-card .client-showcase p {
    margin: 0;
    font-size: 1rem;
    color: #fff; /* visible on red background */
    text-align: center;
}


.client-logo-img {
    max-width: 150px;
    height: auto;
}



        /* Section wrapper */
        .video-offer {
            background-color: #29363A;
            padding: 5rem 2rem;
            display: flex;
            justify-content: center;
        }

        /* Centered 2-column layout */
        .content-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 4rem;
            max-width: 1200px;
            margin: 0 auto;
            align-items: start;
        }

        /* Left text */
        .page-title {
            font-size: 3.2rem;
            font-weight: 600;
            color: #E6E8E5;
            margin-bottom: 1.5rem;
        }

        .page-description {
            font-size: 1.25rem;
            line-height: 1.65;
            color: #E6E8E5;
            max-width: 600px;
        }

        .process-section {
            margin-top: 2.5rem;
            color: #E6E8E5;
        }

        .process-section h2 {
            text-align: center;
            font-size: 1.8rem;
            margin-bottom: 1.2rem;
            font-weight: 600;
        }

        .process-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .process-list li {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            line-height: 1.6;
            position: relative;
    padding-left: 1.5rem;
        }

        

        .process-list li strong {
            display: inline;
            margin-bottom: 0.3rem;
            font-size: 1.2rem;
            color: #D4AF37;
            font-weight: 600;
        }

        /* Pricing cards on right */
        .thumbnail-section {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 2rem;
        }

        .pricing-title {
    color: #E6E8E5;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}


        .pricing-card {
            width: 250px;
            background-color: #E6E8E5;
            border-radius: 15px;
            padding: 2rem 1.5rem;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
        }

        .pricing-card.featured {
            border: 3px solid #D4AF37;
        }

        .price-tag {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.5rem;
            color: #29363A;
            margin-bottom: 1.5rem;
            letter-spacing: 1px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            text-align: left;
            margin-bottom: 0;
        }

        .features-list li {
            padding: 0.75rem 0;
            border-bottom: 1px solid #ccc;
            font-size: 1rem;
            color: #333;
        }

        .features-list li:last-child {
            border-bottom: none;
        }

        .flex-label {
            font-size: 1.1rem;
            color: #666;
            font-style: italic;
            margin-bottom: 1rem;
        }

        .flex-note {
            font-size: 0.95rem;
            color: #666;
            margin-top: 1rem;
            line-height: 1.5;
        }

        .client-showcase {
            width: 250px;
            background-color: #E6E8E5;
            border-radius: 15px;
            padding: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .client-logo-img {
            max-width: 100%;
            height: auto;
        }

        /* Button section */
        .button-section {
            padding: 4rem 2rem;
            text-align: center;
        }

        .bio-text {
            flex: 1;
            min-width: 300px;
            max-width: 600px;
            margin: 0 auto;
        }

        .bio-text .btn {
            background-color: #D4AF37;
            color: #fff;
            padding: 0.8rem 2rem;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .bio-text .btn:hover {
            background-color: #b8982e;
        }

        .pricing-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
       display: block;       /* important for full card clickable */
    text-decoration: none; /* remove underline */
    color: inherit;       /* keep text color */
}

.client-proof {
    text-align: right;
                color: #666;

    opacity: 0.7;
    margin-top: 2rem;
}

.pricing-middle.featured {
    border: none;
}


.pricing-middle {
    animation-delay: 0.2s;
}

.pricing-right {
    animation-delay: 0.4s;
}

.pricing-left {
    animation-delay: 0.6s;
}


.card-link {
    text-decoration: none; /* removes underline */
    display: block;        /* makes the whole card clickable */
    color: inherit;        /* keeps text color */
}


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


        /* Responsive */
        @media (max-width: 900px) {
            .content-container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .thumbnail-section {
                align-items: center;
            }

            .page-title {
                font-size: 2.6rem;
            }

            .page-description {
                max-width: 100%;
            }

            .process-list {
                text-align: left;
            }
        }

        /* Keyframes for fade-up */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {

    .content-container {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .thumbnail-section {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
}
