*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  color:#333;
  position: relative;
  font-family:'Poppins',sans-serif;
  background: transparent;
  overflow-x: hidden;
}

body::before{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url('img/vedic.jpeg') center/cover no-repeat;
opacity:0.08;
z-index:-1;
animation:moveBg 60s linear infinite;
pointer-events:none;
}

/* ANIMATION */

@keyframes moveBg{
0%{ transform:scale(1) translate(0,0); }
50%{ transform:scale(1.05) translate(-20px,-20px); }
100%{ transform:scale(1) translate(0,0); }
}

/* ===== BREADCRUMB ===== */
.au-breadcrumb {
  background: #fffaf3;
  padding: 14px 0px;
  border-bottom: 1px solid rgba(255, 122, 24, 0.15);
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #6d5b4b;
  flex-wrap: wrap;
}

.breadcrumb-list a {
  text-decoration: none;
  color: #ff7a18;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb-list a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #bfa48a;
  font-size: 12px;
}

.breadcrumb-current {
  color: #2c1d14;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 600px) {
  .breadcrumb-list {
    font-size: 13px;
    gap: 6px;
    /* row-gap: 6px; */
  }
}
.container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* HERO SECTION */
.au-hero {
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 40px; /* control spacing */
  position: relative;
  background: transparent;
}


/* CONTENT */
.au-hero-content {
  max-width: 1200px;
  margin: auto;
}
.au-hero-content{
  animation: fadeUp 1s ease;
}

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

.au-hero-content h1{
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.au-hero-content p{
  font-size: 18px;
  max-width: 600px;
  margin: auto;
  color: #5c4b3c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .au-hero {
    min-height: 65vh;
    background-position: center;
  }

  .au-hero-content h1 {
    font-size: 34px;
  }

  .au-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .au-hero-content h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .au-hero-content p {
    font-size: 15px;
  }
}


/* ===== OUR MISSION SECTION ===== */

.mission-section {
   padding: 20px 20px 60px;
  margin-top: 0 !important;

  background: transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mission-title{
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c1d14;
}

.mission-container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* Small Label */
.mission-tag {
  display: inline-block;
  background: rgba(255,122,24,0.12);
  color: #ff7a18;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
}

/* Main Mission Text */
.mission-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  color: #2c1d14;
}

/* Highlight important words (optional future use) */
.mission-heading strong {
  background: linear-gradient(135deg, #ff7a18, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.85);
}

/* Responsive */
@media (max-width: 768px) {
  .mission-section {
    padding: 80px 20px;
  }

  .mission-heading {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .mission-heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

/* ===== ABOUT BRAND SECTION ===== */

.about-brand-section {
  padding: 60px 20px;
  background: transparent;

  position: relative;
  overflow: hidden;
}

/* subtle premium accent */
.about-brand-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255,122,24,0.05);
  border-radius: 50%;
  bottom: -120px;
  left: -120px;
}

.about-brand-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Tag */
.about-brand-tag {
  display: inline-block;
  padding: 8px 22px;
  background: rgba(255,122,24,0.12);
  color: #ff7a18;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
}

/* Title */
.about-brand-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #2c1d14;
}

/* Paragraph */
.about-brand-text {
  font-size: 17px;
  line-height: 1.8;
  color: #5c4b3c;
  margin-bottom: 20px;
}

/* Highlighted Words */
.highlight {
  font-weight: 700;
  background: linear-gradient(135deg, #ff7a18, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.85);
}

/* Responsive */
@media (max-width: 768px) {
  .about-brand-section {
    padding: 80px 20px;
  }

  .about-brand-title {
    font-size: 26px;
  }

  .about-brand-text {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .about-brand-title {
    font-size: 22px;
  }

  .about-brand-text {
    font-size: 14px;
    line-height: 1.7;
  }
}





/* SECTIONS */
.au-section {
  padding: 50px 20px;
  
}

.au-light {
  background: transparent;
}

.au-container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
}

.au-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.au-text h2 {
  font-size: 34px;
  margin-bottom: 16px;
}

.au-text p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #5c4b3c;
}

.au-image img {
  width: 100%;
  border-radius: 20px;
}

