﻿.input-group.rounded.shadow-sm.overflow-hidden {
    margin-top: -5px;
    height: 45px;
}

.rounded {
    border-radius: 1.25rem !important;
}

.img-slider img {
    max-width: 100%;
}

input.shadow-none.border-0.form-control {
    height: 45px;
}

i.feather-search {
    font-size: 15px;
}


.icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.bg-2 {
    background-color: #f3e2e3;
}

.service-label {
    font-size: 10px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    text-align: center;
}

/* Different background colors similar to example */
.bg-1 {
    background-color: #fff0db;
}

.bg-2 {
    background-color: #f3e2e3;
}

.bg-3 {
    background-color: #e7edea;
}

.bg-4 {
    background-color: #e9f1f5;
}

.bg-5 {
    background-color: #feeeff;
}

.bg-6 {
    background-color: #f9f4e5;
}

.icon-bg.bg-7 {
    background: #e0e1fd;
}

.icon-bg.bg-8 {
    background: #f2ffd8;
}

.icon-bg.bg-9 {
    background: aliceblue;
}

.icon-bg.bg-10 {
    background: #e0efff;
}

.icon-bg.bg-11 {
    background: #fff0f0;
}

.icons-text {
    margin-top: 22px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suggest-item {
    background: white;
    padding: 12px;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 15px;
}

    .suggest-item:hover {
        background: #f5f5f5;
    }

.whatsapp-card-new {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    background: #E9FBEF;
    border-radius: 5px;
    padding: 15px 10px;
    gap: 15px;
    height: 120px;
    transition: 0.3s ease;
}

    .whatsapp-card-new:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

.whatsapp-icon-new {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 8px;*/
}

    .whatsapp-icon-new i {
        font-size: 26px;
        color: white;
    }

/* 📱 Mobile Fix */
@media (max-width: 576px) {
    .whatsapp-card-new {
        height: 85px;
        padding: 10px;
    }

    .whatsapp-icon-new {
        width: 50px;
        height: 50px;
    }

        .whatsapp-icon-new i {
            font-size: 25px;
        }
}

.whatsapp-text {
    font-size: 12px;
    text-align: start;
}
/* 🔒 MOBILE SAFE (default stays same) */
.desktop-header, .desktop-footer {
    display: none;
}

/* 💻 DESKTOP VIEW ONLY */
@media (min-width: 992px) {

    body {
        background: #f5f7fb;
    }

    .desktop-header {
        display: block;
        background: #ffffff;
        padding: 15px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .logo h3 {
        font-weight: 700;
        color: #2c3e50;
        margin: 0;
    }

    .desktop-menu a {
        margin: 0 10px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        transition: 0.3s;
    }

        .desktop-menu a:hover {
            color: #ff6600;
        }

    .desktop-search input {
        border: 1px solid #ddd;
        padding: 8px 12px;
        border-radius: 6px;
        width: 200px;
    }

    /* MAIN LAYOUT */
    .desktop-wrapper {
        max-width: 1200px;
        margin: auto;
    }



    /* SLIDER IMPROVEMENT */


    /* GRID ICONS */
    .icons-text {
        transition: 0.3s;
    }

        .icons-text:hover {
            transform: translateY(-5px);
        }

    /* CARDS */
    .list-card {
        border-radius: 12px;
        transition: 0.3s;
        padding: 15px;
    }

        .list-card:hover {
            transform: translateY(-5px);
        }

    /* FOOTER */
    .desktop-footer {
        display: block;
        margin-top: 40px;
        padding: 20px 0;
        background: #2c3e50;
        color: #fff;
    }
}

@media (min-width: 992px) {

    #smallSearch {
        display: none !important;
    }

    #bigSearchBox {
        display: block !important;
        max-width: 600px;
        margin: 20px auto;
    }
}

@media (min-width: 768px) {
    .searchnew {
        display: none;
    }
}

@media (max-width:992px) {
    .searchnew {
        display: block;
    }
}

/* ✅ MOBILE SAFE (no change) */

