/* ===============================
   Elite Data Backup Website Stylesheet (FINAL FOOTER LOCKED)
   Green #0A4D2B + White Text - NO MORE CHANGES
   =============================== */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --green: #008000;
    --orange: #ff8800;
    --red: #d93025;
    --yellow: #ffd700;
    --white: #ffffff;
    --black: #B5471F;
}

.h4, h4 {
    font-size: 1.5rem;
    font-weight: bold;
}
.text-justify {
    text-align: justify;
}

body {
    font-family: "Figtree", sans-serif;
    background-color: var(--white);
    color: #333;
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar {
    padding: 2px 0px;
}
.navbar-brand {
    padding: 0px;
}

/* Scroll behavior */
html {
    scroll-padding-top: 50px;
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 50px;
}

.menu-about {
    background-color: var(--green);
}
.menu-about:hover {
    background-color: #00a650;
    transform: translateY(-3px);
}

.menu-product {
    background-color: var(--orange);
}
.menu-product:hover {
    background-color: #ff9b26;
    transform: translateY(-3px);
}

.menu-contact {
    background-color: var(--red);
}
.menu-contact:hover {
    background-color: #e64937;
    transform: translateY(-3px);
}

.menu-download {
    background-color: var(--yellow);
    color: var(--green) !important;
}
.menu-download:hover {
    background-color: #ffcc00;
    color: var(--red) !important;
    transform: translateY(-3px);
}

.navbar-nav .nav-link:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* HEADER */
header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.navbar-brand img.logo {
    height: 80px;
    transition: all 0.3s ease;
}

h5.heading10 {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #0A2828;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 10px auto;
    width: 250px;
}

h5.heading10::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: rgb(233 161 30 / 25%);
    border-radius: 8px;
}

h5.heading9 {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--black);
    border-radius: 8px;
    transition: all 0.4s;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 10px auto;
    width: 250px;
}

h5.heading9::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: rgb(233 161 30 / 20%);
    border-radius: 8px;
}

.nav-link {
    color: var(--white) !important;
    transition: 0.3s;
    font-weight: 500;
    margin-right: 20px;
    text-transform: uppercase;
}

.btn-download {
    background-color: var(--orange);
    color: var(--white);
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 136, 0, 0.4);
}

.btn-download:hover {
    background-color: var(--green);
    color: var(--white);
    transform: translateY(-2px);
}

/* HERO SECTION */
.hero-section {
    background: url('backup-hero.jpg') center/cover no-repeat fixed;
    color: var(--white);
    text-align: center;
    padding: 200px 0 160px 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 600;
    animation: fadeInDown 1.5s ease;
}

.hero-section p {
    font-size: 1.3rem;
    font-weight: 500;
    animation: fadeInUp 2s ease;
}

.readmore {
    display: inline-block;
    background: var(--green);
    color: var(--white);
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 128, 0, 0.25);
}

.readmore:hover {
    background: var(--orange);
    color: var(--white);
    transform: translateY(-2px);
}

#why {
    background: url(header-bg5.png) center / cover fixed;
    color: var(--white);
    position: relative;
}

/* ABOUT SECTION */
#about {
    position: relative;
    z-index: 2;
}

p {
    font-size: 1.1rem;
}

#about h2, #keyfeatures h2, #contact h2 {
    color: var(--green);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

#about p {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* PRODUCT SECTION */
#product {
    background: url('header-bg5.png') center/cover fixed;
    color: var(--white);
    position: relative;
}

#product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#product .container {
    position: relative;
    z-index: 1;
}

#product h2, #why h2 {
    color: var(--yellow);
    font-weight: 700;
}

#product ul {
    list-style-type: none;
    padding: 0;
}

#product ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

#product ul li::before {
    content: '☁';
    color: var(--orange);
    margin-right: 8px;
    font-weight: bold;
}

#product img {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
    transition: transform 0.4s ease;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.feature-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.feature-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.feature-icon {
    background: var(--orange);
    color: var(--white);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    font-size: 1.8rem;
    box-shadow: 0 4px 12px rgba(255, 136, 0, 0.4);
}

.feature-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--green);
}

