.pg-section {
    width: 100%;
    background-image: url("https://stargems.com/assets/img/googleads/google-ad-background.png");
    /* background-image: url("https://stargems.com/assets/img/googleads/elevate-your-brand-with-google-ads-at-stargems.png");*/
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 2000px auto;
    background-color: #ffffff;
    position: relative;
    text-align: left;
}

    .pg-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.6); /* adjust opacity */
        z-index: 0;
    }


.section-area {
    padding: 0 0 60px;
}

.gds-pricing {
    padding-top: 60px;
}

.hero-section {
    position: relative;
    padding: 120px 20px 40px;
    background: transparent;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    padding-bottom: 30px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 20px;
}

.hero-buttons .btn {
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 500;
}

/* floating icons */
.floating-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
    animation: float 4.5s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0);
    }
}


/* apply floating */
.floating-icon {
    animation: float 4s ease-in-out infinite;
}
    .floating-icon img { max-width:26px;}
    .icon-1 {
        background-color: #333;
        top: 6%;
        left: 12%;
        animation-delay: 0s;
    }
        .icon-1 i, .icon-1 img, .icon-4 i, .icon-4 img {
            transform: rotate(10deg);
        }
.icon-2 {
    background-color: #6487AF;
    top: 12%;
    right: 16%;
    animation-delay: 1s;
}
    .icon-2 i, .icon-2 img, .icon-3 i, .icon-3 img {
        transform: rotate(347deg);
    }
    .icon-3 {
    background-color: #8ba9c5;
    bottom: 49%;
    left: 2%;
    animation-delay: 2s;
}

.icon-4 {
    background-color: #AABEDC;
    bottom: 44%;
    right: 2%;
    animation-delay: 3s;
}

.hero-content,
.floating-icon {
    z-index: 2;
}

.image-wrapper {
    max-width: 1000px;
    background: #ffffff;
    padding: 34px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}

    .image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 50px; /* slightly smaller than wrapper */
    }

.g-desk {
    display: block;
}

.g-mob {
    display: none;
}

/**third Section*/

.social-image-wrapper {
    max-width: 1200px;
    margin: auto;
}

/* Instagram floating card */
.instagram-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #6f9ebf;
    color: #fff;
    padding: 20px 22px;
    border-radius: 16px;
    width: 260px;
}

