/* ================= INSTAGRAM SECTION CSS ================= */
    #instagramSection {
        position: relative;
        padding: 90px 20px;
        overflow: hidden;
        background-color: #fafafa;
    }

    #instagramSection::before,
    #instagramSection::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.12;
        z-index: 1;
        pointer-events: none;
    }

    #instagramSection::before {
        width: 350px;
        height: 350px;
        top: -50px;
        left: -50px;
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
    }

    #instagramSection::after {
        width: 400px;
        height: 400px;
        bottom: -80px;
        right: -80px;
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
    }

    #instagramSection .social-container {
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #instagramSection .social-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #instagramSection .social-header-content {
        text-align: left;
    }

    #instagramSection .social-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        /* font-size: 0.85rem; */
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #instagramSection .social-title {
        /* font-family: 'Playfair Display', serif; */
        /* font-size: 2.5rem; */
        font-weight: 700;
        color: #1f2937;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }

    #instagramSection .social-subtitle {
        /* font-size: 1.05rem; */
        color: #6b7280;
        margin: 0;
        font-weight: 300;
    }

    #instagramSection .btn-social-header {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 50px;
        font-weight: 500;
        /* font-size: 0.95rem; */
        color: #1f2937;
        text-decoration: none;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #instagramSection .btn-social-header .icon-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #ffffff;
        /* font-size: 0.9rem; */
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
    }

    #instagramSection .btn-social-header:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        border-color: transparent;
        color: #E1306C;
    }

    #instagramSection .btn-social-header .bi-arrow-up-right {
        transition: transform 0.3s ease;
    }

    #instagramSection .btn-social-header:hover .bi-arrow-up-right {
        transform: translate(2px, -2px);
    }

    #instagramSection .social-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    #instagramSection .social-card {
        position: relative;
        display: block;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
        overflow: hidden;
        background-color: #ffffff;
        text-decoration: none;
        color: inherit;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        border: 1px solid #f3f4f6;
    }

    #instagramSection .social-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        display: block;
    }

    #instagramSection .social-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111;
        /* font-size: 1.1rem; */
        z-index: 3;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    #instagramSection .social-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
        opacity: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 24px;
        z-index: 2;
        transition: opacity 0.4s ease;
    }

    #instagramSection .social-overlay-top {
        display: flex;
        justify-content: flex-start;
    }

    #instagramSection .social-overlay-tag {
        /* font-size: 0.75rem; */
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(6px);
        padding: 4px 12px;
        border-radius: 20px;
    }

    #instagramSection .social-overlay-center {
        text-align: center;
        transform: translateY(15px);
        transition: transform 0.4s ease;
    }

    #instagramSection .social-view-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #ffffff;
        /* font-size: 1rem; */
        font-weight: 500;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px 20px;
        border-radius: 30px;
    }

    #instagramSection .social-overlay-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        color: #ffffff;
        font-weight: 600;
        /* font-size: 0.95rem; */
        transform: translateY(15px);
        transition: transform 0.4s ease;
    }

    #instagramSection .social-stat {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    #instagramSection .social-stat i {
        /* font-size: 1.1rem; */
    }

    #instagramSection .social-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.12);
        color: inherit;
    }

    #instagramSection .social-card:hover .social-card-img {
        transform: scale(1.06);
    }

    #instagramSection .social-card:hover .social-overlay {
        opacity: 1;
    }

    #instagramSection .social-card:hover .social-overlay-center,
    #instagramSection .social-card:hover .social-overlay-bottom {
        transform: translateY(0);
    }

    #instagramSection .social-card:hover .social-badge {
        transform: scale(1.1) rotate(5deg);
        background: #ffffff;
        color: #E1306C;
    }

    #instagramSection .social-cta-wrapper {
        text-align: center;
    }

    #instagramSection .btn-social-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 36px;
        background: #ffffff;
        border-radius: 50px;
        font-weight: 600;
        /* font-size: 1rem; */
        color: #fff;
        text-decoration: none;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1;
    }

    #instagramSection .btn-social-cta::before {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: 52px;
        z-index: -1;
        opacity: 0.7;
        transition: opacity 0.3s ease;
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
    }

    #instagramSection .btn-social-cta i.bi-instagram {
        /* font-size: 1.2rem; */
        background: linear-gradient(135deg, #833AB4, #E1306C, #F77737, #FCAF45);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #instagramSection .btn-social-cta .bi-arrow-right {
        transition: transform 0.3s ease;
    }

    #instagramSection .btn-social-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.12);
        color: #000;
    }

    #instagramSection .btn-social-cta:hover::before {
        opacity: 1;
    }

    #instagramSection .btn-social-cta:hover .bi-arrow-right {
        transform: translateX(5px);
    }

    /* Responsive Styles for Instagram Section */
    @media (max-width: 1199px) {
        #instagramSection .social-grid {
            gap: 20px;
        }
    }

    @media (max-width: 991px) {
        #instagramSection .social-header {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        #instagramSection .social-header-content {
            text-align: center;
        }

        #instagramSection .social-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 575px) {
        #instagramSection {
            padding: 60px 15px;
        }

        #instagramSection .social-title {
            /* font-size: 1.8rem; */
        }

        #instagramSection .social-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        #instagramSection .social-card {
            border-radius: 16px;
        }

        #instagramSection .btn-social-cta {
            width: 100%;
            justify-content: center;
        }
    }


    /* ================= YOUTUBE SECTION CSS ================= */
    #youtubeSection {
        position: relative;
        padding: 90px 20px;
        overflow: hidden;
        background-color: #ffffff;
    }

    #youtubeSection::before,
    #youtubeSection::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.12;
        z-index: 1;
        pointer-events: none;
    }

    #youtubeSection::before {
        width: 350px;
        height: 350px;
        top: -50px;
        right: -50px;
        background: linear-gradient(135deg, #FF0000, #C4302B, #E62117);
    }

    #youtubeSection::after {
        width: 400px;
        height: 400px;
        bottom: -80px;
        left: -80px;
        background: linear-gradient(135deg, #FF0000, #C4302B, #E62117);
    }

    #youtubeSection .social-container {
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #youtubeSection .social-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #youtubeSection .social-header-content {
        text-align: left;
    }

    #youtubeSection .social-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        /* font-size: 0.85rem; */
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #FF0000;
    }

    #youtubeSection .social-title {
        /* font-family: 'Playfair Display', serif; */
        /* font-size: 2.5rem; */
        font-weight: 700;
        color: #1f2937;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }

    #youtubeSection .social-subtitle {
        /* font-size: 1.05rem; */
        color: #6b7280;
        margin: 0;
        font-weight: 300;
    }

    #youtubeSection .btn-social-header {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 50px;
        font-weight: 500;
        /* font-size: 0.95rem; */
        color: #1f2937;
        text-decoration: none;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #youtubeSection .btn-social-header .icon-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #ffffff;
        /* font-size: 0.9rem; */
        background: #FF0000;
    }

    #youtubeSection .btn-social-header:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        border-color: transparent;
        color: #FF0000;
    }

    #youtubeSection .btn-social-header .bi-arrow-up-right {
        transition: transform 0.3s ease;
    }

    #youtubeSection .btn-social-header:hover .bi-arrow-up-right {
        transform: translate(2px, -2px);
    }

    #youtubeSection .social-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    #youtubeSection .social-card {
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        overflow: hidden;
        background-color: #ffffff;
        text-decoration: none;
        color: inherit;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        border: 1px solid #f3f4f6;
        /* width : 32%; */
        /* margin: 5px; */
        height: 380px !important
    }

    #youtubeSection .yt-thumbnail-wrapper {
        position: relative;
        aspect-ratio: 16 / 9;
        width: 100%;
        overflow: hidden;
        background: #000;
    }

    #youtubeSection .social-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        display: block;
    }

    #youtubeSection .yt-duration {
        position: absolute;
        bottom: 12px;
        right: 12px;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(4px);
        color: #fff;
        /* font-size: 0.75rem; */
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 6px;
        z-index: 3;
    }

    #youtubeSection .yt-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        width: 45px;
        height: 45px;
        background: rgba(255, 0, 0, 0.9);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* font-size: 1.4rem; */
        z-index: 3;
        box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        padding-left: 3px;
    }

    #youtubeSection .yt-card-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    #youtubeSection .yt-card-title {
        /* font-size: 1.05rem; */
        font-weight: 600;
        color: #1f2937;
        margin: 0 0 10px 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }

    #youtubeSection .yt-card-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* font-size: 0.85rem; */
        color: #6b7280;
        border-top: 1px solid #f3f4f6;
        padding-top: 12px;
        margin-top: 10px;
    }

    #youtubeSection .social-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.12);
        color: inherit;
    }

    #youtubeSection .social-card:hover .social-card-img {
        transform: scale(1.06);
    }

    #youtubeSection .social-card:hover .yt-play-icon {
        transform: translate(-50%, -50%) scale(1.1);
        background: #FF0000;
    }

    #youtubeSection .social-card:hover .yt-card-title {
        color: #FF0000;
    }

    #youtubeSection .social-cta-wrapper {
        text-align: center;
        margin-top: 20px !important
    }

    #youtubeSection .btn-social-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 36px;
        background: #ffffff;
        border-radius: 50px;
        font-weight: 600;
        /* font-size: 1rem; */
        color: #fff;
        text-decoration: none;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1;
    }

    #youtubeSection .btn-social-cta::before {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: 52px;
        z-index: -1;
        opacity: 0.7;
        transition: opacity 0.3s ease;
        background: linear-gradient(135deg, #FF0000, #C4302B, #E62117);
    }

    #youtubeSection .btn-social-cta i.bi-youtube {
        /* font-size: 1.3rem; */
        color: #FF0000;
    }

    #youtubeSection .btn-social-cta .bi-arrow-right {
        transition: transform 0.3s ease;
    }

    #youtubeSection .btn-social-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.12);
        color: #000;
    }

    #youtubeSection .btn-social-cta:hover::before {
        opacity: 1;
    }

    #youtubeSection .btn-social-cta:hover .bi-arrow-right {
        transform: translateX(5px);
    }

    /* Responsive Styles for YouTube Section */
    @media (max-width: 1199px) {
        /* #youtubeSection .social-grid {
                    gap: 20px;
                } */
    }

    @media (max-width: 991px) {
        #youtubeSection .social-header {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        #youtubeSection .social-header-content {
            text-align: center;
        }

        /* #youtubeSection .social-card {
                    width: 100% !important
                } */

        /* #youtubeSection .social-grid {
                    grid-template-columns: repeat(2, 1fr);
                } */
    }


    @media (max-width: 575px) {
        #youtubeSection {
            padding: 60px 15px;
        }

        #youtubeSection .social-title {
            /* font-size: 1.8rem; */
        }

        #youtubeSection .social-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        #youtubeSection .social-card {
            border-radius: 16px;
            /* width: 100% !important; */
            margin-bottom: 10px;
        }

        #youtubeSection .btn-social-cta {
            width: 100%;
            justify-content: center;
        }
    }