.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.card-body {
    position: relative;
}

.card-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.85rem;
    transition: 0.3s ease;
}

.btn:hover {
    transform: scale(1.05);
}

.bs-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}

section .container {
    border-radius: 20px;
}



/* SERVICES SECTION */
.services-section {
    background: #0f172a; /* deep dark */
}

/* CARD STYLE */
.services-section .card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #ffffff;
}

/* HOVER EFFECT */
.services-section .card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* CARD BODY */
.services-section .card-body {
    position: relative;
    padding: 2rem;
}

/* ICON STYLE */
.services-section .bs-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}

/* TITLE */
.services-section .card-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

/* TEXT */
.services-section .card-text {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* BUTTON */
.services-section .btn {
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 0.85rem;
    transition: 0.3s ease;
}

.services-section .btn:hover {
    transform: scale(1.08);
}



.services-section {
    background: #0f172a;
}

.services-section .card {
    border: none;
    border-radius: 15px;
    transition: 0.4s ease;
}

.services-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.services-section .btn {
    border-radius: 25px;
    font-size: 0.85rem;
}



.social-proof {
    background: #0f172a;
}

.social-text {
    font-size: 1.5rem;
    color: #ffffff;
}

/* ICON CONTAINER */
.social-icons {
    margin-top: 20px;
}

/* ICON STYLE */
.social-icons a img {
    width: 50px;
    height: 50px;
    margin: 10px;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 8px;
    background: rgba(255,255,255,0.05);
}

/* HOVER EFFECT */
.social-icons a img:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    background: rgba(255,255,255,0.15);
}


/* COUNTER STYLE */
.counter {
    font-size: 1.8rem;
}

/* TESTIMONIAL */
.testimonial-strip {
    font-style: italic;
    opacity: 0.9;
}

/* OPTIONAL GLOW BACKGROUND FEEL */
.social-proof {
    background: radial-gradient(circle at top, #1f2937, #0f172a);
}


/* CHAT BUTTON */
#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #198754;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.3s;
}

#chat-button:hover {
    transform: scale(1.1);
}

/* CHAT BOX */
#chat-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #111827;
    color: white;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    z-index: 999;
}

/* HEADER */
.chat-header {
    background: #198754;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BODY */
.chat-body {
    padding: 10px;
    height: 200px;
    overflow-y: auto;
}

/* MESSAGE */
.bot-msg {
    background: #1f2937;
    padding: 8px;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* FOOTER */
.chat-footer {
    display: flex;
    border-top: 1px solid #333;
}

.chat-footer input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
}

.chat-footer button {
    background: #198754;
    border: none;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
}



#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366; /* WhatsApp green */
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.3s ease;
    text-decoration: none;
}

#chat-button:hover {
    transform: scale(1.15);
}


/* CHAT BUTTON */
#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* CHAT BOX */
#chat-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: #111827;
    color: white;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* HEADER */
.chat-header {
    background: #25D366;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

/* BODY */
.chat-body {
    height: 250px;
    padding: 10px;
    overflow-y: auto;
}

/* MESSAGES */
.bot-msg, .user-msg {
    padding: 8px;
    margin: 5px 0;
    border-radius: 8px;
    font-size: 0.9rem;
}

.bot-msg {
    background: #1f2937;
}

.user-msg {
    background: #0d6efd;
    text-align: right;
}

/* FOOTER */
.chat-footer {
    display: flex;
    border-top: 1px solid #333;
}

.chat-footer input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
}

.chat-footer button {
    background: #25D366;
    border: none;
    padding: 8px 12px;
    color: white;
    cursor: pointer;
}



/* SECTION BACKGROUND */
.stories-section {
    background: #0f172a;
    color: white;
}

/* PROCESS CARDS */
.process-card {
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.4s ease;
    border-left: 4px solid #25D366;
}

.process-card:hover {
    transform: translateX(10px);
    background: rgba(37, 211, 102, 0.15);
}




