:root{
  --purple:#b36ddb;
  --dark:#050008;
  --gold: linear-gradient(
    120deg,
    #7a5c00,
    #ffd86a,
    #fff2b0,
    #d4af37,
    #b8962e,
    #fff2b0,
    #ffd86a
  );
}

.header-btn,
.lux-shine-btn,
.pro-btn,
.reverse-btn,
.about-pro-btn,
.lux-btn,
.cash-btn,
.cash-creative-btn {
  color:#3b0a57 !important;
  text-decoration:none;
}

/* hover */
.header-btn:hover,
.lux-shine-btn:hover,
.pro-btn:hover,
.reverse-btn:hover,
.about-pro-btn:hover,
.lux-btn:hover,
.cash-btn:hover,
.cash-creative-btn:hover {
  color:#3b0a57 !important;
}

/* click / focus (THIS removes blue) */
.header-btn:active,
.header-btn:focus,
.lux-shine-btn:active,
.lux-shine-btn:focus,
.pro-btn:active,
.pro-btn:focus,
.reverse-btn:active,
.reverse-btn:focus,
.about-pro-btn:active,
.about-pro-btn:focus,
.lux-btn:active,
.lux-btn:focus,
.cash-btn:active,
.cash-btn:focus,
.cash-creative-btn:active,
.cash-creative-btn:focus {
  color:#3b0a57 !important;
  outline:none;
  box-shadow:none;
}

.header-btn{
  position:relative;
  overflow:hidden;
}

/* Shine sweep */
.header-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.85),
    transparent
  );
  animation:headerShine 2.8s infinite;
}

@keyframes headerShine{
  0%{ left:-120%; }
  50%{ left:120%; }
  100%{ left:120%; }
}



/* ===== EMPRINT LUXURY FONT FAMILY ===== */

@font-face {
  font-family: "EMprint";
  src: url("../fonts/EMprint-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "EMprint";
  src: url("../fonts/EMprint-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "EMprint";
  src: url("../fonts/EMprint-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "EMprint";
  src: url("../fonts/EMprint-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
} 


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: "EMprint";

}
h1,h2,h3,h4{
  font-weight:700;
}

p,span,a{
  font-weight:400;
}

.small-text{
  font-weight:300;
}


body{
  background:black;
  color:white;
}

/* GOLD SHINE */
.gold-text{
  background:var(--gold);
  background-size:300%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:shine 5s linear infinite;
  font-weight:700;
}

.gold-btn{
  background:var(--gold);
  background-size:300%;
  animation:shine 5s linear infinite;
  color:black;
  padding:14px 40px;
  border:none;
  border-radius:30px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 0 12px rgba(255,215,120,.7);
}

@keyframes shine{
  0%{background-position:0%}
  100%{background-position:300%}
}

/* NAVBAR */
.navbar{
  background:linear-gradient(90deg,var(--purple),#7b18a9);
  padding:25px 80px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  box-shadow:0 4px 25px rgba(0,0,0,.6);
}

/* LOGO BIGGER */
.logo{
  font-size:2.2rem;
  letter-spacing:2px;
}
.home-link{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:12px;
}

.home-link:hover{
  transform:scale(1.05);
}

/* MENU STYLE */
.menu{
  display:flex;
  gap:45px;
}

.menu a{
  position:relative;
  color:white;
  font-size:1.2rem;
  font-weight:600;
  text-decoration:none;
  padding:6px 0;
  transition:.3s ease;
}

/* GOLD UNDERLINE ANIMATION */
.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0%;
  height:3px;
  background:linear-gradient(90deg,#ffd86a,#d4af37);
  box-shadow:0 0 12px #ffd86a;
  transition:.4s ease;
}


/* ===== HEADER SCROLL EFFECT ===== */

.luxury-header.scrolled{
  background:linear-gradient(90deg,#3b0a57,#6B2F8A);
  backdrop-filter:none;
  padding:0px 0;
  border-bottom:2px solid #d4af37;
  box-shadow:0 8px 35px rgba(212,175,55,.4);
}

/* Shrink header content slightly */
.luxury-header.scrolled .header-container{
  padding:0px 70px;
}

.luxury-header.scrolled .logo{
  font-size:1.7rem;
}

.luxury-header.scrolled .header-logo{
  width:38px;
  height:38px;
}

/* ===== ULTRA LUXURY SCROLL EFFECT ===== */

.luxury-header.scrolled{
  background:linear-gradient(90deg,#2a053f,#6B2F8A);
  padding:0px 0;
  border-bottom:3px solid #d4af37;
  box-shadow:
    0 10px 40px rgba(212,175,55,.6),
    inset 0 -2px 10px rgba(255,215,120,.4);
  transform:translateY(0);
  animation:slideDown .45s ease;
}

/* Smooth drop animation */
@keyframes slideDown{
  from{
    transform:translateY(-25px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}

/* Logo shrink + glow */
.luxury-header.scrolled .header-logo{
      width: 250px;
    height: 100px;
    object-fit: contain;
 
}

.luxury-header.scrolled .logo{
  font-size:2.0rem;
}

/* Menu glow on scroll */
.luxury-header.scrolled .nav-menu a{
  color:#ffd86a
}

.luxury-header.scrolled .nav-menu a:hover{
  text-shadow:0 0 12px #ffd86a;
}

/* SELL NOW becomes royal CTA */
.luxury-header.scrolled .header-btn{
  box-shadow:
    0 0 18px rgba(212,175,55,.9),
    0 0 45px rgba(212,175,55,.7);
  transform:scale(1.05);
}
/* ===== FORCE SCROLL COLOR CHANGE ===== */

.luxury-header{
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  backdrop-filter:blur(12px);
  background:rgba(10,0,20,0.6);
  transition:all .4s ease;
}

/* THIS WILL DEFINITELY CHANGE COLOR */
.luxury-header.scrolled{
  background:#3b0a57 !important;   /* solid purple */
  backdrop-filter:none !important; /* remove glass */
  border-bottom:3px solid #d4af37;
  box-shadow:0 8px 30px rgba(212,175,55,.5);
}




/* ================= BANNER SLIDER ================= */

.slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(59, 10, 87, 0)
    );
}

.slideContent{
 animation: fadeUp 2.8s ease;
}

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

.slider{
  position:relative;
  height:100vh;   /* FULL SCREEN */
  width:100%;
  overflow:hidden;
}


.slide{
  position:absolute;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1s ease;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding-left:80px;
}

.slide.active{
  opacity:1;
}

.slide::before{
  content:"";
  position:absolute;
  inset:0;
}

.slideContent{
  position:relative;
  text-align:left;
  z-index:2;
  max-width:600px;
}

.slideContent h2{
  font-size:4.0rem;
  margin-bottom:15px;
}

.white{
  color:white;
}

.slideContent p{
  font-size:1.2rem;
  color:#eee;
}

.hero p{
  margin:20px 0;
  max-width:600px;
  font-size: 30px;
}

/* ===== SLIDER CONTROLS ===== */

.slider-controls{
  position:absolute;
  top:50%;
  width:100%;
  display:flex;
  justify-content:space-between;
  padding:0 50px;
  transform:translateY(-50%);
  z-index:20;
}

.slider-controls button{
  width:50px;
  height:50px;
  border-radius:50%;
  border:2px solid #ffd86a;

  background:transparent;   /* transparent default */
  color:#ffd86a;            /* gold icon */

  font-size:22px;
  cursor:pointer;
  transition:.35s ease;
}

/* HOVER EFFECT */
.slider-controls button:hover{
  background:#ffd86a;       /* gold background */
  color:#3b0a57;            /* purple icon */
  transform:scale(1.15);
  box-shadow:0 0 25px rgba(212,175,55,.9);
}
.slider-controls .prev{
  position:absolute;
  left:10px;   /* adjust distance */
}

.slider-controls .next{
  position:absolute;
  right:10px;
}





/* DOTS */
.slider-dots{
  position:absolute;
  bottom:25px;
  width:100%;
  display:flex;
  justify-content:center;
  gap:12px;
  z-index:5;
}

.dot{
  width:14px;
  height:14px;
  background:#fff;
  opacity:.6;
  border-radius:50%;
  cursor:pointer;
}

.dot.active{
  background:#ffd86a;
  opacity:1;
  box-shadow:0 0 12px #ffd86a;
}




/* SECTIONS */
/* section{
  padding:20px 60px;
} */

.title{
  text-align:center;
  font-size:2.2rem;
  margin-bottom:45px;
}

/* CARDS */
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
}

.card{
  background:linear-gradient(160deg,#2a053f,#0f0017);
  padding:35px;
  border:1px solid rgba(212,175,55,.4);
  border-radius:18px;
  text-align:center;
  transition:.3s;
}

.card:hover{
  box-shadow:0 0 25px rgba(212,175,55,.7);
  transform:translateY(-6px);
}



/* ================= POPUP MODAL ================= */

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

.popupBox{
  width:700px;
  max-width:95%;
  display:flex;
  background:white;
  border-radius:12px;
  overflow:hidden;
}

/* LEFT FORM */
.popupLeft{
  width:50%;
  padding:30px;
  color:#000;
}

.popupLeft h2{
  margin-bottom:20px;
  color:#3b0a57;
}

.popupLeft label{
  display:block;
  margin-top:10px;
  font-weight:600;
}

.popupLeft input{
  width:100%;
  padding:10px;
  margin-top:5px;
  border:1px solid #ccc;
  border-radius:6px;
}

.popupBtn{
  margin-top:20px;
  width:100%;
}

.popupCall{
  margin-top:20px;
  background:#b8962e;
  color:white;
  text-align:center;
  padding:10px;
  border-radius:8px;
  font-weight:700;
}

/* RIGHT IMAGE */
.popupRight{
  width:50%;
  position:relative;
  background:#000;
}

.popupRight img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.closeBtn{
  position:absolute;
  top:10px;
  right:10px;
  background:#000;
  color:white;
  padding:5px 10px;
  cursor:pointer;
  border-radius:50%;
}

.popupTitle{
  display:flex;
  align-items:center;
  gap:10px;
  color:#3b0a57;
}

.popupLogo{
  width:40px;
  height:40px;
  object-fit:contain;
}



.service-text p{
  font-size:1.1rem;
  margin-bottom:18px;
}

/* GOLD LINK */
.more-link{
  color:#d4af37;
  font-weight:700;
  text-decoration:none;
  position:relative;
}

.more-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:0%;
  height:2px;
  background:#d4af37;
  transition:.4s;
}

.more-link:hover::after{
  width:100%;
}

/* IMAGE */
.service-card img{
  width:230px;
  filter:drop-shadow(0 0 15px rgba(212,175,55,.6));
}
.highlight-title{
  text-align:center;
  font-size:2.1rem;
  padding:20px;
  border:3px solid #d4af37;
  border-radius:15px;
  color:#6B2F8A;
  box-shadow:0 0 20px rgba(212,175,55,.5);
}
/* ===== PURPLE GOLD BANNER ===== */

.highlight-banner{
  background:
    linear-gradient(rgba(59,10,87,.85), rgba(59,10,87,.85)),
    url('gold-bg.jpg');
  background-size:cover;
  background-position:center;
  padding:120px 20px;
  text-align:center;
  color:white;
}

.banner-content h2{
  font-size:3.5rem;
  margin-bottom:20px;
}

.banner-content p{
  max-width:800px;
  margin:auto;
  font-size:1.2rem;
  line-height:1.7;
}

.line{
  width:80px;
  height:3px;
  background:#d4af37;
  margin:30px auto;
  box-shadow:0 0 15px #d4af37;
}

.banner-btn{
  display:inline-block;
  padding:16px 55px;
  font-size:1.1rem;
  font-weight:800;
  letter-spacing:1.5px;
  border-radius:50px;
  text-decoration:none;
  color:#3b0a57;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  box-shadow:
    0 0 15px rgba(212,175,55,.7),
    0 0 35px rgba(212,175,55,.5);
  animation:pulseGlow 2s infinite;
  transition:.3s;
}

.banner-btn:hover{
  transform:scale(1.08);
  box-shadow:
    0 0 25px rgba(212,175,55,.9),
    0 0 55px rgba(212,175,55,.8);
}

/* GOLD PULSE EFFECT */
@keyframes pulseGlow{
  0%{box-shadow:0 0 12px rgba(212,175,55,.6)}
  50%{box-shadow:0 0 35px rgba(212,175,55,.9)}
  100%{box-shadow:0 0 12px rgba(212,175,55,.6)}
}

/* ===== INSTANT CASH BACKGROUND SECTION ===== */

.cash-banner{
  position:relative;
  /* background:url("https://cdn.shopify.com/s/files/1/0507/9865/7726/files/gems-1_2048x2048.jpg?v=1682061576") no-repeat; */
  background-size:cover;
  background-position: right center; /* like your screenshot */
  min-height:520px;
  display:flex;
  align-items:center;
  text-align:center;
  color:white;
  padding:0 20px;
}


/* Dark luxury overlay */
.cash-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(59,10,87,.75);
}

.cash-content{
  position:relative;
  max-width:900px;
  margin:auto;
  z-index:2;
}


.cash-content h2{
  font-size:3.0rem;
  font-weight:800;
  margin-bottom:20px;
}

.cash-content p{
  font-size:1.2rem;
  line-height:1.7;
  margin-bottom:30px;
}

/* Gold divider */
.gold-line{
  width:90px;
  height:4px;
  background:#d4af37;
  margin:30px auto;
  box-shadow:0 0 15px #d4af37;
}

/* Highlighted CTA */
.cash-btn{
  display:inline-block;
  padding:16px 55px;
  font-weight:800;
  letter-spacing:1.5px;
  border-radius:50px;
  text-decoration:none;
  color:#3b0a57;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  box-shadow:
    0 0 15px rgba(212,175,55,.7),
    0 0 40px rgba(212,175,55,.6);
  animation:pulseGold 2s infinite;
  transition:.3s;
}

.cash-btn:hover{
  transform:scale(1.1);
}

/* Glow animation */
@keyframes pulseGold{
  0%{box-shadow:0 0 12px rgba(212,175,55,.6)}
  50%{box-shadow:0 0 40px rgba(212,175,55,1)}
  100%{box-shadow:0 0 12px rgba(212,175,55,.6)}
}




/* ===== FEATURES ===== */



.features{
  background:white;
  padding:70px 60px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:30px;
  text-align:center;
}

.feature-box{
  background:#fff;
  padding:35px;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,.1);
  transition:.4s;
  font-size:2rem;
}

.feature-box h4{
  color:#d4af37;
  margin:15px 0 8px;
  font-size:1.1rem;
}

.feature-box p{
  color:#3b0a57;
  font-size:1rem;
}

.feature-box:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 40px rgba(0,0,0,.2);
}
.feature-icon{
  width:80px;
  height: 80px;
  margin-bottom:15px;
  filter:drop-shadow(0 0 6px rgba(212,175,55,.6));
}

.feature-box{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.features{
  background:linear-gradient(135deg,#2a053f,#6B2F8A);
  padding:110px 80px;
  gap:45px;
}

/* PREMIUM FEATURE CARD */

.feature-box{
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  border:2px solid #d4af37;
  border-radius:22px;
  padding:45px 30px;
  box-shadow:
    0 0 25px rgba(212,175,55,.5),
    inset 0 0 15px rgba(255,215,120,.2);
  position:relative;
  overflow:hidden;
  transition:.45s ease;
}

/* GOLD SHINE ANIMATION */

.feature-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,216,106,.6),
    transparent
  );
  transform:translateX(-100%);
  transition:.9s;
}

.feature-box:hover::before{
  transform:translateX(100%);
}

/* HOVER EFFECT */

.feature-box:hover{
  transform:translateY(-15px) scale(1.06);
  box-shadow:
    0 0 45px rgba(212,175,55,.9),
    0 0 70px rgba(179,109,219,.6);
}

/* ICON GLOW */

.feature-icon{
  width:85px;
  margin-bottom:20px;
  filter:drop-shadow(0 0 12px gold);
}

/* TEXT STYLE */

.feature-box h4{
  font-size:1.4rem;
  color:#ffd86a;
  letter-spacing:1px;
  margin-bottom:8px;
}

.feature-box p{
  color:#eee;
  font-size:1.05rem;
}
/* FORCE FULL HERO BANNER */

.slider,
.hero{
  height:100vh !important;
  min-height:100vh !important;
}

.slide{
  height:100vh !important;
}
/* EXCLUDE HERO FROM GLOBAL SECTION PADDING */
.slider{
  padding:0 !important;
}
.slide{
  min-height:100vh;
}



.luxury-header{
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  backdrop-filter:blur(12px);
  background:rgba(10,0,20,0.6);
  border-bottom:2px solid rgba(212,175,55,.4);
  box-shadow:0 5px 25px rgba(0,0,0,.5);
  transition:.4s ease;
}

.header-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0px 70px;
}

