.about-title {
  position: relative;
  color: var(--primary-color);
  overflow: hidden;
}

.about-title .outframe {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 90%;
}

/* Vision Section */
.vision {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.vision p {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.vision img {
  width: 350px;
  max-width: 90%;
}

.vision img:nth-child(3) {
  transform: rotateY(180deg);
}

.vision .img-s {
  width: 120px;
}

@media (max-width: 1200px) {
  .vision img {
    width: 280px;
  }
}
@media (max-width: 1000px) {
  .vision img {
    width: 180px;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-title h2 {
    font-size: 2rem;
  }

  .vision img {
    width: 180px;
    display: none;
  }

  .vision .img-s {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .about-title h2 {
    font-size: 1.5rem;
  }

  .vision img,
  .vision .img-s {
    width: 90px;
  }
}

.chef-corner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: stretch;
  flex-wrap: wrap;
  color: var(--text);
  font-size: 20px;
}
.chef-corner>div 
{
  padding: 20px;
  border: 1px dotted var(--primary-color);
}
.chef-corner  div.direc_flex
{
    display:flex;
    gap:18px;
}
@media(max-width:992px){
    .chef-corner  div.direc_flex
    {
        flex-direction: column;
    }
}
.chef-corner .img_bx{
    min-width:18%;
}
.chef-corner h3 {
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 10px;
}
.chef-pics {
  display: flex;
  justify-content: space-around;
}
.chef-pics img:first-child,
.chef-pics img:nth-child(3) {
  width: 100px;
  height: 100%;
  transform: translateY(-20px);
}
.chef-pics img:nth-child(2) {
  width: 600px;
  transform: translateY(50px);
}
.gene-hunar {
  position: relative;
  display: flex;
  padding: 50px;
  justify-content: center;
}
.gene-hunar img:first-child {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 400px;
}
.gene-hunar img:nth-child(2) {
  width: 700px;
  transform: translateY(100px);
}

.generation {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.generation .grow {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.generation .grow div {
  /* width: 250px; */
}
.generation .grow img {
  /* width: 250px; */
}
.globalex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.globalex .khamba {
  width: 100px;
  height: 100%;
}
.globalex .midd {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.globalex .midd img {
  width: 200px;
}

/* =========================
   GLOBAL RESPONSIVE FIXES
========================= */
img {
  max-width: 100%;
  height: auto;
}

/* =========================
   CHEF CORNER
========================= */
@media (max-width: 992px) {
  .chef-corner {
    flex-direction: column;
    align-items: center;
    font-size: 18px;
  }

  .chef-corner div {
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 576px) {
  .chef-corner {
    font-size: 16px;
  }

  .chef-corner div {
    padding: 15px;
  }
}

/* =========================
   CHEF PICTURES
========================= */
@media (max-width: 992px) {
  .chef-pics {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .chef-pics img:first-child,
  .chef-pics img:nth-child(3) {
    width: 80px;
    transform: none;
  }

  .chef-pics img:nth-child(2) {
    transform: none;
  }
}
@media (max-width: 650px) {
    .chef-pics .m-no{
        display: none;
    }
}

/* =========================
   GENERATIONS OF HUNAR
========================= */
@media (max-width: 992px) {
  .gene-hunar {
    flex-direction: column;
    padding: 20px;
  }

  .gene-hunar img:first-child {
    position: static;
    width: 80%;
    margin-bottom: 20px;
  }

  .gene-hunar img:nth-child(2) {
    width: 100%;
    transform: none;
  }
}

/* =========================
   GENERATION TIMELINE
========================= */
@media (max-width: 992px) {
  .generation .grow {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .generation .grow div,
  .generation .grow img {
    
  }
}

/* =========================
   GLOBAL EXPANSION SECTION
========================= */
@media (max-width: 992px) {
  .globalex {
    gap: 30px;
    padding: 20px;
  }

  .globalex .khamba {
    width: 60px;
  }

  .globalex .midd img {
    width: 150px;
  }

  .globalex .midd h2 {
    font-size: 22px;
  }

  .globalex .midd p {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
    .khamba{
        display: none;
    }
}

/* =========================
   FINAL MOBILE TWEAKS
========================= */
@media (max-width: 480px) {
  h2 {
    font-size: 26px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  .globalex .midd p {
    font-size: 15px;
  }
}


/* Loyalty Program Styles */
/* HERO */

.loyalty-hero{
text-align:center;
padding:80px 20px;
/* background:linear-gradient(135deg,#1b1b1b,#2e2e2e); */
background-color: var(--primary-color);
color:white;
}

.loyalty-hero h1{
font-size:42px;
margin-bottom:10px;
}

.tagline{
font-size:22px;
color:#f5c542;
}

.sub{
opacity:.8;
margin-top:10px;
}


/* SECTIONS */

.loyalty-section{
padding:20px 20px;
max-width:1200px;
margin:auto;
text-align:center;
}

.loyalty-section h2{
font-size:32px;
margin-bottom:40px;
color:var(--primary-color);
}


/* BENEFITS */

.benefit-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.benefit-card{
padding:30px;
border-radius:10px;
background:#fff;
box-shadow:0 5px 15px rgba(0,0,0,.08);
transition:.3s;
}

.benefit-card:hover{
transform:translateY(-6px);
}


/* HOW IT WORKS */

.how-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
}


/* WEEKLY BOOST */

.boost-box{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.boost-box div{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,.1);
min-width:260px;
}


/* TIERS */

.tier-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.tier-card{
padding:35px;
border-radius:12px;
color:white;
text-align:left;
}

.tier-card h3{
font-size:26px;
margin-bottom:10px;
}

.tier-card ul{
padding-left:18px;
margin-top:15px;
}

.tier-card li{
margin-bottom:8px;
}

.coins{
opacity:.8;
}

.khansama{
background: var(--primary-color);
}

.ustaad{
background: var(--primary-color);
}

.legend{
background: var(--primary-color);
}


/* PERKS */

.perk-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.perk-grid div{
background:#fff;
padding:20px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,.08);
}


/* ROYAL MESSAGE */

.royal-message{
background:var(--primary-color);
color:white;
text-align:center;
padding:80px 20px;
}

.royal-message h2{
font-size:34px;
margin-bottom:20px;
}