/* SECTION BACKGROUND */
.stories-section {
    background: linear-gradient(135deg, #0b1220, #111827);
}

/* TITLE CLEAN LOOK */
.stories-section h2 {
    letter-spacing: 1px;
}

/* PROCESS CARDS */
.process-card {
    background: rgba(255,255,255,0.05);
    border-left: 4px solid #25D366;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    transition: 0.4s ease;
    color: white;
}

.process-card p {
    color: rgba(255,255,255,0.75);
}

.process-card:hover {
    transform: translateX(12px);
    background: rgba(37, 211, 102, 0.12);
}

/* IMAGE HOVER */
.img-hover {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: 0.4s ease;
}

.img-hover img {
    transition: 0.6s ease;
    display: block;
}

.img-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(37, 211, 102, 0.25);
}

.img-hover:hover img {
    transform: scale(1.15);
    filter: brightness(0.75);
}




/* INITIAL STATE (hidden) */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* ACTIVE STATE */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* stagger delay helpers */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }





/* FOOTER BACKGROUND */
footer {
    background: linear-gradient(135deg, #0b1220, #111827);
    color: #ffffff;
    padding-top: 60px;
}

/* SECTION HEADINGS */
footer h3 {
    color: #25D366;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* LINKS STYLE */
footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
    margin-bottom: 6px;
}

footer a:hover {
    color: #25D366;
    transform: translateX(5px);
}

/* LIST CLEANUP */
footer ul {
    padding: 0;
}

footer li {
    list-style: none;
}

/* BRAND BOX */
footer .fw-bold {
    font-size: 16px;
    margin-bottom: 10px;
}

/* TEXT */
footer p {
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
}

/* SOCIAL ICONS */
footer .list-inline-item {
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    color: rgba(255,255,255,0.7);
}

footer .list-inline-item:hover {
    color: #25D366;
    transform: translateY(-5px) scale(1.2);
}

/* DIVIDER */
footer hr {
    border-color: rgba(255,255,255,0.1);
    margin-top: 30px;
}


footer {
    border-top: 2px solid rgba(37, 211, 102, 0.3);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.4);
}

footer {
    position: relative;
    z-index: 10; /* IMPORTANT: forces footer above particles */
}


/* FOOTER MAIN */
.elizek-footer {
    background: radial-gradient(circle at top, #0b1220, #05070f);
    color: white;
    position: relative;
    overflow: hidden;
}

/* GLOW EFFECT */
.elizek-footer::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #0d6efd;
    filter: blur(120px);
    top: -50px;
    left: -50px;
    opacity: 0.3;
    animation: floatGlow 6s infinite alternate;
}

@keyframes floatGlow {
    from { transform: translateY(0px); }
    to { transform: translateY(40px); }
}

/* TITLES */
.footer-title {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg, #0d6efd, #25D366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* TEXT */
.footer-text {
    opacity: 0.7;
    line-height: 1.7;
}

/* BUTTONS */
.footer-btn {
    background: #0d6efd;
    color: white;
    margin-right: 10px;
    padding: 10px 18px;
    border-radius: 30px;
    transition: 0.3s;
}

.footer-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #0d6efd;
}

.footer-btn-outline {
    border: 1px solid #25D366;
    color: #25D366;
    padding: 10px 18px;
    border-radius: 30px;
    transition: 0.3s;
}

.footer-btn-outline:hover {
    background: #25D366;
    color: black;
    transform: scale(1.05);
}

/* LINES */
.footer-line {
    border-color: rgba(255,255,255,0.1);
}

/* LIST */
.elizek-footer ul {
    list-style: none;
    padding: 0;
}

.elizek-footer ul li {
    margin-bottom: 8px;
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}

.elizek-footer ul li:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #25D366;
}