.logo-area{
  display:flex;
  align-items:center;
  gap:12px;
}

.header-logo{
  width:250px;
  height:100px;
  object-fit:contain;
}

.logo{
  font-size:2rem;
  letter-spacing:2px;
}

/* NAV LINKS */

.nav-menu{
  display:flex;
  gap:40px;
}

.nav-menu a{
  position:relative;
  color:white;
  font-weight:600;
  text-decoration:none;
  font-size:1.5rem;
  transition:.3s;
}

/* GOLD HOVER UNDERLINE */

.nav-menu a::after{
  content:"";
  position:absolute;
  bottom:-6px;
  left:0;
  width:0%;
  height:3px;
  background:linear-gradient(90deg,#ffd86a,#d4af37);
  box-shadow:0 0 10px #ffd86a;
  transition:.4s;
}

.nav-menu a:hover::after{
  width:100%;
}

.nav-menu a:hover{
  color:#ffd86a;
  transform:translateY(-2px);
}

/* SELL BUTTON */

.header-btn{
  padding:12px 35px;
  border-radius:40px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:1px;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  color:#3b0a57;
  box-shadow:
    0 0 15px rgba(212,175,55,.7),
    0 0 35px rgba(212,175,55,.5);
  transition:.3s;
}

.header-btn:hover{
  transform:scale(1.08);
  box-shadow:
    0 0 25px rgba(212,175,55,.9),
    0 0 50px rgba(212,175,55,.8);
}


/* RIGHT SIDE ALIGNMENT */

.right-header{
  display:flex;
  align-items:center;
  gap:40px;
  margin-left:auto;
}

.nav-menu{
  justify-content:flex-end;
}



/* ===== WHY SELL SECTION ===== */

.why-sell{
  /* background:url("https://www.jewelhousechandigarh.in/images/webpimages/sell-gold-in-chandigarh.webp") no-repeat center center; */
  background-size:cover;
  padding:120px 80px;
  position:relative;
  color:white;
}

/* DARK OVERLAY */
.why-sell::before{
  content:"";
  position:absolute;
  inset:0;
  background:#b36ddb;
}

/* ===== CREATIVE INSTANT CASH SECTION ===== */

.instant-cash-creative{
  background:
    radial-gradient(circle at top left,#7a39a8,#2a053f 70%);
  padding:140px 90px;
  position:relative;
  overflow:hidden;
}

/* gold glow background blur */
.instant-cash-creative::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  background:rgba(255,215,120,.25);
  filter:blur(160px);
  top:-120px;
  left:-120px;
}

.cash-creative-wrap{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:90px;
  align-items:center;
  position:relative;
  z-index:2;
}

/* LEFT */

.cash-creative-left h2{
  font-size:3.8rem;
  margin-bottom:25px;
  color: #ffffff;
}

.cash-creative-left p{
  font-size:1.25rem;
  max-width:520px;
  line-height:1.7;
  color:#eee;
  margin-bottom:45px;
}

.cash-creative-btn{
  display:inline-block;
  padding:18px 65px;
  border-radius:55px;
  font-weight:800;
  letter-spacing:2px;
  text-decoration:none;
  color:#3b0a57;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  box-shadow:
    0 0 25px rgba(212,175,55,.9),
    0 0 55px rgba(212,175,55,.7);
  transition:.35s;
}

.cash-creative-btn:hover{
  transform:scale(1.12);
}

/* RIGHT GRID */

.cash-creative-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

/* CREATIVE GLASS CARD */

.creative-card{
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(16px);
  border:2px solid #d4af37;
  padding:45px 30px;
  border-radius:26px;
  text-align:center;
  box-shadow:
    0 0 30px rgba(212,175,55,.6),
    inset 0 0 18px rgba(255,215,120,.2);
  transition:.45s ease;
  position:relative;
  overflow:hidden;
}

/* angled shine */

.creative-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,216,106,.6),
    transparent
  );
  transform:translateX(-120%);
  transition:.9s;
}

.creative-card:hover::before{
  transform:translateX(120%);
}

.creative-card:hover{
  transform:translateY(-16px) rotate(-1deg) scale(1.06);
  box-shadow:
    0 0 50px rgba(212,175,55,1),
    0 0 80px rgba(179,109,219,.8);
}

/* TEXT */

