/* ---------- HEADER FIX ---------- */
.nav-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

nav.navbar {
    height: 90px;
    padding: 0 8px;
}

/* Reduce logo on mobile */
@media (max-width: 768px) {
    .nav-logo {
        height: 55px;
    }

    nav.navbar {
        height: 70px;
    }

    .navbar .nav-link {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .navbar-brand {
        left: 0 !important;
    }

    .navbar .ms-auto {
        display: none; /* Hide full nav */
    }
}

/* Mobile menu button (hamburger) */
.mobile-menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        font-size: 28px;
        cursor: pointer;
        color: #008080;
    }
}

/* ---------- MOBILE MENU POPUP ---------- */
.mobile-nav {
    display: none;
    background: white;
    position: absolute;
    top: 70px;
    right: 10px;
    width: 180px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 10px 20px;
    z-index: 9999;
}

    .mobile-nav a {
        display: block;
        padding: 8px 0;
        font-weight: 600;
        color: #006d64;
    }

        .mobile-nav a:hover {
            color: #009688;
        }

/* ---------- HERO FIX ---------- */
.hero {
    margin-top: -10px;
}

@media (max-width:768px) {
    .hero h1 {
        font-size: 1.9rem !important;
        line-height: 2.3rem;
    }

    .hero p {
        font-size: 1rem !important;
    }
}

/* ---------- FOOTER RESPONSIVE ---------- */
.footer-box {
    border-radius: 20px;
    padding: 30px;
}

@media (max-width:768px) {
    .footer-box {
        padding: 20px;
        text-align: center;
    }

        .footer-box h5 {
            margin-top: 20px;
        }
}





/* Footer Wrapper */
.growth-footer {
    background: #f8fcff;
}

/* 3D Card */
.footer-card {
    max-width: 900px;
    background: rgba(255,255,255,0.9);
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12), 0 3px 0px #9cfdd8 inset;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}

    .footer-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 60px rgba(0,0,0,0.18), 0 4px 0px #055b51 inset;
    }

/* Logo */
.footer-logo {
    height: 90px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
}

/* Titles */
.brand-title {
    color: #055b51;
}

.brand-tagline {
    color: #2d5986;
}

/* Section headings */
.section-title {
    color: #055b51 !important;
    font-weight: 700;
}

/* Paragraphs */
.info-text {
    color: #2d5986;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Footer Links */
.footer-links a {
    margin: 0 10px;
    color: #009688;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

    .footer-links a:hover {
        color: #055b51;
        text-shadow: 0 3px 12px rgba(0,150,136,0.3);
        text-decoration: underline;
    }

/* Copyright */
.copyright-text {
    text-align: center;
    color: #2d5986;
    margin-top: 15px;
    font-size: 0.85rem;
}

/* -------------------------------------
   MOBILE RESPONSIVE FIXES
-------------------------------------- */
@media (max-width: 768px) {

    .footer-card {
        padding: 25px 18px !important;
        border-radius: 20px;
    }

    .footer-logo {
        height: 70px;
    }

    .footer-links a {
        display: block;
        margin: 6px 0;
        font-size: 1rem;
    }

    .info-text {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {

    .footer-logo {
        height: 60px;
    }

    .footer-card {
        padding: 18px !important;
    }

    .brand-title {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 0.95rem;
    }

    .info-text {
        font-size: 0.85rem;
    }
}





.service-card {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

    .service-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 28px 60px rgba(0,0,0,0.20);
    }
.nav-logo {
    height: 120px; /* keep logo big */
    width: auto;
    object-fit: contain;
    background: transparent !important;
    border-radius: 20px; /* soften corners */
    padding: 8px; /* reduce white box */
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}


.work-step {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .work-step:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 50px rgba(0,0,0,0.22);
    }
.glass-theme {
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.65);
    padding: 40px 20px;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}


.fly-in-text {
    font-size: 3rem;
    font-weight: 500;
    color: #008080;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(-50px) scale(0.95);
    animation: flyIn 1.2s ease-out forwards;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@keyframes flyIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }


    .work-step {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #ffffffcc;
        border-radius: 12px;
    }

    .work-step:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 15px rgba(23, 179, 217, 0.25);
    }

    .step-number {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
        color: #17B3D9;
    }

    .step-title {
        color: #1d2125;
        font-family: 'Poppins', sans-serif;
    }
}



    body {
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
    }
    /* Content Area grows with screen */
    .content-area {
        flex: 1;
    }
    /* Hero Section */
    .hero {
        background: linear-gradient(rgba(45,89,134,0.45), rgba(93,132,179,0.25)), url('https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&w=1500&q=80') center/cover;
        color: #fff;
        padding: 100px 0 80px 0;
        text-align: center;
        border-radius: 0 0 38px 38px;
        box-shadow: 0 4px 24px rgba(45,89,134,0.12);
    }

        .hero h1 {
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 16px;
        }

        .hero p {
            font-size: 1.2rem;
        }
    /* Gradient Button */
    .btn-primary {
        background: linear-gradient(90deg, #2d5986, #5d84b3);
        color: #fff;
        padding: 12px 28px;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        font-size: 1rem;
        transition: background 0.3s ease, transform 0.2s;
    }

        .btn-primary:hover {
            background: linear-gradient(90deg, #5d84b3, #2d5986);
            transform: scale(1.05);
        }
    /* Why Choose Section */
    .why-choose {
        background: #fff;
        border-radius: 24px;
        margin-top: -40px;
        box-shadow: 0 8px 32px rgba(45, 89, 134, 0.1);
        padding: 48px 28px 32px 28px;
    }

        .why-choose h2 {
            color: #2d5986;
            font-weight: 700;
        }

        .why-choose .icon {
            font-size: 2.5rem;
            color: #5d84b3;
        }
    /* Services Section */
    .services-section {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(45, 89, 134, 0.1);
        margin: 48px 0;
        padding: 40px 20px;
    }

.service-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.15); /* glass background */
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    width: 100%;
    max-width: 320px;
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
   color:black;
}

    
.services-section .row {
    justify-content: center !important;
}

.services-section .col-md-4 {
    display: flex;
    justify-content: center;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 28px 60px rgba(0,0,0,0.22);
    background: rgba(255, 255, 255, 0.25);
}

        .service-card h5 {
            color: #2d5986;
            font-weight: 600;
            margin-top: 18px;
        }

    .price {
        color: #5d84b3;
        font-weight: 700;
        font-size: 1.3rem;
        margin-top: 8px;
    }
 

    .glass-theme {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
        padding: 2rem;
        color: #ffffff;
        transition: all 0.3s ease;
    }
    /* Optional for Glass Buttons */
    .glass-btn {
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        backdrop-filter: blur(6px);
        border-radius: 30px;
        padding: 10px 28px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .glass-btn:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05);
        }





        /** rRGRwoth HCM Suite  CSS*/