/* SOCIAL */
.social-icons span {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons span:hover {
    transform: scale(1.3);
}

/* BOTTOM */
.footer-bottom {
    opacity: 0.6;
    font-size: 14px;
}


/* HERO BACKGROUND */
.hero-section {
    background: radial-gradient(circle at top, #0f172a, #020617);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

/* FLOATING LIGHT EFFECT */
.hero-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(37, 211, 102, 0.15);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

/* BRAND TITLE */
.brand-title {
    color: #25D366;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* MAIN TITLE */
.hero-main {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-top: 10px;
}

/* SUB TEXT */
.hero-sub {
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
}

/* STACK LAYOUT */
.hero-stack {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

/* IMAGES */
.hero-img {
    position: absolute;
    width: 300px;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.5s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* IMAGE LAYERS */
.img1 {
    transform: translate(-180px, 40px) rotate(-8deg);
    z-index: 1;
}

.img2 {
    transform: translate(180px, 20px) rotate(8deg);
    z-index: 2;
}

.img3 {
    transform: translate(0px, -30px) scale(1.1);
    z-index: 3;
}

/* HOVER EFFECT */
.hero-img:hover {
    transform: scale(1.15) rotate(0deg) !important;
    z-index: 10;
}

/* IMAGE INSIDE */
.hero-img img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

.hero-img:hover img {
    filter: brightness(1.1);
}



/* HERO BACKGROUND */
.hero {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(circle at top, #0b1220, #020617);
    overflow: hidden;
    color: white;
}

/* PARTICLES LAYER */
#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* TEXT */
.hero-text {
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.brand {
    color: #25D366;
    letter-spacing: 3px;
    font-weight: bold;
}

.title {
    font-size: 3rem;
    font-weight: 800;
}

.subtitle {
    color: rgba(255,255,255,0.6);
}

/* CTA BUTTON */
.cta {
    margin-top: 20px;
    padding: 12px 25px;
    border: none;
    background: #25D366;
    color: black;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s;
}

.cta:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #25D366;
}

/* IMAGE LAYER */
.hero-images {
    position: relative;
    height: 400px;
    margin-top: 60px;
    z-index: 2;
}

/* FLOATING IMAGES */
.img {
    position: absolute;
    width: 250px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    transition: 0.5s;
}

.img1 {
    left: 10%;
    top: 20px;
    transform: rotate(-8deg);
}

.img2 {
    left: 40%;
    top: 0;
    transform: rotate(5deg);
}

.img3 {
    right: 10%;
    top: 40px;
    transform: rotate(-4deg);
}

/* HOVER ZOOM */
.img:hover {
    transform: scale(1.15) rotate(0deg);
    z-index: 10;
}




/* PARALLAX BACKGROUND */
.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.hero-bg {
    background-image: url("assets/img/img/stu.jpg");
}

.bottom-bg {
    background-image: url("assets/img/img/ququ.jpg");
}

/* SECTION BACKGROUND */
.testimonials-section {
    background: #0b1220;
    color: white;
}

/* TESTIMONIAL CARD */
.testimonial-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* HOVER LIFT */
.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: #25D366;
    box-shadow: 0 20px 50px rgba(37, 211, 102, 0.2);
}

/* TEXT */
.testimonial-card p {
    color: rgba(255,255,255,0.75);
}

/* PROFILE */
.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #25D366;
}

.profile h6 {
    margin: 0;
    color: white;
}

.profile small {
    color: rgba(255,255,255,0.5);
}


/* SECTION */
.testimonials-section {
    background: radial-gradient(circle at top, #0b1220, #020617);
    color: white;
    overflow: hidden;
}

/* SLIDER WRAPPER */
.testimonial-slider {
    overflow: hidden;
    width: 100%;
}

/* MOVING TRACK */
.testimonial-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll 18s linear infinite;
}

/* AUTO SCROLL */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* CARD DESIGN */
.testimonial-card {
    min-width: 300px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    transition: 0.4s;
}

/* HOVER STOP + LIFT */
.testimonial-card:hover {
    transform: scale(1.05);
    border-color: #25D366;
    box-shadow: 0 20px 50px rgba(37,211,102,0.2);
}

/* STARS */
.stars {
    color: gold;
    margin-bottom: 10px;
}

/* PROFILE */
.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #25D366;
}

/* TEXT */
.testimonial-card p {
    color: rgba(255,255,255,0.75);
}




/* SECTION BACKGROUND */
.glass-section {
    background: radial-gradient(circle at top, #0b1220, #020617);
    color: white;
    overflow: hidden;
    position: relative;
}

/* LEFT TEXT */
.glass-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
}

.glass-text p {
    color: rgba(255,255,255,0.7);
    margin-top: 15px;
}

/* BUTTON */
.glass-btn {
    margin-top: 20px;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    background: #25D366;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}

.glass-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #25D366;
}

/* RIGHT VISUAL AREA */
.glass-visual {
    position: relative;
    height: 350px;
}

/* GLASS CARDS */
.glass-card {
    position: absolute;
    width: 150px;
    height: 200px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

/* POSITIONS */
.card1 {
    top: 20px;
    left: 20px;
}

.card2 {
    top: 60px;
    left: 120px;
}

.card3 {
    top: 100px;
    left: 220px;
}

/* BOTTOM MOTION AREA */
.glass-motion {
    margin-top: 80px;
    position: relative;
    height: 120px;
}

/* MOVING BLOCKS */
.moving-glass {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: rgba(37, 211, 102, 0.15);
    backdrop-filter: blur(10px);
    position: absolute;
}

/* CROSSING ANIMATION */
.g1 {
    animation: moveLeft 6s infinite alternate ease-in-out;
}

.g2 {
    right: 0;
    animation: moveRight 6s infinite alternate ease-in-out;
}

/* KEYFRAMES */
@keyframes moveLeft {
    0% { left: 0; }
    100% { left: 70%; }
}

@keyframes moveRight {
    0% { right: 0; }
    100% { right: 70%; }
}



/* SECTION BACKGROUND (VERY IMPORTANT) */
.glass-section {
    background: linear-gradient(135deg, #0b1220, #020617);
    color: white;
}

/* TEXT */
.glass-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
}

.glass-text p {
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}

/* BUTTON */
.glass-btn {
    margin-top: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    background: #25D366;
    color: black;
    font-weight: bold;
}

/* RIGHT SIDE CONTAINER (IMPORTANT FIX) */
.glass-visual {
    position: relative;
    height: 400px;
}

/* GLASS CARDS (NOW VISIBLE) */
.glass-card {
    position: absolute;
    width: 160px;
    height: 220px;
    border-radius: 18px;

    /* MAKE IT MORE VISIBLE */
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);

    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

/* POSITIONING */
.card1 {
    top: 20px;
    left: 20px;
}

.card2 {
    top: 60px;
    left: 140px;
}

.card3 {
    top: 120px;
    left: 260px;
}

/* BOTTOM ANIMATION AREA */
.glass-motion {
    margin-top: 60px;
    height: 120px;
    position: relative;
}

/* MOVING BLOCKS (NOW BRIGHTER) */
.moving-glass {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background: rgba(37, 211, 102, 0.35);
    position: absolute;
    filter: blur(0px);
}

/* ANIMATION */
.g1 {
    animation: moveLeft 5s infinite alternate ease-in-out;
}

.g2 {
    right: 0;
    animation: moveRight 5s infinite alternate ease-in-out;
}

@keyframes moveLeft {
    from { left: 0; }
    to { left: 75%; }
}

@keyframes moveRight {
    from { right: 0; }
    to { right: 75%; }
}





.img-hover {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}

.img-hover img {
    transition: 0.6s ease;
    display: block;
}

.img-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.3);
}

.img-hover:hover img {
    transform: scale(1.15);
    filter: brightness(0.7);
}

.stories-section {
    background: #0b1220 !important;
    padding: 60px 0;
}






/* SECTION BACKGROUND (VERY IMPORTANT) */
.glass-section {
    background: linear-gradient(135deg, #0b1220, #020617);
    color: white;
}

/* TEXT */
.glass-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
}

.glass-text p {
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}

/* BUTTON */
.glass-btn {
    margin-top: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    background: #25D366;
    color: black;
    font-weight: bold;
}

/* RIGHT SIDE CONTAINER (IMPORTANT FIX) */
.glass-visual {
    position: relative;
    height: 400px;
}

/* GLASS CARDS (NOW VISIBLE) */
.glass-card {
    position: absolute;
    width: 160px;
    height: 220px;
    border-radius: 18px;

    /* MAKE IT MORE VISIBLE */
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);

    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

/* POSITIONING */
.card1 {
    top: 20px;
    left: 20px;
}

.card2 {
    top: 60px;
    left: 140px;
}

.card3 {
    top: 120px;
    left: 260px;
}

/* BOTTOM ANIMATION AREA */
.glass-motion {
    margin-top: 60px;
    height: 120px;
    position: relative;
}

/* MOVING BLOCKS (NOW BRIGHTER) */
.moving-glass {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background: rgba(37, 211, 102, 0.35);
    position: absolute;
    filter: blur(0px);
}

/* ANIMATION */
.g1 {
    animation: moveLeft 5s infinite alternate ease-in-out;
}

.g2 {
    right: 0;
    animation: moveRight 5s infinite alternate ease-in-out;
}

@keyframes moveLeft {
    from { left: 0; }
    to { left: 75%; }
}

@keyframes moveRight {
    from { right: 0; }
    to { right: 75%; }
}



/* HERO */
.services-hero {
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: white;
    padding: 80px 0;
}

.services-hero h1 {
    font-size: 2.5rem;
}

.services-hero p {
    opacity: 0.9;
}


/* SERVICES SECTION */
.services-section {
    background: #f8f9fa; /* keep it clean */
}

/* SERVICE BOX (ONLY ONE VERSION) */
.service-box {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.4s ease;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* IMAGE */
.service-img {
    transition: 0.5s ease;
    border-radius: 10px;
}

.service-box:hover .service-img {
    transform: scale(1.05);
}

/* TEXT */
.service-box h4 {
    color: #0d6efd;
}

.service-box ul {
    padding-left: 18px;
}

.service-box ul li {
    margin-bottom: 6px;
}


/* WHY SECTION */
.why-section {
    background: #0b1220;
    color: white;
}

.why-box {
    padding: 25px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    margin-top: 15px;
    transition: 0.3s;
}

.why-box:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.1);
}


/* SECTION BACKGROUND */
.services-section {
    background: #f8f9fa;
}

/* CARD */
.service-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* IMAGE */
.service-card img {
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* CONTENT */
.service-content {
    padding: 20px;
}

/* TITLE */
.service-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.service-content p {
    font-size: 0.95rem;
    color: #555;
}

/* LIST */
.service-content ul {
    padding-left: 18px;
    margin: 15px 0;
}

.service-content ul li {
    margin-bottom: 6px;
    font-size: 0.9rem;
}

/* HOVER EFFECT */
.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.service-card:hover img {
    transform: scale(1.1);
}

/* =========================
   SCROLL REVEAL
========================= */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }


/* =========================
   CARD GLOW EFFECT
========================= */
.service-card {
    position: relative;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(120deg, transparent, rgba(37,211,102,0.3), transparent);
    opacity: 0;
    transition: 0.5s;
}

.service-card:hover::before {
    opacity: 1;
}


/* =========================
   BUTTON LIFE
========================= */
.service-card .btn {
    transition: 0.3s ease;
}

.service-card .btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(37,211,102,0.6);
}


/* =========================
   BACKGROUND LIGHT EFFECT
========================= */
.services-section {
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(37,211,102,0.15);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}


/* =========================
   IMAGE HOVER DRAMA
========================= */
.service-card:hover img {
    transform: scale(1.15) rotate(1deg);
    filter: brightness(0.85);
}

/* BACKGROUND */
.projects-story {
    background: radial-gradient(circle at top, #0b1220, #020617);
    color: white;
}

/* TIMELINE WRAPPER */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

/* CENTER LINE */
.timeline::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #25D366;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}

/* ITEM */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
}

/* LEFT SIDE */
.timeline-item.left {
    left: 0;
    text-align: right;
}

/* RIGHT SIDE */
.timeline-item.right {
    left: 50%;
}

/* CARD */
.content-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* HOVER EFFECT */
.content-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #25D366;
    box-shadow: 0 25px 60px rgba(37,211,102,0.25);
}

