* {
    padding: 0%;
    margin: 0%;
}

body {
    background-color: #1a1b1a;
}



/* ===== POPUP OVERLAY ===== */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* ===== POPUP BOX ===== */
.popup {
    background: linear-gradient(145deg, #111, #1b1b1b);
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    max-width: 380px;
    box-shadow: 0 0 40px rgba(255, 193, 7, 0.35);
    text-align: center;
    animation: popupFade 0.4s ease;
    position: relative;
}

@keyframes popupFade {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup h2 {
    margin-bottom: 10px;
    color: #ffc107;
    font-size: 24px;
}

.popup p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 20px;
    color: #aaa;
}

/* ===== INPUT ===== */
.popup input {
    width: 100%;
    height: 39px;
    padding-left: 5px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-size: 16px;
    margin-bottom: 18px;
}

/* ===== BUTTON ===== */
.popup button {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
}

.popup button:hover {
    transform: scale(1.04);
}

/* ===== CLOSE BUTTON ===== */
.close-btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
    color: #aaa;
}

.close-btn:hover {
    color: #fff;
}

/* OFFER */
#offer {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

#offer marquee {
    background: linear-gradient(90deg, #000000, #ff6a00);
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

#offer span {
    background: #fff;
    color: #ff3d00;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 700;
    margin: 0 5px;
}

/* NAVBAR */
#navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 49px;
    width: 1400px;
    margin-left: 23px;
    border-radius: 5px;
    margin-top: 7px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.05));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 40px;
    gap: 150px;

    scrolled {
        background: rgba(20, 20, 20, 0.6);
        box-shadow: 0 10px 40px rgba(255, 60, 172, 0.3);
    }

    h1 {
        color: white;
        font-size: 21px;
        position: absolute;
        left: 85px;
    }

    a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #ff3cac, #784ba0, #2b86c5);
        transition: width 0.3s ease;
    }

    a:hover::after {
        width: 100%;
    }


    img {
        height: 60px;
        width: 60px;
        position: absolute;
        left: 10px;
    }

    a {
        color: white;
        font-family: arial black;
        margin-left: 0px;
        padding-left: 20px;
        text-decoration: none;
        margin-top: 0px;
        padding-top: 0px;
    }

    a:hover {
        color: #ff8308;
    }
}

