/* ================= BODY ================= */

h2{
  font-size: 34px;
  line-height: 1.2;
  font-family: 'Optima';
  font-weight: 300;
  line-height: 52px;
}

@media (max-width: 768px) {
h2{
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Optima';
  font-weight: 300;
  line-height: 52px;
}
}

p{
  font-family: 'Lato';
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}


*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Optima';color:#222;line-height:1.6}
h1,h2,h3{
  font-family:'Optima';
}

:root{
  --sobha-gold:#AB905C;
  --sobha-dark:#0f1f1a;
}

.logo{
  font-size: 24px;
}

.container{width:90%;max-width:1200px;margin:auto}

/* ================= HEADER ================= */
header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1000}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}

.desktop-nav{display:flex;align-items:center;gap:22px}
.desktop-nav a{color:#000;text-decoration:none;font-size:16px; text-transform: uppercase; white-space:nowrap}

.btn{background:var(--sobha-gold);color:#fff !important;padding:12px 26px;border-radius:30px;font-weight:600;text-decoration:none}

/* HAMBURGER */
.hamburger{display:none;color:#000;font-size:26px;cursor:pointer}

/* ================= HERO ================= */
.hero-section{margin-top:72px;min-height:89vh;position:relative;overflow:hidden;display:flex;align-items:center;color:#fff}
.hero-section video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-3;transform:translateZ(0)}
/* architectural line pattern */
.hero-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(transparent 90%,rgba(255,255,255,.15) 100%),linear-gradient(90deg,transparent 96%,rgba(255,255,255,.15) 100%);background-size:10px 10px;z-index:-2}
.hero-section::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:-1}
.hero{display:flex;flex-direction:column;gap:22px;max-width:1220px;align-items:flex-start}
.hero h1{font-size:5.2rem;line-height:1.15;margin:0;animation:fadeUp .9s ease forwards}
.hero p{margin:0px;max-width:540px;font-size:17px;animation:fadeUp 1.1s ease forwards}
.hero .btn{animation:fadeUp 1.3s ease forwards}

/* subtle scroll reveal */
.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}
.reveal.active{opacity:1;transform:none}
.reveal{
  background:#f9f9f9;
   padding:100px 0 80px;
}
@media (max-width: 768px) {
  .reveal{
  background:#f9f9f9;
   padding:50px 0 40px;
}
}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}

/* ================= PROPERTY LISTING ================= */
.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.property-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08);display:flex;flex-direction:column}
.property-card img{width:100%;height:220px;object-fit:cover}
.property-body{padding:20px;display:flex;flex-direction:column;gap:10px}
.property-price{color:var(--sobha-gold);font-size:20px;font-weight:600}
.property-actions{display:flex;gap:12px;margin-top:10px}
.property-actions a{flex:1;text-align:center;padding:10px;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none}
.call-btn{background:#111;color:#fff}
.whatsapp-btn{background:#25D366;color:#fff}
.property-body h3{font-family:'Optima'; font-size: 24px; font-weight: 400;}

/* ================= SECTIONS ================= */
section{padding:60px 0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}

.card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:.4s}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12)}

.gallery img{width:100%;height:260px;object-fit:cover;border-radius:16px}

