@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* Base Styles */
.reels-viewer-content {
font-family: 'Poppins', sans-serif;
color: #262626;
line-height: 1.6;
}
.content-container-1200 {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.support-sec { padding: 90px 0; }
.bg-pure-white { background-color: #ffffff; }
.bg-light-blue { background-color: #f0f7ff; }
/* Force Font Awesome to appear correctly */
.reels-viewer-content i {
font-family: "Font Awesome 6 Free" !important;
font-weight: 900 !important;
display: inline-block !important;
}
.support-header {
text-align: center;
margin-bottom: 60px;
}
.wh-heading {
font-size: 32px;
font-weight: 700;
margin-bottom: 15px;
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wh-subheading {
font-size: 17px;
color: #666;
max-width: 800px;
margin: 0 auto;
}
/* Grid Layout */
.card-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}
.content-card {
padding: 35px 20px;
border-radius: 10px;
text-align: center;
transition: all 0.4s ease;
border: 1px solid rgba(0,0,0,0.03);
}
.content-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
color: #262626;
}
.content-card p {
font-size: 14px;
color: #6b7280;
}
/* Icons General */
.icon-box, .icon-circle, .icon-pop {
font-size: 34px;
margin-bottom: 20px;
transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* SECTION 1 HOVER: Lift + Icon Flip */
.v1-style { background-color: #f0f7ff; }
.v1-style .icon-gradient i {
background: linear-gradient(45deg, #f09433, #dc2743);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.v1-style:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(220, 39, 67, 0.15);
}
.v1-style:hover .icon-gradient { transform: rotateY(360deg); }
/* SECTION 2 HOVER: Scale + Icon Background Pulse */
.v2-style { background-color: #ffffff; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.icon-circle {
width: 65px; height: 65px;
background: #f0f7ff;
border-radius: 50%;
display: flex !important;
align-items: center; justify-content: center;
margin: 0 auto 20px;
color: #cc2366;
}
.v2-style:hover {
transform: scale(1.03);
border-color: #cc2366;
}
.v2-style:hover .icon-circle {
background: #cc2366;
color: #ffffff;
}
/* SECTION 3 HOVER: Glow + Icon Shake */
.v3-style { background-color: #f0f7ff; }
.icon-pop i { color: #bc1888; }
.v3-style:hover {
box-shadow: inset 0 0 15px rgba(188, 24, 136, 0.1);
background-color: #fff;
}
.v3-style:hover .icon-pop {
animation: iconShake 0.5s ease-in-out;
}
@keyframes iconShake {
0%, 100% { transform: rotate(0); }
25% { transform: rotate(15deg); }
75% { transform: rotate(-15deg); }
}
/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
.card-grid { grid-template-columns: repeat(2, 1fr); }
.wh-heading { font-size: 28px; }
}
@media (max-width: 768px) {
.support-sec { padding: 60px 0; }
.wh-heading { font-size: 24px; }
}
@media (max-width: 550px) {
.card-grid { grid-template-columns: 1fr; }
.content-card { padding: 30px 15px; }
}

/* Instagram Reels Viewer Wrapper Styles */
        .ig-rv-wrapper {
            --ig-rv-gradient-1: #f09433;
            --ig-rv-gradient-2: #e6683c;
            --ig-rv-gradient-3: #dc2743;
            --ig-rv-gradient-4: #cc2366;
            --ig-rv-gradient-5: #bc1888;
            --ig-rv-dark-color: #262626;
            --ig-rv-light-color: #FFFFFF;
            --ig-rv-gray-color: #FAFAFA;
            --ig-rv-instagram-gradient: linear-gradient(45deg, var(--ig-rv-gradient-1), var(--ig-rv-gradient-2), var(--ig-rv-gradient-3), var(--ig-rv-gradient-4), var(--ig-rv-gradient-5));
            --ig-rv-instagram-gradient-hover: linear-gradient(45deg, #e08b30, #d85f35, #d1253e, #c32060, #b31682);
            --ig-rv-section-padding: 100px 0;
        }

        /* Header Custom style */
        .ig-rv-wrapper .navigation-1 {
            background: #ffffff;
            transition: all 0.3s ease;
            font-family: "Poppins", sans-serif;
        }

        .ig-rv-wrapper .navbar {
            padding: 1.5rem 0;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            min-height: 80px;
        }

        .ig-rv-wrapper .navbar-brand img {
            max-height: 60px;
            width: auto;
            transition: transform 0.3s ease;
        }

        .ig-rv-wrapper .navbar-brand:hover img {
            transform: scale(1.05);
        }

        .ig-rv-wrapper .nav-link {
            color: #1f2a44 !important;
            font-weight: 500;
            font-size: 1.1rem;
            padding: 0.75rem 1.25rem !important;
            position: relative;
            transition: color 0.3s ease;
        }

        .ig-rv-wrapper .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #d62976;
            transition: width 0.3s ease;
        }

        .ig-rv-wrapper .nav-link:hover::after {
            width: 100%;
        }

        .ig-rv-wrapper .nav-link:hover {
            color: #d62976 !important;
        }

        .ig-rv-wrapper .cta-btn {
            padding: 14px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
            color: white !important;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
        }

        .ig-rv-wrapper .cta-btn:hover {
            background: linear-gradient(45deg, #962fbf, #d62976, #fa7e1e, #feda75, #4f5bd5);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
            transform: translateY(-3px);
        }

        .ig-rv-wrapper .navbar-toggler {
            border: none;
            padding: 0.75rem;
            background-color: rgba(214, 41, 118, 0.1);
            border-radius: 5px;
        }

        /* Instagram-style Hero Section */
        .ig-rv-wrapper .ig-rv-hero-section {
            padding: var(--ig-rv-section-padding);
            text-align: center;
            background-color: var(--ig-rv-light-color);
					
				
        }

        .ig-rv-wrapper .ig-rv-hero-content {
            position: relative;
            z-index: 1;
        }

        .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            background: var(--ig-rv-instagram-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-text {
            font-size: 1.25rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            opacity: 0.9;
            font-weight: 300;
            color: #666;
        }

        /* Work Process Section with Gradient */
        .ig-rv-wrapper .ig-rv-work-process-section {
            padding: var(--ig-rv-section-padding);
            background: var(--ig-rv-instagram-gradient);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .ig-rv-wrapper .ig-rv-work-process-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.05);
        }

        .ig-rv-wrapper .ig-rv-work-process-content {
            position: relative;
            z-index: 1;
        }

        .ig-rv-wrapper .ig-rv-process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
            z-index: 1;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            margin: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper .ig-rv-process-step:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .ig-rv-wrapper .ig-rv-step-number {
            width: 60px;
            height: 60px;
            background: white;
            color: var(--ig-rv-gradient-3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin: 0 auto 20px;
            font-size: 1.5rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Features Section */
        .ig-rv-wrapper .ig-rv-features-section {
            padding: var(--ig-rv-section-padding);
            background: white;
        }

        .ig-rv-wrapper .ig-rv-feature-card {
            padding: 40px 30px;
            border-radius: 16px;
            background: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .ig-rv-wrapper .ig-rv-feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--ig-rv-instagram-gradient);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper .ig-rv-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .ig-rv-wrapper .ig-rv-feature-card:hover::before {
            width: 100%;
            opacity: 0.1;
        }

        .ig-rv-wrapper .ig-rv-feature-icon {
            width: 70px;
            height: 70px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            background: var(--ig-rv-instagram-gradient);
            color: white;
            font-size: 1.8rem;
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper .ig-rv-feature-card:hover .ig-rv-feature-icon {
            transform: rotate(15deg) scale(1.1);
            background: var(--ig-rv-instagram-gradient-hover);
        }

        /* Why Choose Section */
        .ig-rv-wrapper .ig-rv-why-choose-section {
            padding: var(--ig-rv-section-padding);
            background: #f9f9f9;
        }

        .ig-rv-wrapper .ig-rv-why-choose-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transform: perspective(1000px) rotateY(-5deg);
            transition: all 0.5s ease;
        }

        .ig-rv-wrapper .ig-rv-why-choose-image:hover {
            transform: perspective(1000px) rotateY(0deg);
        }

        .ig-rv-wrapper .ig-rv-benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 12px;
            background: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper .ig-rv-benefit-item:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .ig-rv-wrapper .ig-rv-benefit-icon {
            width: 40px;
            height: 40px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            background: var(--ig-rv-instagram-gradient);
            color: white;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        /* FAQ Section */
        .ig-rv-wrapper .ig-rv-faq-section {
            padding: var(--ig-rv-section-padding);
            background: white;
        }

        .ig-rv-wrapper .ig-rv-accordion-item {
            border: none;
            border-radius: 12px !important;
            overflow: hidden;
            margin-bottom: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .ig-rv-wrapper .ig-rv-accordion-button {
            font-weight: 600;
            color: var(--ig-rv-dark-color);
            padding: 20px 25px;
            background: white;
            box-shadow: none;
            border-radius: 12px 12px 0 0 !important;
        }

        .ig-rv-wrapper .ig-rv-accordion-button:not(.collapsed) {
            background: white;
            color: var(--ig-rv-gradient-3);
            box-shadow: none;
        }

        .ig-rv-wrapper .ig-rv-accordion-button:focus {
            box-shadow: none;
            border-color: rgba(220, 39, 67, 0.3);
        }

        .ig-rv-wrapper .ig-rv-accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc2743'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .ig-rv-wrapper .ig-rv-accordion-body {
            padding: 25px;
            color: #666;
        }

        /* Section Titles */
        .ig-rv-wrapper .ig-rv-section-title {
            font-weight: 700;
            color: var(--ig-rv-dark-color);
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .ig-rv-wrapper .ig-rv-section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--ig-rv-instagram-gradient);
            border-radius: 2px;
        }

        .ig-rv-wrapper .ig-rv-light-title {
            color: white;
        }

        .ig-rv-wrapper .ig-rv-light-title::after {
            background: white;
        }

        .ig-rv-wrapper .ig-rv-section-subtitle {
            color: #666;
            max-width: 700px;
            margin: 0 auto 3rem;
            font-size: 1.1rem;
        }

        .ig-rv-wrapper .ig-rv-light-subtitle {
            color: rgba(255, 255, 255, 0.8);
        }

        /* Animation */
        @keyframes ig-rv-float {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }

            100% {
                transform: translateY(0px);
            }
        }

        .ig-rv-wrapper .ig-rv-floating-element {
            animation: ig-rv-float 6s ease-in-out infinite;
        }

        /* Custom Scrollbar */
        .ig-rv-wrapper ::-webkit-scrollbar {
            width: 8px;
        }

        .ig-rv-wrapper ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .ig-rv-wrapper ::-webkit-scrollbar-thumb {
            background: var(--ig-rv-gradient-3);
            border-radius: 10px;
        }

        .ig-rv-wrapper ::-webkit-scrollbar-thumb:hover {
            background: var(--ig-rv-gradient-4);
        }

        /* Footer Section */
        .ig-rv-wrapper .footer-section {
            background: radial-gradient(circle, rgba(16, 33, 120, 1) 0%, rgba(94, 7, 6, 1) 100%);
            color: #fff;
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .ig-rv-wrapper .footer-logo {
            width: 200px;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .ig-rv-wrapper .footer-description {
            font-size: 14px;
            color: #bbb;
        }

        .ig-rv-wrapper .footer-heading {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 15px;
        }

        /* Quick Links and Tools */
        .ig-rv-wrapper .footer-links .footer-link,
        .ig-rv-wrapper .footer-tools .footer-tool {
            color: #bbb;
            text-decoration: none;
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .ig-rv-wrapper .footer-links .footer-link:hover,
        .ig-rv-wrapper .footer-tools .footer-tool:hover {
            color: #fff;
        }

        /* Social Icons (Boxicons) */
        .ig-rv-wrapper .footer-social .social-icon {
            color: #bbb;
            font-size: 24px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .ig-rv-wrapper .footer-social .social-icon:hover {
            color: #fff;
        }

        /* Footer Copyright Section */
        .ig-rv-wrapper .footer-copyright {
            background-color: #1a1a1a;
        }

        .ig-rv-wrapper .footer-bottom-text {
            font-size: 14px;
            color: #bbb;
        }
			
			.ig-rv-wrapper .ig-rv-header {
	position: relative;
	background: hsla(270, 94%, 25%, 1) !important;

background: linear-gradient(90deg, hsla(270, 94%, 25%, 1) 0%, hsla(158, 94%, 49%, 1) 100%) !important;

background: -moz-linear-gradient(90deg, hsla(270, 94%, 25%, 1) 0%, hsla(158, 94%, 49%, 1) 100%) !important;

background: -webkit-linear-gradient(90deg, hsla(270, 94%, 25%, 1) 0%, hsla(158, 94%, 49%, 1) 100%) !important;

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#42047E", endColorstr="#07F49E", GradientType=1 ) !important;
	color: var(--light);
	padding: 80px 0 100px;
	overflow: hidden;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
			
			.ig-rv-wrapper .ig-rv-glass-card {
	background: #e3ffef;
	backdrop-filter: blur(16px);
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
	padding: 32px;
	margin-bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	position: relative;
	z-index: 10;
}

        /* Responsive Design */
        @media (max-width: 991px) {
            .ig-rv-wrapper {
                --ig-rv-section-padding: 80px 0;
            }

            .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title {
                font-size: 2.8rem;
            }

            .ig-rv-wrapper .ig-rv-process-step::before {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .ig-rv-wrapper {
                --ig-rv-section-padding: 70px 0;
            }

            .ig-rv-wrapper .navbar {
                min-height: 70px;
            }

            .ig-rv-wrapper .navbar-collapse {
                background: #ffffff;
                padding: 2rem 1.5rem;
                border-radius: 0 0 12px 12px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                max-height: calc(100vh - 70px);
                overflow-y: auto;
            }

            .ig-rv-wrapper .nav-link {
                color: #1f2a44 !important;
                padding: 1.2rem 1.5rem !important;
                font-size: 1.3rem;
                font-weight: 500;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                transition: background 0.3s ease, color 0.3s ease;
            }

            .ig-rv-wrapper .nav-link:hover {
                color: #d62976 !important;
                background: #f8fafc;
            }

            .ig-rv-wrapper .nav-link::after {
                display: none;
            }

            .ig-rv-wrapper .cta-btn {
                display: block;
                text-align: center;
                margin: 2rem auto;
                padding: 14px 30px;
                font-size: 1.2rem;
                width: 100%;
                max-width: 300px;
            }

            .ig-rv-wrapper .navbar-brand img {
                max-height: 50px;
            }

            .ig-rv-wrapper .navbar-nav {
                margin-top: 1rem;
            }

            .ig-rv-wrapper .ig-rv-hero-section {
                padding: 100px 0 60px;
            }

            .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title {
                font-size: 2.2rem;
            }

            .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-text {
                font-size: 1rem;
            }

            .ig-rv-wrapper .ig-rv-section-title {
                font-size: 1.8rem;
            }

            .ig-rv-wrapper .footer-logo {
                width: 200px;
            }

            .ig-rv-wrapper .footer-description {
                font-size: 14px;
            }

            .ig-rv-wrapper .footer-heading {
                font-size: 18px;
            }

            .ig-rv-wrapper .footer-link,
            .ig-rv-wrapper .footer-tool {
                font-size: 14px;
            }

            .ig-rv-wrapper .footer-bottom-text {
                font-size: 14px;
            }
        }

.ig-rv-wrapper {
            --primary: #ff3d8a;
            --primary-light: #ff72a9;
            --primary-dark: #e01d6b;
            --secondary: #7b5cfa;
            --secondary-light: #a18aff;
            --secondary-dark: #5c3de6;
            --accent: #00d9ff;
            --dark: #151823;
            --light: #ffffff;
            --bg-gradient: linear-gradient(135deg, #7b5cfa, #ff3d8a);
            --bg-gradient-2: linear-gradient(135deg, #00d9ff, #7b5cfa);
            --card-bg: rgba(255, 255, 255, 0.85);
            --card-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            --font-primary: 'Poppins', sans-serif;
            --font-secondary: 'Inter', sans-serif;
            --border-radius: 16px;
            --transition: all 0.3s ease;
        }

        .ig-rv-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .ig-rv-wrapper {
            font-family: var(--font-primary);
            color: var(--dark);
            background-color: #f8f9fc;
            line-height: 1.6;
        }

        .ig-rv-wrapper .ig-rv-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        .ig-rv-wrapper .ig-rv-header {
            position: relative;
            background: var(--bg-gradient);
            color: var(--light);
            padding: 80px 0 100px;
            overflow: hidden;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }

        .ig-rv-wrapper .ig-rv-header-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .ig-rv-wrapper .ig-rv-logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            gap: 12px;
        }

        .ig-rv-wrapper .ig-rv-logo {
            background: rgba(255, 255, 255, 0.2);
            width: 56px;
            height: 56px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .ig-rv-wrapper .ig-rv-logo svg {
            color: var(--light);
        }

        .ig-rv-wrapper .ig-rv-hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin: 0;
        }

        .ig-rv-wrapper .ig-rv-header-subtitle {
            font-size: 1.2rem;
            font-weight: 400;
            opacity: 0.9;
            margin-top: 8px;
        }

        /* Bubble animations */
        .ig-rv-wrapper .ig-rv-bubble {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: ig-rv-float 8s infinite ease-in-out;
        }

        .ig-rv-wrapper .ig-rv-bubble:nth-child(1) {
            width: 120px;
            height: 120px;
            top: -30px;
            left: 10%;
            animation-delay: 0s;
        }

        .ig-rv-wrapper .ig-rv-bubble:nth-child(2) {
            width: 80px;
            height: 80px;
            top: 50%;
            right: 15%;
            animation-delay: 1s;
        }

        .ig-rv-wrapper .ig-rv-bubble:nth-child(3) {
            width: 60px;
            height: 60px;
            bottom: 10%;
            left: 20%;
            animation-delay: 2s;
        }

        .ig-rv-wrapper .ig-rv-bubble:nth-child(4) {
            width: 100px;
            height: 100px;
            bottom: -20px;
            right: 5%;
            animation-delay: 3s;
        }

        @keyframes ig-rv-float {
            0% {
                transform: translateY(0) rotate(0);
            }

            50% {
                transform: translateY(-20px) rotate(10deg);
            }

            100% {
                transform: translateY(0) rotate(0);
            }
        }

        /* Search section */
        .ig-rv-wrapper .ig-rv-search-section {
            margin-top: -50px;
            position: relative;
            z-index: 5;
        }

        .ig-rv-wrapper .ig-rv-glass-card {
            background: var(--card-bg);
            backdrop-filter: blur(16px);
            border-radius: var(--border-radius);
            box-shadow: var(--card-shadow);
            padding: 32px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            text-align: center;
            position: relative;
            z-index: 10;
        }

        .ig-rv-wrapper .ig-rv-glass-card .ig-rv-card-title {
            font-size: 1.8rem;
            margin-bottom: 10px;
            background: var(--bg-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ig-rv-wrapper .ig-rv-search-description {
            margin-bottom: 24px;
            color: rgba(21, 24, 35, 0.7);
        }

        .ig-rv-wrapper .ig-rv-search-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 600px;
            margin: 0 auto;
        }

        @media (min-width: 768px) {
            .ig-rv-wrapper .ig-rv-search-container {
                flex-direction: row;
            }
        }

        .ig-rv-wrapper .ig-rv-search-input-wrapper {
            flex-grow: 1;
            position: relative;
            z-index: 10;
        }

        .ig-rv-wrapper .ig-rv-search-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--primary);
        }

        .ig-rv-wrapper #ig-rv-search-input {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border-radius: 12px;
            border: 2px solid rgba(123, 92, 250, 0.3);
            font-family: var(--font-secondary);
            font-size: 1rem;
            transition: var(--transition);
            background: white;
            cursor: text;
            position: relative;
            z-index: 10;
        }

        .ig-rv-wrapper #ig-rv-search-input:focus {
            outline: none;
            border-color: var(--secondary);
            box-shadow: 0 0 0 3px rgba(123, 92, 250, 0.2);
            background: white;
        }

        .ig-rv-wrapper #ig-rv-search-input:hover {
            border-color: var(--secondary-light);
        }

        .ig-rv-wrapper #ig-rv-search-button {
            background: var(--bg-gradient);
            border: none;
            border-radius: 12px;
            color: white;
            padding: 16px 24px;
            font-family: var(--font-primary);
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: var(--transition);
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }

        .ig-rv-wrapper #ig-rv-search-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(255, 61, 138, 0.4);
        }

        /* Results section */
        .ig-rv-wrapper .ig-rv-results-section {
            margin: 40px 0;
            display: none;
        }

        .ig-rv-wrapper .ig-rv-results-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .ig-rv-wrapper .ig-rv-results-header .ig-rv-results-title {
            font-size: 1.8rem;
            background: var(--bg-gradient-2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ig-rv-wrapper .ig-rv-results-controls {
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .ig-rv-wrapper .ig-rv-view-mode {
            display: flex;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            padding: 4px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .ig-rv-wrapper .ig-rv-view-button {
            padding: 8px 12px;
            border: none;
            background: transparent;
            cursor: pointer;
            border-radius: 8px;
            color: var(--dark);
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-view-button.active {
            background: var(--secondary);
            color: white;
        }

        .ig-rv-wrapper .ig-rv-sort-button {
            background: rgba(255, 255, 255, 0.8);
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            font-family: var(--font-primary);
            font-size: 0.9rem;
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-sort-button:hover {
            background: rgba(255, 255, 255, 1);
        }

        /* Reels container */
        .ig-rv-wrapper .ig-rv-reels-container {
            display: grid;
            gap: 30px;
            margin-bottom: 40px;
        }

        .ig-rv-wrapper .ig-rv-reels-container.grid {
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        }

        .ig-rv-wrapper .ig-rv-reels-container.list {
            grid-template-columns: 1fr;
        }

        .ig-rv-wrapper .ig-rv-reel-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            overflow: hidden;
            transition: var(--transition);
            box-shadow: var(--card-shadow);
            border: 1px solid rgba(255, 255, 255, 0.5);
            display: flex;
            flex-direction: column;
            animation: ig-rv-fadeIn 0.5s ease forwards;
            opacity: 0;
            position: relative;
        }

        @keyframes ig-rv-fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

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

        .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card {
            display: grid;
            grid-template-columns: 320px 1fr;
            gap: 24px;
        }

        @media (max-width: 768px) {
            .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card {
                grid-template-columns: 1fr;
            }
        }

        .ig-rv-wrapper .ig-rv-video-container {
            position: relative;
            width: 100%;
            padding-bottom: 177.77%;
            /* 16:9 aspect ratio */
            overflow: hidden;
        }

        .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-video-container {
            padding-bottom: 100%;
        }

        .ig-rv-wrapper .ig-rv-video {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        .ig-rv-wrapper .ig-rv-reel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-video:playing+.ig-rv-reel-overlay {
            opacity: 0;
            pointer-events: none;
        }

        .ig-rv-wrapper .ig-rv-play-button {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            backdrop-filter: blur(4px);
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-play-button:hover {
            background: rgba(255, 255, 255, 0.4);
            transform: scale(1.1);
        }

        .ig-rv-wrapper .ig-rv-reel-details {
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            flex-grow: 1;
        }

        .ig-rv-wrapper .ig-rv-reel-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ig-rv-wrapper .ig-rv-author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid var(--primary);
        }

        .ig-rv-wrapper .ig-rv-author-info {
            display: flex;
            align-items: center;
        }

        .ig-rv-wrapper .ig-rv-author-name {
            font-weight: 600;
            margin-right: 4px;
        }

        .ig-rv-wrapper .ig-rv-verified-badge {
            color: var(--secondary);
            font-size: 14px;
        }

        .ig-rv-wrapper .ig-rv-reel-caption {
            font-size: 0.95rem;
            color: rgba(21, 24, 35, 0.8);
            line-height: 1.6;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            max-height: 1.6em;
        }

        .ig-rv-wrapper .ig-rv-reel-stats {
            display: flex;
            gap: 20px;
            color: rgba(21, 24, 35, 0.7);
            font-size: 0.9rem;
        }

        .ig-rv-wrapper .ig-rv-stat {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .ig-rv-wrapper .ig-rv-reel-actions {
            display: flex;
            gap: 12px;
            padding: 0 20px 20px;
        }

        .ig-rv-wrapper .ig-rv-action-button {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px;
            border-radius: 10px;
            border: none;
            font-family: var(--font-primary);
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            font-size: 0.9rem;
        }

        .ig-rv-wrapper .ig-rv-download {
            background: var(--bg-gradient);
            color: white;
        }

        .ig-rv-wrapper .ig-rv-share {
            background: rgba(0, 0, 0, 0.05);
            color: var(--dark);
        }

        .ig-rv-wrapper .ig-rv-download:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }

        .ig-rv-wrapper .ig-rv-download:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }

        .ig-rv-wrapper .ig-rv-download:disabled:hover {
            transform: none;
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }

        .ig-rv-wrapper .ig-rv-download-spinner {
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top: 2px solid white;
            border-radius: 50%;
            animation: ig-rv-spin 1s linear infinite;
            margin-right: 8px;
            display: inline-block;
            vertical-align: middle;
        }

        .ig-rv-wrapper .ig-rv-action-button.ig-rv-download:disabled {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .ig-rv-wrapper .ig-rv-share:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .ig-rv-wrapper .ig-rv-reel-time {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 0.75rem;
            padding: 4px 8px;
            border-radius: 6px;
        }

        /* Pagination */
        .ig-rv-wrapper .ig-rv-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin: 40px 0;
        }

        .ig-rv-wrapper .ig-rv-pagination-button {
            background: var(--light);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            font-family: var(--font-primary);
            font-weight: 500;
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-pagination-button:hover:not(:disabled) {
            background: var(--secondary-light);
            color: white;
            border-color: transparent;
        }

        .ig-rv-wrapper .ig-rv-pagination-button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .ig-rv-wrapper .ig-rv-pagination-dots {
            display: flex;
            gap: 6px;
        }

        .ig-rv-wrapper .ig-rv-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.1);
            transition: var(--transition);
        }

        .ig-rv-wrapper .ig-rv-dot.active {
            background: var(--primary);
            transform: scale(1.2);
        }

        /* Loading overlay */
        .ig-rv-wrapper .ig-rv-loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
			
			.ig-rv-wrapper .ig-rv-hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin: 0;
	color: white;
}

        .ig-rv-wrapper .ig-rv-loading-overlay.active {
            opacity: 1;
            pointer-events: all;
        }

        .ig-rv-wrapper .ig-rv-loader-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .ig-rv-wrapper .ig-rv-loader-circle {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(123, 92, 250, 0.3);
            border-top: 4px solid var(--secondary);
            border-radius: 50%;
            animation: ig-rv-spin 1s linear infinite;
        }

        @keyframes ig-rv-spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .ig-rv-wrapper .ig-rv-loader-card {
            width: 300px;
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--card-shadow);
            padding: 20px;
            overflow: hidden;
        }

        .ig-rv-wrapper .ig-rv-skeleton-card {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .ig-rv-wrapper .ig-rv-skeleton {
            background: linear-gradient(90deg, #f0f0f0, #f8f8f8, #f0f0f0);
            background-size: 200% 100%;
            animation: ig-rv-skeleton-loading 1.5s infinite;
            border-radius: 4px;
        }

        .ig-rv-wrapper .ig-rv-skeleton.video {
            height: 160px;
            border-radius: 8px;
        }

        .ig-rv-wrapper .ig-rv-skeleton.avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .ig-rv-wrapper .ig-rv-skeleton.text-line {
            height: 12px;
            margin-bottom: 8px;
        }

        .ig-rv-wrapper .ig-rv-skeleton.text-line.short {
            width: 60%;
        }

        .ig-rv-wrapper .ig-rv-skeleton-actions {
            display: flex;
            gap: 10px;
        }

        .ig-rv-wrapper .ig-rv-skeleton.button {
            height: 36px;
            flex: 1;
            border-radius: 8px;
        }

        .ig-rv-wrapper .ig-rv-skeleton.button.small {
            flex: 0.5;
        }

        @keyframes ig-rv-skeleton-loading {
            0% {
                background-position: 200% 0;
            }

            100% {
                background-position: -200% 0;
            }
        }

        /* Error and empty states */
        .ig-rv-wrapper .ig-rv-error-message {
            text-align: center;
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            color: rgba(21, 24, 35, 0.7);
        }
			.ig-rv-wrapper .ig-rv-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}
			
			.ig-rv-wrapper .ig-rv-glass-card {
	background: #eff9f3 !important;
	backdrop-filter: blur(16px);
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
	padding: 32px;
	margin-bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	position: relative;
	z-index: 10;
}

        .ig-rv-wrapper .ig-rv-no-reels {
            text-align: center;
            padding: 60px;
            color: rgba(21, 24, 35, 0.7);
            font-size: 1.1rem;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .ig-rv-wrapper .ig-rv-header {
                padding: 60px 0 80px;
            }

            .ig-rv-wrapper .ig-rv-hero-title {
                font-size: 2rem;
            }

            .ig-rv-wrapper .ig-rv-glass-card {
                padding: 24px 16px;
            }

            .ig-rv-wrapper .ig-rv-results-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .ig-rv-wrapper .ig-rv-reels-container.grid {
                grid-template-columns: 1fr;
            }

            .ig-rv-wrapper .ig-rv-modal-card {
                padding: 20px 16px;
                margin: 20px;
            }

            .ig-rv-wrapper #ig-rv-modal-video {
                max-width: 100%;
                min-width: 280px;
                min-height: 180px;
            }

            .ig-rv-wrapper .ig-rv-modal-actions {
                flex-direction: column;
                gap: 12px;
            }

            .ig-rv-wrapper #ig-rv-modal-download,
            .ig-rv-wrapper #ig-rv-modal-share {
                width: 100%;
                justify-content: center;
            }
					.ig-rv-wrapper .ig-rv-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 12px;
	flex-direction: column;
}
        }

        /* Ensure fullscreen modal is hidden by default */
        .ig-rv-wrapper #ig-rv-fullscreen-modal {
            position: fixed;
            z-index: 1500;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(21, 24, 35, 0.7);
            backdrop-filter: blur(8px);
            opacity: 0;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.3s ease;
        }

        .ig-rv-wrapper #ig-rv-fullscreen-modal.active {
            opacity: 1;
            pointer-events: auto;
        }

        .ig-rv-wrapper .ig-rv-modal-card {
            width: 100%;
            max-width: 500px;
            background: rgba(40, 42, 55, 0.98);
            border-radius: 24px;
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            box-sizing: border-box;
            padding: 0;
        }

        .ig-rv-wrapper .ig-rv-modal-video-container {
            width: 100%;
            box-sizing: border-box;
            padding: 24px 24px 0 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .ig-rv-wrapper #ig-rv-modal-video {
            width: 100%;
            aspect-ratio: 16/9;
            background: black;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
            display: block;
            max-width: 100%;
            height: auto;
        }

        .ig-rv-wrapper #ig-rv-close-modal {
            position: absolute;
            top: 18px;
            right: 18px;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            font-size: 1.7rem;
            cursor: pointer;
            z-index: 10;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper #ig-rv-close-modal:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }

        .ig-rv-wrapper #ig-rv-modal-play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.8);
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 5;
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper #ig-rv-modal-play-overlay:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .ig-rv-wrapper #ig-rv-modal-duration {
            position: absolute;
            bottom: 16px;
            left: 16px;
            color: white;
            background: rgba(0, 0, 0, 0.7);
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 0.9rem;
            z-index: 2;
            display: none;
            backdrop-filter: blur(10px);
            font-weight: 500;
        }

        .ig-rv-wrapper .ig-rv-modal-actions {
            margin-top: 28px;
            display: flex;
            gap: 18px;
            justify-content: center;
            width: 100%;
        }

        .ig-rv-wrapper #ig-rv-modal-download {
            padding: 14px 32px;
            background: var(--bg-gradient);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 8px 25px rgba(255, 61, 138, 0.3);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .ig-rv-wrapper #ig-rv-modal-download:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(255, 61, 138, 0.4);
        }
			.ig-rv-wrapper .ig-rv-results-controls {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}
			.ig-rv-wrapper .ig-rv-reel-actions {
	display: flex;
	gap: 12px;
	padding: 0 20px 20px;
	flex-direction: column;
}
			.ig-rv-wrapper .ig-rv-reel-author {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}

        .ig-rv-wrapper #ig-rv-modal-share {
            padding: 14px 24px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .ig-rv-wrapper #ig-rv-modal-share:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .ig-rv-wrapper #ig-rv-toast {
            position: fixed;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--bg-gradient);
            color: white;
            padding: 18px 36px;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            font-family: var(--font-primary);
            font-size: 1rem;
            font-weight: 500;
            z-index: 2000;
            display: none;
            align-items: center;
            gap: 14px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0;
            transition: all 0.3s ease;
        }

        @media (max-width: 600px) {
            .ig-rv-wrapper .ig-rv-modal-card {
                max-width: 98vw;
                border-radius: 12px;
            }

            .ig-rv-wrapper .ig-rv-modal-video-container {
                padding: 12px 2vw 0 2vw;
            }
					.ig-rv-wrapper .ig-rv-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 12px;
	flex-direction: column;
}
					.ig-rv-wrapper .ig-rv-results-controls {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}
					.ig-rv-wrapper .ig-rv-reel-actions {
	display: flex;
	gap: 12px;
	padding: 0 20px 20px;
	flex-direction: column;
}
					.ig-rv-wrapper .ig-rv-reel-author {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}
        }

/* Base Styles */
.reels-viewer-content {
    font-family: 'Poppins', sans-serif;
    color: #262626;
    line-height: 1.6;
}

.content-container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.support-sec { padding: 90px 0; }
.bg-pure-white { background-color: #ffffff; }
.bg-light-blue { background-color: #f0f7ff; }

/* Force Font Awesome to appear correctly */
.reels-viewer-content i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

.support-header {
    text-align: center;
    margin-bottom: 60px;
}

.wh-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wh-subheading {
    font-size: 17px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Grid Layout */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.content-card {
    padding: 35px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

.content-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #262626;
}

.content-card p {
    font-size: 14px;
    color: #6b7280;
}

/* Icons General */
.icon-box, .icon-circle, .icon-pop {
    font-size: 34px;
    margin-bottom: 20px;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* SECTION 1 HOVER: Lift + Icon Flip */
.v1-style { background-color: #f0f7ff; }
.v1-style .icon-gradient i {
    background: linear-gradient(45deg, #f09433, #dc2743);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.v1-style:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(220, 39, 67, 0.15);
}
.v1-style:hover .icon-gradient { transform: rotateY(360deg); }

/* SECTION 2 HOVER: Scale + Icon Background Pulse */
.v2-style { background-color: #ffffff; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.icon-circle {
    width: 65px; height: 65px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex !important;
    align-items: center; justify-content: center;
    margin: 0 auto 20px;
    color: #cc2366;
}
.v2-style:hover {
    transform: scale(1.03);
    border-color: #cc2366;
}
.v2-style:hover .icon-circle {
    background: #cc2366;
    color: #ffffff;
}

/* SECTION 3 HOVER: Glow + Icon Shake */
.v3-style { background-color: #f0f7ff; }
.icon-pop i { color: #bc1888; }
.v3-style:hover {
    box-shadow: inset 0 0 15px rgba(188, 24, 136, 0.1);
    background-color: #fff;
}
.v3-style:hover .icon-pop {
    animation: iconShake 0.5s ease-in-out;
}
@keyframes iconShake {
    0%, 100% { transform: rotate(0); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .wh-heading { font-size: 28px; }
}

@media (max-width: 768px) {
    .support-sec { padding: 60px 0; }
    .wh-heading { font-size: 24px; }
}

@media (max-width: 550px) {
    .card-grid { grid-template-columns: 1fr; }
    .content-card { padding: 30px 15px; }
}