.creative-card h3{
  font-size:1.7rem;
  margin-bottom:6px;
  background:var(--gold);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.creative-card span{
  color:#fff;
  opacity:.9;
}





.why-amogh{
  background:#fff;
  padding:110px 80px;
}

.why-title{
  text-align:center;
  font-size:3rem;
  color:#3b0a57;
  margin-bottom:90px;
  font-weight:800;
}

.why-wrapper{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:90px;
  align-items:center;
}

/* LEFT IMAGE */

.why-image-box{
  position:relative;
  background:linear-gradient(135deg,#ede6ff,#ffffff);
  padding:35px;
  border-radius:30px;
  box-shadow:0 0 40px rgba(179,109,219,.4);
}

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

/* TAGS */

.tag{
  position:absolute;
  background:#2f49c9;
  color:white;
  padding:12px 20px;
  border-radius:12px;
  font-weight:700;
  box-shadow:0 0 15px rgba(47,73,201,.4);
  font-size:0.95rem;
}

.tag-top{
  top:-18px;
  left:30px;
}

.tag-left{
  bottom:20px;
  left:-30px;
}

.tag-right{
  top:45%;
  right:-40px;
}

/* RIGHT GRID */

.why-right{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.why-card{
  background:#f4f2f9;
  padding:30px 20px;
  border-radius:18px;
  font-weight:700;
  color:#3b0a57;
  text-align:center;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition:.35s ease;
  border:2px solid transparent;
}

.why-card:hover{
  border-color:#d4af37;
  transform:translateY(-10px);
  box-shadow:0 0 25px rgba(212,175,55,.6);
}

/* BUTTON */

.why-btn{
  grid-column:1/-1;
  margin:50px auto 0;
  padding:16px 60px;
  border-radius:45px;
  background:linear-gradient(135deg,#ffd86a,#d4af37);
  color:#3b0a57;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 0 25px rgba(212,175,55,.7);
  transition:.3s;
}

.why-btn:hover{
  transform:scale(1.1);
}

/* ===== HIGHLIGHT FEATURE BOXES ===== */

.why-card{
  position:relative;
  background:linear-gradient(135deg,#ffffff,#f4f1ff);
  border:2px solid #d4af37;
  box-shadow:
    0 8px 25px rgba(179,109,219,.25),
    0 0 15px rgba(212,175,55,.35);
  overflow:hidden;
}

/* GOLD SHINE LINE EFFECT */
.why-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,216,106,.6),
    transparent
  );
  transition:.8s;
}

.why-card:hover::before{
  left:100%;
}

/* PREMIUM HOVER */

.why-card:hover{
  transform:translateY(-12px) scale(1.04);
  box-shadow:
    0 0 35px rgba(212,175,55,.8),
    0 0 50px rgba(179,109,219,.6);
}


/* ===== PROFESSIONAL ABOUT SECTION ===== */

.about-pro{
  background:#ffffff;
  padding:100px 90px;
}

.about-pro-container{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:90px;
  align-items:center;
}

/* IMAGE SIDE */

.about-pro-image{
  position:relative;
}

.about-pro-image img{
  width:100%;
  border-radius:25px;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}
.about-pro-btn{
  display:inline-block;
  padding:16px 60px;
  border-radius:50px;
  font-weight:800;
  letter-spacing:1px;
  text-decoration:none;
  color:#3b0a57;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  box-shadow:
    0 0 18px rgba(212,175,55,.7),
    0 0 40px rgba(212,175,55,.5);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}

/* shine sweep animation */
.about-pro-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.7),
    transparent
  );
  transform:translateX(-120%);
  transition:.8s;
}

.about-pro-btn:hover::before{
  transform:translateX(120%);
}

.about-pro-btn:hover{
  transform:scale(1.12);
  box-shadow:
    0 0 30px rgba(212,175,55,1),
    0 0 65px rgba(212,175,55,.8);
}


/* EXPERIENCE BADGE */

.experience-badge{
  position:absolute;
  bottom:-25px;
  left:25px;
  background:#3b0a57;
  padding:18px 32px;
  border-radius:18px;
  color:white;
  box-shadow:0 0 25px rgba(212,175,55,.7);
  border:2px solid #d4af37;
}

.experience-badge h3{
  font-size:1.6rem;
  color:#ffd86a;
}

.experience-badge span{
  font-size:.95rem;
}

/* CONTENT SIDE */

.about-pro-content h2{
  font-size:3.1rem;
  margin-bottom:28px;
  color:#3b0a57;
}

.about-pro-content p{
  font-size:1.15rem;
  line-height:1.8;
  color:#333;
  margin-bottom:35px;
  max-width:600px;
  text-align: justify;
}

/* FEATURES GRID */

.about-pro-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 30px;
  margin-bottom:45px;
}

.about-cta-row{ 
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:10px;
}

/* Purple highlight button */
.doorstep-highlight{
    margin-left:100px; 
  display:flex;
  align-items:center;
  gap:10px;

  padding:20px 26px;
  border-radius:40px;

  font-weight:800;
  letter-spacing:.5px;
  font-size:1rem;

  color:#ffffff;
  background:linear-gradient(135deg,#3b0a57,#6b2f8a);

  box-shadow:
    0 0 15px rgba(107,47,138,.8),
    0 0 35px rgba(59,10,87,.7);

  animation:purpleGlow 2s infinite ease-in-out;
}

/* PNG icon */
.doorstep-icon{
  width:40px;
  height:40px;
  object-fit:contain;
  filter:brightness(0) invert(1); /* makes icon white automatically */
}

/* Luxury purple glow */
@keyframes purpleGlow{
  0%{box-shadow:0 0 12px rgba(107,47,138,.6)}
  50%{box-shadow:0 0 38px rgba(107,47,138,1)}
  100%{box-shadow:0 0 12px rgba(107,47,138,.6)}
}


.pro-feature{
  font-weight:600;
  color:#3b0a57;
  position:relative;
  padding-left:22px;
}

.pro-feature::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#d4af37;
  font-weight:800;
}

.lux-testimonials{
  background:linear-gradient(135deg,#ffffff,#f4eeff);
  padding:150px 90px;
  text-align:center;
}

.lux-test-title{
  font-size:3.4rem;
  color:#3b0a57;
  font-weight:800;
  margin-bottom:12px;
}

.lux-test-sub{
  font-size:1.2rem;
  color:#c9a84a;
  font-weight:700;
  margin-bottom:90px;
}

/* SLIDER */

.lux-slider{
  max-width:900px;
  margin:auto;
  overflow:hidden;
  position:relative;
}

.lux-slider-track{
  display:flex;
  transition:transform .7s ease-in-out;
}

.lux-slide{
  min-width:100%;
  padding:20px;
}

/* CARD */

.lux-test-card{
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(14px);
  padding:55px 45px;
  border-radius:36px;
  border:2px solid #d4af37;
  box-shadow:
    0 20px 45px rgba(0,0,0,.12),
    0 0 25px rgba(212,175,55,.4);
  transition:.45s ease;
}

.lux-test-card p{
  font-size:1.15rem;
  line-height:1.7;
  color:#444;
  margin-bottom:35px;
  font-style:italic;
}

.lux-test-card h4{
  font-size:1.3rem;
  color:#3b0a57;
  margin-bottom:4px;
}

.lux-test-card span{
  color:#777;
}

/* FEATURED */

.lux-test-card.highlight{
  background:linear-gradient(135deg,#3b0a57,#6b2f8a);
  color:white;
}

.lux-test-card.highlight p{ color:#eee; }
.lux-test-card.highlight h4{ color:#ffd86a; }
.lux-test-card.highlight span{ color:#ddd; }

/* DOTS */

.lux-dots{
  margin-top:45px;
}

.lux-dot{
  width:14px;
  height:14px;
  margin:0 6px;
  border-radius:50%;
  background:#ddd;
  display:inline-block;
  cursor:pointer;
  transition:.3s;
}

.lux-dot.active{
  background:#d4af37;
  box-shadow:0 0 12px #d4af37;
}


/* ===== LUXURY SHINE BUTTON EFFECT ===== */

.lux-shine-btn{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  color:#3b0a57 !important;
  padding:14px 42px;
  border-radius:45px;
  font-weight:900;
  letter-spacing:1px;
  text-decoration:none;
  box-shadow:
    0 0 18px rgba(212,175,55,.7),
    0 0 40px rgba(212,175,55,.5);
  transition:.35s ease;
}

/* moving shine sweep */
.lux-shine-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.9),
    transparent
  );
  animation:shineMove 3s infinite;
}

/* glow pulse */
@keyframes shineMove{
  0%{ left:-120%; }
  50%{ left:120%; }
  100%{ left:120%; }
}

.lux-shine-btn:hover{
  transform:scale(1.12);
  box-shadow:
    0 0 30px rgba(212,175,55,1),
    0 0 65px rgba(212,175,55,.9);
}






/* ===== GOLD STEPS SECTION ===== */

.gold-steps{
  background:#ffffff;
  padding:0px 90px;
}

.steps-header{
  text-align:center;
  margin-bottom:80px;
}

.steps-tag{
  color:#b8962e;
  font-weight:700;
  letter-spacing:2px;
  display:block;
  margin-bottom:12px;
}

.steps-header h2{
  font-size:3rem;
  color:#3b0a57;
  font-weight:800;
  line-height:1.3;
}

/* LAYOUT */

.steps-wrapper{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  align-items:center;
}

/* ACCORDION */

.steps-accordion{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.step-item{
  background:#f4f0fb;
  border-radius:14px;
  overflow:hidden;
  border:2px solid transparent;
  transition:.3s ease;
}

.step-item.active{
  border-color:#d4af37;
  box-shadow:0 8px 25px rgba(212,175,55,.3);
}

.step-title{
  padding:25px 25px;
  font-weight:700;
  color:#3b0a57;
  display:flex;
  justify-content:space-between;
  cursor:pointer;
  font-size:1.5rem;
}

.step-title span{
  background:#3b0a57;
  color:#fff;
  width:26px;
  height:26px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  transition:.3s;
}

.step-item.active .step-title span{
  background:#d4af37;
  color:#3b0a57;
}

.step-content{
  max-height:0;
  overflow:hidden;
  padding:0 25px;
  background:#fff;
  transition:max-height .4s ease;
  color:#555;
  font-size:.95rem;
}

.step-item.active .step-content{
  max-height:120px;
  padding:15px 25px 20px;
}

/* IMAGE */

.steps-image img{
  height: auto;
  width:100%;
  /* border-radius:24px; */
  /* box-shadow:0 25px 60px rgba(0,0,0,.15); */
}


.step-title .arrow{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;

  background:#3b0a57;
  color:#ffd86a;

  font-size:20px;
  transition:.4s ease;

  box-shadow:0 0 12px rgba(212,175,55,.7);
}

/* Rotate when open */

.step-item.active .arrow{
  transform:rotate(180deg);
  background:#d4af37;
  color:#3b0a57;
  box-shadow:0 0 20px rgba(212,175,55,1);
}
.step-content{
  max-height:0;
  overflow:hidden;
  padding:0 25px;
  background:#fff;

  font-size:1.05rem;       /* bigger & cleaner */
  font-weight:500;        /* medium premium weight */
  line-height:1.7;        /* luxury spacing */
  letter-spacing:.2px;

  color:#4a4a4a;

  transition:max-height .4s ease, padding .3s ease;
}

 /* =======footer========== */

 
/* ===== LUXURY FOOTER ===== */

.lux-footer{
  background:linear-gradient(135deg,#1a0227,#3b0a57);
 padding:30px 90px 25px;
  color:white;
  border-top:4px solid #d4af37;
  box-shadow:0 -15px 40px rgba(212,175,55,.4);
}

.lux-footer-wrap{
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr 1fr; /* Brand + Quick Links + Social */
  gap:70px;
  margin-bottom:35px;
  align-items:start;
}

/* BRAND */

/* .footer-brand h2{
  font-size:3rem;
  margin-bottom:18px;
} */
 .footer-logo{
    width:250px;
    height:100px;
    object-fit:contain;
}

.footer-brand p{
  color:#eee;
  line-height:1.8;
  font-size:1.05rem;
  max-width:380px;
}

/* LINKS */

.footer-links h4,
.footer-social h4{
  color:#ffd86a;
  font-size:1.3rem;
  margin-bottom:22px;
  letter-spacing:1px;
}

.footer-links{
  display:flex;
  flex-direction:column;   /* ✅ vertical */
  align-items:flex-start;  /* align left */
  gap:10px;                /* space between links */
  margin-top:0px;
}

.footer-links a{
  color:#eee;
  text-decoration:none;
  font-size:1.05rem;
  font-weight:600;
  transition:.3s ease;
  position:relative;
}

/* Gold underline hover */
.footer-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:0%;
  height:2px;
  background:#ffd86a;
  transition:.3s ease;
}

.footer-links a:hover{
  color:#ffd86a;
  transform:translateX(6px);
}

.footer-links a:hover::after{
  width:100%;
}


/* SOCIAL ICONS */

.social-icons{
  display:flex;
  gap:18px;
}

.social-icons a{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);   /* glass white */
  color:#ffffff;                      /* PURE WHITE ICON */
  font-size:22px;

  border:2px solid rgba(255,255,255,.6);

  box-shadow:
    0 0 12px rgba(255,255,255,.4),
    inset 0 0 8px rgba(255,255,255,.25);

  transition:.35s ease;
}


.social-icons a:hover{
  background:linear-gradient(135deg,#ffd86a,#d4af37);
  color:#3b0a57;

  border-color:#ffd86a;

  transform:scale(1.2) rotate(6deg);

  box-shadow:
    0 0 30px rgba(212,175,55,1),
    0 0 55px rgba(212,175,55,.9);
}



/* BOTTOM BAR */

.footer-bottom{
  border-top:1px solid rgba(255,215,120,.4);
  padding-top:28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:.95rem;
  color:#eee;
}

.footer-bottom span strong{
  color:#ffd86a;
}

.social-icons a.x-icon svg{
  transition:.35s ease;
}

.social-icons a.x-icon:hover svg{
  fill:#3b0a57;
}

/* ================= WHATSAPP STICKY ================= */

.waicon{
  position:fixed;
  bottom:25px;
  right:25px;
  width:60px;
  height:60px;
  background:#25D366;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  box-shadow:0 0 20px rgba(37,211,102,.7);
  z-index:9999;
  transition:.3s ease;
}

.waicon:hover{
  transform:scale(1.15);
}


.site-link{
  color:#ffd86a;
  text-decoration:none;
  position:relative;
  transition:.3s ease;
}

.site-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0%;
  height:2px;
  background:#ffd86a;
  transition:.4s ease;
}

.site-link:hover::after{
  width:100%;
}

.site-link:hover{
  text-shadow:0 0 12px rgba(255,216,106,.8);
}

/* ===== PREMIUM GOLD FEATURE SECTION ===== */

.premium-features{
  background:linear-gradient(135deg,#ffffff,#f7f1ff,#ffffff);
  padding:80px 100px;
}

.premium-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
}
.premium-btn{
  margin-top:22px;
  display:inline-block;
  padding:12px 36px;
  font-size:0.95rem;
  letter-spacing:0px;
  border-radius:45px;
}


/* card base */
.premium-card{
  position:relative;
  height:460px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:
    0 30px 70px rgba(0,0,0,.18),
    0 0 45px rgba(212,175,55,.35);
  border:3px solid rgba(212,175,55,.8);
  transition:.6s ease;
  display:flex;
  align-items:flex-end;
}

/* background images */
.card-one{
  background:url("../images/feature-1.jpg") center/cover;
  transform:translateY(40px);
}

.card-two{
  background:url("../images/feature-2.jpg") center/cover;
  
}

.card-three{
  background:url("../images/feature-3.jpg") center/cover;
  transform:translateY(40px);
}
.card-four{
  background:url("../images/feature-4.jpg") center/cover;
  ;
}

/* overlay */
/* .premium-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(212,175,55,.45),
    rgba(255, 0, 242, 0.45),
    rgba(212,175,55,.45)
  );
} */

.premium-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(123, 56, 144, 0.75) 0%,
    rgba(0,0,0,0.65) 40%,
    rgba(212,175,55,0.35) 100%
  );
}

