/* Premium Black + Gold Theme */
*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
body{
background:#FFFFFF !important;
color:#003366;
scroll-behavior:smooth;
}
header{position:sticky;top:0;background:#003366;padding:20px 5%;z-index:999;border-bottom:1px solid #d4af37;}
.logo{text-align:center;font-size:22px;font-weight:bold;color:#d4af37;margin-bottom:10px;}
nav{text-align:center;}
nav a{
color:white;
text-decoration:none;
margin:0 15px;
font-weight:500;
transition:0.3s;
}
nav a:hover{color:#d4af37;}
.hero-new{
  padding:40px 10% 80px;   /* 🔥 upar ka gap kam */
}
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:nowrap;   /* 🔥 FIX */
}
.hero-text{max-width:600px;}
.hero h1{font-size:38px;color:#0077BE;margin-bottom:20px;}
.highlight{color:#D4AF37;font-weight:bold;}
.stats{background:#003366;
color:#FFFFFF;padding:30px;border-radius:12px;border:1px solid #d4af37;}
.stats h2{margin-bottom:15px;}
.counter{font-size:28px;}
.card{background:#111;padding:25px;border-radius:12px;border:1px solid #d4af37;margin-bottom:20px;transition:0.4s;}
.card:hover{transform:translateY(-8px);}
button{
background:linear-gradient(135deg,#FFD700,#D4AF37,#B8860B);
color:#003366;border:none;padding:12px 25px;border-radius:6px;cursor:pointer;font-weight:bold;}
input,textarea,select{width:100%;padding:12px;margin:10px 0;background:#003366;border:1px solid #d4af37;color:white;border-radius:6px;}
table{width:100%;margin-top:30px;border-collapse:collapse;}
td,th{border:1px solid #d4af37;padding:12px;text-align:center;}
th{background:#d4af37;color:black;}
footer{background:#003366;text-align:center;padding:25px;border-top:1px solid #d4af37;}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px 20px;border-radius:50px;text-decoration:none;font-weight:bold;}
@media(max-width:768px){.hero{flex-direction:column;}}

header{
background:#003366 !important;
}

footer{
background:#003366 !important;
}
.site-logo{
    width:200px;   /* 🔥 bada size */
    height:auto;
}
.hero{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    background:#FFFFFF;
    overflow:hidden;
}
/* ===== PROFESSIONAL NAVBAR ===== */

.navbar{
    position:sticky;
    top:0;
    background:#003366;
    border-bottom:1px solid #d4af37;
    z-index:999;
}

.nav-container{
    display:flex;
    justify-content:space-between;  /* 🔥 left-right spread */
    align-items:center;             /* 🔥 ek line me center */
    padding:15px 8%;
}

.brand{
  display:flex;
  align-items:center;
  gap:2px;   /* 🔥 gap half */
}

.brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-weight:700;
  line-height:1.2;
  font-size:22px;   /* 🔥 YE ADD KARNA HAI */
  margin-right:2px;

  background: linear-gradient(
    90deg,
    #bcbcbc,
    #ffffff,
    #bcbcbc
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}

.menu a{
    margin-left:25px;
    font-weight:500;
    transition:0.3s;
}

.menu a:hover{
    color:#d4af37;
}
/* ===== SCROLL ANIMATION ===== */

.fade-up{
    opacity:0;
    transform:translateY(40px);
    transition:all 0.8s ease;
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}
/* ===== PAGE FADE EFFECT ===== */

body{
    animation:fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ===== PREMIUM RESULTS SECTION ===== */

.results-section{
    padding:100px 10%;
    background:linear-gradient(to right,#003366,#0077BE);
    text-align:center;
    color:white;
}

.results-title{
    font-size:36px;
    margin-bottom:60px;
    color:#FFD700;
}

.results-container{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

.result-box{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,215,0,0.3);
    backdrop-filter:blur(10px);
    padding:40px 30px;
    border-radius:16px;
    width:300px;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.result-box:hover{
    transform:translateY(-12px);
    box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

.result-box h3{
    margin-bottom:20px;
    color:#FFD700;
}

.result-number{
    font-size:32px;
    font-weight:bold;
    margin-bottom:15px;
    color:#ffffff;
}

/* ===== SALES PROOF GALLERY ===== */

.proof-section{
    padding:100px 10%;
    background:#f8f9fa;
    text-align:center;
}

.proof-title{
    font-size:32px;
    margin-bottom:50px;
    color:#003366;
}

.proof-gallery{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;
}

.proof-card{
    width:300px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    transition:0.4s;
}

.proof-card img{
    width:100%;
    display:block;
    transition:0.4s;
}

.proof-card:hover{
    transform:translateY(-10px);
}

.proof-card:hover img{
    transform:scale(1.05);
}

/* ===== LIGHTBOX EFFECT ===== */

.lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.lightbox-img{
    max-width:90%;
    max-height:85%;
    border-radius:10px;
    box-shadow:0 0 40px rgba(255,215,0,0.4);
    animation:zoomIn 0.3s ease;
}

@keyframes zoomIn{
    from{transform:scale(0.8);}
    to{transform:scale(1);}
}

.close-lightbox{
    position:absolute;
    top:30px;
    right:40px;
    font-size:40px;
    color:#FFD700;
    cursor:pointer;
}

/* ===== PREMIUM FOUNDER CARD ===== */

.founder-card{
    margin-top:60px;
    padding:60px 40px;
    background:linear-gradient(135deg,#003366,#0077BE);
    border-radius:20px;
    color:white;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.founder-content h2{
    color:#FFD700;
    margin-bottom:20px;
}

.founder-content p{
    line-height:1.8;
    margin-bottom:15px;
}

.founder-details{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.3);
}

.founder-details strong{
    color:#FFD700;
    font-size:18px;
}

/* ===== ABOUT COMPANY SAME AS FOUNDER ===== */

.card{
    margin-top:60px;
    padding:60px 40px;
    background:linear-gradient(135deg,#003366,#0077BE);
    border-radius:20px;
    color:white;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
    border:none;
}

.card h2{
    color:#FFD700;
}

.card p{
    color:white;
}

/* ===== PROFESSIONAL FOOTER ===== */

.main-footer{
    background:#003366;
    color:white;
    padding:30px 10%;
}

.main-footer a{
  color:#FFD700;           /* 🔥 GOLD */
  text-decoration:none;
  font-weight:500;
}

.main-footer a:hover{
  color:white;
  text-decoration:underline;
}

.footer-container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
}

.footer-left,
.footer-right{
    font-size:14px;
    line-height:1.8;
}

.footer-right{
    text-align:right;
}

@media(max-width:768px){
    .footer-container{
        flex-direction:column;
        text-align:center;
    }

    .footer-right{
        text-align:center;
    }
}

/* ===== ABOUT PAGE HEADER NAV ===== */

.about-header{
    background:#003366;
    padding:20px 10%;
}

.about-header-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.home-btn{
    background:#FFD700;
    color:#003366;
    padding:8px 18px;
    text-decoration:none;
    border-radius:6px;
    font-weight:bold;
    transition:0.3s;
}

.home-btn:hover{
    background:white;
}

/* ===== WHY CHOOSE US SECTION ===== */

.why-section{
    margin-top:80px;
    padding:80px 40px;
    background:linear-gradient(to right,#003366,#0077BE);
    border-radius:20px;
    color:white;
    text-align:center;
}

.why-title{
    font-size:32px;
    margin-bottom:50px;
    color:#FFD700;
}

.why-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.why-box{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,215,0,0.3);
    padding:30px 25px;
    border-radius:15px;
    width:250px;
    transition:0.4s ease;
    backdrop-filter:blur(8px);
}

.why-box:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.why-box h3{
    margin-bottom:15px;
    color:#FFD700;
}

.why-box p{
    font-size:14px;
    line-height:1.6;
}

/* ===== PREMIUM TABLE THEME ===== */

table{
    width:100%;
    margin-top:30px;
    border-collapse:collapse;
    background:#ffffff;
    border-radius:10px;
    overflow:hidden;
}

th{
    background:#003366;
    color:#FFD700;
    padding:14px;
    font-weight:bold;
    border:1px solid #D4AF37;
}

td{
    padding:12px;
    border:1px solid #D4AF37;
    color:#003366;
}

tr:nth-child(even){
    background:#f4f8fb;
}

tr:hover{
    background:#e6f2fa;
    transition:0.3s;
}

.spn-badges{
  display:flex;
  align-items:center;
  gap:25px;          /* 🔥 thoda kam space logos ke beech */
  margin-bottom:5px; /* 🔥 logo aur heading ke beech gap kam */
}

.spn-badges img{
  height:250px;
}

.flipkart-badge{
  border:1px solid #003366;
  padding:10px 20px;
  border-radius:8px;
  font-weight:600;
}

.hero-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:80px;
  flex-wrap:nowrap;   /* 🔥 IMPORTANT */
}

.hero-left{
  width:55%;
}

.hero-right{
  width:40%;
  display:flex;
  justify-content:flex-end;
}

.hero-left h1{
  font-size:42px;
  color:#003366;
  margin-top:0px;     /* 🔥 ADD THIS */
  margin-bottom:15px; /* thoda compact */
}

.hero-left p{
  font-size:16px;
  margin-bottom:30px;
}

.hero-buttons a{
  margin-right:15px;
}

.btn-primary{
  background:#b30000;
  color:white;
  padding:12px 25px;
  border-radius:6px;
  text-decoration:none;
}

.btn-outline{
  border:2px solid #b30000;
  padding:12px 25px;
  border-radius:6px;
  text-decoration:none;
  color:#b30000;
}

.hero-card h2{
  display:inline;
  font-size:22px;
  color:#FFD700;
}

.hero-card{
  background:linear-gradient(135deg,#003366,#0077BE);
  color:white;
  padding:35px;
  border-radius:20px;
  width:320px;

  box-shadow:0 20px 50px rgba(0,0,0,0.25);
}

.card-line{
  margin-bottom:15px;
  font-size:18px;
  font-weight:500;
}

.card-line .counter{
  font-size:22px;
  color:#FFD700;
  font-weight:bold;
}

.hero-new{
  padding:60px 10% 80px;
}

.card-line .counter{
  color:#FFD700;
  font-weight:bold;
}

.btn-primary{
  background:linear-gradient(135deg,#003366,#0077BE);
  color:white;
  padding:12px 25px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
}

.btn-outline{
  border:2px solid #003366;
  color:#003366;
  padding:12px 25px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  background:transparent;
}

.btn-outline:hover{
  background:#003366;
  color:white;
}

.spn-header{
  height:150px;
  margin-top:2px;
  margin-left:2px;   /* 🔥 YE IMPORTANT HAI */
}