/* =========================================================
   PRIYA CAB — Custom Stylesheet
   Jamnagar, Gujarat | S K Digital
========================================================= */

:root{
  --gold: #C9972B;
  --gold-light: #E8C270;
  --gold-dark: #9C731A;
  --dark: #131217;
  --dark-2: #1C1B22;
  --dark-3: #26242E;
  --text-muted: #8A8794;
  --text-body: #5B596A;
  --white: #FFFFFF;
  --off-white: #FBF8F2;
  --success: #2BB673;
  --danger: #E5484D;
  --radius: 14px;
  --shadow-soft: 0 20px 50px rgba(19,18,23,0.10);
  --shadow-gold: 0 15px 35px rgba(201,151,43,0.35);
  --font-main: "Roboto", "Segoe UI", sans-serif;
  --font-head: "Sunsive", "Roboto", sans-serif;
  --transition: all .35s ease;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family: var(--font-main);
  color: var(--text-body);
  background: var(--off-white);
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-size:16px;
  line-height:1.7;
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--font-head);
  color: var(--dark);
  margin:0 0 .6em;
  font-weight:700;
  line-height:1.25;
}
p{margin:0 0 1em;}
a{text-decoration:none; color:inherit; transition:var(--transition);}
img{max-width:100%; display:block;}
ul{margin:0; padding:0; list-style:none;}
button{font-family:var(--font-main); cursor:pointer;}
.container{max-width:1240px; margin:0 auto; padding:0 20px;}
.section-pad{padding:100px 0;}
@media(max-width:767px){.section-pad{padding:60px 0;}}

.gold{color:var(--gold);}
.section-title{max-width:680px; margin:0 auto 55px; text-align:center;}
.section-title .sub{
  display:inline-flex; align-items:center; gap:10px;
  color:var(--gold-dark); font-weight:700; letter-spacing:2px;
  text-transform:uppercase; font-size:13px; margin-bottom:14px;
}
.section-title .sub::before,.section-title .sub::after{content:"";width:26px;height:2px;background:var(--gold);}
.section-title h2{font-size:40px;}
.section-title p{margin-top:14px; font-size:16px;}
@media(max-width:767px){.section-title h2{font-size:28px;}}

/* buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 32px; border-radius:50px; font-weight:700; font-size:15px;
  border:2px solid transparent; transition:var(--transition); white-space:nowrap;
}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold-dark)); color:var(--dark); box-shadow:var(--shadow-gold);}
.btn-gold:hover{transform:translateY(-3px); box-shadow:0 20px 40px rgba(201,151,43,.45);}
.btn-dark{background:var(--dark); color:var(--white);}
.btn-dark:hover{background:var(--gold-dark); color:var(--dark); transform:translateY(-3px);}
.btn-outline{border-color:rgba(255,255,255,.5); color:var(--white);}
.btn-outline:hover{background:var(--white); color:var(--dark);}
.btn-whatsapp{background:#25D366; color:#fff;}
.btn-whatsapp:hover{background:#1ebe5b; transform:translateY(-3px);}
.btn-block{width:100%;}

/* ===================== TOPBAR ===================== */
.topbar{
  background:var(--dark); color:#cfcdd6; font-size:14px; padding:9px 0;
}
.topbar .container{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px;}
.topbar a{color:#cfcdd6;}
.topbar a:hover{color:var(--gold-light);}
.topbar-left{display:flex; gap:24px; flex-wrap:wrap;}
.topbar-left span{display:inline-flex; align-items:center; gap:8px;}
.topbar-left i{color:var(--gold);}
.topbar-right{display:flex; gap:14px;}
.topbar-right a{width:30px; height:30px; border-radius:50%; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center;}
.topbar-right a:hover{background:var(--gold); color:var(--dark); border-color:var(--gold);}

/* ===================== HEADER ===================== */
header.main-header{
  background:var(--white); position:sticky; top:0; z-index:999;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; padding:16px 0;}
.brand{display:flex; align-items:center; gap:12px;}
.brand .logo-icon{
  width:50px; height:50px; border-radius:50%; background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  display:flex; align-items:center; justify-content:center; font-size:22px; color:var(--dark);
  box-shadow:var(--shadow-gold);
}
.brand .logo-text{line-height:1.1;}
.brand .logo-text b{font-family:var(--font-head); font-size:23px; color:var(--dark); display:block;}
.brand .logo-text span{font-size:12px; letter-spacing:2px; color:var(--gold-dark); text-transform:uppercase; font-weight:700;}
.main-nav{display:flex; align-items:center; gap:36px;}
.main-nav a{font-weight:600; color:var(--dark); font-size:15.5px; position:relative; padding:6px 0;}
.main-nav a.active,.main-nav a:hover{color:var(--gold-dark);}
.main-nav a.active::after,.main-nav a:hover::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--gold);}
.header-cta{display:flex; align-items:center; gap:14px;}
.header-call{display:flex; align-items:center; gap:12px;}
.header-call .ic{width:46px;height:46px;border-radius:50%;background:var(--off-white);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);font-size:18px;}
.header-call small{display:block; font-size:12px; color:var(--text-muted);}
.header-call b{font-size:16px; color:var(--dark);}
.menu-toggle{display:none; font-size:26px; background:none; border:none; color:var(--dark);}

