﻿
.main-header {
   position: fixed;
    
    width: 100%;
    z-index: 999;
}
section {
    scroll-margin-top: 120px; 
}
.main-header.scrolled {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
/* FLEX */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}


.logo img {
    height: 150px;
    object-fit: contain;
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   background: 1px solid rgba(255,255,255,0.4);
     box-shadow: 
        0 10px 40px rgba(0,0,0,0.25),   
        inset 0 1px 1px rgba(255,255,255,0.3);
    backdrop-filter: blur(18px);
    padding: 6px 45px;
    border-radius: 80px;
      border: 2px solid #f8f2f242;
}

/* MENU */
.nav-center ul {
    display: flex;
    gap: 45px;
    align-items: center;
        margin-top: 10px;
}

/* LINKS */
.nav-center ul li {
    position: relative;
}

.nav-center ul li a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}


.nav-center ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #dcdcdc;   
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 57%;
    transform: translateY(-50%);
}


.nav-center ul li:first-child::before {
    display: none;
}


.nav-center ul li:hover::before {
    background: #16A146;
}

.nav-center ul li a:hover {
    color: #16A146;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 700px;   
    display: flex;
    align-items: center;
    padding: 120px 45px 80px; 
    background: #f4f8fb;
    overflow: visible;  
}


/* LEFT CONTENT */
.hero-content {
    width: 50%;
    position: relative;
    z-index: 2;
    top:50px;
}

/* SUBTITLE */
.subtitle {
    color: #16A146;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Brush Script MT', cursive;
}

/* TITLE */
.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0;
    color: #1c1c1c;
}

/* BUTTON */
.btn-dark {
    background: #000;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;           
    width: 50%;
    height: 770px;    
    z-index: 1;
}


/* IMAGE */
.hero-image img {
    width: 100%;
    height: 100%;        
    object-fit: cover;
    border-radius: 125px 0 0 125px;
}

/* overlay */
.login-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    z-index: 5;
    width: 350px;
}

.login-box,
.forgetlink-with-model {
    
    background: linear-gradient(
        135deg,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.2)
    );

    backdrop-filter: blur(18px);
    color: #fff;

    border-radius: 20px;
    padding: 30px;
       width: 435px;
    text-align:center;
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);

}

/* default */
.login-box {
    display: block;
}

.forgetlink-with-model {
    display: none;
}

/* toggle */
.login-box.hide {
    display: none !important;
}

.forgetlink-with-model.show {
    display: block !important;
}
/* input */
.login-box input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,0.3);
    color: #fff;
}
/* login / forgot buttons */
.btnlogin,
#Login,
#Proceed,
#RecoverPassword,
.btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 40px;
    background: #16A146;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.btnlogin:hover,
#Login:hover,
#Proceed:hover,
#RecoverPassword:hover,
.btn-dark:hover {
    background: #000;
    color: #fff !important;
    transform: translateY(-2px);
}

/* button text center */
.fieldwrapper.width20,
#frgProceed {
    
    align-items: center;
    justify-content: center;
}

.fieldwrapper.width20 .btnlogin,
#frgProceed .btnlogin {
    width: 100%;
    max-width: 180px;
}

/* sign in area center */
.innerform {
    align-items: center;
}

/* text center for heading */
.login-box h2,
.forgetlink-with-model h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* forgot password link line center */
.forgetlik,
.wrapperbox,
.wroapperinline {
    text-align: center;
    margin-top: 20px;
    
}
a.forgetpassword.plogin {
    color: #fff;
}
form#LoginForm {
    margin-top: 20px;
}
.d-flex {
    display: block !important;
}
.forgetlink-with-model {
    text-align: center;
}
.fieldwrapper.width40 {
    width: 100%;

    justify-content: center;
}

#LoginId {
    width: 280px;
    height: 48px;
    border-radius: 10px;
    border: none;
    padding: 0 15px;
    background: rgba(255,255,255,0.7);
}
#frgProceed {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Proceed {
        margin-top: 16px;
    width: 170px;
    height: 48px;
    border-radius: 40px;
    background:  #16A146;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}

.text-black {
    color: red !important;
}
.about-section {
    padding: 160px 44px 60px 44px;
    background: #f4f8fb;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* LEFT IMAGES */
.about-images {
    width: 50%;
}

.single-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    animation: moveImg 6s ease-in-out infinite alternate;
}

@keyframes moveImg {
    0% { transform: translateX(0); }
    100% { transform: translateX(20px); }
}

