/* ===============================
   Elite Data Backup Website Stylesheet (Updated Header)
   Color Priority: Green > White > Orange > Red > Yellow
   =============================== */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');/* ===============================
   Elite Data Backup Website Stylesheet (Enhanced Creative Version)
   Includes Parallax Effects, Background Imagery, and Animations
   =============================== */

:root {
    --green: #008000;
    --orange: #ff8800;
    --red: #d93025;
    --yellow: #ffd700;
    --white: #ffffff;
    --black: #000;
}
.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;
}
.navbar{
    padding: 2px 0px;
}
.navbar-brand{
    padding: 0px;
}
/* Prevent section headings from being hidden under fixed header */
html {
    scroll-padding-top: 50px;
    /* Adjust to match your header height */
}

section {
    scroll-margin-top: 50px;
    /* Ensures anchor scroll offset */
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}
.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);
}

/* Optional subtle shadow hover effect */
.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);
}

/* ===============================
   DOWNLOAD 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 Icon Styles
   =============================== */
.social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 1.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 128, 0, 0.3);
}

.social-icons a:hover {
  background: var(--orange);
  color: var(--white);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 136, 0, 0.5);
}

.social-icons a:active {
  transform: scale(0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* ===============================
   FOOTER
   =============================== */
footer {
    background-color: var(--black);
    color: var(--white);
    padding: 40px 0;
    text-align: center;
}

footer a {
    color: var(--yellow);
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
    color: var(--orange);
}

footer p {
    margin-bottom: 0.5rem;
}

/* ===============================
   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);
    }
}
button i{
  color: var(--white) !important;
}
/* ===============================
   About Image Overlap Section
   =============================== */
 

#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;
}

 

/* Responsive Fix */
@media (max-width: 992px) {
  #about-images .overlay-img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}

/* ===============================
   RESPONSIVE DESIGN
   =============================== */
@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 0 0 0px;
    }
    .navbar-toggler{
            background-color: #06743c;
            color:#fff;
    }
    header {
            padding: 1px 10px;
    }
}