/* ================= FORM ================= */
.form-box{background:#111;color:#fff;padding:20px;border-radius:20px}
form input,form textarea{width:100%;padding:14px;margin-bottom:15px;border:none;border-radius:10px}
form button{width:100%;padding:14px;background:var(--sobha-gold);border:none;border-radius:30px;font-weight:600}

footer{background:#000;color:#aaa;text-align:center;padding:30px 0}

/* ================= MOBILE MENU ================= */
.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100%;background:#000;padding:80px 30px;display:flex;flex-direction:column;gap:25px;transition:.35s ease;z-index:2001}
.mobile-menu a{color:#fff;text-decoration:none;font-size:16px}
.mobile-menu.active{right:0}

.mobile-close{position:absolute;top:20px;right:20px;font-size:30px;color:#fff;cursor:pointer}
.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;pointer-events:none;transition:.3s;z-index:2000}
.mobile-overlay.active{opacity:1;pointer-events:auto}

/* ================= MOBILE ONLY ================= */
@media (max-width:768px){
  .desktop-nav{display:none}
  .hamburger{display:block}

  section{padding:60px 0}
  .hero h1{font-size:36px !important}

  /* FORCE STACKING */
  #intro .container,
  #payment-plan .container{
    display:flex !important;
    flex-direction:column !important;
    gap:30px !important;
  }

  #intro .container > div,
  #payment-plan .container > div{
    width:100% !important;
  }

  #contact > .container{padding:0 16px !important}

  #contact .container > div{
    display:flex !important;
    flex-direction:column !important;
    gap:30px !important;
  }
}
  .hero h1{font-size:3.2rem}

  /* STACK GRID SECTIONS */
  #intro .container,
  #payment-plan .container{
    display:flex;
    flex-direction:column;
    gap:30px;
  }

  #intro .container > div,
  #payment-plan .container > div{
    width:100%;
  }

  /* REGISTER INTEREST */
  #contact > .container{padding:0 16px}

  #contact .container > div{
    display:flex;
    flex-direction:column;
    gap:30px;
  }

  #contact h2{font-size:34px}
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
:root{
  --sobha-dark:#0f1f1a;
  --sobha-gold:#c9a24d;
  --sobha-grey:#f5f5f5;
}
body{font-family:'Optima';color:#222}
h1,h2,h3{font-family:'Optima';}
.btn,button{background:var(--sobha-gold);color:#fff;border:none}
.btn:hover,button:hover{opacity:.9}
section{padding:60px 0}
.card{background:#fff;border-radius:14px;padding:30px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.icon{width:48px;height:48px;margin-bottom:15px}

footer{
  padding: 10px 10px;
}

/* WHATSAPP FLOAT BUTTON */
.whatsapp-float{
  position:fixed;
  bottom:22px;
  right:22px;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.3);
  z-index:3000;
  transition:.3s;
}
.whatsapp-float:hover{transform:scale(1.08)}

/* WHATSAPP POPUP */
.whatsapp-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:4000;
}
.whatsapp-popup-box{
  background:#fff;
  padding:30px;
  border-radius:20px;
  width:340px;
  text-align:center;
  position:relative;
  animation:popupFade .3s ease;
}
.whatsapp-popup-box h3{
  margin-bottom:10px;
  font-size:22px;
}
.whatsapp-popup-box p{
  color:#666;
  font-size:14px;
  margin-bottom:20px;
}
.whatsapp-popup-btn{
  display:inline-block;
  background:#25D366;
  color:#fff;
  padding:12px 28px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
}
.close-btn{
  position:absolute;
  top:10px;
  right:14px;
  font-size:24px;
  cursor:pointer;
  color:#333;
}

@keyframes popupFade{
  from{transform:scale(.9);opacity:0}
  to{transform:scale(1);opacity:1}
}

/* FLOATING UP-DOWN ANIMATION */
@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.whatsapp-float{
  animation: floatUpDown 2.2s ease-in-out infinite;
}

.whatsapp-float{
  position:fixed;
  bottom:22px;
  right:22px;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 0 0 rgba(37,211,102,0.6);
  z-index:3000;
  animation: floatUpDown 2.2s ease-in-out infinite, pulseGlow 1.8s infinite;
  transition:.3s;
}

@keyframes pulseGlow {
  0% { box-shadow:0 0 0 0 rgba(37,211,102,0.6); }
  70% { box-shadow:0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

/* POPUP FORM */
.popup-form{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.65);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:5000;
}

.popup-box{
  background:#fff;
  width:380px;
  padding:28px;
  border-radius:20px;
  text-align:center;
  position:relative;
  animation: popupZoom .3s ease;
}

.popup-box h2{
  margin-bottom:8px;
  font-size:24px;
}
.popup-box p{
  font-size:14px;
  color:#666;
  margin-bottom:18px;
}

.popup-box input,
.popup-box textarea{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border-radius:8px;
  border:1px solid #ddd;
  font-family:'Optima';
}

.popup-box button{
  width:100%;
  padding:12px;
  background:#c9a24d;
  border:none;
  border-radius:30px;
  font-weight:600;
  cursor:pointer;
}

.popup-close{
  position:absolute;
  top:10px;
  right:14px;
  font-size:24px;
  cursor:pointer;
}

@keyframes popupZoom{
  from{transform:scale(.85);opacity:0}
  to{transform:scale(1);opacity:1}
}

/* THANK YOU POPUP */
.thankyou-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:6000;
}

.thankyou-box{
  background:#fff;
  padding:35px;
  border-radius:20px;
  text-align:center;
  width:360px;
  animation: popupZoom .3s ease;
}

.thankyou-box h2{
  color:#c9a24d;
  margin-bottom:10px;
  font-size:26px;
}

.thankyou-box p{
  font-size:15px;
  color:#555;
  margin-bottom:20px;
}

.thankyou-box button{
  background:#c9a24d;
  border:none;
  padding:10px 28px;
  border-radius:30px;
  font-weight:600;
  cursor:pointer;
}

.site-footer{
  background:#000;
  color:#fff;
  padding:40px 20px;
  text-align:center;
  font-size:14px;
}

.footer-content{
  max-width:1100px;
  margin:auto;
}

.footer-disclaimer{
  margin-top:15px;
  line-height:1.7;
  font-size:13px;
  color:#e0e0e0;
}

.footer-link{
  display:inline-block;
  margin-top:12px;
  color:#fff;
  text-decoration:underline;
  font-size:14px;
}

/* GALLERY POPUP */
.gallery-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:7000;
}