/* Instagram icon circle */
.icon-circle {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Arrow */
.arrow-icon {
    font-size: 22px;
    margin-left: auto;
}

/* Text styles */
.instagram-card h4 {
    font-weight: 700;
    color: #fff;
}

    .instagram-card h4 span {
        font-weight: 400;
        font-size: 16px;
    }

.instagram-card a {
    color: #eaf4ff;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
}

    .instagram-card a:hover {
        text-decoration: underline;
    }

/** Fourth Section **/

.ads-hero {
    padding: 0px 20px 140px;
    background: transparent;
}

    /* Headings */
    .ads-hero h1 {
        font-size: 3rem;
        color: #333;
    }

    .ads-hero p {
        color: #333;
    }

    /* Buttons */
    .ads-hero .btn-primary {
        background-color: #2f6690;
        border: none;
    }

        .ads-hero .btn-primary:hover {
            background-color: #244e6f;
        }

.gds-section {
    background: #ffffff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pricing-card {
    height: 100%;
    padding: 32px;
    background-color: #f4f4f4;
    border: 1px solid #333;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }

    .pricing-card.featured {
        border-color: #216498;
        background-color: #216498;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

        .pricing-card.featured h3, .pricing-card.featured p, .pricing-card.featured .pricing-price .price, .pricing-card.featured .pricing-price .price span {
            color: #fff;
        }


        .pricing-card.featured .pricing-header p {
            color: #b9d1e7
        }

        .pricing-card.featured .featured-label {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #216498;
            color: #fff;
            font-size: 14px;
            padding: 4px 16px;
            border-radius: 20px;
            white-space: nowrap;
            border: 1px solid #fff;
        }

            .pricing-card.featured .featured-label i {
                margin-right: 4px;
            }

        .pricing-card.featured .btn-pricing {
            background-color: #fff;
            color: #216498;
        }

            .pricing-card.featured .btn-pricing:hover {
                background-color: #f4f4f4;
            }

.pricing-header {
    text-align: left;
    margin-bottom: 24px;
}

    .pricing-header h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pricing-header p {
        color: #6c757d;
        font-size: 15px;
        margin: 0;
    }

.pricing-price {
    margin-bottom: 24px;
}

    .pricing-price .price {
        display: flex;
        align-items: baseline;
        gap: 4px;
        font-size: 36px;
        font-weight: 700;
        color: #333;
    }

        .pricing-price .price sup {
            font-size: 20px;
            font-weight: 600;
            top: -0.5em;
        }

        .pricing-price .price i {
            font-size: 32px;
            color: #333;
        }

        .pricing-price .price span {
            font-size: 14px;
            font-weight: normal;
            color: #333;
            margin-left: 2px;
            text-align: left;
        }

.pricing-cta .btn-pricing {
    display: block;
    width: 100%;
    padding: 12px 24px;
    background-color: #216498;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

    .pricing-cta .btn-pricing:hover {
        background-color: #fff;
        color: #216498;
    }

.pricing-features {
    padding-top: 30px;
}

    .pricing-features h4 {
        margin-bottom: 16px;
        text-align: left;
    }

    .pricing-features ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pricing-features ul li {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6c757d;
            margin-bottom: 12px;
            text-align: left;
        }

            .pricing-features ul li i {
                color: #6c757d;
                font-size: 20px;
                margin-top: 2px;
            }

.note {
    padding-top: 10px;
    color: #891111;
    text-align: right;
}

.gds-faq .section-title {
    padding-bottom: 20px;
}

.gds-faq .faq-container {
    margin-top: 15px;
    z-index: 2;
}

    .gds-faq .faq-container .faq-item {
        background-color: #fff;
        position: relative;
        padding: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        transition: 0.3s;
        border: 1px solid #333;
        border-radius: 25px;
    }

        .gds-faq .faq-container .faq-item:last-child {
            margin-bottom: 0;
        }

        .gds-faq .faq-container .faq-item h3 {
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            margin: 0 30px 0 32px;
            transition: 0.3s;
            cursor: pointer;
        }

            .gds-faq .faq-container .faq-item h3 span {
                color: #6c757d;
                padding-right: 5px;
            }

            .gds-faq .faq-container .faq-item h3:hover {
                color: #216498;
            }

        .gds-faq .faq-container .faq-item .faq-content {
            display: grid;
            grid-template-rows: 0fr;
            transition: 0.3s ease-in-out;
            visibility: hidden;
            opacity: 0;
        }

            .gds-faq .faq-container .faq-item .faq-content p {
                margin-bottom: 0;
                overflow: hidden;
            }

        .gds-faq .faq-container .faq-item .faq-icon {
            position: absolute;
            top: 22px;
            left: 20px;
            font-size: 20px;
            line-height: 0;
            transition: 0.3s;
            color: #6c757d;
        }

        .gds-faq .faq-container .faq-item .faq-toggle {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 16px;
            line-height: 0;
            transition: 0.3s;
            cursor: pointer;
        }

            .gds-faq .faq-container .faq-item .faq-toggle:hover {
                color: #fff;
            }

    .gds-faq .faq-container .faq-active {
        transition: 0.3s;
    }

        .gds-faq .faq-container .faq-active h3,
        .gds-faq .faq-container .faq-active h3:hover,
        .gds-faq .faq-container .faq-active .faq-toggle,
        .gds-faq .faq-container .faq-active .faq-icon,
        .gds-faq .faq-container .faq-active .faq-content {
            color: #333;
        }

        .gds-faq .faq-container .faq-active .faq-content {
            grid-template-rows: 1fr;
            visibility: visible;
            opacity: 1;
            padding-top: 10px;
        }

        .gds-faq .faq-container .faq-active .faq-toggle {
            transform: rotate(90deg);
        }


/*--------------------------------------------------------------
# starmatchai-hero Section
--------------------------------------------------------------*/
.starmatchai-hero {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 120px 0;
}

    .starmatchai-hero .starmatchai-hero-visual {
        position: relative;
    }

        .starmatchai-hero .starmatchai-hero-visual .starmatchai-hero-image {
            position: relative;
            z-index: 2;
        }

            .starmatchai-hero .starmatchai-hero-visual .starmatchai-hero-image img {
                border-radius: 20px;
                box-shadow: 0 20px 40px color-mix(in srgb, var(--default-color), transparent 90%);
            }



/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.how-it-works .how-it-works-tabs {
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.how-it-works .nav-tabs {
    border: 0;
}

.how-it-works .section-title {
    padding-bottom: 20px;
}

.how-it-works .nav-item {
    width: 100%;
    margin-bottom: 15px;
}

    .how-it-works .nav-item:last-child {
        margin-bottom: 0;
    }

.how-it-works .nav-link {
    color: var(--heading-color);
    border: 1px solid #eee;
    padding: 30px;
    transition: 0.3s;
    border-radius: 0px;
    display: flex;
    cursor: pointer;
    border-left: 8px solid #555555;
}

    .how-it-works .nav-link i {
        background-color: var(--surface-color);
        color: var(--accent-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        width: 90px;
        height: 90px;
        font-size: 45px;
        flex-shrink: 0;
        border-radius: 0px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .how-it-works .nav-link h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px 0;
        transition: 0.3s;
    }

    .how-it-works .nav-link p {
        font-size: 15px;
        margin: 0;
    }

    .how-it-works .nav-link:hover {
        background: color-mix(in srgb, #216498, transparent 96%);
        border-left: 8px solid #216498;
    }

    .how-it-works .nav-link.active {
        background: color-mix(in srgb, #216498, transparent 96%);
        color: var(--default-color);
        border-left: 8px solid #216498;
    }

.how-it-works .tab-pane img {
    border-radius: 15px;
}



/*--------------------------------------------------------------
#  Section
--------------------------------------------------------------*/

.starmatchai .results-wrap {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.starmatchai .results-top {
    font-size: 32px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 24px;
    text-align: left;
}

.starmatchai .results-bottom {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    margin-top: 20px;
    text-align: right;
}

.starmatchai .stat-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 40px 60px;
    border-radius: 28px;
    background: #f7f9fc;
    max-width: 1100px;
}

.starmatchai .stat-text {
    font-size: 44px;
    font-weight: 700;
    white-space: nowrap;
}

.starmatchai .gradient-left {
    background: linear-gradient(90deg, #9ec9f3, #1f5fa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.starmatchai .gradient-right {
    background: linear-gradient(90deg, #1f5fa8, #9ec9f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.starmatchai .gradient-left,
.starmatchai .gradient-right {
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.starmatchai .divider {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #1f5fa8, #9ec9f3);
    border-radius: 2px;
}

.faq-13 .faq-container .faq-active .faq-content a {
    text-decoration: underline;
    font-weight: 500;
}

    .faq-13 .faq-container .faq-active .faq-content a:hover, .faq-13 .faq-container .faq-active .faq-content a:focus {
        color: #216498;
    }
/*--------------------------------------------------------------
# Call To Action 13 Section
--------------------------------------------------------------*/
.starai-cta {
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
}

    .starai-cta video {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .starai-cta:before {
        content: "";
        background: color-mix(in srgb, var(--background-color), transparent 30%);
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .starai-cta .container {
        position: relative;
        z-index: 3;
    }

    .starai-cta h3 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
    }

    .starai-cta p {
        color: #fff;
    }

    .starai-cta .cta-btn-primary {
        --bs-btn-color: #216498;
        --bs-btn-bg: #216498;
        --bs-btn-border-color: #216498;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #216498;
        --bs-btn-hover-border-color: #216498;
        --bs-btn-focus-shadow-rgb: 13, 110, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #216498;
        --bs-btn-active-border-color: #216498;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #216498;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #216498;
        --bs-gradient: none;
        color: var(--bs-btn-hover-color);
    }

    .starai-cta .cta-btn-outline-primary {
        --bs-btn-color: #fff;
        --bs-btn-border-color: #fff;
        --bs-btn-hover-color: #216498;
        --bs-btn-hover-bg: #fff;
        --bs-btn-hover-border-color: #fff;
        --bs-btn-focus-shadow-rgb: 13, 110, 253;
        --bs-btn-active-color: #216498;
        --bs-btn-active-bg: #fff;
        --bs-btn-active-border-color: #fff;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #fff;
        --bs-gradient: none;
    }

.cta-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.starai-cta-background {
    background: #33333363;
    padding: 30px 15px;
}
.starai-cta {
    position: relative;
    overflow: hidden;
    min-height: 520px; /* desktop safety */
}

    .starai-cta video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .starai-cta::before {
        content: "";
        position: absolute;
        z-index: 2;
        background: color-mix(in srgb, var(--background-color), transparent 50%);
        inset: 0px;
    }

.starai-cta {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-gel {
    --bs-btn-color: #fff;
    --bs-btn-bg: #216498;
    --bs-btn-border-color: #216498;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #216498e0;
    --bs-btn-hover-border-color: #216498e0;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #216498e0;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #216498;
    --bs-btn-disabled-border-color: #216498;
}

.btn-outline-gel {
    --bs-btn-color: #216498;
    --bs-btn-border-color: #216498;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #216498;
    --bs-btn-hover-border-color: #216498;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #216498;
    --bs-btn-active-border-color: #216498;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #216498;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #216498;
    --bs-gradient: none;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}


.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #333;
    --bs-btn-border-color: #333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #333;
    --bs-btn-disabled-border-color: #333;
}

.btn-outline-secondary {
    --bs-btn-color: #333;
    --bs-btn-border-color: #333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #333;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333;
    --bs-gradient: none;
}

.starmatchai-form {
    padding: 25px;
    box-shadow: 0 3px 15px 2px rgba(15, 13, 13, .06);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.starmatchai-logo {
    padding: 7px 30px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px 2px rgba(15, 13, 13, .06);
    border-radius: 50px;
    max-width: 250px;
    text-align: center;
}

.starmatchai-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px;
    background: #eee;
    background-blend-mode: multiply;
    border-radius: 25px;
    width: 100%;
}
/* Step Pills */
.step-pill {
    background: #f3f4f6;
    color: #374151;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: inset 0 0 0 1px #e5e7eb;
    transition: 0.25s;
}

    .step-pill .num {
        background: #fff;
        color: #333;
        border-radius: 25px;
        width: 25px;
        height: 25px;
        display: inline-flex;
        margin-right: 10px;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
    }

    .step-pill i {
        display: none;
        font-size: 13px;
        color: #333;
        padding: 2px 10px;
    }

    .step-pill.active {
        background: #ffffff;
        color: #111827;
        font-weight: 600;
        box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    }

        .step-pill.active .num {
            background: #333;
            color: #ffffff;
        }

        .step-pill.active i {
            display: inline-block;
        }


/* Upload Box */
.upload-box {
    border: 2px dashed #333;
    border-radius: 14px;
    padding: 44px 30px;
    background: #ffffff;
    transition: 0.25s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    flex-direction: column;
}

    .upload-box.dragover {
        border-color: #111827;
        background: #f9fafb;
    }

    .upload-box p {
        margin-bottom: 4px;
        font-weight: 500;
    }

    .upload-box small {
        color: #6b7280;
    }


/* Step spacing */
.form-step h4 {
    font-weight: 600;
    margin-bottom: 6px;
}

.form-step p {
    font-size: 14px;
    color: #6b7280;
}

/* Smooth step change */
.form-step {
    animation: fadeUp .25s ease;
    padding: 20px;
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
        text-align: center;
        width: 100%;
    }

.txtupload {
    background: #fff;
    display: none !important;
    margin: 18px 0px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Social Page*/

/* Layout */
.social-wrapper {
    padding: 0px 20px 60px;
    display: flex;
    justify-content: center;
}

.floating-icon a, .floating-icon a:hover, .floating-icon a:focus {
    color: #fff;
}

.social-page .main-card {
    position: relative;
    max-width: 800px;
    width: 100%;
}

/* Center Image Card */
.social-page .image-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    z-index: 2;
}

    .social-page .image-box::before {
        content: "";
        position: absolute;
        inset: -14px;
        background: #ffffff;
        border-radius: 36px;
        box-shadow: 0 35px 70px rgba(0,0,0,0.08);
        z-index: -1;
    }

    .social-page .image-box img {
        width: 100%;
        border-radius: 22px;
        display: block;
    }

/* Side Cards */
.social-page .side-card {
    position: absolute;
    width: 280px;
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.1);
    z-index: 3;
}

    .social-page .side-card h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 14px;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 0 30px 70px rgba(0,0,0,0.18);
    }

    /* Left & Right positioning */
    .social-page .side-card.left {
        left: -250px;
        top: 20%;
        transform: translateY(-50%);
    }

    .social-page .side-card.right {
        right: -250px;
        top: 20%;
        transform: translateY(-50%);
    }

/* Items inside side cards */
.social-page .item {
    display: flex;
    gap: 11px;
    border-radius: 10px;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.18);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #fff;
}

    .social-page .item img {
        width: 38px;
        height: 38px;
        border-radius: 50%;
    }

    .social-page .item p {
        font-size: 12.5px;
        line-height: 1.4;
        color: #333;
    }

    .social-page .item span {
        display: block;
        font-size: 11px;
        color: #9aa0a6;
        margin-top: 2px;
    }

/* AOS animates this */
.social-page .floating-card {
    position: absolute;
    z-index: 5;
}

/* Tilt stays here */
.social-page .floating-inner {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    padding: 16px 18px;
    width: 320px;
    border-radius: 20px;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.18);
    transform: rotate(2deg);
}

.social-page .floating-card img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

/* Floating positions */
.social-page .left-float {
    left: -282px;
    top: 45%;
}

.social-page .right-float {
    right: -282px;
    top: 48%;
}

.social-page .left-float .floating-inner {
    transform: rotate(-2deg) !important;
}

.social-page .right-float .floating-inner {
    transform: rotate(2deg) !important;
}
/* Notification text */
.social-page .notify-text {
    font-size: 13px;
    line-height: 1.4;
}

    .social-page .notify-text span {
        display: block;
        font-size: 11px;
        color: #9aa0a6;
        margin-top: 4px;
    }

/* Comment text (MATCH IMAGE) */
.social-page .comment-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.social-page .comment-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .social-page .comment-header strong {
        font-size: 13px;
        font-weight: 600;
        color: #111;
    }

.social-page .comment-time {
    font-size: 11px;
    color: #9aa0a6;
}

.social-page .comment-message {
    font-size: 13px;
    color: #555;
    line-height: 1.45;
}

/* Section */
.social-pricing-section {
    margin: 0 auto;
    text-align: center;
}

    .social-pricing-section .section-title {
        padding-bottom: 25px;
    }
    /* Card */
    .social-pricing-section .pricing-card {
        background: #f5f5f5;
        border-radius: 18px;
        padding: 40px 50px;
        display: flex;
        align-items: center;
        gap: 40px;
        border: none;
    }

    /* Price */
    .social-pricing-section .price-box {
        min-width: 220px;
        text-align: center;
    }

    .social-pricing-section .price {
        font-size: 64px;
        font-weight: 600;
        color: #333;
    }

    .social-pricing-section .period {
        font-size: 26px;
        color: #666;
        margin-left: 4px;
    }

    /* Divider */
    .social-pricing-section .divider {
        width: 1px;
        height: 180px;
        background: #333;
    }

    /* Content */
    .social-pricing-section .pricing-content {
        text-align: left;
    }

        .social-pricing-section .pricing-content h4 {
            font-size: 22px;
            margin-bottom: 16px;
        }

        .social-pricing-section .pricing-content ul {
            list-style: disc;
            padding-left: 20px;
        }

        .social-pricing-section .pricing-content li {
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 8px;
        }

.social-hero-section .hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 60px;
}

/*.social-hero-section .hero-content {
            margin-left: 0;
        }*/
/* LEFT */
.social-hero-section .hero-content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.social-hero-section .hero-content p {
    margin-bottom: 30px;
    line-height: 1.6;
}

.social-hero-section .hero-buttons {
    display: flex;
    gap: 16px;
}



/* RIGHT IMAGE */
.social-hero-section .hero-visual {
    display: flex;
    justify-content: center;
}

.social-hero-section .social-image-wrapper {
    position: relative;
    width: 100%;
}

    .social-hero-section .social-image-wrapper img {
        width: 100%;
        border-radius: 24px;
        display: block;
    }

/* FLOATING CARD */

/* Instagram floating card */
.facebook-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #6487AF;
    color: #fff;
    padding: 10px 12px;
    border-radius: 16px;
    width: 260px;
}

    .facebook-card .icon-circle {
        width: 42px;
        height: 42px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

facebook-card .arrow-icon {
    font-size: 22px;
    margin-left: auto;
}


.facebook-card h4 {
    font-weight: 700;
    color: #fff;
}

    .facebook-card h4 span {
        font-weight: 400;
        font-size: 16px;
    }

.facebook-card a {
    color: #eaf4ff;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
}

    .facebook-card a i, .instagram-card a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .facebook-card a:hover {
        text-decoration: underline;
    }

/* Responsive */
@media (max-width: 768px) {
    .social-pricing-section .pricing-card {
        flex-direction: column;
        text-align: center;
    }
    /* .social-hero-section .hero-content  {  margin-left:auto;}*/
    .social-pricing-section .divider {
        width: 80%;
        height: 1px;
    }

    .social-pricing-section .pricing-content {
        text-align: left;
    }

    .social-hero-section .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-hero-section .hero-buttons {
        justify-content: center;
    }

    .social-hero-section .social-card {
        left: 10px;
    }
}
/* Responsive */
@media (max-width:1600px) {
    .social-page .icon-3 {
        bottom: 17%;
    }

    .social-page .icon-4 {
        bottom: 12%;
    }
}

@media (max-width:1400px) {
    .social-page .side-card {
        position: absolute;
        width: 245px;
    }

        .social-page .side-card.right {
            right: -210px;
            top: 20%;
        }

    .social-page .right-float {
        right: -225px;
        top: 48%;
    }

    .social-page .left-float {
        left: -229px;
        top: 45%;
    }

    .social-page .floating-inner {
        width: 260px;
    }

    .social-page .main-card {
        max-width: 700px;
    }

    .icon-3 {
        bottom: 66%;
    }

    .icon-4 {
        bottom: 60%;
    }

    .pricing-card {
        padding: 34px 12px;
    }

    .gds-section {
        padding: 34px 20px;
    }
}
@media (max-width: 1200px) {
    .social-page .main-card {
        max-width: 500px;
    }

    .social-page .side-card.right {
        right: -236px;
    }

    .social-page .right-float {
        right: -236px;
    }

    .icon-1 {
        left: 2%;
    }

    .icon-2 {
        right: 7%;
    }

    .icon-3 {
        bottom: 59%;
        left: 1%;
    }

    .icon-4 {
        bottom: 62%;
        right: 1%;
    }

    .starmatchai .stat-text {
        font-size: 36px;
    }

    .how-it-works .nav-link i {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

    .how-it-works .nav-link {
        padding: 10px;
        border-left: 4px solid #555555;
    }

        .how-it-works .nav-link.active, .how-it-works .nav-link:hover {
            border-left: 4px solid #216498;
        }
}

@media(max-width:1199px) and (max-width:992px) {
    .instagram-card {
        position: absolute;
        bottom: 9px;
        left: 15px;
        background: #6f9ebf;
        color: #fff;
        padding: 20px 22px;
        border-radius: 16px;
        width: 360px;
    }

    .pg-section::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .starmatchai-hero .starmatchai-hero-content {
        text-align: center;
        margin-bottom: 3rem;
    }
}
@media (max-width: 991.98px) {

    .left-column, .right-column {
        position: relative;
    }

    .social-page .right-float {
        right: 0px;
        top: 21%;
    }

    .social-page .left-float {
        left: 0px;
        top: 18%;
    }
    /* Main layout */
    .social-page .main-card {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
    }

    /* Image full width */
    .social-page .image-box {
        width: 100%;
    }

        .social-page .image-box img {
            width: 100%;
            height: auto;
        }

    /* Notifications + Comments in one row */
    .social-page .side-card {
        position: relative !important;
        width: 100%;
        transform: none;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

        /* Left & Right positioning */
        .social-page .side-card.left {
            transform: translateY(-20%) !important;
        }

        .social-page .side-card.right {
            transform: translateY(-20%) !important;
        }

    .social-page .side-cards-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    /* Floating cards below */
    .social-page .floating-card {
        width: 100%;
        transform: none;
        margin-top: 16px;
    }

    .social-page .floating-inner {
        width: 100%;
        transform: rotate(0deg); /* remove tilt on mobile */
    }

    .how-it-works .nav-tabs {
        margin-top: 10px;
    }

    .icon-3 {
        bottom: 55%;
        left: 1%;
    }

    .icon-4 {
        bottom: 58%;
        right: 1%;
    }

    .pricing-card {
        margin-bottom: 24px;
    }

    .hero-title, .section-title h2, .ads-hero h1 {
        font-size: 32px;
    }

    .hero-subtitle, .section-title p, .ads-hero p.lead {
        font-size: 18px;
    }

    .starmatchai .stat-text {
        font-size: 28px;
    }

    .starmatchai .divider {
        width: 2px;
        height: 52px;
    }

    .starmatchai .stat-box {
        gap: 20px;
        padding: 24px 35px;
    }

    .instagram-card {
        position: relative;
        left: 0px;
        bottom: 15px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 75px 20px 40px;
    }

    .instagram-card {
        position: relative;
        left: 0px;
        bottom: 15px;
        width: 100%;
    }

    .floating-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
        .floating-icon img {
            width:20px; height:20px;
        }
        .icon-2 {
            top: 10%;
            right: 2%;
        }

    .image-wrapper {
        padding: 20px;
    }

    .gds-pricing .section-title {
        padding-bottom: 30px;
    }

    .starmatchai .stat-box {
        padding: 15px 30px;
        gap: 15px;
    }

    .starmatchai .stat-text {
        font-size: 24px;
    }

    .starmatchai .results-top {
        font-size: 24px;
    }

    .starmatchai .results-bottom {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .hero-title, .section-title h2, .ads-hero h1 {
        font-size: 27px;
    }

    .starmatchai .results-top {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .starmatchai .results-bottom {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .starmatchai .stat-box {
        padding: 10px;
    }

    .starmatchai .divider {
        width: 2px;
        height: 24px;
    }

    .starmatchai .stat-text {
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .g-desk {
        display: none;
    }

    .g-mob {
        display: block;
    }
}

@media(max-width:450px) {
    .starmatchai .stat-box {
        flex-direction: column;
        gap: 14px
    }

    .starmatchai .divider {
        width: 62px;
        height: 2px;
        background: linear-gradient(to bottom, #1f5fa8, #9ec9f3);
        border-radius: 2px;
    }
}