/* content */
.premium-text{
  position:relative;
  padding:50px 45px;
  color:white;
  z-index:2;
}

.premium-text h3{
  font-size:2.8rem;
  margin-bottom:16px;
  font-weight:900;
  color:#ffd86a;
}

.premium-text p{
  font-size:1.1rem;
  line-height:1.3;
  max-width:320px;
}

/* hover animation */
.premium-card:hover{
  transform:translateY(-18px) scale(1.06);
  box-shadow:
    0 45px 100px rgba(212,175,55,.8),
    0 0 80px rgba(179,109,219,.6);
}

/* shine sweep */
.premium-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );
  transform:translateX(-120%);
  transition:1.2s;
}

.premium-card:hover::before{
  transform:translateX(120%);
}



body{
  font-family: "EMprint", system-ui, sans-serif !important;
}


/*=========Testimonials===========*/


.amg-testimonials{
  padding:80px 80px;
  text-align:center;
  background:#fff;
}

.amg-test-tag{
  color:#d4af37;
  letter-spacing:2px;
  font-weight:600;
}

.amg-test-title{
  font-size:48px;
  margin:20px 0 70px;
  color:#3b0a57;
}

.amg-slider-box{
  position:relative;
  overflow:hidden;
}

.amg-slider-track{
  display:flex;
  gap:30px;
  cursor:grab;

  
}

.amg-slider-track.dragging{
  animation-play-state: paused;
}

.amg-test-card{
  width:360px;
  min-width:360px;
  max-width:360px;

  background:#ded6e9;
  padding:40px 35px;
  border-radius:22px;

  flex:0 0 360px;
}

.amg-slider-track{
  display:flex;
  gap:30px;
  cursor:grab;
  transition:transform .6s ease;
  width:max-content;
}

.amg-slider-box{
  overflow:hidden;
}



.amg-test-card p{
  color:#555;
  font-size:18px;
  margin-bottom:30px;
  text-align: justify;
}

.amg-user{
  display:flex;
  align-items:center;
  gap:15px;
}

.amg-user img{
  width:55px;
  height:55px;
  border-radius:50%;
}

.amg-user strong{
  color:#d4af37;
  display:block;
}

.amg-user span{
  font-size:14px;
  color:#16324f;
}

.amg-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  font-size:40px;
  color:#ccc;
  cursor:pointer;
}

.amg-prev{ left:10px }
.amg-next{ right:10px; }
.amg-nav{
  z-index:10;
}


.amg-dots{
  margin-top:40px;
}

.amg-dots span{
  width:10px;
  height:10px;
  background:#ccc;
  display:inline-block;
  border-radius:50%;
  margin:0 6px;
  cursor:pointer;
}

.amg-dots .active{
  background:#000;
}

/* ===== DIAMOND LUXURY SECTION ===== */

.gold-diamond{
  background:#330a4a;
  padding:60px 100px;
  color:white;
  position:relative;
  overflow:hidden;
}

/* diagonal gold beam */

.gold-diamond::before{
  content:"";
  position:absolute;
  width:120%;
  height:320px;
  background:linear-gradient(90deg,transparent,rgba(255,215,120,.35),transparent);
  transform:rotate(-6deg);
  top:25%;
  left:-10%;
  filter:blur(80px);
}

.diamond-wrap{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:130px;
  align-items:center;
  position:relative;
  z-index:2;
}

/* LEFT CONTENT */

.diamond-tag{
  color:#ffd86a;
  font-weight:800;
  letter-spacing:3px;
  display:block;
  margin-bottom:22px;
}

.diamond-content h1{
  font-size:4.3rem;
  line-height:1.05;
  margin-bottom:26px;
}

.diamond-content p{
  font-size:1.25rem;
  line-height:1.8;
  max-width:560px;
  color:#ddd;
  margin-bottom:55px;
  text-align: justify;
}

/* FEATURE LIST */

.diamond-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 40px;
  margin-bottom:70px;
  font-weight:600;
  color:#fff;
}

.diamond-features div{
  position:relative;
  padding-left:22px;
}

.diamond-features div::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#d4af37;
  font-weight:800;
}

/* CTA */

.diamond-btn{
  display:inline-block;
  padding:22px 85px;
  border-radius:70px;
  font-weight:900;
  letter-spacing:2px;
  text-decoration:none;
  color:#3b0a57;
  background:linear-gradient(135deg,#ffd86a,#fff2b0,#d4af37);
  box-shadow:
    0 0 30px rgba(212,175,55,.9),
    0 0 75px rgba(212,175,55,.8);
  transition:.35s ease;
}

.diamond-btn:hover{
  transform:scale(1.15);
}
.diamond-btn{
  color:#3b0a57 !important;
  text-decoration:none;
}

.diamond-btn:hover,
.diamond-btn:focus,
.diamond-btn:active{
  color:#3b0a57 !important;
  text-decoration:none;
  outline:none;
}
/* RIGHT VISUAL */

.diamond-visual{
  position:relative;
}

.diamond-visual img{
  width:100%;
  height:560px;
  object-fit:cover;
  border-radius:46px;
  border:4px solid #d4af37;
  box-shadow:0 45px 95px rgba(0,0,0,.6);
}

/* glow overlay */

.diamond-glow{
  position:absolute;
  inset:0;
  border-radius:46px;
  background:radial-gradient(circle at center,rgba(255,215,120,.35),transparent 65%);
  pointer-events:none;
}

/* vertical stat rail */

.diamond-stats{
  position:absolute;
  right:-90px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:24px;
}

.diamond-stats div{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  border:2px solid #d4af37;
  padding:26px 24px;
  border-radius:22px;
  text-align:center;
  box-shadow:
    0 0 25px rgba(212,175,55,.6),
    inset 0 0 15px rgba(255,215,120,.2);
}

.diamond-stats strong{
  font-size:1.8rem;
  display:block;
  background:var(--gold);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.diamond-stats span{
  color:#eee;
  font-size:.9rem;
}
.diamond-quote{
  margin-bottom:70px;
  padding-left:25px;
  border-left:4px solid #d4af37;
}

.diamond-quote p{
  font-size:1.4rem;
  font-weight:600;
  line-height:1.7;
  color:#eee;
}


.diamond-stats-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:32px;
  align-items:center;
}

/* BASE STYLE */
.diamond-stat-box{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  border:2px solid #d4af37;
  padding:55px 32px;
  border-radius:28px;
  text-align:center;
  box-shadow:
    0 0 30px rgba(212,175,55,.6),
    inset 0 0 18px rgba(255,215,120,.2);
  position:relative;
  overflow:hidden;
  transition:.45s ease;
}

/* LEFT STACK */
.diamond-stat-box:nth-child(1){
  grid-column:1;
  grid-row:1;
}

.diamond-stat-box:nth-child(2){
  grid-column:1;
  grid-row:2;
}

/* RIGHT CENTER */
.diamond-stat-box:nth-child(3){
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
}

/* GOLD SHINE */
.diamond-stat-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,216,106,.6),
    transparent
  );
  transform:translateX(-120%);
  transition:.9s;
}