/* IMAGE */
.content-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease;
}

.content-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

/* TEXT */
.content-card .text {
    padding: 20px;
}

.content-card span {
    color: #25D366;
    font-weight: bold;
    font-size: 12px;
}

.content-card h3 {
    margin-top: 10px;
    font-size: 1.3rem;
}

.content-card p {
    color: rgba(255,255,255,0.7);
}

/* REVEAL ANIMATION */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        text-align: left !important;
        left: 0 !important;
    }
}


/* SECTION BACKGROUND */
.impact-section {
    background: radial-gradient(circle at top, #020617, #0f172a);
    color: white;
    overflow: hidden;
    position: relative;
}

/* SUBTEXT */
.impact-sub {
    color: rgba(255,255,255,0.7);
}

/* COUNTER BOX */
.impact-box {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    margin: 10px;
    transition: 0.3s;
}

.impact-box:hover {
    transform: translateY(-10px);
    background: rgba(37,211,102,0.15);
}

/* COUNTER NUMBER */
.counter {
    font-size: 2rem;
    color: #25D366;
}

/* FLOATING CARDS AREA */
.impact-cards {
    position: relative;
    height: 300px;
    margin-top: 40px;
}

/* CARD STYLE */
.impact-card {
    position: absolute;
    width: 220px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transition: 0.4s ease;
}

/* POSITIONS */
.card1 { left: 10%; top: 20px; }
.card2 { left: 40%; top: 80px; }
.card3 { right: 10%; top: 40px; }

/* HOVER MAGIC */
.impact-card:hover {
    transform: scale(1.1) rotate(2deg);
    background: rgba(37,211,102,0.2);
    box-shadow: 0 25px 60px rgba(37,211,102,0.3);
}

/* CTA BUTTON */
.impact-btn {
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    background: #25D366;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}

.impact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px #25D366;
}


/* FULL SCREEN PARTICLE BACKGROUND */
#particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    background: radial-gradient(circle at top, #0b1220, #020617);
    overflow: hidden;
}