/* RIGHT CONTENT */
.about-content {
    width: 50%;
}

.subtitle {
    color: #16A146;
    font-size: 18px;

}

.about-content h2 {
    font-size: 36px;
    margin: 15px 0;
}

/* FEATURES */
.about-features {
    margin-top: 25px;
}

.feature {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.feature i {
    background: #eaf6fb;
    padding: 12px;
    border-radius: 50%;
    color: #16A146;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}
.services-pricing {
    padding: 0px 0px;
    background: #f4f8fb;
    text-align: center;
}

.title span {
    color: #16A146;
    font-family: cursive;
}

.title h2 {
    margin: 10px 0 50px;
}

/* LAYOUT */
.services-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* CARD */
.card {
    background: #eaf3f9;
    width: 260px;
    padding: 30px 25px;
    border-radius: 15px;
    transition: 0.3s;
}

/* CENTER DARK CARD */
.card.active {
    background: #0d1e62;
    color: #fff;
    transform: scale(1.05);
}

/* ICON */
.icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #16A146;
}

.card.active .icon {
    color: #fff;
}

/* TEXT */
.card h4 {
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #555;
}

.card.active p {
    color: #ddd;
}

.card:hover {
    transform: translateY(-6px);
}
.main-footer {
    background: #0d1e62;
    color: #fff;
    padding: 60px 80px 20px;
        margin-top: 55px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}


.footer-col h3,
.footer-col h4 {
    margin-bottom: 18px;
}

/* contact items */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.contact-item i {
    color: #f4b400;
    font-size: 16px;
}

.contact-item p {
    margin: 0;
    font-size: 14px;
}

/* spacing for Address */
.mt-3 {
    margin-top: 20px;
}

/* bottom */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #aaa;
}
.fieldwrapper.width40,
.fieldwrapper.width20 {
    width: 100% !important;
        text-align: -webkit-center;
    justify-content: center;
}

/* 🔥 hover glow */
.login-box:hover {
    box-shadow: 0 25px 60px rgba(0, 188, 212, 0.3);
}
#LoginId {
    width: 100%;
    max-width: 320px;
    height: 48px;
    border-radius: 12px;
    border: none;
    padding: 0 15px;
    background:#fff;
    text-align: left;
}
/* TITLE */
.login-box h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

/* INPUT */
.login-box input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: none;
    outline: none;

    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* PLACEHOLDER */
.login-box input::placeholder {
    color: #eee;
}

/* BUTTON */
.login-box button {
    width: 100%;
    padding: 12px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(45deg, #00bcd4, #0097a7);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.login-box button:hover {
    transform: scale(1.05);
}
/* toggle button hidden in desktop */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
 
.footer-col {
    flex: 1;
}

    .menu-toggle {
        display: block;
z-index: 1;
    }

        .nav-center {
        position: absolute;
        top: 0px;
            left: 50%;
        right: 0;
            border-radius: 0px;
        width: 100%;
        background: #fff;
        display: none;
        padding: 20px;
        height: 547px;
    }

  
    .nav-center.active {
        display: block;
    }

    .nav-center ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0;
        margin: 0;
    }
    .nav-center ul li {
        text-align: center;
    }
    .hero-content {
   
    display: none;
}
    .hero-image img {

    display: none;
}
        .login-overlay {
        position: absolute;
        top: 24%;
        left: 0%;
        transform: translate(0%, 0%);
        z-index: 5;
        width: 100%;
    }
    .contact-item {
     display: block;
   
}
    .logo img {
    height: 125px;
    object-fit: contain;
}
    .hero-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 650px;
    z-index: 1;
}
    .header-inner {
     padding: 0 10px;
}
    .login-box, .forgetlink-with-model {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(18px);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 95%;
        margin: 6px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}
    .footer-container {
    text-align: center;
     display: block;
    justify-content: space-between;
    gap: 60px;
}
    .hero-section {
    position: relative;
    min-height: 580px;
   
}
    .about-section {
    padding: 0px;
    background: #f4f8fb;
}
     .about-container {
        flex-direction: column;   
        text-align: center;
        gap: 25px;
        padding: 0 15px;
    }

    .about-images {
        width: 100%;
    }

    .about-images img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .about-content {
        width: 100%;
    }

    .about-content h2 {
        font-size: 24px;   
    }

    .about-content p {
        font-size: 14px;
    }

    .subtitle {
        font-size: 16px;
    }
}