.diamond-stat-box:hover::before{
  transform:translateX(120%);
}

.diamond-stat-box:hover{
  transform:translateY(-12px) scale(1.05);
  box-shadow:
    0 0 45px rgba(212,175,55,1),
    0 0 70px rgba(179,109,219,.6);
}

/* NUMBER */
.diamond-stat-box h3{
  font-size:3.2rem;
  font-weight:900;
  background:var(--gold);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  margin-bottom:10px;
}

/* LABEL */
.diamond-stat-box span{
  font-size:1.15rem;
  color:#fff;
  letter-spacing:1px;
}

/* ===== TRUE LUXURY BRAND SECTION ===== */

.amogh-luxury-story{
  background:#e0cbe0b7;
  padding:100px 100px;
}

.luxury-story-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:140px;
  align-items:center;
}

/* TEXT */

.luxury-label{
  color:#d4af37;
  letter-spacing:3px;
  font-weight:700;
}

.luxury-text h2{
  font-size:4.0rem;
  color:#3b0a57;
  margin:25px 0 22px;
  line-height:1.15;
}

.luxury-text p{
  font-size:1.2rem;
  line-height:1.9;
  color:#444;
  max-width:560px;
  margin-bottom:55px;
  
}

/* POINTS */

.luxury-points{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.luxury-points span{
  font-size:1.05rem;
  color:#3b0a57;
  padding-left:18px;
  position:relative;
}

.luxury-points span::before{
  content:"—";
  position:absolute;
  left:0;
  color:#d4af37;
}

/* IMAGE COMPOSITION */

.luxury-images{
  position:relative;
}

.lux-main{
  width:100%;
  height:580px;
  object-fit:cover;
  border-radius:42px;
  box-shadow:0 40px 90px rgba(0,0,0,.3);
}

.lux-small{
  position:absolute;
  width:45%;
  border-radius:28px;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
  border:6px solid #fff;
}

.lux-small.one{
  top:-60px;
  right:-60px;
}

.lux-small.two{
  bottom:-60px;
  left:-60px;
}

/* RESPONSIVE */

@media(max-width:900px){
  .luxury-story-grid{
    grid-template-columns:1fr;
  }

  .lux-small{
    display:none;
  }
}
/* ===== PREMIUM HIGHLIGHT POINTS ===== */

.luxury-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-top:30px;
}

/* normal point */

.lux-point{
  background:#ffffff;
  padding:18px 22px;
  border-radius:16px;
  font-weight:600;
  color:#3b0a57;
  border:2px solid #d4af37;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  font-size:1.05rem;
}

/* main highlight */