.gallery-slider img{
  max-width:100%;
  max-height:85vh;
  border-radius:12px;
  transition:.3s ease;
  padding: 10px;
}

.gallery-close{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
  z-index:10;
}

.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(255,255,255,.15);
  border:none;
  color:#fff;
  font-size:40px;
  padding:5px 18px;
  border-radius:50%;
  cursor:pointer;
  transition:.3s;
}

.gallery-nav:hover{
  background:rgba(255,255,255,.35);
}

.gallery-nav.left{left:30px;}
.gallery-nav.right{right:30px;}

.gallery-grid img{
  cursor: pointer;
  transition: transform .3s ease;
}

.gallery-grid img:hover{
  transform: scale(1.03);
}

/* ===== HERO CLEAN STABLE VERSION ===== */

.hero-section{
  position:relative;
  height:100vh;
  overflow:hidden;
}

/* background image */
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
}

/* dark overlay */
.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.25));
  z-index:-1;
}

/* wrapper */
.hero-layout{
  position:relative;
  height:100%;
}

/* bottom-left text */
.hero-left{
  position:absolute;
  left:60px;
  bottom:60px;
  max-width:650px;
  color:#fff;
}

.hero-left h1{
  font-size:64px;
  margin-bottom:12px;
}

/* bottom-right info box */
.hero-info-box{
  position:absolute;
  right:60px;
  bottom:60px;
  width:320px;

  background:rgba(0,0,0,.75);
  color:#fff;
  padding:30px;
  border-radius:10px;
  backdrop-filter:blur(8px);
}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .hero-layout{
    position:static;
    height:auto;
    padding:120px 20px 40px;
  }

  .hero-left,
  .hero-info-box{
    position:static;
    width:100%;
  }

  .hero-left h1{
    font-size:34px;
  }
}

/* ============================= */
/* HERO SIZE + SPACING */
/* ============================= */

/* restrict height (desktop) */
.hero-section{
  height:85vh;          /* instead of 100vh */
  min-height:650px;
}

/* remove container side padding ONLY inside hero */
.hero-section .container{
  padding-left:0 !important;
  padding-right:0 !important;
  max-width:100% !important;
}