/* PARTICLES */
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(37, 211, 102, 0.8);
    border-radius: 50%;
    animation: floatUp linear infinite;
    opacity: 0.6;
}

/* FLOAT ANIMATION */
@keyframes floatUp {
    from {
        transform: translateY(100vh) scale(0.5);
        opacity: 0;
    }
    to {
        transform: translateY(-10vh) scale(1);
        opacity: 1;
    }
}

/* BRAND FLOATING TEXT */
.brand-floating {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 5px;
    color: rgba(37, 211, 102, 0.15);
    text-transform: uppercase;
    z-index: -1;
    animation: glowMove 6s ease-in-out infinite;
    text-align: center;
    pointer-events: none;
}

/* GLOW + FLOAT */
@keyframes glowMove {
    0% {
        transform: translate(-50%, -50%) scale(1);
        text-shadow: 0 0 10px rgba(37,211,102,0.2);
    }
    50% {
        transform: translate(-50%, -52%) scale(1.05);
        text-shadow: 0 0 30px rgba(37,211,102,0.4);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        text-shadow: 0 0 10px rgba(37,211,102,0.2);
    }
}


#particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0; /* IMPORTANT FIX */
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(37, 211, 102, 0.8);
    border-radius: 50%;
    opacity: 0.7;
    animation: floatUp linear infinite;
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(-10vh);
        opacity: 0;
    }
}

/* MAKE YOUR CONTENT ABOVE PARTICLES */
body {
    position: relative;
    z-index: 1;
}


/* NAVBAR BACKGROUND */
.elizek-navbar {
    background: rgba(10, 15, 30, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* BRAND */
.elizek-navbar .navbar-brand {
    font-size: 22px;
    letter-spacing: 2px;
    color: #25D366 !important;
}

/* LINKS */
.elizek-navbar .nav-link {
    color: rgba(255,255,255,0.75) !important;
    margin: 0 10px;
    transition: 0.3s;
}

.elizek-navbar .nav-link:hover {
    color: #25D366 !important;
    transform: translateY(-2px);
}

.elizek-navbar .nav-link.active {
    color: #0d6efd !important;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    background: #25D366;
    color: black;
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 18px;
    transition: 0.3s;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0);
}

.whatsapp-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}


button[type="submit"] {
    background: linear-gradient(135deg, #25D366, #0d6efd);
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

button[type="submit"]:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}