.lux-point.highlight{
  background:linear-gradient(135deg,#3b0a57,#6b2f8a);
  color:#ffd86a;
  border-color:#ffd86a;
  font-weight:700;
}

.amg-slider-box{
  overflow:hidden;
  position:relative;
}

.amg-slider-track{
  display:flex;
  gap:30px;
  transition: transform .6s cubic-bezier(.65,.05,.36,1);
  cursor:grab;
}

.amg-slider-track.dragging{
  cursor:grabbing;
  transition:none;
}

.amg-test-card{
  min-width:360px;
  flex:0 0 auto;
}

.amg-slider-box{
  overflow:hidden;
  position:relative;
}

.amg-slider-track{
  display:flex;
  gap:30px;
  transition:transform 0.6s ease;
}

.amg-test-card{
  min-width:350px;
  flex-shrink:0;
}

.amg-dots{
  margin-top:40px;
  text-align:center;
}

.amg-dot{
  width:14px;
  height:14px;
  margin:0 6px;
  border-radius:50%;
  background:#ddd;
  display:inline-block;
  cursor:pointer;
  transition:.3s;
}

.amg-dot.active{
  background:#d4af37;
  box-shadow:0 0 12px #d4af37;
}
.amg-slider-box{
  overflow:hidden;
}

.amg-slider-track{
  display:flex;
  gap:35px;
  will-change:transform;
}

.amg-test-card{
  min-width:340px;
  flex-shrink:0;
}
/* CONTACT SECTION */

.footer-contact{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-contact h4{
  color:#ffd86a;
  font-size:1.3rem;
  margin-bottom:18px;
  letter-spacing:1px;
}

.footer-contact a{
  color:#eee;
  text-decoration:none;
  font-size:1.05rem;
  font-weight:600;
  align-items:flex-start;   /* fix */
  line-height:1.6;
  transition:.3s ease;
}

.footer-contact a sup{
  font-size:60%;
  position:relative;
  top:-6px;
}

.footer-contact i{
  color:#ffd86a;
  font-size:18px;
   margin-right:10px; 
}

.footer-contact a:hover{
  color:#ffd86a;
  transform:translateX(6px);
}




/*==============Inside pages =========*/

/*=========About page=======*/


/* ================= GLOBAL ================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Emprint';
}

body{
  background:#fff;
  color:#222;
}

/* ================= HERO ================= */

.about-hero {
    height: auto;
    width: auto;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/about-banner.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0px;
    margin: 90px 0 0;
}

.hero-content h1{
  font-size:3.5rem;
  color:#d4af37;
  font-weight:900;
  margin-bottom:20px;
}

.hero-content p{
  color:#fff;
  font-size:1.2rem;
  max-width:750px;
  margin:auto;
  line-height:1.8;
}


.branch-hero{
  height:auto;
  width:auto;
  background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),
  url("../images/branch-banner.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 80px 0px;
  margin: 90px 0 0;
}

.hero-content h1{
  font-size:3.5rem;
  color:#d4af37;
  font-weight:900;
  margin-bottom:20px;
}

.hero-content p{
  color:#fff;
  font-size:1.2rem;
  max-width:750px;
  margin:auto;
  line-height:1.8;
}

.contact-hero{
  height:auto;
  width: auto;
  background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),
  url("../images/contact-banner.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
   padding: 80px 0px;
  margin: 90px 0 0;
}

.hero-content h1{
  font-size:3.5rem;
  color:#d4af37;
  font-weight:900;
  margin-bottom:20px;
}

.hero-content p{
  color:#fff;
  font-size:1.2rem;
  max-width:750px;
  margin:auto;
  line-height:1.8;
}
/* ================= STORY ================= */

.about-story{
  padding:100px 8%;
  background:#f9f9f9;
}

.about-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.about-image img{
  width:100%;
  border-radius:30px;
  box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.about-text h2{
  font-size:2.5rem;
  margin-bottom:25px;
  font-weight:800;
}

.about-text p{
  font-size:1.1rem;
  line-height:1.9;
  color:#555;
  margin-bottom:20px;
}

/* ================= FEATURES ================= */

.about-features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  padding:100px 8%;
  background:linear-gradient(135deg,#ffffff,#f7f1ff,#ffffff);
}

.feature-box{
  background:#111;
  color:#fff;
  padding:50px 40px;
  border-radius:25px;
  text-align:center;
  transition:.4s;
  border:2px solid rgba(212,175,55,.6);
}

.feature-box h3{
  color:#d4af37;
  font-size:1.5rem;
  margin-bottom:15px;
}

.feature-box p{
  line-height:1.7;
  color:#ddd;
}

.feature-box:hover{
  transform:translateY(-15px);
  box-shadow:0 20px 60px rgba(212,175,55,.4);
}

/* ================= VISION MISSION ================= */

.vision-mission{
  display:flex;
  gap:60px;
  padding:100px 10%;
  background:#000;
  color:#fff;
}

.vm-box{
  flex:1;
  border-left:4px solid #d4af37;
  padding-left:30px;
}

.vm-box h2{
  color:#d4af37;
  margin-bottom:20px;
  font-size:2rem;
}

.vm-box p{
  line-height:1.9;
  color:#ddd;
}

/* ================= CTA ================= */

.about-cta{
  text-align:center;
  padding:60px 20px;
  background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0, 0, 0, 0.2)), url("../images/gold-bg.jpg") center/cover no-repeat;
}

.about-cta h2{
  color:#d4af37;
  font-size:2.5rem;
  margin-bottom:30px;
}

.lux-btn{
  display:inline-block;
  padding:15px 50px;
  background:#d4af37;
  color:#000;
  font-weight:700;
  border-radius:40px;
  text-decoration:none;
  transition:.4s;
}

.lux-btn:hover{
  background:#fff;
  transform:scale(1.08);
}


/* ================= SECTION ================= */

.luxury-about{
  background:linear-gradient(135deg,#f6f0ff,#efe6ff,#f9f4ff);
  padding:120px 8%;
  font-family:'Emprint';
  color:#222;
  overflow:hidden;
}

/* ================= CONTAINER ================= */

.luxury-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}

/* ================= LEFT CONTENT ================= */

.luxury-content{
  flex:1;
}

.luxury-tag{
  color:#9c27b0;
  font-weight:600;
  letter-spacing:2px;
  font-size:14px;
  text-transform:uppercase;
}

/* HEADING */

.luxury-content h1{
  font-size:50px;
  font-weight:800;
  margin:20px 0 30px;
  line-height:1.2;
  color:#222;
}

/* Gold gradient highlight */

.luxury-content h2 span{
  background:linear-gradient(45deg,#d4af37,#ffd700,#b8860b);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* PARAGRAPH */

.luxury-content p{
  font-size:18px;
  line-height:1.9;
  color:#555;
  margin-bottom:25px;
  text-align: justify;
}

/* ================= BUTTON ================= */

.luxury-btn{
  display:inline-block;
  padding:14px 45px;
  border-radius:40px;
  background:linear-gradient(45deg,#9c27b0,#c084fc);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:.4s ease;
  box-shadow:0 10px 30px rgba(156,39,176,.3);
}

.luxury-btn:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 50px rgba(156,39,176,.4);
}

/* ================= RIGHT IMAGE ================= */

.luxury-image{
  flex:1;
  display:flex;
  justify-content:center;
}

.image-wrapper{
  position:relative;
  width:500px;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  box-shadow:
    0 40px 80px rgba(156,39,176,.15),
    0 0 40px rgba(212,175,55,.2);
}

.image-wrapper img{
  width:100%;
  display:block;
  transition:transform .6s ease;
}

.image-wrapper:hover img{
  transform:scale(1.08);
}


.why-sell-gold {
  padding: 110px 6%;
  background: linear-gradient(135deg, #ffffff, #f9f4ea);
  font-family: 'Emprint';
}

.container {
  max-width: 1400px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: 44px;
  font-weight: 800;
  background: linear-gradient(90deg, #b8860b, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 17px;
  color: #555;
  max-width: 750px;
  margin: auto;
  line-height: 1.7;
}

/* ONE ROW */

.sell-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.sell-card {
  flex: 1;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.06);
  transition: 0.4s ease;
}

.sell-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
}

/* PNG ICON STYLE */

.icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: 0.3s ease;
}

.sell-card:hover .icon img {
  transform: scale(1.1);
}

.sell-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.sell-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.amogha-process{
  padding:80px 20px;
  background:#f5f2ff;
  text-align:center;
}

.amogha-title{
  font-size:32px;
  font-weight:700;
  color:#3b0a57;
  margin-bottom:10px;
}

.amogha-subtitle{
  color:#666;
  margin-bottom:50px;
  font-size: 20px;
}

/* wrapper */

.amogha-steps{
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  gap:20px;
  flex-wrap:nowrap;
}

/* step box */

.amogha-step{
  background:#ffffff;
  border-radius:12px;
  padding:45px 20px;      /* bigger padding */
  flex:1;
  min-height:160px;       /* taller box */
  position:relative;
  box-shadow:0 8px 22px rgba(0,0,0,0.10);
  transition:0.3s;
  border-top:5px solid #3b0a57;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.amogha-step:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

/* number */

.amogha-number{
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  background:#3b0a57;
  color:#fff;
  padding:6px 12px;
  font-size:14px;
  font-weight:700;
  border-radius:20px;
}

/* text */

.amogha-step p{
  margin-top:10px;
  font-size:20px;
  font-weight:600;
  color:#333;
}
/*========Door Step Services====*/


.doorstep-service {
  padding: 30px 8%;
  background: linear-gradient(135deg, #fff, #f8f3e8);
  font-family: 'Emprint';
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1300px;
  margin: auto;
}

.doorstep-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT SIDE */

.door-left {
  flex: 1;
}

.door-left h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3b0a57;
}

/* .door-left h2 span {
  background: linear-gradient(90deg, #b8860b, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.door-left p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}

.door-btn {
  display: inline-block;
  padding: 14px 35px;
  background: linear-gradient(135deg, #b8860b, #ffd700);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(184,134,11,0.4);
}

.door-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(184,134,11,0.6);
}

/* RIGHT SIDE */

.door-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-card {
  background: #af71c2;
  padding: 25px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.4s ease;
}

.service-card:hover {
  transform: translateX(10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.service-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}


/* ================================
   BRANCH SECTION
================================ */

.branch-section {
  padding: 100px 6%;
  background: linear-gradient(135deg, #f8f5ef, #f1ece2);
  font-family: 'Emprint';
}

.container {
  max-width: 950px;
  margin: auto;
}

/* ================================
   BRANCH CARD
================================ */

.branch-card {
  background: #ffffff;
  border: 2px solid #d4a017;
  padding: 50px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
}

.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.08);
}

/* ================================
   HEADING
================================ */

.branch-card h3 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

.underline {
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #b8860b, #ffd700);
  margin: 15px auto 35px auto;
  border-radius: 5px;
}

/* ================================
   MAP STYLING
================================ */

.map-box {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
  transition: 0.4s ease;
}

/* Optional subtle hover zoom */
.map-box:hover iframe {
  transform: scale(1.02);
}

/* ================================
   ADDRESS LINK
================================ */

.branch-address {
  display: block;
  font-size: 16px;
  color: #000000;
 
  margin-bottom: 40px;
  line-height: 1.7;
  transition: 0.3s ease;
}

.branch-address i {
  margin-right: 6px;
  color: #b8860b;
}

.branch-address:hover {
  color: #b8860b;
}
.branch-address sup{
  font-size:60%;
  position:relative;
  top:-6px;
}

/* ================================
   BUTTON
================================ */

.direction-btn {
  display: inline-block;
  padding: 14px 45px;
  border: 2px solid #f4a300;
  color: #f4a300;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.3s ease;
  border-radius: 4px;
}

.direction-btn:hover {
  background: linear-gradient(90deg, #b8860b, #ffd700);
  color: #fff;
  border-color: #b8860b;
}

/*==========contact==============*/


/* HERO */
.contact-hero{
  position:relative;
  height:350px;
  background:url('../images/contact.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}

.contact-hero .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,50,0.7);
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero-content h1{
  font-size:42px;
  margin-bottom:10px;
}

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

/* CONTACT SECTION */
.contact-section{
  padding:80px 10%;
  background:#f5f7fb;
}

.contact-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* LEFT SIDE */
.contact-info{
  padding:50px;
  background:#f0f3f8;
}

.contact-info h2{
  font-size:28px;
  margin-bottom:10px;
}

.contact-info p{
  margin-bottom:25px;
  color:#555;
}

.info-item{
  display:flex;
  align-items:flex-start;
  margin-bottom:20px;
}
.info-item sup{
  font-size:60%;
  position:relative;
  top:-6px;
}

.info-item i{
  width:45px;
  height:45px;
  background:linear-gradient(45deg,#caa23f,#f5d87a);
  color:#000;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:15px;
  font-size:18px;
}

.social-icons a{
  width:40px;
  height:40px;
  background:#002147;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:10px;
  transition:0.3s;
}

.social-icons a:hover{
  background:#caa23f;
  color:#000;
}

/* RIGHT SIDE */
.contact-form{
  padding:50px;
}

.contact-form h2{
  margin-bottom:25px;
}

.form-row{
  display:flex;
  gap:15px;
  margin-bottom:15px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:10px;
  outline:none;
}

.contact-form textarea{
  height:120px;
  resize:none;
  margin-bottom:15px;
}

.contact-form button{
  width:100%;
  padding:12px;
  border:none;
  border-radius:25px;
  background:linear-gradient(45deg,#002147,#0a3d91);
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  background:linear-gradient(45deg,#caa23f,#f5d87a);
  color:#000;
}

/* MAP */
.map-section iframe{
  width:100%;
  height:400px;
  border:0;
}

.contact-form select{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:10px;
  outline:none;
  margin-bottom:15px;
  background:#fff;
}

/* RIGHT SIDE */
.contact-form{
  padding:50px;
}

.contact-form h2{
  margin-bottom:25px;
}

.form-row{
  display:flex;
  gap:15px;
  margin-bottom:15px;
}

/* INPUTS */
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:14px;
  border:1px solid #ddd;
  border-radius:10px;
  outline:none;
  margin-bottom:18px;   /* spacing between fields */
  font-size:14px;
  transition:0.3s;
}

/* INPUT FOCUS EFFECT */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#caa23f;
  box-shadow:0 0 5px rgba(202,162,63,0.3);
}

/* TEXTAREA */
.contact-form textarea{
  height:120px;
  resize:none;
}

/* BUTTON */
.contact-form button{
  width:100%;
  padding:14px;
  border:none;
  border-radius:25px;
  background: linear-gradient(45deg, #3b0a57, #6b2f8a);
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  background:linear-gradient(45deg,#caa23f,#f5d87a);
  color:#000;
}
.contact-info a{
  color:#555;          /* same color as your text */
  text-decoration:none;
}

.contact-info a:hover{
  color:#caa23f;       /* gold color on hover */
}

/* contact text links */
.contact-info p a{
  color:#555;
  text-decoration:none;
}

.contact-info p a:hover{
  color:#caa23f;
}

/* social icons */
.social-icons a{
  width:40px;
  height:40px;
  background:#002147;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:10px;
  transition:0.3s;
  text-decoration: none;
}

.social-icons a:hover{
  background:#caa23f;
  color:#000;
}




/*======================================150%=========================================*/
@media(min-width:768px) and (max-width:1349.98px)
{

.about-pro{
  padding:80px 60px;
}

/* GRID */
.about-pro-container{
  grid-template-columns:1fr 1fr;
  gap:60px;
}

/* IMAGE */
.about-pro-image img{
  border-radius:20px;
}

/* EXPERIENCE BADGE */
.experience-badge{
  padding:14px 24px;
}

.experience-badge h3{
  font-size:1.3rem;
}

.experience-badge span{
  font-size:.85rem;
}

/* CONTENT */
.about-pro-content h2{
  font-size:2.5rem;
}

.about-pro-content p{
  font-size:1rem;
  line-height:1.7;
  max-width:100%;
}

/* FEATURES */
.about-pro-features{
  gap:14px 20px;
}

/* CTA ROW */
.about-cta-row{
  gap:18px;
}

/* BUTTON */
.about-pro-btn{
  padding:14px 40px;
  font-size:.95rem;
}

/* DOORSTEP BUTTON */
.doorstep-highlight{
  margin-left:0;
  padding:16px 20px;
  font-size:.9rem;
}

.doorstep-icon{
  width:32px;
  height:32px;
}

/* TESTIMONIAL SECTION */
.lux-testimonials{
  padding:110px 60px;
}

/* TITLE */
.lux-test-title{
  font-size:2.7rem;
}

/* SUBTITLE */
.lux-test-sub{
  font-size:1rem;
  margin-bottom:70px;
}

/* TESTIMONIAL CARD */
.lux-test-card{
  padding:40px 30px;
}

.lux-test-card p{
  font-size:1rem;
}

.lux-test-card h4{
  font-size:1.15rem;
}

/* SLIDER */
.lux-slider{
  max-width:750px;
}

/* DOTS */
.lux-dot{
  width:12px;
  height:12px;
}

/* SHINE BUTTON */
.lux-shine-btn{
  padding:12px 34px;
  font-size:.9rem;
}

/* SECTION PADDING */
.premium-features{
  padding:70px 60px;
}

/* GRID → 2 COLUMNS */
.premium-grid{
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* CARD HEIGHT SMALLER */
.premium-card{
  height:420px;
}

/* REMOVE OFFSET EFFECT */
.card-one,
.card-three{
  transform:none;
}

/* TEXT AREA */
.premium-text{
  padding:35px 30px;
}

/* TITLE */
.premium-text h3{
  font-size:2.2rem;
}

/* PARAGRAPH */
.premium-text p{
  font-size:1rem;
  max-width:260px;
}

/* BUTTON */
.premium-btn{
  padding:10px 28px;
  font-size:0.9rem;
}

/* HOVER SMALLER */
.premium-card:hover{
  transform:translateY(-12px) scale(1.04);
}

/* SECTION */
.gold-steps{
  padding:60px 50px;
}

/* HEADER */
.steps-header{
  margin-bottom:60px;
}

.steps-header h2{
  font-size:2.4rem;
  line-height:1.3;
}

/* TAG */
.steps-tag{
  font-size:0.95rem;
}

/* LAYOUT */
.steps-wrapper{
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* ACCORDION */
.step-title{
  font-size:1.25rem;
  padding:20px 22px;
}

/* ARROW */
.step-title .arrow{
  width:30px;
  height:30px;
  font-size:18px;
}

/* CONTENT */
.step-content{
  font-size:1rem;
  line-height:1.7;
  padding:0 22px;
}

.step-item.active .step-content{
  padding:14px 22px 18px;
}

/* IMAGE */
.steps-image img{
  width:100%;
  height:auto;
}



}


/*================Mobile Menu=============*/

/* HEADER LAYOUT */
.header-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* MENU DESKTOP */
.nav-menu{
  display:flex;
  gap:30px;
  align-items:center;
}

/* HAMBURGER */
.menu-toggle{
  display:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.menu-toggle span{
  width:28px;
  height:3px;
  background:#d4af37;
  transition:0.3s;
}

/* MOBILE MENU */
@media(max-width:768px){

/* .nav-menu{
  position:fixed;
  top:0;
  right:-100%;
  width:260px;
  height:100vh;
  background:#111;
  flex-direction:column;
  padding-top:100px;
  gap:25px;
  transition:0.4s;
} */

.nav-menu a{
  color:#fff;
  font-size:18px;
}

.nav-menu.active{
  right:0;
}

.menu-toggle{
  display:flex;
  z-index:1001;
}

/* ANIMATION */
.menu-toggle.active span:nth-child(1){
  transform:rotate(45deg) translate(5px,5px);
}

.menu-toggle.active span:nth-child(2){
  opacity:0;
}

.menu-toggle.active span:nth-child(3){
  transform:rotate(-45deg) translate(6px,-6px);
}
/* HEADER */
.luxury-header{
  padding:8px 0;
}

/* CONTAINER */
.header-container{
  padding:0 20px;
}

/* LOGO SIZE */
.header-logo{
  width:160px;
  height:auto;
  object-fit:contain;
}

/* MENU MOBILE */
.nav-menu{
  position:fixed;
  top:-26px;
  right:-100%;
  width:240px;
  height:50vh;
  background:#2a053f;
  flex-direction:column;
  padding:20px 25px;
  gap:22px;
  transition:0.4s ease;
}

.nav-menu.active{
  right:0;
}

/* LINKS */
.nav-menu a{
  font-size:17px;
}

/* SELL GOLD BUTTON */
.header-btn{
  padding:10px 20px;
  font-size:14px;
}

/* ===== SCROLLED MOBILE ===== */

.luxury-header.scrolled{
  padding:6px 0;
}

/* container shrink */
.luxury-header.scrolled .header-container{
  padding:0 20px;
}

/* logo smaller on scroll */
.luxury-header.scrolled .header-logo{
  width:140px;
  height:auto;
}

/* menu color */
.luxury-header.scrolled .nav-menu{
  background:#3b0a57;
}

/*=====slider======*/

/* SLIDER HEIGHT */
.slider, .slide{
  height: auto !important;
  min-height: 37vh !important;
}
.slide{
  position:absolute;
  width:100%;
  height:auto;
  margin-top: 70px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
/* SLIDE */
.slide{
  padding-left:20px;
  padding-right:20px;
  justify-content:center;
  text-align:center;

}

/* CONTENT */
.slideContent{
  max-width:100%;
}

/* HEADING */
.slideContent h2{
  font-size:1.5rem;
  line-height:0.4;
}

/* PARAGRAPH */
.slideContent p{
  font-size:1rem;
}

/* HERO TEXT */
.hero p{
  font-size:18px;
  margin:15px auto;
}

.slider-controls {
    position: absolute;
    top: 55%;
}

/* SLIDER CONTROLS */
.slider-controls{
  padding:0 10px;
}

/* ARROW BUTTON */
.slider-controls button{
  width:25px;
  height:25px;
  font-size:13px;
}

/* ARROW POSITIONS */
.slider-controls .prev{
  left:5px;
}

.slider-controls .next{
  right:5px;
}

/* DOTS */
.slider-dots{
  bottom:15px;
}

.dot{
  width:10px;
  height:10px;
}

/* TITLE */
.title{
  font-size:1.6rem;
  margin-bottom:30px;
}

/* CARDS */
.cards{
  grid-template-columns:1fr;
  gap:20px;
}

/* CARD */
.card{
  padding:25px;
}

/* ABOUT SECTION */
.about-pro{
  padding:60px 20px;
}

.about-pro-container{
  grid-template-columns:1fr;
  gap:40px;
}

/* IMAGE */
.about-pro-image img{
  border-radius:18px;
}

/* EXPERIENCE BADGE */
.experience-badge{
  bottom:-15px;
  left:15px;
  padding:12px 20px;
}

.experience-badge h3{
  font-size:1.2rem;
}

.experience-badge span{
  font-size:.8rem;
}

/* CONTENT */
.about-pro-content h2{
  font-size:2rem;
  text-align:center;
}

.about-pro-content p{
  font-size:1rem;
  text-align:justify;
}

/* FEATURES */
.about-pro-features{
  grid-template-columns:1fr;
  gap:12px;
}

/* CTA ROW */
.about-cta-row{
  flex-direction:column;
  align-items:flex-start;
  gap:15px;
}

/* BUTTON */
.about-pro-btn{
  padding:12px 35px;
  font-size:.9rem;
}

/* DOORSTEP BUTTON */
.doorstep-highlight{
  margin-left:0;
  padding:14px 20px;
  font-size:.9rem;
}

.doorstep-icon{
  width:30px;
  height:30px;
}

/* TESTIMONIAL SECTION */
.lux-testimonials{
  padding:90px 20px;
}

/* TITLE */
.lux-test-title{
  font-size:2rem;
}

.lux-test-sub{
  font-size:1rem;
  margin-bottom:50px;
}

/* TEST CARD */
.lux-test-card{
  padding:35px 25px;
  border-radius:25px;
}

.lux-test-card p{
  font-size:1rem;
}

.lux-test-card h4{
  font-size:1.1rem;
}

/* DOTS */
.lux-dot{
  width:12px;
  height:12px;
}

/* SHINE BUTTON */
.lux-shine-btn{
  padding:12px 28px;
  font-size:.9rem;
}
.about-cta-row{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:nowrap; /* keep buttons in one row */
}

/* LEARN MORE BUTTON */
.about-pro-btn{
  padding:12px 20px;
  font-size:0.85rem;
  white-space:nowrap;
}

/* DOORSTEP BUTTON */
.doorstep-highlight{
  margin-left:0; /* remove desktop spacing */
  padding:12px 16px;
  font-size:0.85rem;
  white-space:nowrap;
}

.doorstep-icon{
  width:24px;
  height:24px;
}

/* ========= features==============*/
.premium-features{
  padding:60px 20px;
}

/* GRID */
.premium-grid{
  grid-template-columns:1fr; /* single column */
  gap:25px;
}

/* CARD */
.premium-card{
  height:320px;
  transform:none; /* remove desktop offset */
}

/* remove vertical offset cards */
.card-one,
.card-three{
  transform:none;
}

/* TEXT AREA */
.premium-text{
  padding:30px 25px;
}

/* HEADING */
.premium-text h3{
  font-size:2rem;
}

/* PARAGRAPH */
.premium-text p{
  font-size:0.95rem;
  max-width:100%;
}

/* BUTTON */
.premium-btn{
  padding:10px 22px;
  font-size:0.85rem;
}

/* reduce hover scaling for mobile */
.premium-card:hover{
  transform:translateY(-6px) scale(1.02);
}
/* .premium-btn{
  display:block;
  margin:20px auto 0;
  text-align:center;
} */
/* FIX HORIZONTAL SCROLL */
html, body{
  overflow-x:hidden;
}
.gold-diamond{
  padding:60px 20px;
}

/* STACK LAYOUT */
.diamond-wrap{
  grid-template-columns:1fr;
  gap:50px;
}

/* HEADING */
.diamond-content h1{
  font-size:2.2rem;
  line-height:1.2;
}

/* TEXT */
.diamond-content p{
  font-size:1rem;
  max-width:100%;
}

/* FEATURES */
.diamond-features{
  grid-template-columns:1fr;
  gap:14px;
}

/* BUTTON */
.diamond-btn{
  padding:14px 35px;
  font-size:0.9rem;
}

/* IMAGE */
.diamond-visual img{
  height:320px;
  border-radius:26px;
}

/* REMOVE SIDE STATS (prevents horizontal scroll) */
.diamond-stats{
  position:static;
  transform:none;
  flex-direction:row;
  justify-content:center;
  gap:15px;
  margin-top:30px;
}

/* STAT BOX */
.diamond-stats div{
  padding:16px 14px;
}

/* QUOTE */
.diamond-quote{
  margin-bottom:40px;
}

.diamond-quote p{
  font-size:1.1rem;
}

/* GRID STATS */
.diamond-stats-grid{
  /* grid-template-columns:1fr; */
  grid-template-rows:auto;
  gap:18px;
}

/* STAT BOX MOBILE */
.diamond-stat-box{
  padding:30px 20px;
}

/* NUMBER */
.diamond-stat-box h3{
  font-size:2.2rem;
}

/* LABEL */
.diamond-stat-box span{
  font-size:1rem;
}

/* SECTION */
.amogh-luxury-story{
  padding:60px 20px;
}

/* GRID STACK */
.luxury-story-grid{
  grid-template-columns:1fr;
  gap:50px;
}

/* TEXT */
.luxury-text h2{
  font-size:2.2rem;
  line-height:1.25;
}

.luxury-text p{
  font-size:1rem;
  max-width:100%;
}

/* POINT GRID */
.luxury-points{
  grid-template-columns:1fr;
  gap:14px;
}

.lux-point{
  font-size:0.95rem;
  padding:14px 16px;
}

/* IMAGE */
.lux-main{
  height:320px;
  border-radius:24px;
}

/* REMOVE FLOATING SMALL IMAGES */
.lux-small{
  display:none;
}

/* SLIDER CARD */
.amg-test-card{
  min-width:260px;
}

/* SLIDER GAP */
.amg-slider-track{
  gap:20px;
}

/* DOTS */
.amg-dot{
  width:12px;
  height:12px;
}

/* FOOTER CONTACT */
.footer-contact h4{
  font-size:1.1rem;
  text-align: center;
}

.footer-contact a{
  font-size:0.95rem;
}

.footer-contact i{
  font-size:16px;
}

.amg-testimonials{
  padding:60px 20px;
}

/* TITLE */
.amg-test-title{
  font-size:28px;
  margin:15px 0 40px;
}

/* SLIDER CARD */
.amg-test-card{
  width:260px;
  min-width:260px;
  max-width:260px;
  padding:25px 20px;
}

/* TEXT */
.amg-test-card p{
  font-size:15px;
}

/* USER */
.amg-user img{
  width:45px;
  height:45px;
}

.amg-user span{
  font-size:13px;
}

/* SLIDER GAP */
.amg-slider-track{
  gap:20px;
}

/* NAV ARROWS SMALL */
.amg-nav{
  font-size:28px;
}

/* DOTS */
.amg-dots{
  margin-top:25px;
}

.amg-dots span{
  width:8px;
  height:8px;
}

/*=============steps section ====================*/
.gold-steps{
  padding:0px 20px;
}

/* HEADER */
.steps-header{
  margin-bottom:40px;
}

.steps-header h2{
  font-size:2rem;
  line-height:1.3;
}

/* LAYOUT STACK */
.steps-wrapper{
  grid-template-columns:1fr;
  gap:35px;
}

/* ACCORDION */
.step-title{
  font-size:1.1rem;
  padding:18px 18px;
}

/* ARROW ICON */
.step-title .arrow{
  width:28px;
  height:28px;
  font-size:16px;
}

/* CONTENT TEXT */
.step-content{
  font-size:0.95rem;
  line-height:1.6;
  padding:0 18px;
}

.step-item.active .step-content{
  padding:12px 18px 16px;
}

/* IMAGE */
.steps-image img{
  width:100%;
  height:auto;
}

/* TAG */
.steps-tag{
  font-size:0.9rem;
}

/*  footer*/


 .lux-footer-wrap {
    grid-template-columns: 1fr;  /* Stack all columns */
    gap: 35px;
    margin-bottom: 25px;
  }


  /* LINKS SECTION */
  .footer-links h4,
  .footer-social h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }

  .footer-links {
    align-items: center;  /* Center links on mobile */
    gap: 12px;
  }

  .footer-links a {
    font-size: 1rem;
  }

  .footer-links a:hover {
    transform: translateX(0) translateY(-2px);  /* Adjust hover for mobile */
  }

  /* SOCIAL SECTION */
  .social-icons {
    justify-content: center;
    gap: 15px;
  }

  .social-icons a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .social-icons a:hover {
    transform: scale(1.1) rotate(3deg);  /* Slightly smaller hover effect */
  }

  /* BOTTOM BAR */
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding-top: 22px;
    font-size: 0.9rem;
  }

  .footer-bottom span {
    display: block;
  }

  .footer-brand h2 {
  display:none;
}

.footer-brand p
{
  display: none;
}
/* LINKS */
.footer-links h4,
.footer-social h4{
  text-align:center;
  font-size:1rem;
  margin-bottom:10px;
}

.footer-links{
  align-items:center;
  gap:8px;
}

.footer-links a{
  font-size:0.9rem;
}

/* SOCIAL */
.social-icons{
  justify-content:center;
  gap:10px;
}

.social-icons a{
  width:38px;
  height:38px;
  font-size:16px;
}

/* BOTTOM BAR */
.footer-bottom{
  flex-direction:column;
  gap:6px;
  text-align:center;
  padding-top:15px;
  font-size:0.8rem;
}

.footer-logo {
   display: none;
}

.footer-bottom span{
  display:block;
}

.footer-links{
  display:flex;
  flex-direction:row;     /* horizontal layout */
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px;
}

/* Title takes full row */
.footer-links h4{
  width:100%;
  text-align:center;
  margin-bottom:8px;
}

/* Links */
.footer-links a{
  font-size:0.9rem;
  margin:0 6px;
}



.lux-footer {
    background: linear-gradient(135deg, #1a0227, #3b0a57);
    padding: 0px 40px 25px;
    color: white;
    border-top: 4px solid #d4af37;
    box-shadow: 0 -15px 40px rgba(212, 175, 55, .4);
}
.waicon{
  width:45px;
  height:45px;
  font-size:22px;
  bottom:15px;
  right:15px;
}

.waicon:hover{
  transform:scale(1.08);
}

/*====inside pages=*/

.about-hero{
  height:20vh;          /* smaller banner */
  padding:0 15px;
    margin: 71px 0 0;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-content h1 {
    font-size: 16px;
    text-align: left;
}
.hero-content p {
    font-size: 12px;
    line-height: 17px;
}
.hero-content {
    width: 65%;
    margin-right: auto;
}


.branch-hero{
  height:20vh;          /* smaller banner */
  padding:0 15px;
    margin: 71px 0 0;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-hero{
  height:20vh;          /* smaller banner */
  padding:0 15px;
    margin: 71px 0 0;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-content h1 {
    font-size: 16px;
    text-align: left;
}
.hero-content p {
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
}
.hero-content {
    width: 65%;
    margin-right: auto;
}




.about-cta {
   background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}


















 
/* ABOUT STORY */
.about-story{
  padding:60px 20px;
}

.about-container{
  grid-template-columns:1fr;   /* stack image and text */
  gap:35px;
}

/* IMAGE */
.about-image img{
  border-radius:20px;
}

/* TEXT */
.about-text h2{
  font-size:1.9rem;
  margin-bottom:15px;
  text-align:center;
}

.about-text p{
  font-size:0.95rem;
  line-height:1.7;
  text-align:justify;
}

/* FEATURES SECTION */
.about-features{
  grid-template-columns:1fr;   /* one column */
  gap:25px;
  padding:60px 20px;
}

/* FEATURE CARD */
.feature-box{
  padding:35px 25px;
  border-radius:18px;
}

.feature-box h3{
  font-size:1.3rem;
}

.feature-box p{
  font-size:0.9rem;
}
.about-cta{
  padding:20px 15px;
}

/* CTA HEADING */
    .about-cta h2 {
        font-size: 1.3rem;
        line-height: 1;
        margin-top: 15px;
    }

/* BUTTON */
.lux-btn{
  padding:12px 30px;
  font-size:0.9rem;
}


/* ===== LUXURY ABOUT MOBILE ===== */

.luxury-about{
  padding:70px 20px;
}

/* STACK LAYOUT */
.luxury-container{
  flex-direction:column;
  gap:35px;
}

/* TEXT */
.luxury-content h1{
  font-size:32px;
  line-height:1.3;
}

.luxury-content p{
  font-size:15px;
  line-height:1.7;
}

/* BUTTON */
.luxury-btn{
  padding:12px 28px;
  font-size:0.9rem;
}

/* TAG */
.luxury-tag{
  font-size:12px;
}
/* IMAGE */
.luxury-image{
  width:100%;
  margin-bottom:30px;
}

.image-wrapper{
  width:100%;
  max-width:320px;
}

/* SECTION */
.why-sell-gold{
  padding:70px 20px;
}

/* HEADER */
.section-header{
  margin-bottom:40px;
}

.section-header h2{
  font-size:28px;
  line-height:1.3;
}

.section-header p{
  font-size:14px;
  line-height:1.6;
}

/* CARDS STACK */
.sell-row{
  flex-direction:column;
  gap:20px;
}

/* CARD */
.sell-card{
  padding:22px 18px;
}

/* ICON */
.icon{
  width:55px;
  height:55px;
  margin-bottom:14px;
}

.icon img{
  width:40px;
  height:40px;
}

/* TEXT */
.sell-card h4{
  font-size:15px;
}

.sell-card p{
  font-size:13px;
  line-height:1.5;
}

.doorstep-content{
  display:flex;
  flex-direction:column;
}

/* Make door-left act like its children are direct items */
.door-left{
  display:contents;
}

/* Order elements */
.door-left h2{ order:1; text-align:center; font-size:28px; }

.door-left p{ order:2; font-size:14px; line-height:1.7; }

.door-right{ order:3; }

.door-left .premium-btn{
  order:4;
  display:block;
  margin:25px auto 0;
}

/* Card mobile size */
.service-card{
  padding:18px;
  gap:15px;
}

.service-card img{
  width:45px;
  height:45px;
}

.service-card h4{
  font-size:15px;
}
.doorstep-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.branch-section{
  padding:70px 20px;
}

/* CARD */
.branch-card{
  padding:28px 20px;
  border-radius:10px;
}

/* HEADING */
.branch-card h3{
  font-size:24px;
}

/* UNDERLINE */
.underline{
  width:50px;
  height:2px;
  margin:10px auto 25px;
}

/* MAP */
.map-box iframe{
  height:220px;
}

/* ADDRESS */
.branch-address{
  font-size:14px;
  line-height:1.6;
  margin-bottom:25px;
}

/* BUTTON */
.direction-btn{
  padding:12px 30px;
  font-size:13px;
  letter-spacing:1px;
}
/* HERO */
.contact-hero{
  /* height:220px; */
  padding:0 15px;
}

 
/* CONTACT SECTION */
.contact-section{
  padding:60px 20px;
}

/* STACK CONTAINER */
.contact-container{
  grid-template-columns:1fr;
}

/* LEFT INFO */
.contact-info{
  padding:30px 22px;
}

.contact-info h2{
  font-size:22px;
}

.contact-info p{
  font-size:14px;
}

/* INFO ITEM */
.info-item{
  margin-bottom:18px;
}

.info-item i{
  width:38px;
  height:38px;
  font-size:16px;
}

/* SOCIAL ICONS */
.social-icons{
  margin-top:15px;
}

.social-icons a{
  width:35px;
  height:35px;
  font-size:14px;
}

/* FORM */
.contact-form{
  padding:30px 22px;
}

.contact-form h2{
  font-size:22px;
}

/* FORM ROW STACK */
.form-row{
  flex-direction:column;
  gap:0;
}

/* INPUTS */
.contact-form input,
.contact-form select,
.contact-form textarea{
  font-size:14px;
  padding:12px;
}

/* BUTTON */
.contact-form button{
  padding:12px;
  font-size:14px;
}

/* MAP */
.map-section iframe{
  height:260px;
}
.info-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.info-item i{
  width:36px;
  height:36px;
  min-width:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

.info-item p,
.info-item a{
  font-size:14px;
  line-height:1.6;
  margin:0;
}

.steps-wrapper{
  flex-wrap:wrap;
  justify-content:center;
}

.step-box{
  width:45%;
  margin-bottom:20px;
}

.amogha-steps{
  flex-wrap:wrap;
  justify-content:center;
}

.amogha-step{
  width:45%;
  margin-bottom:20px;
}



}