/* left text flush to edge */
.hero-left{
  left:40px;   /* smaller edge spacing */
  bottom:40px;
}

/* right box spacing + alignment */
.hero-info-box{
  right:40px;
  bottom:40px;

  display:flex;
  flex-direction:column;
  gap:5px;        /* better vertical rhythm */
  text-align:center;
}

/* cleaner typography inside box */
.hero-info-box h3,
.hero-info-box h4{
  margin:4px 0 12px;
}

/* ============================= */
/* MOBILE VIEW */
/* ============================= */

@media (max-width:768px){

  .hero-section{
    height:70vh;        /* shorter banner */
    min-height:580px;
  }

  .hero-layout{
    padding:5px;
  }

  .hero-left{
    max-width:100%;
  }

  .hero-info-box{
    width:100%;
    margin-top:10px;
  }
}

/* ============================= */
/* AFTER BANNER RIGHT SECTION */
/* ============================= */
.right-box{
  background:#f8f8f8;
  padding:10px;
  line-height: 55px;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width:768px){
  .right-box{
  background:#f8f8f8;
  padding:10px;
  line-height: 30px;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
}


/* PRICE FORECAST SECTION - IMAGE FIRST, TEXT SECOND */

.forecast-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;   /* Image side slightly wider */
  gap: 70px;
  align-items: start;
}

/* Visual / Image side (now first in source order) */
.forecast-visual {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.forecast-chart-wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  padding: 30px;
  overflow: hidden;
}

.forecast-chart-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  max-height: 520px;
  object-fit: contain;
  margin: 0 auto;
}

.disclaimer {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 20px;
  line-height: 1.5;
}

.cta-wrapper {
  text-align: center;
}

.forecast-cta {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 32px !important;
  font-size: 17px !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: table;
}

.forecast-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.28);
}

/* Text side (now second in source order) */
.forecast-text h2 {
  font-size: 34px;
  margin-bottom: 24px;
  color: #000;
  font-family: 'Optima', serif;
  line-height: 1.15;
}

.forecast-text .intro-text {
  font-size: 16px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
  text-align: justify !important;
}

.forecast-text h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.forecast-text .sub-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 20px;
}

/* Mobile: naturally stacks image on top, text below (no change needed) */
@media (max-width: 992px) {
  .forecast-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .forecast-text h2 {
    font-size: 34px;
  }

  .forecast-text h3 {
    font-size: 28px;
  }

  .forecast-text .intro-text {
    font-size: 17px;
  }

  .forecast-chart-wrapper {
    padding: 20px;
  }

  .forecast-chart-image {
    max-height: 480px;
  }
}

@media (max-width: 576px) {
  .forecast-text h2 {
    font-size: 30px;
  }

  .forecast-text h3 {
    font-size: 24px;
  }

  .forecast-cta {
    padding: 14px 36px !important;
    font-size: 15px !important;
  }
}

/* PAYMENT PLAN SECTION - 80/20 LAYOUT */

.payment-header h2 {
  font-family: 'Optima', serif;
  font-weight: 400;
}

.payment-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.payment-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  border: 1px solid #eee;
}

.payment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.payment-card.highlight {
  background: #fff;
  border: 2px solid var(--sobha-gold);
  box-shadow: 0 15px 40px rgba(201,162,77,0.18);
  transform: scale(1.05);
  z-index: 1;
}

.percentage {
  font-size: 72px;
  font-weight: 700;
  color: var(--sobha-gold);
  line-height: 1;
  margin-bottom: 16px;
}