.offer-box {
    background: linear-gradient(135deg, #00c853, #009624);
    color: #fff;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    max-width: 350px;
    position: absolute;
    top: 950px;
    left: 15px;
    margin: 20px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    animation: pulse 2s infinite;
}

.offer-box h2 {
    margin-bottom: 10px;
}

.offer-box .left {
    font-size: 18px;
    font-weight: bold;
    color: #ffeb3b;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

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


/* HERO SECTION */
#hero {

    overflow: hidden;

    h1 {
        margin-top: 200px;
        margin-left: 25px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 61px;
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 4px;
        text-transform: uppercase;
        background: linear-gradient(90deg, #ff0000, #ff8c00);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 0 25px rgba(255, 80, 0, 0.6);
        animation: slideUp 1s ease forwards;
        animation: heroText 1.2s ease forwards;
    }

    @keyframes heroText {
        from {
            opacity: 0;
            transform: translateY(50px);
        }

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


    h2 {
        margin-left: 20px;
        color: white;
        font-family: aston;
        font-size: 51px;
        position: absolute;
        top: 430px;
    }

    h3 {
        margin-top: 120px;
        margin-left: 20px;
        color: white;
        font-size: 28px;
        font-family: poppins;
    }

    img {
        height: 400px;
        width: 600px;
        margin-left: 800px;
        margin-top: -200px;
        position: absolute;
        top: 400px;
        border-radius: 30px;
        transition: transform 0.5s ease;
        object-fit: cover;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    }

    img:hover {
        transform: scale(1.2);
    }

    button {
        background: linear-gradient(135deg, #ff0000, #ff6a00);
        height: 40px;
        width: 160px;
        margin-left: 1100px;
        position: absolute;
        top: 690px;
        color: white;
        font-family: arial black;
        font-size: 25px;
        border-radius: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 20px rgba(255, 30, 30, 0.35);
        object-fit: cover;
    }

    button:hover {
        background: linear-gradient(135deg, #ff3b3b, #b30000);
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 12px 30px rgba(255, 30, 30, 0.6);
    }

    button:active {
        transform: translateY(0) scale(0.98);
    }
}

#hero h1 {
    animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

#btn {
    button {
        background-color: #25D366;
        height: 40px;
        width: 170px;
        border-radius: 30px;
        margin-left: 60px;
        margin-top: 100px;
        color: #ffffff;
        font-family: arial black;
        cursor: pointer;
    }

    button:hover {
        background-color: #1ebe5d;
        transform: translateY(-4px) scale(1.3);
        box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
        transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }

    button:active {
        transform: translateY(-2px) scale(1.02);
    }

}


.stats {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-left: 450px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.stats span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    cursor: default;
}

.stats span:hover {
    background: rgba(255, 0, 0, 0.15);
    border-color: #ff0000;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.25);
}


/* ===== SLIDER CONTAINER ===== */
.slider {
    width: 900px;
    height: 500px;
    margin: 100px auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* Hide radio buttons */
.slider input {
    display: none;
}

/* ===== SLIDES ===== */
.slides {
    display: flex;
    width: 700%;
    height: 100%;
    animation: autoSlide 21s infinite;
    transition: transform 0.7s ease-in-out;
}

.slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ===== RADIO CONTROL ===== */
#s1:checked~.slides {
    transform: translateX(0);
}

#s2:checked~.slides {
    transform: translateX(-16.66%);
}

#s3:checked~.slides {
    transform: translateX(-33.33%);
}

#s4:checked~.slides {
    transform: translateX(-50%);
}

#s5:checked~.slides {
    transform: translateX(-66.66%);
}

#s6:checked~.slides {
    transform: translateX(-83.33%);
}

#s7:checked~.slides {
    transform: translateX(-85.7143%);
}

/* ===== AUTO SLIDE ===== */
@keyframes autoSlide {
    0% {
        transform: translateX(0);
    }

    12% {
        transform: translateX(0);
    }

    14% {
        transform: translateX(-14.2857%);
    }

    26% {
        transform: translateX(-14.2857%);
    }

    28% {
        transform: translateX(-28.5714%);
    }

    40% {
        transform: translateX(-28.5714%);
    }

    42% {
        transform: translateX(-42.8571%);
    }

    54% {
        transform: translateX(-42.8571%);
    }

    56% {
        transform: translateX(-57.1429%);
    }

    68% {
        transform: translateX(-57.1429%);
    }

    70% {
        transform: translateX(-71.4286%);
    }

    82% {
        transform: translateX(-71.4286%);
    }

    84% {
        transform: translateX(-85.7143%);
    }

    100% {
        transform: translateX(-85.7143%);
    }
}

/* ===== ARROWS ===== */
.arrows label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: 0.3s;
}

.arrows label:hover {
    background: #bd9595;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

/* Show arrows per slide */
#s1:checked~.arrows .s1,
#s2:checked~.arrows .s2,
#s3:checked~.arrows .s3,
#s4:checked~.arrows .s4,
#s5:checked~.arrows .s5,
#s6:checked~.arrows .s6,
#s7:checked~.arrows .s7 {
    display: block;
}


/* Hide checkbox */
#closeAd {
    display: none;
}

/* Ad container */
.fixed-ad {
    position: absolute;
    top: 1100px;
    right: 20px;
    width: 240px;
    background: #111;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
    font-family: Arial, sans-serif;

    /* EFFECTS */
    opacity: 0;
    transform: translateY(20px);
    animation: adFadeIn 0.8s ease forwards;
}

/* Fade-in animation */
@keyframes adFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover lift effect */
.fixed-ad:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