/* FEATURES */
.au-center {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

.au-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.au-card {
  background: rgba(255,255,255,0.4);
backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border: 1px solid #ff7a18;
}

.au-card i {
  font-size: 34px;
  color: #ff7a18;
  margin-bottom: 14px;
}

.au-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

/* ===== STATS SECTION ===== */
.pg-stats {
  padding: 60px 20px;
 background: transparent;
}


.pg-stats-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.pg-stat-card {
  background: rgba(255,255,255,0.4);
backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 40px 26px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  border: 1px solid rgba(255,152,0,0.15);
}


.pg-stat-card.show {
  opacity: 1;
  transform: translateY(0);
}

.pg-stat-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 30px 60px rgba(255,152,0,0.25);
}


.pg-stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7a18, #ff9800);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(255,152,0,0.45);
}


.pg-stat-number {
  font-size: 44px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff7a18, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* ✅ correct way */
}


.pg-stat-card p {
  color: #5c4b3c;
  font-size: 16px;
  letter-spacing: 0.4px;
}


/* MOBILE */
@media (max-width: 600px) {
  .pg-stat-number {
    font-size: 34px;
  }
}


/* CTA */
/* ===== MODERN CTA ===== */
.au-cta {
  padding: 70px 20px;
  background: transparent;
}

.au-cta-box {
  max-width: 1100px;
  margin: auto;
  padding: 70px 50px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255,255,255,0.4);
backdrop-filter: blur(8px);
  color: #2c1d14;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid #ff7a18;
}

/* soft glow circles */
.au-cta-box::before,
.au-cta-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
}

.au-cta-box::before {
  top: -80px;
  left: -80px;
}

.au-cta-box::after {
  bottom: -80px;
  right: -80px;
}

.au-cta-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.25;
}


.au-cta-box p {
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.95;
}

/* Buttons */
.au-cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.au-cta-btn {
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

/* Primary */
.au-cta-btn.primary {
  background: #ff7a18;
  color: #fff;
  box-shadow: 0 12px 25px rgba(255,122,24,0.35);
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}


.au-cta-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(255,255,255,0.6);
}

/* Secondary */
.au-cta-btn.secondary {
  border: 2px solid #ff7a18;
  color: #ff7a18;
}

.au-cta-btn.secondary:hover {
  background: rgba(255,255,255,0.18);
}

/* Responsive */
@media (max-width: 768px) {
  .au-cta-box {
    padding: 55px 25px;
  }

  .au-cta-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .au-cta-actions {
    flex-direction: column;
  }

  .au-cta-btn {
    width: 100%;
    text-align: center;
  }
}


/* ANIMATION */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}

[data-animate].show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .au-grid {
    grid-template-columns: 1fr;
  }

  .au-hero h1 {
    font-size: 34px;
  }
}

/* VIDEO BUTTON */
.au-video-btn {
  margin-top: 18px;
  background: rgba(255,255,255,0.4);
backdrop-filter: blur(8px);
  border: none;
  color: #ff7a18;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.au-video-btn i {
  background: #ff7a18;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(255,122,24,0.35);
}

/* MODAL */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.show {
  display: flex;
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
}

/* VIDEO BOX */
.video-box {
  position: relative;
  width: 90%;
  max-width: 820px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
}

/* CLOSE BUTTON */
.video-close {
  z-index: 10;
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}

/* ===== FOUNDER MESSAGE ===== */
.founder-section {
  background: transparent;
}

.founder-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.founder-content h2 {
  font-size: 34px;
  margin-bottom: 16px;
  color: #2c1d14;
}

.founder-quote {
  font-size: 18px;
  font-style: italic;
  color: #ff7a18;
  margin-bottom: 20px;
  line-height: 1.7;
}

.founder-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #5c4b3c;
  margin-bottom: 16px;
}

.founder-sign {
  margin-top: 22px;
}

.founder-sign strong {
  font-size: 17px;
  color: #2c1d14;
}

.founder-sign span {
  font-size: 14px;
  color: #7a6a5b;
}

/* Mobile */
@media (max-width: 768px) {
  .founder-image img {
    margin: 0 auto;
    display: block;
  }

  .founder-content {
    text-align: center;
  }
}

/* ===== VALUES SECTION ===== */
.values-section {
  background: transparent;
}

.values-sub {
  text-align: center;
  max-width: 540px;
  margin: -30px auto 50px;
  color: #6d5b4b;
  font-size: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.value-card {
  background: rgba(255,255,255,0.4);
backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 38px 28px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.07);
  transition: all 0.4s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(255,152,0,0.22);
}

.value-card i {
  font-size: 34px;
  color: #ff7a18;
  margin-bottom: 16px;
}

.value-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2c1d14;
}

.value-card p {
  font-size: 15px;
  color: #5c4b3c;
  line-height: 1.6;
}