@media(max-width:991px){
  .main-nav{position:fixed; top:0; right:-300px; width:280px; height:100vh; background:var(--dark);
    flex-direction:column; align-items:flex-start; padding:90px 30px; gap:22px; transition:.4s; z-index:1000;}
  .main-nav.active{right:0;}
  .main-nav a{color:#fff;}
  .header-call{display:none;}
  .menu-toggle{display:block;}
}
.nav-overlay{position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:998; display:none;}
.nav-overlay.active{display:block;}
.nav-close{display:none; color:#fff; font-size:24px; position:absolute; top:24px; right:24px;}
@media(max-width:991px){.nav-close{display:block;}}

/* ===================== HERO ===================== */
.hero{position:relative; min-height:92vh; display:flex; align-items:center; overflow:hidden; background:var(--dark);}
.hero-slides{position:absolute; inset:0;}
.hero-slide{position:absolute; inset:0; opacity:0; transition:opacity 1.8s ease;}
.hero-slide.active{opacity:1;}
.hero-slide img{width:100%; height:100%; object-fit:cover; animation:kenburns 14s ease-in-out infinite alternate;}
@keyframes kenburns{0%{transform:scale(1) translate(0,0);}100%{transform:scale(1.15) translate(-2%,-1%);}}
.hero::before{content:""; position:absolute; inset:0; background:linear-gradient(100deg,rgba(10,9,13,.92) 20%,rgba(10,9,13,.55) 60%,rgba(10,9,13,.75)); z-index:1;}
.hero-content{position:relative; z-index:2; color:#fff; padding:70px 0 40px;}
.hero-content .tag{
  display:inline-flex; align-items:center; gap:10px; background:rgba(201,151,43,.15); border:1px solid var(--gold);
  color:var(--gold-light); padding:8px 20px; border-radius:50px; font-size:13px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:24px;
}
.hero-content h1{font-size:56px; color:#fff; max-width:680px;}
.hero-content h1 span{color:var(--gold-light);}
.hero-content p{font-size:17px; max-width:540px; color:#d9d8e0;}
.hero-btns{display:flex; gap:16px; margin-top:20px; flex-wrap:wrap;}
.hero-stats{display:flex; gap:40px; margin-top:50px; flex-wrap:wrap;}
.hero-stats div b{display:block; font-size:30px; color:var(--gold-light); font-family:var(--font-head);}
.hero-stats div span{font-size:13px; color:#c9c7d1;}
@media(max-width:767px){.hero-content h1{font-size:34px;} .hero{min-height:auto; padding-bottom:0;}}

/* dots */
.hero-dots{position:absolute; z-index:3; bottom:26px; left:50%; transform:translateX(-50%); display:flex; gap:10px;}
.hero-dots span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.4); cursor:pointer;}
.hero-dots span.active{background:var(--gold); width:26px; border-radius:6px;}

/* ===================== BOOKING FORM ===================== */
.booking-wrap{position:relative; z-index:5; margin-top:-60px;}
@media(max-width:991px){.booking-wrap{margin-top:0; padding-top:30px;}}
.booking-card{
  background:#fff; border-radius:20px; box-shadow:0 30px 70px rgba(19,18,23,.25);
  overflow:hidden;
}
.booking-tabs{display:flex; background:var(--dark); flex-wrap:wrap;}
.booking-tabs button{
  flex:1; min-width:130px; background:none; border:none; color:#c9c7d1; padding:18px 10px;
  font-weight:700; font-size:14.5px; display:flex; align-items:center; justify-content:center; gap:8px;
  border-bottom:3px solid transparent; transition:var(--transition);
}
.booking-tabs button i{color:var(--gold);}
.booking-tabs button.active{background:var(--dark-3); color:#fff; border-bottom-color:var(--gold);}
.booking-body{padding:30px;}
.booking-panel{display:none;}
.booking-panel.active{display:block; animation:fadein .4s ease;}
@keyframes fadein{from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);}}
.booking-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:end;}
.booking-grid.grid-3{grid-template-columns:repeat(3,1fr);}
.booking-grid.grid-5{grid-template-columns:repeat(5,1fr);}
@media(max-width:991px){.booking-grid,.booking-grid.grid-3,.booking-grid.grid-5{grid-template-columns:repeat(2,1fr);}}
@media(max-width:575px){.booking-grid,.booking-grid.grid-3,.booking-grid.grid-5{grid-template-columns:1fr;}}
.field label{display:block; font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; color:var(--text-muted); margin-bottom:8px;}
.field .input-wrap{position:relative;}
.field .input-wrap i{position:absolute; left:16px; top:50%; transform:translateY(-50%); color:var(--gold-dark);}
.field input,.field select{
  width:100%; padding:14px 16px 14px 42px; border:1.5px solid #E7E4EE; border-radius:10px;
  font-size:14.5px; color:var(--dark); background:var(--off-white); transition:var(--transition);
}
.field input:focus,.field select:focus{outline:none; border-color:var(--gold); background:#fff;}
.booking-submit{margin-top:22px;}

/* ===================== TRUST STRIP ===================== */
.trust-strip{background:var(--dark); padding:26px 0;}
.trust-strip .container{display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px;}
.trust-strip .item{display:flex; align-items:center; gap:14px; color:#fff;}
.trust-strip .item i{font-size:26px; color:var(--gold);}
.trust-strip .item b{display:block; font-size:15px;}
.trust-strip .item span{font-size:12.5px; color:#a6a4b0;}

/* ===================== SERVICES ===================== */
.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
@media(max-width:991px){.services-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:575px){.services-grid{grid-template-columns:1fr;}}
.service-card{
  background:#fff; border-radius:var(--radius); padding:36px 30px; box-shadow:var(--shadow-soft);
  transition:var(--transition); border:1px solid #F0EDE3; position:relative; overflow:hidden;
}
.service-card:hover{transform:translateY(-8px); border-color:var(--gold);}
.service-card .icn{
  width:64px; height:64px; border-radius:16px; background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  display:flex; align-items:center; justify-content:center; font-size:26px; color:var(--dark); margin-bottom:22px;
}
.service-card h3{font-size:20px;}
.service-card p{font-size:14.5px; margin-bottom:16px;}
.service-card .more{font-size:13.5px; font-weight:700; color:var(--gold-dark); display:inline-flex; align-items:center; gap:6px;}
.service-card:hover .more{gap:10px;}

/* ===================== WHY CHOOSE ===================== */
.why-wrap{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
@media(max-width:900px){.why-wrap{grid-template-columns:1fr;}}
.why-imgbox{position:relative;}
.why-imgbox img{border-radius:20px; box-shadow:var(--shadow-soft);}
.why-imgbox .float-card{
  position:absolute; bottom:-30px; right:-20px; background:var(--dark); color:#fff; padding:22px 26px;
  border-radius:16px; box-shadow:0 20px 40px rgba(0,0,0,.3); display:flex; align-items:center; gap:14px;
}
.why-imgbox .float-card i{font-size:30px; color:var(--gold);}
.why-imgbox .float-card b{font-size:26px; display:block; font-family:var(--font-head);}
.why-imgbox .float-card span{font-size:12px; color:#c9c7d1;}
.why-list{display:flex; gap:16px; margin-bottom:20px;}
.why-list .icn{min-width:48px; height:48px; border-radius:12px; background:var(--off-white); color:var(--gold-dark);
  display:flex; align-items:center; justify-content:center; font-size:19px;}
.why-list h4{font-size:17px; margin-bottom:6px;}
.why-list p{font-size:14.5px; margin:0;}

/* ===================== FLEET ===================== */
.fleet-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
@media(max-width:991px){.fleet-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:575px){.fleet-grid{grid-template-columns:1fr;}}
.fleet-card{background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); transition:var(--transition);}
.fleet-card:hover{transform:translateY(-6px);}
.fleet-card .fleet-img{height:170px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#f4f1e8,#eee7d3); font-size:60px; color:var(--gold-dark);}
.fleet-card .fleet-body{padding:22px;}
.fleet-card h3{font-size:18px; margin-bottom:4px;}
.fleet-card .meta{display:flex; gap:16px; font-size:13px; color:var(--text-muted); margin-bottom:14px;}
.fleet-card .meta span{display:flex; align-items:center; gap:6px;}
.fleet-card .meta i{color:var(--gold-dark);}

/* ===================== ROUTES ===================== */
.routes-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
@media(max-width:991px){.routes-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:575px){.routes-grid{grid-template-columns:1fr;}}
.route-card{
  background:#fff; border:1px solid #F0EDE3; border-radius:12px; padding:20px 22px; display:flex;
  align-items:center; justify-content:space-between; transition:var(--transition);
}
.route-card:hover{border-color:var(--gold); box-shadow:var(--shadow-soft); transform:translateY(-3px);}
.route-card .r-name{font-weight:700; color:var(--dark); font-size:15px; display:flex; align-items:center; gap:8px;}
.route-card .r-name i{color:var(--gold-dark);}
.route-card .r-btn{width:34px; height:34px; border-radius:50%; background:var(--off-white); display:flex; align-items:center; justify-content:center; color:var(--gold-dark);}
.route-card:hover .r-btn{background:var(--gold); color:#fff;}

/* ===================== COUNTER ===================== */
.counter-strip{background:linear-gradient(120deg,var(--dark),#221f2b); padding:70px 0;}
.counter-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center;}
@media(max-width:767px){.counter-grid{grid-template-columns:repeat(2,1fr);}}
.counter-item i{font-size:30px; color:var(--gold); margin-bottom:14px; display:inline-block;}
.counter-item .num{font-size:38px; color:#fff; font-family:var(--font-head); font-weight:700;}
.counter-item span{color:#a6a4b0; font-size:14px;}

/* ===================== TESTIMONIALS ===================== */
.testi-card{background:#fff; border-radius:var(--radius); padding:32px; box-shadow:var(--shadow-soft); margin:10px; height:100%;}
.testi-card .stars{color:var(--gold); margin-bottom:14px; font-size:14px;}
.testi-card p{font-size:15px; font-style:italic; color:var(--text-body);}
.testi-user{display:flex; align-items:center; gap:14px; margin-top:18px;}
.testi-user .av{width:48px; height:48px; border-radius:50%; background:linear-gradient(135deg,var(--gold-light),var(--gold-dark)); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--dark);}
.testi-user b{display:block; font-size:14.5px; color:var(--dark);}
.testi-user span{font-size:12.5px; color:var(--text-muted);}
.swiper{padding-bottom:10px;}

/* ===================== GALLERY ===================== */
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:150px; gap:14px;}
.gallery-grid a{position:relative; overflow:hidden; border-radius:12px; grid-row:span 1;}
.gallery-grid a.tall{grid-row:span 2;}
.gallery-grid img{width:100%; height:100%; object-fit:cover; transition:.5s;}
.gallery-grid a:hover img{transform:scale(1.1);}
.gallery-grid a::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55)); opacity:0; transition:.35s;}
.gallery-grid a:hover::after{opacity:1;}
.gallery-grid a i{position:absolute; bottom:14px; left:14px; color:#fff; font-size:18px; z-index:2; opacity:0; transition:.35s;}
.gallery-grid a:hover i{opacity:1;}
@media(max-width:767px){.gallery-grid{grid-template-columns:repeat(2,1fr);}}

/* ===================== CTA ===================== */
.cta-band{position:relative; background:var(--dark); overflow:hidden; padding:70px 0;}
.cta-band .container{position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:24px;}
.cta-band h3{color:#fff; font-size:30px; max-width:520px; margin-bottom:0;}
.cta-band p{color:#c9c7d1; margin-bottom:0;}
.cta-band::before{content:""; position:absolute; width:400px; height:400px; background:radial-gradient(circle,rgba(201,151,43,.25),transparent 70%); right:-100px; top:-150px;}
.cta-btns{display:flex; gap:14px; flex-wrap:wrap;}

/* ===================== FOOTER ===================== */
footer{background:#0E0D12; color:#a6a4b0; padding-top:80px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.08);}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr; row-gap:40px;}}
@media(max-width:575px){.footer-grid{grid-template-columns:1fr;}}
.footer-grid h4{color:#fff; font-size:16px; margin-bottom:22px; position:relative;}
.footer-grid .f-logo{display:flex; align-items:center; gap:12px; margin-bottom:18px;}
.footer-grid .f-logo b{color:#fff; font-family:var(--font-head); font-size:21px;}
.footer-grid p{font-size:14px; line-height:1.8;}
.footer-links li{margin-bottom:12px;}
.footer-links a{font-size:14px; color:#a6a4b0; display:flex; align-items:center; gap:8px;}
.footer-links a:hover{color:var(--gold);}
.footer-links i{font-size:11px; color:var(--gold);}
.footer-contact li{display:flex; gap:12px; margin-bottom:16px; font-size:14px;}
.footer-contact i{color:var(--gold); margin-top:3px;}
.footer-social{display:flex; gap:10px; margin-top:20px;}
.footer-social a{width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; color:#fff;}
.footer-social a:hover{background:var(--gold); border-color:var(--gold); color:var(--dark);}
.footer-bottom{padding:22px 0; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13.5px;}
.footer-bottom a{color:var(--gold-light);}

/* WhatsApp float */
.wa-float{
  position:fixed; bottom:26px; right:26px; width:60px; height:60px; background:#25D366; color:#fff;
  border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; z-index:998;
  box-shadow:0 10px 30px rgba(37,211,102,.5); animation:pulse 2.2s infinite;
}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.55);}70%{box-shadow:0 0 0 16px rgba(37,211,102,0);}100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}}
.call-float{
  position:fixed; bottom:96px; right:29px; width:54px; height:54px; background:var(--dark);
  color:var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:22px; z-index:998;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
}

/* page banner (inner pages) */
.page-banner{position:relative; min-height:46vh; display:flex; align-items:center; background:var(--dark); overflow:hidden;}
.page-banner img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.35;}
.page-banner::before{content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(10,9,13,.95),rgba(10,9,13,.65));}
.page-banner .container{position:relative; z-index:2; color:#fff; padding-top:40px;}
.page-banner h1{color:#fff; font-size:44px;}
.breadcrumb{display:flex; gap:10px; align-items:center; color:#c9c7d1; font-size:14px;}
.breadcrumb a{color:var(--gold-light);}

/* form elements generic (contact) */
.form-box{background:#fff; border-radius:var(--radius); padding:40px; box-shadow:var(--shadow-soft);}
.form-box .field{margin-bottom:20px;}
.form-box label{display:block; font-size:13px; font-weight:700; margin-bottom:8px; color:var(--dark);}
.form-box input,.form-box select,.form-box textarea{
  width:100%; padding:14px 16px; border:1.5px solid #E7E4EE; border-radius:10px; font-size:14.5px; background:var(--off-white);
}
.form-box input:focus,.form-box select:focus,.form-box textarea:focus{outline:none; border-color:var(--gold); background:#fff;}
.form-msg{margin-top:16px; padding:14px 18px; border-radius:10px; font-size:14px; display:none;}
.form-msg.success{background:rgba(43,182,115,.1); color:var(--success); border:1px solid rgba(43,182,115,.3); display:block;}
.form-msg.error{background:rgba(229,72,77,.1); color:var(--danger); border:1px solid rgba(229,72,77,.3); display:block;}

.map-box{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); height:100%; min-height:420px;}
.map-box iframe{width:100%; height:100%; min-height:420px; border:0;}

.info-card{display:flex; gap:18px; background:#fff; border-radius:var(--radius); padding:26px; box-shadow:var(--shadow-soft); margin-bottom:20px;}
.info-card .icn{min-width:56px; height:56px; border-radius:14px; background:linear-gradient(135deg,var(--gold-light),var(--gold-dark)); display:flex; align-items:center; justify-content:center; font-size:22px; color:var(--dark);}
.info-card h4{font-size:16px; margin-bottom:6px;}
.info-card p{font-size:14px; margin:0;}

/* about page */
.about-wrap{display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; align-items:center;}
@media(max-width:900px){.about-wrap{grid-template-columns:1fr;}}
.about-imgs{position:relative;}
.about-imgs img{border-radius:18px;}
.about-imgs .img-1{border-radius:18px; box-shadow:var(--shadow-soft);}
.about-imgs .img-2{position:absolute; width:55%; bottom:-40px; left:-40px; border:8px solid #fff; box-shadow:0 20px 40px rgba(0,0,0,.2);}
@media(max-width:575px){.about-imgs .img-2{display:none;}}
.mission-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:26px;}
@media(max-width:575px){.mission-grid{grid-template-columns:1fr;}}
.mission-card{background:var(--off-white); border-radius:14px; padding:22px;}
.mission-card i{color:var(--gold-dark); font-size:24px; margin-bottom:10px; display:block;}
.mission-card h4{font-size:16px; margin-bottom:6px;}
.mission-card p{font-size:13.5px; margin:0;}

.team-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
@media(max-width:991px){.team-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:575px){.team-grid{grid-template-columns:1fr;}}
.team-card{background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); text-align:center; padding-bottom:22px;}
.team-card .ph{height:150px; background:linear-gradient(135deg,#f4f1e8,#eee7d3); display:flex; align-items:center; justify-content:center; font-size:46px; color:var(--gold-dark); margin-bottom:18px;}
.team-card h4{font-size:16px; margin-bottom:2px;}
.team-card span{font-size:12.5px; color:var(--text-muted);}

/* AOS fallback (in case plugin fails to load) */
[data-aos]{opacity:1;}

::selection{background:var(--gold); color:#fff;}

/* Scroll to top */
.scroll-top{position:fixed; bottom:26px; left:26px; width:44px; height:44px; border-radius:50%; background:var(--dark); color:var(--gold);
  display:none; align-items:center; justify-content:center; z-index:998; box-shadow:var(--shadow-soft);}
.scroll-top.show{display:flex;}