.label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.sub-label {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

/* CTA Button */
.payment-cta {
  background: var(--sobha-gold) !important;
  color: #000 !important;
  padding: 18px 60px !important;
  font-size: 18px !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(201,162,77,0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.payment-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(201,162,77,0.45);
  background: #d4b066 !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .payment-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .payment-card.highlight {
    transform: scale(1.03);
  }

  .percentage {
    font-size: 60px;
  }

  .label {
    font-size: 22px;
  }

  .payment-header h2 {
    font-size: 32px;
  }

  .payment-cta {
    padding: 16px 48px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 576px) {
  .payment-header h2 {
    font-size: 28px;
  }

  .percentage {
    font-size: 54px;
  }

  .label {
    font-size: 20px;
  }
}

/* AMENITIES - HORIZONTAL ICON LEFT + TEXT RIGHT CARDS */

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); /* 2 columns on desktop, stacks on mobile */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.amenity-card {
  display: flex;
  align-items: center; /* Vertically center icon and text block */
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  border: 1px solid #eee;
}

.amenity-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.12);
  border-color: var(--sobha-gold);
}

.amenity-icon {
  flex: 0 0 100px; /* Fixed width for icon */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}

.amenity-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(68%) sepia(43%) saturate(749%) hue-rotate(0deg) brightness(92%) contrast(92%); /* Makes icon gold-ish; remove if using colored icons */
}

.amenity-content {
  flex: 1;
  text-align: left; /* Left align text for readability */
}

.amenity-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.amenity-content p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Mobile adjustments - keep horizontal layout but smaller */
@media (max-width: 768px) {
  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .amenity-card {
    padding: 24px 20px;
  }

  .amenity-icon {
    flex: 0 0 80px;
    margin-right: 24px;
  }

  .amenity-icon img {
    width: 64px;
    height: 64px;
  }

  .amenity-content h3 {
    font-size: 18px;
  }

  .amenity-content p {
    font-size: 15px;
  }
}

/* GALLERY - SINGLE CONTINUOUS SLIDER (4 visible at a time) */

.gallery-slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-slider-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1); /* smooth easing */
  gap: 20px; /* space between images */
  padding: 0 10px;
  will-change: transform; /* better performance */
}

.gallery-slider-track img {
  flex: 0 0 23.5%;          /* ≈ 4 images visible (100% / 4 - gap) */
  width: 23.5%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-slider-track img:hover {
  transform: scale(1.06);
  box-shadow: 0 15px 40px rgba(0,0,0,0.22);
}

/* Navigation Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.55);
  color: white;
  border: none;
  font-size: 42px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.gallery-arrow:hover {
  background: var(--sobha-gold);
  transform: translateY(-50%) scale(1.12);
}

.gallery-arrow.prev { left: -20px; }
.gallery-arrow.next { right: -20px; }

/* Responsive - adjust visible count */
@media (max-width: 1200px) {
  .gallery-slider-track img {
    flex: 0 0 31%;    /* ≈ 3 visible */
    width: 31%;
  }
}

@media (max-width: 992px) {
  .gallery-slider-track img {
    flex: 0 0 48%;    /* ≈ 2 visible */
    width: 48%;
  }
}

@media (max-width: 576px) {
  .gallery-slider-track img {
    flex: 0 0 100%;   /* 1 visible */
    width: 100%;
    height: 260px;
  }

  .gallery-arrow {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  .gallery-arrow.prev { left: 10px; }
  .gallery-arrow.next { right: 10px; }
}


.intro-tag{
font-size:34px;
margin-bottom:20px;
line-height:1.2;
}

@media (max-width: 768px) {
  .intro-tag{
font-size:26px;
margin-bottom:20px;
line-height:1.2;
}
}

.pymt-title{
  font-size:34px;
   margin-bottom:16px;
    line-height:1.3;
     color:#000;
}

@media (max-width: 768px) {
.pymt-title{
  font-size:26px;
   margin-bottom:16px;
    line-height:1.3;
     color:#000;
}
}

.gal{
  text-align:center;
   margin-bottom:50px;
    font-size:34px;
     color:#000;
}

@media (max-width: 768px) {
.gal{
  text-align:center;
   margin-bottom:50px;
    font-size:28px;
     color:#000;
}
}

.gal1{
  background:#fff;
   padding:100px 0;
}

@media (max-width: 768px) {
.gal1{
  background:#fff;
   padding:50px 0;
}
}