/* 💻 DESKTOP DESIGN ONLY */
@media (min-width: 992px) {

    .desktop-icons-section {
        margin-top: 30px;
    }

        .desktop-icons-section .row {
            justify-content: flex-start !important;
            gap: 20px;
        }

    /* CARD STYLE */
    .icons-text {
        flex: 0 0 18%;
        max-width: 18%;
        background: #ffffff;
        border-radius: 14px;
        padding: 20px 10px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: 0.3s;
        cursor: pointer;
    }

        /* HOVER EFFECT 🔥 */
        .icons-text:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

    /* ICON BACKGROUND */
    .icon-bg {
        width: 70px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #f5f7fa, #e4ecf7);
        transition: 0.3s;
    }

    .icons-text:hover .icon-bg {
        background: linear-gradient(135deg, #ff6600, #ff8533);
    }

    /* ICON IMAGE */
    .service-icon {
        width: 35px;
        transition: 0.3s;
    }

    .icons-text:hover .service-icon {
        transform: scale(1.1);
    }

    /* TEXT */
    .service-label {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .icons-text:hover .service-label {
        color: #ff6600;
    }

    /* WHATSAPP SPECIAL CARD */

}

@media (min-width: 992px) {

    .whatsapp-card-new {
        position: relative;
        background: linear-gradient(135deg, #25D366, #1ebe5d);
        border-radius: 16px;
        padding: 20px;
        overflow: hidden;
        display: block;
        height: 100%;
        color: #fff !important;
        box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
        transition: 0.4s;
    }

        /* Glow effect */
        .whatsapp-card-new::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 60%);
            transform: rotate(25deg);
        }

        /* Hover effect 🔥 */
        .whatsapp-card-new:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
        }

    /* ICON STYLE */
    .whatsapp-icon-new {
        width: 60px;
        height: 60px;
        margin: auto;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        backdrop-filter: blur(6px);
        margin-bottom: 12px;
        transition: 0.3s;
    }

    .whatsapp-card-new:hover .whatsapp-icon-new {
        background: rgba(255,255,255,0.25);
        transform: scale(1.1);
    }

    /* TEXT */
    .whatsapp-text {
        font-size: 15px;
        font-weight: 600;
        color: #fff !important;
        line-height: 1.4;
        text-align: center;
    }

    /* OPTIONAL BADGE 🔥 */
    .whatsapp-card-new::after {
        content: "JOIN NOW";
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 10px;
        background: #fff;
        color: #25D366;
        padding: 3px 8px;
        border-radius: 20px;
        font-weight: 700;
    }
}