/* CARRERS SECTION */
#carrers_details {
    background: url(bg6.jpg) center / cover fixed;
    color: var(--white);
    padding: 150px 0 !important;
    text-align: center;
    position: relative;
}

#carrers_details h2 {
    color: var(--green);
    font-weight: bold;
}

#carrers_details p {
    font-size: 1rem;
    color: var(--black);
}

.carrers_details {
    background: #fff;
    padding: 10px;
    box-shadow: 2px 2px 2px #0000003b;
}

/* CONTACT SECTION */
#contact {
    background: #fff;
    position: relative;
}

.form-control {
    border-radius: 3px;
    padding: 10px;
}

label {
    color: #fff;
}

.form_contact {
    background: #104041;
    border-radius: 8px;
    padding: 32px;
    margin: 0 0 0 50px;
}

#contact .container {
    position: relative;
    z-index: 1;
}

#contact h5 {
    color: var(--black);
}

#contact a {
    color: var(--orange);
    text-decoration: none;
}

#contact .crdt i {
    color: #104041;
    background: #d7d7d7;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.cop {
    font-size: .8rem;
}

#contact a:hover {
    text-decoration: underline;
    color: var(--red);
}

/* SOCIAL MEDIA ICONS */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #0A4D2B !important;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.social-icons a:hover {
    background: #FFD700;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* ==========================================
   FINAL LOCKED FOOTER - #0A4D2B GREEN + WHITE
   ========================================== */
footer {
    background-color: #0A4D2B; /* LOCKED FOREVER */
    color: #F8F8F8;
    padding: 50px 0 35px;
    text-align: center;
    position: relative;
    border-top: 3px solid #FFD700; /* Gold luxury border */
    animation: footerSlideUp 0.8s ease-out; /* Subtle entrance */
    font-family: "Figtree", sans-serif;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

footer a {
    color: #FFFFFF !important; /* FORCE WHITE - NO OVERRIDES */
    text-decoration: none !important;
}

/* LINKS */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 0 2.5rem 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin: 0.25rem;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}

.footer-links a:hover {
    background: rgba(255, 215, 0, 0.2);
    color: #0A4D2B !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* BOTTOM SECTION */
.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 600px;
    margin: 0 auto;
}

.footer-bottom p {
    margin: 0 0 1rem 0;
    font-size: 0.95rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ANIMATIONS */
@keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes footerSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

button i {
    color: var(--white) !important;
}

/* ABOUT IMAGES */
#about-images .main-img {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#about-images .overlay-img {
    position: absolute;
    bottom: -22px;
    right: 45px;
    width: 50%;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    #about-images .overlay-img {
        position: static;
        width: 80%;
        margin-top: 20px;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section h1 { font-size: 2.5rem; }
    .hero-section p { font-size: 1rem; }
    #product img { margin-top: 20px; margin-bottom: 30px; }
    .img-fluid { margin-bottom: 30px; }
    .nav-link { margin-right: 0px; padding-left: 20px; }
    .btn { width: 100%; margin-bottom: 0px; }
    section { padding: 60px 0; }
    .form_contact { margin: 0; }
    .navbar-toggler { background-color: #06743c; color: #fff; }
    header { padding: 1px 10px; }
    
    /* FOOTER MOBILE */
    .footer-links {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }
    .footer-links a {
        padding: 0.6rem 1.2rem;
        font-size: 0.95rem;
    }
    .social-icons {
        gap: 1rem;
    }
    .social-icons a {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
}

/* SUB-PAGE FIXES */
body.sub-page header {
    border-bottom: 2px solid #f1f1f1;
}

body.sub-page section:first-of-type {
    margin-top: 0 !important;
}

.btn-orange-dl {
    background-color: #ff8c00 !important;
    border: 2px solid #e67e00;
    border-radius: 8px;
    font-weight: bold;
}

.btn-green-dl {
    background-color: #28a745 !important;
    border: 2px solid #218838;
    border-radius: 8px;
    font-weight: bold;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #ff8c00;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3);
}

.feature-box-card {
    transition: transform 0.3s ease;
}

.feature-box-card:hover {
    transform: translateY(-5px);
}

/* Prevent CLS for hero and about sections */
#hero {
    min-height: 420px;
}

#about {
    min-height: 600px;
}

.navbar {
    min-height: 80px;
}