/* ================= MODERN FOOTER ================= */
/* ================= BRAND FOOTER ================= */
.growth-footer {
    background: linear-gradient(135deg, #006d64 0%, #009688 100%);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

    /* Soft decorative glow */
    .growth-footer::before {
        content: '';
        position: absolute;
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%);
        border-radius: 50%;
        top: -160px;
        right: -160px;
        opacity: 0.25;
        z-index: 0;
    }

/* Footer glass card */
.footer-card {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.4);
}

/* Logo */
.footer-logo {
    max-width: 180px;
    margin-bottom: 12px;
}

/* Brand title */
.brand-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #006d64;
}

.brand-tagline {
    color: #475569;
    font-size: 0.95rem;
}

/* Section headings */
.growth-footer .section-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #006d64;
}

/* Info text */
.growth-footer .info-text {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}

/* Footer links */
.footer-links a {
    margin: 0 12px;
    font-weight: 600;
    color: #006d64;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-links a:hover {
        color: #009688;
        text-decoration: underline;
    }

/* Copyright */
.copyright-text {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #475569;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

    .growth-footer {
        padding: 60px 16px 30px;
    }

    .footer-card {
        padding: 28px 20px;
    }

    .footer-links a {
        display: inline-block;
        margin: 6px 10px;
    }

    .brand-title {
        font-size: 1.4rem;
    }
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    overflow-x: hidden;
    line-height: 1.6;
}

/* SCROLL ANIMATIONS */


/* HERO - FULLSCREEN */
.hero-fullpage {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
}

.hero-image-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .hero-image-container::before {
        content: '';
        position: absolute;
        inset: 0;
        /*   background: linear-gradient(45deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8)); */
        z-index: 2;
    }

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.hero-overlay {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left; /* Left-align text for right positioning */
    max-width: 500px;
    width: 45%;
    padding: 3rem 2rem;
    /* TRANSPARENT BACKGROUND - Image fully visible */
    background: rgba(0, 0, 0, 0.1); /* Ultra-light overlay */
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideInRight 1s ease-out;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

@keyframes heroSlide {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hero-overlay h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    color: #0097E3;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(20px);
}

    .hero-cta:hover {
        transform: translateY(-6px) scale(1.05);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        background: orange;
    }

@keyframes heroSlide {
    from {
        transform: translateY(-50%) translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

/* SECTIONS */
.section {
    padding: 120px 6%;
    max-width: 1400px;
    margin: 0 auto;
}

    .section h2 {
        text-align: center;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 800;
        margin-bottom: 4rem;
        background: linear-gradient(135deg, #4f46e5, #06b6d4);
        -webkit-background-clip: text;
        /*   -webkit-text-fill-color: transparent; */
        Color: #0097E3;
    }

/* RESPONSIVE - Stack on mobile */
@media (max-width: 768px) {
    .hero-overlay {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 90%;
        margin: 2rem auto;
        text-align: center;
        max-width: 500px;
        background: rgba(0, 0, 0, 0.3);
    }

        .hero-overlay h1 {
            font-size: 2.2rem;
        }
}