/* 💻 DESKTOP PREMIUM DESIGN ONLY */
@media (min-width: 992px) {

    /* SECTION TITLE */
    .title {
        max-width: 1200px;
        margin: 30px auto 10px;
        padding: 0 !important;
    }

        .title h5 {
            font-size: 22px;
            font-weight: 700;
            color: #2c3e50;
        }

        .title a {
            font-size: 14px;
            color: #ff6600;
            transition: 0.3s;
        }

            .title a:hover {
                letter-spacing: 1px;
            }

    /* GRID LAYOUT 🔥 */
    .most_popular .row {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* REMOVE FULL WIDTH */
    .most_popular .col-12 {
        padding: 0 !important;
    }

    /* CARD DESIGN */
    .list-card {
        border-radius: 16px !important;
        overflow: hidden;
        transition: 0.3s;
        border: 1px solid #eee;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        /* HOVER EFFECT 🔥 */
        .list-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }

    /* CARD BODY */
    .list-card-body h6 a {
        font-size: 18px !important;
        font-weight: 600;
        color: #222;
        line-height: 1.4;
    }

        .list-card-body h6 a:hover {
            color: #ff6600;
        }

    .list-card-body p {
        font-size: 14px !important;
        color: #666;
    }

    /* DESCRIPTION LIMIT */
    .list-card-body .text-muted {
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    /* TOPICS BADGE */


    /* BUTTON */
    .list-card-badge a {
        background: linear-gradient(135deg, #ff6600, #ff8533) !important;
        border-radius: 25px !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
        transition: 0.3s;
        display: inline-block;
    }

        .list-card-badge a:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(255,102,0,0.4);
        }

    /* BANNER SLIDER IMPROVEMENT */

}

@media (min-width: 992px) {

    /* MAKE CARD FLEX */
    .list-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        /* CONTENT AREA EXPANDS */
        .list-card .p-3 {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

    .list-card-body {
        flex-grow: 1;
    }

    /* FIX BUTTON AT BOTTOM 🔥 */
    .list-card-badge {
        margin-top: auto;
        text-align: right !important;
        padding-top: 10px;
    }
}
/* 💻 PREMIUM BANNER SECTION (DESKTOP ONLY) */
@media (min-width: 992px) {

    .offer-slider {
        max-width: 1200px;
        border-radius: 18px;
        display: flex;
        scroll-behavior: smooth;
    }

        /* SCROLLBAR HIDE */
        .offer-slider::-webkit-scrollbar {
            display: none;
        }

    /* EACH BANNER CARD */
    .cat-item {
        flex: 0 0 280px;
        transition: 0.4s;
        position: relative;
    }

        /* CARD STYLE */
        .cat-item a {
            display: block;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: 0.4s;
            background: #fff;
        }

        /* IMAGE */
        .cat-item img {
            width: 100%;
            object-fit: cover;
            transition: 0.4s;
        }

        /* HOVER EFFECT 🔥 */
        .cat-item:hover {
            transform: translateY(-8px);
        }

            .cat-item:hover img {
                transform: scale(1.08);
            }

        /* OVERLAY EFFECT */
        .cat-item a::after {
            content: "View More";
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12px;
            opacity: 0;
            transition: 0.3s;
        }

        .cat-item:hover a::after {
            opacity: 1;
            bottom: 15px;
        }
}
/* 💻 PREMIUM FOOTER */
@media (min-width: 992px) {

    .desktop-footer {
        background: #474444;
        color: #cbd5e1;
        padding: 50px 0 20px;
        margin-top: 60px;
        margin-bottom: -83px;
    }

    /* GRID */
    .footer-grid {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    /* COLUMN */
    .footer-col h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .footer-col h5 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer-col p {
        font-size: 14px;
        line-height: 1.6;
        color: white;
    }

    /* LINKS */
    .footer-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-col ul li {
            margin-bottom: 8px;
        }

            .footer-col ul li a {
                color: #cbd5e1;
                text-decoration: none;
                font-size: 14px;
                transition: 0.3s;
            }

                .footer-col ul li a:hover {
                    color: #ff6600;
                    padding-left: 5px;
                }

    /* WHATSAPP BUTTON 🔥 */
    .footer-whatsapp {
        display: inline-block;
        margin-top: 10px;
        background: linear-gradient(135deg, #25D366, #1ebe5d);
        color: #fff;
        padding: 8px 14px;
        border-radius: 25px;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-whatsapp:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }

    /* BOTTOM */
    .footer-bottom {
        text-align: center;
        border-top: 1px solid white;
        margin-top: 30px;
        padding-top: 15px;
        font-size: 13px;
        color: white !important;
    }

        .footer-bottom p {
            color: white !important;
        }
}

@media (min-width: 992px) {

    .fixed-bottom {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .bg-light {
        display: block;
    }
}

@media (min-width: 768px) {
    .bg-light {
        display: none;
    }
}
/* 💻 ULTRA PREMIUM EXAM CARD */
@media (min-width: 992px) {

    /* CENTER LAYOUT */
    .most_popular .row {
        max-width: 950px;
        margin: auto;
    }

    .most_popular .col-12 {
        padding: 0 !important;
        margin-bottom: 22px;
    }

    /* CARD */
    .list-card {
        width: 100%;
        padding: 16px;
        border-radius: 20px;
        background: linear-gradient(145deg, #ffffff, #f8fafc);
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
    }

        /* LEFT ACCENT LINE 🔥 */
        .list-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #ff6600, #ff8533);
        }

        /* HOVER EFFECT */
        .list-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 45px rgba(0,0,0,0.12);
        }

    /* IMAGE */
    .list-card-image {
        width: 100px !important;
        height: 100px;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
        flex-shrink: 0;
    }

        .list-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    /* CONTENT */
    .list-card .p-3 {
        padding: 10px 20px !important;
    }

    /* TITLE */
    .list-card h6 {
        font-size: 19px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 6px;
    }

    /* CATEGORY */
    .list-card p.text-gray {
        font-size: 14px;
        color: #64748b;
        margin-bottom: 6px;
    }

    /* DURATION BADGE */
    

    .list-card:hover::after {
        right: 15px;
        color: #ff6600;
    }
}
@media (min-width: 992px) {

    /* IMAGE BIGGER */
    .list-card-image {
        width: 130px !important;
        height: 130px;
        border-radius: 16px;
        overflow: hidden;
        flex-shrink: 0;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

        /* IMAGE FIT PERFECTLY */
        .list-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 🔥 important */
            object-position: center;
            transition: 0.3s;
        }

    /* HOVER ZOOM EFFECT */
    .list-card:hover .list-card-image img {
        transform: scale(1.08);
    }

    /* BETTER ALIGNMENT WITH CONTENT */
    .list-card {
        align-items: center !important;
        gap: 10px;
    }
}

/* 💻 FIX CARD SIZE & ALIGNMENT */
@media (min-width: 992px) {

    /* FIX ROW WIDTH */
    .most_popular .row {
        max-width: 950px;
        margin: auto;
    }

    /* EACH CARD SAME HEIGHT */
    .most_popular .col-12 {
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .list-card {
        height: 300px; /* 🔥 fixed card height */
        display: flex !important;
        align-items: center !important;
        padding: 15px;
        border-radius: 18px;
    }

    /* IMAGE FIX SIZE */
    .list-card-image {
        width: 100px !important;
        height: 100px;
    }

    /* CONTENT TAKE FULL SPACE */
    .list-card .p-3 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* TEXT LIMIT (avoid overflow) */
    .list-card h6 {
        font-size: 16px;
        line-height: 1.3;
        max-height: 42px;
        overflow: hidden;
    }

    .list-card p {
        font-size: 13px;
        max-height: 20px;
        overflow: hidden;
    }
}

/* ===== PREMIUM DROPDOWN ===== */

.desktop-menu .dropdown {
    position: relative;
    display: inline-block;
}

/* MAIN DROPDOWN BOX */
.desktop-menu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.25s ease;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.3);
    z-index: 999;
}

/* SHOW ANIMATION */
.desktop-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* MENU ITEMS */
.desktop-menu .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    /* HOVER EFFECT */
    .desktop-menu .dropdown-menu a:hover {
        background: linear-gradient(135deg, #fca305, #ff693a);
        color: #fff;
        transform: translateX(5px);
    }

/* SMALL ARROW */
.desktop-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.75);
    transform: rotate(45deg);
    border-left: 1px solid rgba(255,255,255,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
}

/* ===== PROFILE DROPDOWN PREMIUM ===== */

.profile-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.25s ease;
    position: absolute;
    right: 0;
    top: 120%;
    min-width: 220px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.3);
}

/* SHOW */
.profile-dropdown:hover .profile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* PROFILE ITEMS */
.profile-menu a {
    display: block;
    padding: 10px 14px;
    margin: 4px 0;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    transition: all 0.2s ease;
}

    .profile-menu a:hover {
        background: linear-gradient(135deg, #2563EB, #4F46E5);
        color: #fff;
        transform: translateX(5px);
    }
/* SEARCH ICON */
.search-icon {
    font-size: 20px;
    cursor: pointer;
}

/* FULL SEARCH BAR */
.full-search {
    width: 100%;
    background: transparent;
    padding: 15px 0;
    display: none;
    animation: slideDown 0.3s ease;
}

    .full-search input {
        height: 50px;
        font-size: 16px;
        border-radius: 10px;
        border-color: orange;
    }

/* ANIMATION */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* RIGHT SIDE CONTAINER */
.d-flex.align-items-center.gap-3 {
    gap: 10px !important; /* reduce gap */
}

/* SEARCH + PROFILE ICON SIZE */
.search-icon i,
.profile-icon {
    font-size: 22px; /* increase size */
    color: #0f172a;
    transition: 0.2s;
}

/* ICON WRAPPER (IMPORTANT FOR ALIGNMENT) */
.search-icon,
.profile-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}

    /* HOVER EFFECT (PREMIUM FEEL) */
    .search-icon:hover,
    .profile-dropdown:hover {
        background: orangered;
    }

/* IF TEXT IS NEAR ICON (REMOVE EXTRA SPACE) */
.desktop-menu a {
    margin-right: 12px !important;
}

.search-icon:hover i,
.profile-dropdown:hover i {
    color: white;
    transform: scale(1.1);
}
/* FULL SEARCH STICKY */
/* HEADER FIXED */
.desktop-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

/* SEARCH BAR FIXED */
.full-search {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
}

/* BODY SPACE FIX (IMPORTANT) */
body {
    padding-top: 110px; /* header + search space */
}
@media (max-width:768px) {
    body {
        padding-top: 0; /* header + search space */
    }
}
/* ARROW STYLE */
.menu-arrow {
    font-size: 14px;
    margin-left: 5px;
    transition: 0.3s;
}

/* ROTATE ON HOVER */
.dropdown:hover .menu-arrow {
    transform: rotate(180deg);
}

/* ALIGN FIX */
.desktop-menu a {
    align-items: center;
    gap: 5px;
}
.social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
}

/* COMMON ICON STYLE */
.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    /* WHATSAPP */
    .social-icon.whatsapp {
        background: linear-gradient(135deg, #25D366, #128C7E);
    }

    /* INSTAGRAM */
    .social-icon.instagram {
        background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    }

    /* FACEBOOK */
    .social-icon.facebook {
        background: linear-gradient(135deg, #1877f2, #0d5fd8);
    }

    /* HOVER EFFECT 🔥 */
    .social-icon:hover {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    }

    /* GLOW EFFECT */
    .social-icon::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.2);
        top: -100%;
        left: 0;
        transition: 0.4s;
    }

    .social-icon:hover::after {
        top: 0;
    }