@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* Base supportive container */
.ih-supportive-content {
font-family: 'Poppins', sans-serif;
color: #18122B;
line-height: 1.6;
}
/* Ensure Icons Load Correct Solid Version */
.ih-supportive-content i {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
font-weight: 900 !important;
font-style: normal !important;
display: inline-block !important;
}
.content-1200 {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.info-sec { padding: 90px 0; width: 100%; }
.bg-white { background-color: #ffffff; }
.bg-blue-tint { background-color: #f0f7ff; }
/* Header Alignment */
.ih-header-group {
text-align: center;
margin-bottom: 60px;
}
.wh-main-heading {
font-size: clamp(24px, 5vw, 34px);
font-weight: 800;
margin-bottom: 15px;
background: linear-gradient(135deg, #A678F8, #FFD700 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
.wh-sub-heading {
font-size: clamp(14px, 3vw, 17px);
color: #393053;
opacity: 0.8;
max-width: 800px;
margin: 0 auto;
}
/* 4 Column Card Grid */
.ih-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}
.info-card {
padding: 35px 20px;
border-radius: 10px; /* Specific Requirement */
text-align: center;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(0,0,0,0.03);
}
.info-card h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 12px;
color: #18122B;
}
.info-card p {
font-size: 14px;
color: #6b7280;
}
/* Icons */
.icon-box, .icon-circle, .icon-pop {
font-size: 32px;
margin-bottom: 22px;
display: inline-block;
transition: 0.4s ease;
}
/* --- Section 1 Variant: Lift & Box Shadow --- */
.v1-style { background-color: #f0f7ff; }
.icon-purple i { color: #A678F8; }
.v1-style:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px rgba(166, 120, 248, 0.15);
}
.v1-style:hover .icon-purple {
transform: rotate(15deg);
}
/* --- Section 2 Variant: Scaling + Icon Scaling --- */
.v2-style { background-color: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.02); text-align: left; }
.icon-circle {
width: 65px; height: 65px;
background: #f0f7ff;
border-radius: 50%;
display: flex !important;
align-items: center; justify-content: center;
color: #FFD700;
}
.v2-style:hover {
transform: scale(1.05);
}
.v2-style:hover .icon-gold {
transform: scale(1.2);
text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
/* --- Section 3 Variant: Skew Effect + Icon Flip --- */
.v3-style { background-color: #f0f7ff; }
.icon-gradient i {
background: linear-gradient(135deg, #A678F8, #FFD700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.v3-style:hover {
transform: skewX(-2deg);
box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.v3-style:hover .icon-gradient {
transform: rotateY(180deg);
}
/* Responsive Grid Control */
@media (max-width: 1024px) {
.ih-grid { grid-template-columns: repeat(2, 1fr); }
.wh-main-heading { font-size: 28px; }
}
@media (max-width: 768px) {
.info-sec { padding: 60px 0; }
}
@media (max-width: 500px) {
.ih-grid { grid-template-columns: 1fr; }
.info-card { padding: 30px 15px; }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Poppins:wght@500;700&display=swap');

        :root {
            --primary: #18122B;
            --secondary: #393053;
            --accent: #A678F8;
            --gold: #FFD700;
            --glass-bg: rgba(255, 255, 255, 0.13);
            --glass-blur: 32px;
            --shadow: 0 8px 32px rgba(30, 41, 59, 0.18);
            --radius: 28px;
            --input-bg: rgba(255, 255, 255, 0.22);
            --input-border: #A678F8;
            --input-focus: #FFD700;
            --highlight-border: linear-gradient(135deg, #A678F8, #FFD700 100%);
        }

        .ig-highlights-wrapper {
            font-family: 'Poppins', 'Inter', 'Segoe UI', Arial, sans-serif;
            min-height: 80vh;
            margin: 0;
            padding: 0;
            color: var(--primary);
            background: linear-gradient(120deg, #18122B 0%, #393053 100%);
            display: flex;
            flex-direction: column;
            background-attachment: fixed;
        }

        .ig-header-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            padding: 54px 0 18px 0;
        }

        .ig-logo-container {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #A678F8 0%, #FFD700 100%);
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 24px rgba(166, 120, 248, 0.18);
            border: 2.5px solid #fffbe6;
            animation: popIn 0.7s cubic-bezier(.4, 0, .2, 1);
        }

        .ig-logo-container i {
            color: #fff;
            font-size: 2.7rem;
            background: none;
            text-shadow: 0 2px 12px #A678F8;
        }

        .ig-main-title {
            font-size: 2.7rem;
            font-weight: 900;
            letter-spacing: -1px;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ig-premium-badge {
            background: linear-gradient(90deg, var(--gold) 0%, #ffb300 100%);
            color: #23272f;
            font-size: 1.1rem;
            font-weight: 900;
            border-radius: 8px;
            padding: 3px 14px;
            margin-left: 10px;
            vertical-align: middle;
            box-shadow: 0 2px 8px rgba(255, 215, 0, 0.18);
            letter-spacing: 0.03em;
            border: 2px solid #fffbe6;
        }

        .ig-subtitle-text {
            text-align: center;
            color: #fff;
            font-size: 1.25rem;
            margin-bottom: 44px;
            font-weight: 600;
            text-shadow: none;
        }

        .ig-tool-container {
            background: var(--glass-bg);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            max-width: 1320px;
            margin: 0 auto 44px auto;
            padding: 54px 44px 44px 44px;
            position: relative;
            backdrop-filter: blur(var(--glass-blur));
            border: 2.5px solid var(--accent);
            animation: fadeIn 0.8s cubic-bezier(.4, 0, .2, 1);
        }

        .ig-input-section {
            position: relative;
            margin-bottom: 32px;
            background: rgba(255, 255, 255, 0.18);
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(166, 120, 248, 0.10);
            padding: 14px;
            display: flex;
            align-items: center;
            border: 2px solid var(--accent);
            max-width: 100%;
            gap: 12px;
        }

        .ig-input-wrapper {
            display: flex;
            align-items: center;
            gap: 0;
            width: 100%;
            position: relative;
        }

        .ig-input-icon {
            position: absolute;
            left: 5px;
            top: 32%;
            transform: translateY(-50%);
            color: var(--accent);
            font-size: 1.3rem;
            pointer-events: none;
            z-index: 2;
        }

				.ig-input-section .ig-input-field {
						width: 1000px;
            flex: 1;
            padding: 18px 18px 18px 50px;
            border-radius: 10px;
            border: none;
            font-size: 1.18rem;
            font-family: 'Poppins', 'Inter', Arial, sans-serif;
            font-weight: 600;
            outline: none;
            background: rgba(255, 255, 255, 0.9);
            color: var(--primary);
            transition: all 0.2s ease;
            box-shadow: none;
            letter-spacing: 0.01em;
        }

        .ig-input-section .ig-input-field:focus {
            border: 2px solid var(--input-focus);
            box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
            background: rgba(255, 255, 255, 1);
        }

        .ig-input-section .ig-input-field::placeholder {
            color: #666;
            font-weight: 500;
        }

        .ig-input-section .ig-submit-btn {
            background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 0 30px;
            font-size: 1.13rem;
            font-family: 'Poppins', 'Inter', Arial, sans-serif;
            font-weight: 700;
            cursor: pointer;
            height: 62px;
            transition: all 0.18s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 2px 8px rgba(166, 120, 248, 0.15);
            position: relative;
            overflow: hidden;
            letter-spacing: 0.01em;
            text-shadow: none;
            white-space: nowrap;
            justify-content: center;
        }

        .ig-input-section .ig-submit-btn:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(120deg, #fffbe6 0%, transparent 100%);
            opacity: 0.18;
            pointer-events: none;
        }

        .ig-input-section .ig-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(166, 120, 248, 0.25);
        }

        .ig-input-section .ig-submit-btn:active {
            transform: scale(0.97);
        }

        .ig-input-section .ig-submit-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: none;
            }
        }

        @keyframes popIn {
            0% {
                transform: scale(0.7);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .ig-error-message {
            color: #e11d48;
            text-align: center;
            margin-bottom: 10px;
            display: none;
            font-weight: 700;
            letter-spacing: 0.01em;
        }

        .ig-loading-message {
            text-align: center;
            color: var(--accent);
            margin-top: 36px;
            font-size: 1.18rem;
            font-weight: 700;
        }

        .ig-highlights-section {
            margin-top: 24px;
        }

        .ig-highlights-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 20px;
        }

      

        .ig-highlight-card {
            background: var(--glass-bg);
            border-radius: 24px;
            box-shadow: 0 8px 32px rgba(166, 120, 248, 0.15);
            padding: 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            border: 2px solid transparent;
            animation: fadeIn 0.7s cubic-bezier(.4, 0, .2, 1);
            cursor: pointer;
            min-height: 200px;
            backdrop-filter: blur(20px);
        }

        .ig-highlight-card:hover {
            box-shadow: 0 16px 48px rgba(166, 120, 248, 0.25);
            transform: translateY(-8px);
            border-color: var(--accent);
        }

        .ig-highlight-thumb {
            width: 180px;
            height: 180px;
            border-radius: 20px;
            object-fit: cover;
            border: 3px solid var(--accent);
            background: #f3f4f6;
            box-shadow: 0 8px 32px rgba(166, 120, 248, 0.15);
            transition: all 0.3s ease;
            margin-bottom: 16px;
            position: relative;
            cursor: pointer;
        }

        .ig-highlight-card:hover .ig-highlight-thumb {
            border-color: var(--gold);
            transform: scale(1.05);
            box-shadow: 0 12px 40px rgba(255, 215, 0, 0.2);
        }

        .ig-highlight-thumb-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: rgba(0, 0, 0, 0.5); */
            border-radius: 17px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .ig-highlight-card:hover .ig-highlight-thumb-overlay {
            opacity: 1;
        }

        .ig-highlight-thumb-overlay i {
            color: white;
            font-size: 28px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        }

        .ig-highlight-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .ig-highlight-title {
            font-size: 1.2rem;
            color: #fff;
            font-weight: 800;
            margin-bottom: 12px;
            line-height: 1.3;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .ig-highlight-count {
            font-size: 1rem;
            color: var(--accent);
            margin-bottom: 0;
            display: block;
            font-weight: 700;
            background: rgba(166, 120, 248, 0.15);
            padding: 8px 16px;
            border-radius: 12px;
            border: 2px solid rgba(166, 120, 248, 0.3);
            backdrop-filter: blur(10px);
        }

        .ig-highlight-items {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 16px;
            justify-content: center;
            width: 100%;
        }

        .ig-highlight-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .ig-highlight-img-container {
            position: relative;
            cursor: pointer;
            border-radius: 12px;
            overflow: hidden;
        }

        .ig-highlight-img-container img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 12px;
            border: 2px solid var(--accent);
            transition: all 0.3s ease;
        }

        .ig-highlight-img-container:hover img {
            border-color: var(--gold);
            transform: scale(1.05);
        }

        .ig-highlight-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .ig-highlight-img-container:hover .ig-highlight-overlay {
            opacity: 1;
        }

        .ig-highlight-overlay i {
            color: white;
            font-size: 20px;
        }

        .ig-alt-download-btn {
            background: linear-gradient(90deg, #1e88e5 0%, #43a047 100%);
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
            margin-top: 8px;
            display: flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
        }

        .ig-alt-download-btn:hover {
            background: linear-gradient(90deg, #1565c0 0%, #388e3c 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(30, 136, 229, 0.4);
        }

        .ig-alt-download-btn:active {
            transform: scale(0.95);
        }

        /* Modal */
        .ig-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(30, 41, 59, 0.18);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2000;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.22s;
        }

        .ig-modal-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .ig-modal-content {
            background: linear-gradient(120deg, #fffbe6 0%, #f8fafc 100%);
            border-radius: 24px;
            padding: 48px 38px 32px 38px;
            max-width: 98vw;
            box-shadow: 0 12px 48px rgba(255, 215, 0, 0.18);
            text-align: center;
            min-width: 320px;
            border: 3px solid var(--gold);
            animation: popIn 0.6s cubic-bezier(.4, 0, .2, 1);
            position: relative;
        }

        .ig-modal-close {
            position: absolute;
            top: 14px;
            right: 14px;
            background: #fff;
            color: var(--primary);
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(30, 41, 59, 0.07);
            transition: background 0.18s, color 0.18s;
        }

        .ig-modal-close:hover {
            background: var(--accent);
            color: #fff;
        }

        .ig-modal-title {
            font-size: 1.13rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 10px;
            text-align: center;
        }

        .ig-modal-media {
            max-width: 90vw;
            max-height: 70vh;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            margin: 20px 0;
        }

        .ig-modal-download {
            background: var(--accent);
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 10px 28px;
            font-size: 1.08rem;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 8px;
            transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
            box-shadow: 0 2px 8px rgba(30, 41, 59, 0.08);
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0 auto;
        }

        .ig-modal-download:active {
            transform: scale(0.97);
        }

        .ig-modal-download:hover {
            background: var(--primary);
        }

        .ig-no-result {
            text-align: center;
            color: #fff;
            margin-top: 38px;
            font-size: 1.18rem;
            font-weight: 700;
            text-shadow: 0 1px 8px #A678F8;
        }
			
			        @media (max-width: 992px) {
            .ig-highlights-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .ig-tool-container {
                padding: 40px 30px;
                margin: 0 20px 40px 20px;
            }

            .ig-header-section {
                padding: 40px 0 18px 0;
            }

            .ig-main-title {
                font-size: 2.3rem;
            }

            .ig-logo-container {
                width: 60px;
                height: 60px;
                border-radius: 18px;
            }

            .ig-logo-container i {
                font-size: 2.2rem;
            }

            .ig-premium-badge {
                font-size: 0.95rem;
                padding: 2px 10px;
            }

            .ig-subtitle-text {
                font-size: 1.1rem;
                margin-bottom: 32px;
            }

            .ig-input-section .ig-input-field {
                padding: 16px 16px 16px 45px;
                font-size: 1.1rem;
            }

            .ig-input-icon {
                left: 12px;
                font-size: 1.2rem;
            }

            .ig-input-section .ig-submit-btn {
                height: 58px;
                padding: 0 25px;
                font-size: 1.05rem;
            }

            .ig-highlight-card {
                padding: 20px;
                min-height: 180px;
            }

            .ig-highlight-thumb {
                width: 150px;
                height: 150px;
            }

            .ig-highlight-title {
                font-size: 1.1rem;
            }

            .ig-highlight-count {
                font-size: 0.9rem;
                padding: 6px 14px;
            }

            .ig-highlight-img-container img {
                width: 70px;
                height: 70px;
            }
								.ig-logo-container {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	margin-top: 40px;
}
        }

        @media (max-width: 768px) {
            .ig-highlights-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
            }

            .ig-main-title {
                font-size: 2rem;
            }

            .ig-logo-container {
                width: 55px;
                height: 55px;
                border-radius: 16px;
            }

            .ig-logo-container i {
                font-size: 2rem;
            }

            .ig-premium-badge {
                font-size: 0.9rem;
                padding: 1px 8px;
            }

            .ig-subtitle-text {
                font-size: 1rem;
                margin-bottom: 28px;
            }

            .ig-tool-container {
                padding: 30px 25px;
                margin: 0 15px 30px 15px;
            }

            .ig-input-section {
                flex-direction: column;
                gap: 15px;
                padding: 12px;
            }

            .ig-input-wrapper {
                width: 100%;
            }

            .ig-input-section .ig-input-field {
                padding: 14px 14px 14px 40px;
                font-size: 1rem;
                height: auto;
            }

            .ig-input-icon {
                font-size: 1.1rem;
            }

            .ig-input-section .ig-submit-btn {
                width: 100%;
                height: 50px;
                font-size: 1rem;
                padding: 0 20px;
            }

            .ig-highlight-thumb {
                width: 130px;
                height: 130px;
            }

            .ig-highlight-card {
                padding: 18px;
            }

            .ig-modal-content {
                padding: 30px 20px 20px 20px;
                max-width: 95vw;
            }

            .ig-modal-media {
                margin: 15px 0;
            }

            .ig-modal-download {
                padding: 8px 20px;
                font-size: 1rem;
            }
					.ig-logo-container {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	margin-top: 40px;
}
					.ig-input-section .ig-input-field {
	padding: 12px 12px 12px 18px;
	font-size: 0.95rem;
	text-align: center;
}
        }

        @media (max-width: 600px) {
            .ig-main-title {
                font-size: 1.8rem;
                gap: 8px;
            }

            .ig-logo-container {
                width: 50px;
                height: 50px;
                border-radius: 14px;
            }

            .ig-logo-container i {
                font-size: 1.8rem;
            }

            .ig-premium-badge {
                font-size: 0.8rem;
                padding: 0 6px;
                margin-left: 5px;
            }

            .ig-subtitle-text {
                font-size: 0.9rem;
                margin-bottom: 24px;
            }

            .ig-tool-container {
                padding: 25px 20px;
                margin: 0 10px 25px 10px;
            }

            .ig-input-section .ig-input-field {
                padding: 12px 12px 12px 35px;
                font-size: 0.95rem;
            }

            .ig-input-icon {
                left: 10px;
                font-size: 1rem;
            }

            .ig-input-section .ig-submit-btn {
                height: 45px;
                font-size: 0.95rem;
                padding: 0 15px;
            }

            .ig-highlight-card {
                padding: 15px;
                min-height: 160px;
            }

            .ig-highlight-thumb {
                width: 110px;
                height: 110px;
                border-radius: 16px;
                margin-bottom: 12px;
            }

            .ig-highlight-thumb-overlay {
                border-radius: 13px;
            }

            .ig-highlight-thumb-overlay i {
                font-size: 24px;
            }

            .ig-highlight-title {
                font-size: 1rem;
                margin-bottom: 8px;
            }

            .ig-highlight-count {
                font-size: 0.85rem;
                padding: 5px 12px;
                border-radius: 10px;
            }

            .ig-highlight-items {
                gap: 10px;
            }

            .ig-highlight-img-container img {
                width: 60px;
                height: 60px;
                border-radius: 10px;
            }

            .ig-highlight-overlay {
                border-radius: 10px;
            }

            .ig-highlight-overlay i {
                font-size: 18px;
            }

            .ig-modal-content {
                padding: 25px 18px 18px 18px;
                border-radius: 20px;
            }

            .ig-modal-close {
                width: 32px;
                height: 32px;
                font-size: 1rem;
                top: 10px;
                right: 10px;
            }

            .ig-modal-title {
                font-size: 1rem;
            }

            .ig-modal-media {
                margin: 10px 0;
            }

            .ig-modal-download {
                padding: 6px 16px;
                font-size: 0.95rem;
            }
					.ig-logo-container {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	margin-top: 40px;
}
					.ig-header-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 54px 0 18px 0;
	flex-direction: column;
}
					.ig-input-section .ig-input-field {
	padding: 12px 12px 12px 18px;
	font-size: 0.95rem;
	text-align: center;
}
        }

        @media (max-width: 400px) {
            .ig-header-section {
                flex-direction: column;
                padding: 30px 0 15px 0;
            }

            .ig-main-title {
                font-size: 1.6rem;
                flex-wrap: wrap;
                justify-content: center;
                text-align: center;
            }

            .ig-logo-container {
                width: 45px;
                height: 45px;
                border-radius: 12px;
            }

            .ig-logo-container i {
                font-size: 1.6rem;
            }

            .ig-premium-badge {
                font-size: 0.75rem;
                margin-left: 0;
                margin-top: 5px;
                display: inline-block;
            }

            .ig-subtitle-text {
                font-size: 0.85rem;
                margin-bottom: 20px;
                padding: 0 10px;
            }

            .ig-tool-container {
                padding: 20px 15px;
                margin: 0 8px 20px 8px;
            }

            .ig-input-section {
                padding: 10px;
            }

            .ig-input-section .ig-input-field {
                padding: 10px 10px 10px 30px;
                font-size: 0.9rem;
            }

            .ig-input-icon {
                font-size: 0.9rem;
            }

            .ig-input-section .ig-submit-btn {
                height: 40px;
                font-size: 0.9rem;
            }

            .ig-highlight-card {
                padding: 12px;
                min-height: 140px;
            }

            .ig-highlight-thumb {
                width: 90px;
                height: 90px;
                border-radius: 14px;
                margin-bottom: 10px;
            }

            .ig-highlight-thumb-overlay {
                border-radius: 11px;
            }

            .ig-highlight-thumb-overlay i {
                font-size: 20px;
            }

            .ig-highlight-title {
                font-size: 0.95rem;
            }

            .ig-highlight-count {
                font-size: 0.8rem;
                padding: 4px 10px;
            }

            .ig-highlight-img-container img {
                width: 50px;
                height: 50px;
            }

            .ig-highlight-overlay i {
                font-size: 16px;
            }

            .ig-modal-content {
                padding: 20px 15px 15px 15px;
                border-radius: 18px;
            }

            .ig-modal-close {
                width: 28px;
                height: 28px;
                font-size: 0.9rem;
            }

            .ig-modal-title {
                font-size: 0.95rem;
            }

            .ig-modal-download {
                font-size: 0.9rem;
                padding: 5px 12px;
            }
					.ig-logo-container {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	margin-top: 40px;
}
					.ig-header-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 54px 0 18px 0;
	flex-direction: column;
}
					.ig-input-section .ig-input-field {
	padding: 12px 12px 12px 18px;
	font-size: 0.95rem;
	text-align: center;
}
        }

        @media (max-width: 375px) {
            .ig-main-title {
                font-size: 1.5rem;
            }

            .ig-subtitle-text {
                font-size: 0.8rem;
            }

            .ig-tool-container {
                padding: 18px 12px;
            }

            .ig-input-section .ig-input-field {
                font-size: 0.85rem;
            }

            .ig-input-section .ig-submit-btn {
                font-size: 0.85rem;
            }

            .ig-highlight-card {
                min-height: 130px;
            }

            .ig-highlight-thumb {
                width: 80px;
                height: 80px;
            }

            .ig-highlight-title {
                font-size: 0.9rem;
            }

            .ig-highlight-count {
                font-size: 0.75rem;
            }

            .ig-highlight-img-container img {
                width: 45px;
                height: 45px;
            }
					.ig-logo-container {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	margin-top: 40px;
}
        }

/* Base supportive container */
.ih-supportive-content {
    font-family: 'Poppins', sans-serif;
    color: #18122B;
    line-height: 1.6;
}

/* Ensure Icons Load Correct Solid Version */
.ih-supportive-content i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    display: inline-block !important;
}

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

.info-sec { padding: 90px 0; width: 100%; }
.bg-white { background-color: #ffffff; }
.bg-blue-tint { background-color: #f0f7ff; }

/* Header Alignment */
.ih-header-group {
    text-align: center;
    margin-bottom: 60px;
}

.wh-main-heading {
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #A678F8, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.wh-sub-heading {
    font-size: clamp(14px, 3vw, 17px);
    color: #393053;
    opacity: 0.8;
    max-width: 800px;
    margin: 0 auto;
}

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

.info-card {
    padding: 35px 20px;
    border-radius: 10px; /* Specific Requirement */
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0,0,0,0.03);
}

.info-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #18122B;
}

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

/* Icons */
.icon-box, .icon-circle, .icon-pop {
    font-size: 32px;
    margin-bottom: 22px;
    display: inline-block;
    transition: 0.4s ease;
}

/* --- Section 1 Variant: Lift & Box Shadow --- */
.v1-style { background-color: #f0f7ff; }
.icon-purple i { color: #A678F8; }

.v1-style:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(166, 120, 248, 0.15);
}

.v1-style:hover .icon-purple {
    transform: rotate(15deg);
}

/* --- Section 2 Variant: Scaling + Icon Scaling --- */
.v2-style { background-color: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.02); text-align: left; }

.icon-circle {
    width: 65px; height: 65px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex !important;
    align-items: center; justify-content: center;
    color: #FFD700;
}

.v2-style:hover {
    transform: scale(1.05);
}

.v2-style:hover .icon-gold {
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* --- Section 3 Variant: Skew Effect + Icon Flip --- */
.v3-style { background-color: #f0f7ff; }

.icon-gradient i {
    background: linear-gradient(135deg, #A678F8, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v3-style:hover {
    transform: skewX(-2deg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.v3-style:hover .icon-gradient {
    transform: rotateY(180deg);
}

/* Responsive Grid Control */
@media (max-width: 1024px) {
    .ih-grid { grid-template-columns: repeat(2, 1fr); }
    .wh-main-heading { font-size: 28px; }
}

@media (max-width: 768px) {
    .info-sec { padding: 60px 0; }
}

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