/* Image */
.fixed-ad img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Image zoom on hover */
.fixed-ad:hover img {
    transform: scale(1.08);
}

/* Content */
.ad-content {
    padding: 12px;
    text-align: center;
}

.ad-content h4 {
    margin: 0;
    font-size: 18px;
}

.ad-content p {
    font-size: 13px;
    margin: 6px 0 10px;
    opacity: 0.85;
}

/* Button */
.ad-content a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.ad-content a:hover {
    background: #d60000;
    transform: scale(1.05);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.close-btn:hover {
    background: rgba(255, 0, 0, 0.8);
}

/* Close action */
#closeAd:checked+.fixed-ad {
    display: none;
}

/* WHY CHOOSE US? */
#whychooseus {
    margin-top: 190px;

    h1 {
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 40px;
        text-align: center;
    }

    h3 {
        color: white;
        margin-left: 450px;
        margin-top: 20px;
        font-size: 23px;
        letter-spacing: 1px;
        word-spacing: 4px;
        line-height: 1.6;
    }

    .box1 {
        height: 330px;
        width: 330px;
        background: linear-gradient(135deg, #7a0c0c, #1c1f3b);
        margin-top: 70px;
        margin-left: 250px;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.4s ease, box-shadow 0.4s ease;

        h1 {
            color: white;
            padding-left: 15px;
            word-spacing: 4px;
            font-size: 30px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            text-align: justify;
        }

        img {
            height: 100px;
            width: 90px;
            margin-left: 120px;
            margin-top: 2px;
            transition: transform 0.4s ease;
        }
    }

    .box1:hover {
        transform: scale(1.3);
        /* box zoom */
        box-shadow: 0 12px 30px rgba(255, 255, 255, 0.149);
    }

    .box2 {
        height: 330px;
        width: 330px;
        background: linear-gradient(135deg, #7a0c0c, #1c1f3b);
        margin-top: 63px;
        margin-left: 150px;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        position: absolute;
        top: 1760px;
        left: 650px;

        h1 {
            color: white;
            padding-left: 15px;
            font-size: 30px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            text-align: justify;
        }

        img {
            height: 100px;
            width: 90px;
            margin-left: 120px;
            margin-top: 2px;
            transition: transform 0.4s ease;
        }
    }

    .box2:hover {
        transform: scale(1.3);
        /* box zoom */
        box-shadow: 0 12px 30px rgba(255, 255, 255, 0.149);
    }

    .box3 {
        height: 330px;
        width: 330px;
        background: linear-gradient(135deg, #7a0c0c, #1c1f3b);
        margin-top: 50px;
        margin-left: 150px;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        position: absolute;
        top: 1510x;
        left: 100px;

        h1 {
            color: white;
            padding-left: 15px;
            word-spacing: 4px;
            font-size: 30px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            text-align: justify;
        }

        img {
            height: 100px;
            width: 90px;
            margin-left: 120px;
            margin-top: 2px;
            transition: transform 0.4s ease;
        }
    }

    .box3:hover {
        transform: scale(1.3);
        /* box zoom */
        box-shadow: 0 12px 30px rgba(255, 255, 255, 0.149);
    }

    .box4 {
        height: 330px;
        width: 330px;
        background: linear-gradient(135deg, #7a0c0c, #1c1f3b);
        margin-top: 50px;
        margin-left: 150px;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        position: absolute;
        top: 2155px;
        left: 650px;

        h1 {
            color: white;
            padding-left: 15px;
            word-spacing: 4px;
            font-size: 30px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            text-align: justify;
        }

        img {
            height: 100px;
            width: 90px;
            margin-left: 120px;
            margin-top: 2px;
            transition: transform 0.4s ease;
        }
    }

    .box4:hover {
        transform: scale(1.3);
        /* box zoom */
        box-shadow: 0 12px 30px rgba(255, 255, 255, 0.149);
    }
}

/* OUR GALLERY */
#ourgall {
    margin-top: 500px;

    h1 {
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 50px;
        text-align: center;
    }

    h3 {
        color: white;
        margin-left: 300px;
        margin-top: 20px;
        font-size: 30px;
        letter-spacing: 1px;
        word-spacing: 4px;
        line-height: 1.6;
    }

    .img1 {
        img {
            height: 300px;
            width: 400px;
            margin-left: 50px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
        }
    }

    .img1:hover img {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }

    .img2 {
        img {
            height: 300px;
            width: 400px;
            margin-left: 150px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
            position: absolute;
            top: 2860px;
            left: 400px;
        }
    }

    .img2:hover img {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }

    .img3 {
        img {
            height: 300px;
            width: 400px;
            margin-left: 150px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
            position: absolute;
            top: 2860px;
            left: 930px;
        }
    }

    .img3:hover img {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }

    .img4 {
        iframe {
            height: 300px;
            width: 400px;
            margin-left: 55px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
            position: absolute;
            top: 3200px;
            left: -10px;
        }
    }

    .img4:hover iframe {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }

    .img5 {
        video {
            height: 300px;
            width: 400px;
            margin-left: 150px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
            position: absolute;
            top: 3210px;
            left: 400px;
        }
    }

    .img5:hover video {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }

    .img6 {
        img {
            height: 300px;
            width: 400px;
            margin-left: 150px;
            margin-top: 50px;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
            position: absolute;
            top: 3210px;
            left: 920px;
        }
    }

    .img6:hover img {
        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 124, 247, 0.55);
        transform: translateY(-6px);
    }
}

/* WHAT OUR MEMBER SAY */
#woms {
    margin-top: 400px;

    h1 {
        color: white;
        letter-spacing: 2px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        font-family: 'Times New Roman', Times, serif;
        font-size: 50px;
        text-align: center;
        height: 70px;
        width: 850px;
        margin-left: 300px;
        border-radius: 20px;
        background: radial-gradient(circle at top, rgba(255, 0, 0, 0.08), #0b0b0b 40%);
        transition: all 0.4s ease;
    }

    h1:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(230, 57, 70, 0.25);
    }

    h3 {
        color: white;
        margin-left: 300px;
        margin-top: 20px;
        font-size: 30px;
        letter-spacing: 1px;
        word-spacing: 4px;
        line-height: 1.6;
    }

    .card1 {
        height: 170px;
        width: 1450px;
        background: linear-gradient(135deg, #8e0e16, #16222a);
        margin-top: 50px;
        margin-left: 40px;
        border-radius: 20px;
        overflow: hidden;

        img {
            height: 50px;
            width: 140px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            word-spacing: 4px;
        }

        h6 {
            color: white;
            padding-left: 0px;
            word-spacing: 4px;
            font-size: 31px;
            margin-top: 10px;
            margin-left: 30px;
        }
    }

    .card1:hover {
        transform: translateY(-12px) scale(1.025);
        box-shadow:
            0 25px 60px rgba(0, 0, 0, 0.9),
            0 0 35px rgba(0, 255, 255, 0.35),
            inset 0 0 20px rgba(255, 255, 255, 0.05);
        transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .card2 {
        height: 170px;
        width: 1450px;
        background-color: #000000;
        margin-top: 50px;
        margin-left: 40px;
        border-radius: 20px;
        overflow: hidden;

        img {
            height: 50px;
            width: 140px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            word-spacing: 2px;
            font-size: 23px;
        }

        h6 {
            color: white;
            padding-left: 0px;
            word-spacing: 4px;
            font-size: 31px;
            margin-top: 10px;
            margin-left: 30px;
        }
    }

    .card2:hover {
        transform: translateY(-12px) scale(1.025);
        box-shadow:
            0 25px 60px rgba(0, 0, 0, 0.9),
            0 0 35px rgba(0, 255, 255, 0.35),
            inset 0 0 20px rgba(255, 255, 255, 0.05);
        transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .card3 {
        height: 170px;
        width: 1450px;
        background: linear-gradient(135deg, #8e0e16, #16222a);
        margin-top: 50px;
        margin-left: 40px;
        border-radius: 20px;
        overflow: hidden;

        img {
            height: 50px;
            width: 140px;
        }

        h2 {
            color: white;
            padding-left: 15px;
            word-spacing: 2px;
            font-size: 25px;
        }

        h6 {
            color: white;
            padding-left: 0px;
            word-spacing: 4px;
            font-size: 31px;
            margin-top: 10px;
            margin-left: 30px;
        }
    }

    .card3:hover {
        transform: translateY(-12px) scale(1.025);
        box-shadow:
            0 25px 60px rgba(0, 0, 0, 0.9),
            0 0 35px rgba(0, 255, 255, 0.35),
            inset 0 0 20px rgba(255, 255, 255, 0.05);
        transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .view {
        text-align: center;
    }

    .testimonial-btn {
        position: relative;
        background: linear-gradient(135deg, #0d47a1, #1976d2);
        color: #fff;
        padding: 14px 32px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin-top: 70px;
        transition: all 0.35s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        overflow: hidden;
    }

    /* 🔥 HOVER EFFECT */
    .testimonial-btn:hover {
        transform: translateY(-6px) scale(1.05);
        background: linear-gradient(135deg, #ff9800, #ff5722);
        box-shadow: 0 15px 35px rgba(24, 137, 237, 0.6);
    }

    /* ✨ SHINE EFFECT */
    .testimonial-btn::after {
        content: "";
        position: absolute;

    }
}

/* FEE PLAN SECTION */
#feeplan {
    margin-top: 200px;

    h1 {
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 50px;
        text-align: center;
        background: linear-gradient(90deg, #ff0000, #ff9800);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow:
            0 0 10px rgba(255, 0, 0, 0.4),
            0 0 20px rgba(255, 152, 0, 0.3);
    }

    h3 {
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 31px;
        margin-left: 25px;
        word-spacing: 17px;
        margin-left: 500px;
    }

    .fee1 {
        background-color: whitesmoke;
        height: 330px;
        width: 250px;
        margin-left: 200px;
        margin-top: 50px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
        transition: all 0.4s ease;

        h2 {
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
            color: black;
        }

        li {
            font-size: 27px;
            margin-top: 15px;
            color: black;
            list-style-type: none;
            margin-left: 25px;
        }
    }

    .fee1:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(255, 165, 0, 0.4);
        background: linear-gradient(135deg, #ffffff, #378ef2);

        li {
            color: white;
        }
    }

    .fee2 {
        background-color: whitesmoke;
        border: 20px soild rgb(206, 0, 0);
        height: 330px;
        width: 250px;
        margin-left: 600px;
        margin-top: 65px;
        border-radius: 20px;
        position: absolute;
        top: 5030px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
        transition: all 0.4s ease;

        h2 {
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
            color: black;
        }

        li {
            font-size: 23px;
            margin-top: 15px;
            color: black;
            list-style-type: none;
            margin-left: 25px;
        }
    }

    .fee2:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(255, 165, 0, 0.4);
        background: linear-gradient(135deg, #ffffff, #378ef2);

        li {
            color: white;
        }
    }

    .fee3 {
        background-color: whitesmoke;
        height: 330px;
        width: 250px;
        margin-left: 1000px;
        margin-top: 50px;
        border-radius: 20px;
        position: absolute;
        top: 5050px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
        transition: all 0.4s ease;

        h2 {
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
            color: black;
        }

        li {
            font-size: 23px;
            margin-top: 15px;
            color: black;
            list-style-type: none;
            margin-left: 25px;
        }
    }

    .fee3:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(162, 126, 59, 0.4);
        background: linear-gradient(135deg, #ffffff, #378ef2);

        li {
            color: white;
        }
    }

    .get {
        margin-left: 550px;
        margin-top: 50px;
        height: 50px;
        width: 350px;
        background-color: white;
        border-radius: 30px;
        color: red;
        font-family: arial black;
        font-size: 25px;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        letter-spacing: 1px;
        transition: all 0.4s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

        a {
            text-decoration: none;
            color: red;
            font-size: 20px;
        }
    }

    .get:hover {
        background: linear-gradient(135deg, #ffffff, #ff4d4d);
        color: #ffffff;
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 15px 35px rgba(255, 0, 0, 0.6);
    }

    .get:active {
        transform: scale(0.97);
    }
}

/* FOOTER */

#footer {
    height: 400px;
    width: 1510px;
    margin-top: 100px;
    background-image: url("/src/footer/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 2px solid #ff0000;

    h1 {
        color: white;
        font-family: arial black;
        font-size: 50px;
        padding-top: 50px;
        margin-left: 50px;
        letter-spacing: 1px;
        color: #ffffff;
        font-weight: 700;
        color: #ffffff;

        span {
            color: #ff0000;
        }
    }

    h2 {
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 31px;
        margin-left: 50px;
        margin-top: 20px;
        font-size: 26px;
        letter-spacing: 1px;
        color: #ffffff;
    }

    h4 {
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        margin-left: 50px;
        margin-top: 20px;
    }

    p {
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        margin-left: 50px;
        margin-top: 70px;
    }

    .rate {
        position: absolute;
        top: 5690px;
        left: 650px;

        h3 {
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 20px;
            margin-left: 50px;
            margin-top: 20px;
        }

        img {
            height: 150px;
            width: 150px;
            margin-left: 50px;
            position: absolute;
            top: 70px;
            cursor: pointer;
        }
    }

    .social-title {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
        position: relative;
        margin-top: -70px;
    }

    .social-title::after {
        content: "";
        width: 80px;
        height: 3px;
        background: red;
        display: block;
        margin: 8px auto;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .social {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
        transition: all 0.4s ease;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    }

    /* Brand Colors */
    .facebook {
        background: #1877f2;
    }

    .instagram {
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    }

    .maps {
        background: #34a853;
    }

    .youtube {
        background: #ff0000;
    }

    /* Hover Effect */
    .social:hover {
        transform: translateY(-10px) scale(1.1);
        box-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
        }

        70% {
            box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        }
    }

    .social {
        animation: pulse 3.5s infinite;
    }


    .social:hover::after {
        opacity: 1;
    }



    .address {
        h3 {
            height: 100px;
            width: 250px;
            margin-left: 50px;
            margin-top: 60px;
            cursor: pointer;
            color: white;
            position: absolute;
            top: 5650px;
            left: 1200px;
        }
    }

    .phone {
        h3 {
            height: 100px;
            width: 250px;
            margin-left: 50px;
            margin-top: 60px;
            cursor: pointer;
            color: white;
            position: absolute;
            top: 5790px;
            left: 1200px;
        }
    }

    .email {
        h3 {
            height: 50px;
            width: 250px;
            margin-left: 50px;
            margin-top: 60px;
            cursor: pointer;
            color: white;
            position: absolute;
            top: 5900px;
            left: 1200px;
        }
    }
}

/* ===============================
   SCROLL ANIMATION (ADD-ON ONLY)
   =============================== */

.scroll-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.9s ease-out;
    will-change: transform, opacity;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}

/* Directions */
.scroll-left {
    transform: translateX(-80px);
}

.scroll-right {
    transform: translateX(80px);
}

.scroll-zoom {
    transform: scale(0.85);
}

.scroll-animate.show.scroll-zoom {
    transform: scale(1);
}

/* Delay helpers */
.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}


.scroll-btn {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease;
}

.scroll-btn.show {
    opacity: 1;
    transform: scale(1);
}

/* Hover effect (premium) */
.scroll-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(255, 0, 0, 0.4);
}

.scroll-btn {
    transition: all 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}