
:root{
  --navy:#061625;
  --navy2:#071b2e;
  --gold:#f7bd13;
  --gold2:#d59510;
  --white:#fff;
  --text:#111827;
  --muted:#667085;
  --line:#d7dde5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
h1,h2,h3,h4,.serif{font-family:Georgia,"Times New Roman",serif;font-weight:900}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.top-strip{height:30px;background:#061625;color:#fff;font-size:12px;position:fixed;top:0;left:0;right:0;z-index:10000}
.top-strip .container{height:30px;display:flex;justify-content:flex-end;align-items:center;gap:22px}
.top-social{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:15px;color:#fff}
.top-link{font-weight:800;font-size:12px}
.main-nav{position:fixed;top:30px;left:0;right:0;height:58px;z-index:9999;background:rgba(6,22,37,.30);border-bottom:1px solid rgba(255,255,255,.08)}
.main-nav.scrolled{background:rgba(6,22,37,.92);backdrop-filter:blur(12px)}
.nav-inner{height:58px;display:flex;align-items:center;justify-content:space-between}
.logo-img{height:46px;width:auto;object-fit:contain}
.menu{display:flex;align-items:center;gap:31px;margin:0;padding:0;list-style:none}
.menu a{color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;position:relative;padding:22px 0}
.menu a.active{color:var(--gold)}
.menu a.active:after{content:"";position:absolute;height:3px;background:var(--gold);left:0;right:0;bottom:10px}
.nav-actions{display:flex;align-items:center;gap:12px}
.lang{height:30px;border:1px solid #fff;color:#fff;background:rgba(255,255,255,.05);font-weight:800;font-size:12px;padding:0 12px}
.plan-btn{height:32px;background:var(--gold);color:#061625;border:0;padding:0 19px;font-weight:900;font-size:12px;text-transform:uppercase}
.search-bar{position:absolute;right:23px;top:66px;width:205px;height:26px;border:1px solid rgba(255,255,255,.9);border-radius:30px;color:#fff;display:flex;align-items:center;padding:0 10px;background:rgba(255,255,255,.08)}
.search-bar input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:12px}
.search-bar input::placeholder{color:#e8eef5}
.mobile-toggle{display:none;background:#fff;border:0;width:42px;height:38px;border-radius:4px}
.hero{height:505px;position:relative;overflow:hidden;background:#111;color:#fff}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease}
.hero-slide.active{opacity:1}
.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,16,27,.55),rgba(5,16,27,.18) 50%,rgba(5,16,27,.10))}
.hero-content{position:relative;z-index:5;height:100%;display:flex;align-items:center;padding-top:73px}
.hero-text{max-width:580px;margin-left:8px}
.hero h1{font-size:58px;line-height:.92;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;text-shadow:0 4px 14px rgba(0,0,0,.25)}
.hero h1 span{color:var(--gold);font-size:70px}
.hero-sub{font-size:16px;font-weight:800;line-height:1.35;margin-bottom:28px}
.hero-buttons{display:flex;align-items:center;gap:18px}
.btn-yellow{background:var(--gold);border:0;color:#051525;height:42px;padding:0 28px;font-weight:900;text-transform:uppercase;font-size:12px;display:inline-flex;align-items:center;gap:18px}
.btn-border{border:2px solid rgba(255,255,255,.8);color:#fff;height:42px;padding:0 27px;font-weight:900;text-transform:uppercase;font-size:12px;display:inline-flex;align-items:center;background:rgba(255,255,255,.02)}
.season{display:flex;align-items:center;margin-top:24px;gap:18px;color:#fff}
.sun{font-size:30px}
.season small{font-weight:900;text-transform:uppercase;color:#fff}
.season strong{font-family:Georgia,serif;font-size:20px}
.side-numbers{position:absolute;right:11.5%;top:205px;z-index:6;display:flex;align-items:center;gap:18px}
.side-line{height:104px;width:2px;background:rgba(255,255,255,.65);position:relative}
.side-line:before{content:"";position:absolute;left:-5px;top:9px;width:12px;height:12px;border:2px solid var(--gold);border-radius:50%;background:transparent}
.side-numbers div:last-child{display:flex;flex-direction:column;gap:20px;color:#fff;font-weight:900}
.side-numbers .active{color:#fff}
.watch{position:absolute;right:10.7%;bottom:34px;z-index:6;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;display:flex;align-items:center;gap:10px}
.play-icon{width:36px;height:36px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}
.section-title{font-size:24px;text-align:center;text-transform:uppercase;margin:0;line-height:1}
.tours-sec{background:#f7f7f7;padding:18px 0 16px;position:relative}
.tours-head{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:16px}
.view-all{position:absolute;right:65px;top:3px;font-size:12px;font-weight:900;text-transform:uppercase}
.slider-arrow{position:absolute;top:115px;width:30px;height:30px;border:2px solid #1d2734;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;z-index:5}
.slider-arrow.left{left:58px}.slider-arrow.right{right:58px}
.tour-card{background:#fff;border:1px solid #b8bec8;border-radius:9px;overflow:hidden;height:100%;box-shadow:0 2px 4px rgba(0,0,0,.05)}
.tour-img{height:134px;background-size:cover;background-position:center;position:relative}
.tour-img:before{content:"";position:absolute;left:12px;top:10px;width:20px;height:20px;border-left:5px solid var(--gold);border-top:5px solid var(--gold);transform:rotate(45deg)}
.day{position:absolute;top:12px;left:35px;font-size:10px;font-weight:900;background:rgba(255,255,255,.7);padding:2px 5px;border-radius:8px}
.tour-body{padding:13px 13px 12px}
.tour-body h3{font-family:Arial,sans-serif;font-size:13px;font-weight:900;text-transform:uppercase;margin:0 0 11px}
.meta{display:flex;gap:20px;font-size:11px;color:#111;margin-bottom:12px}
.price-row{display:flex;justify-content:space-between;align-items:end}
.price-row small{font-size:11px;color:#555}
.price{font-family:Georgia,serif;font-size:20px;color:#b77c08;font-weight:900}
.card-go{width:28px;height:28px;border-radius:50%;background:#07182a;color:#fff;display:flex;align-items:center;justify-content:center}
.exp-row{background:#fff}
.video-block{height:235px;background:url('https://images.unsplash.com/photo-1516937941344-00b4e0337589?auto=format&fit=crop&w=1100&q=88') center/cover;position:relative}
.video-block .play-icon{position:absolute;left:18px;bottom:18px;background:rgba(247,189,19,.15)}
.exp-text{padding:34px 0 15px 47px}
.exp-text h2{text-transform:uppercase;font-size:25px;margin-bottom:10px}
.exp-text p{font-size:14px;line-height:1.45;max-width:520px;font-weight:700}
.exp-icons{display:flex;gap:45px;margin-top:22px;color:#d79b18}
.exp-item{text-align:center;font-size:10px;font-weight:800;text-transform:uppercase;width:74px;color:#8b6a18}
.exp-item i{font-size:32px;color:#d79b18;margin-bottom:7px}
.why{background:#061625;color:#fff;padding:16px 0 17px}
.why h2{text-align:center;text-transform:uppercase;font-size:24px;margin:0 0 8px}
.why-row{display:grid;grid-template-columns:repeat(6,1fr)}
.why-item{text-align:center;border-right:1px solid rgba(255,255,255,.65);min-height:65px}
.why-item:last-child{border-right:0}
.why-item i{font-size:28px;color:var(--gold);margin-bottom:4px}
.why-item h4{font-family:Georgia,serif;text-transform:uppercase;font-size:12px;margin:0;color:#fff}
.why-item p{font-size:11px;margin:2px 0;color:#dfe8f0}
.gallery{padding:18px 0 10px;background:#fff}
.gallery-head{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:13px}
.gallery .view-all{right:80px;top:0}
.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.gallery-grid img{height:96px;width:100%;object-fit:cover}
.testimonials{background:linear-gradient(rgba(6,22,37,.68),rgba(6,22,37,.78)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=88') center/cover;color:#fff;padding:14px 0 18px}
.testimonials h2{text-align:center;text-transform:uppercase;font-size:24px;margin:0 0 12px}
.test-row{display:grid;grid-template-columns:1fr 1fr 1fr 1.05fr;gap:12px;align-items:stretch}
.review-card{background:rgba(255,255,255,.14);border-radius:10px;padding:18px 20px;min-height:135px;backdrop-filter:blur(4px)}
.quote{font-size:24px;color:var(--gold);line-height:1}
.review-card p{font-size:13px;line-height:1.35;font-weight:700;margin:5px 0 10px}
.stars{color:var(--gold);letter-spacing:2px;font-size:13px}
.person{font-size:12px;font-weight:900;margin-top:5px}
.country{font-size:11px}
.score-card{background:rgba(255,255,255,.13);border-radius:10px;padding:14px 20px;display:grid;grid-template-columns:1fr;gap:8px}
.score-line{display:flex;align-items:center;gap:10px}
.score-num{font-size:35px;color:var(--gold);font-weight:400;font-family:Georgia,serif}
.score-source{font-weight:800}
.cta{background:linear-gradient(rgba(6,22,37,.48),rgba(6,22,37,.62)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=88') center bottom/cover;color:#fff;text-align:center;padding:17px 0 21px}
.cta h2{text-transform:uppercase;font-size:25px;margin:0 0 14px;line-height:1.08}
.cta .btn-yellow,.cta .btn-border{height:35px}
.footer{background:#061625;color:#dbe7f3;padding:22px 0 18px}
.footer-logo{height:48px;width:auto;margin-bottom:10px}
.footer h4{font-family:Arial,sans-serif;font-size:13px;font-weight:900;text-transform:uppercase;margin-bottom:10px;color:#fff}
.footer a,.footer p{font-size:12px;color:#dbe7f3;display:block;margin:0 0 5px}
.footer .social{display:flex;gap:13px;font-size:13px}
.newsletter{display:flex;border:1px solid #fff;height:34px;margin-top:8px}
.newsletter input{flex:1;background:transparent;border:0;color:#fff;padding:0 10px;font-size:12px;outline:0}
.newsletter button{width:42px;border:0;background:var(--gold)}
.page-hero{height:350px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:end;padding:120px 0 55px}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,22,37,.88),rgba(6,22,37,.35))}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{text-transform:uppercase;font-size:56px}
.inner-section{padding:60px 0}
.detail-box{background:#fff;border:1px solid #dfe5ee;border-radius:12px;padding:25px;box-shadow:0 14px 40px rgba(0,0,0,.08)}
.detail-list{list-style:none;padding:0;margin:0}
.detail-list li{display:flex;justify-content:space-between;border-bottom:1px solid #edf1f6;padding:12px 0;font-size:14px}
.form-control,.form-select{height:46px;border-radius:0}
textarea.form-control{height:auto}
@media(max-width:1200px){
  .menu{gap:18px}.slide-nav{display:none}.hero h1{font-size:52px}.hero h1 span{font-size:62px}
}
@media(max-width:991px){
  .top-strip{display:none}
  .main-nav{top:0;height:auto;background:rgba(6,22,37,.96);backdrop-filter:blur(12px)}
  .nav-inner{height:auto;min-height:64px}
  .mobile-toggle{display:block}
  .menu{display:block;padding:15px 0}
  .menu a{display:block;padding:12px 0}
  .nav-actions{margin:12px 0 15px}
  .search-bar{display:none}
  .hero{height:auto;min-height:620px}
  .hero-content{padding-top:115px;padding-bottom:55px;align-items:flex-end}
  .hero h1{font-size:43px}.hero h1 span{font-size:53px}
  .hero-sub{font-size:14px}
  .hero-info{display:none}
  .side-numbers,.watch{display:none}
  .tours-head,.gallery-head{justify-content:flex-start}.section-title{text-align:left}
  .view-all{position:static;margin-left:auto}
  .slider-arrow{display:none}
  .exp-text{padding:25px 15px}
  .exp-icons{gap:18px;flex-wrap:wrap}
  .why-row{grid-template-columns:repeat(2,1fr);gap:0}
  .why-item{border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid img{height:135px}
  .test-row{grid-template-columns:1fr}
}
@media(max-width:575px){
  .logo-img{height:38px}
  .hero h1{font-size:36px}.hero h1 span{font-size:46px}
  .hero-buttons{gap:10px}.btn-yellow,.btn-border{width:100%;justify-content:center}
  .season{margin-top:18px}
  .tour-img{height:165px}
  .why-row{grid-template-columns:1fr}
}


/* ===== Ultra premium improvements ===== */
body{
  background:#f6f7f9;
}
.main-nav{
  background:linear-gradient(180deg,rgba(6,22,37,.42),rgba(6,22,37,.10));
}
.main-nav.scrolled{
  background:rgba(6,22,37,.96);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.logo-img{
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));
}
.menu a{
  transition:.25s ease;
}
.menu a:hover{
  color:var(--gold)!important;
}
.hero{
  height:560px;
  min-height:560px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 35%,rgba(247,189,19,.13),transparent 24%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.20));
}
.hero-text{
  animation:heroUp .75s ease both;
}
@keyframes heroUp{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
.hero h1{
  text-shadow:0 10px 30px rgba(0,0,0,.42);
}
.hero h1 span{
  text-shadow:0 8px 24px rgba(247,189,19,.25);
}
.btn-yellow,.plan-btn{
  transition:.25s ease;
}
.btn-yellow:hover,.plan-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(247,189,19,.32);
}
.btn-border:hover{
  background:rgba(255,255,255,.18);
}
.tours-sec{
  background:
    radial-gradient(circle at top left,rgba(247,189,19,.08),transparent 30%),
    #f7f7f7;
}
.tour-card{
  transition:.3s ease;
}
.tour-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 60px rgba(8,24,42,.16);
}
.tour-img{
  overflow:hidden;
}
.tour-img:after{
  transition:.3s ease;
}
.tour-card:hover .tour-img:after{
  background:linear-gradient(transparent,rgba(0,0,0,.48));
}
.exp-row{
  background:linear-gradient(90deg,#fff 0%,#fff 55%,#fafafa 100%);
}
.exp-text h2,.section-title,.testimonials h2,.why h2,.cta h2{
  letter-spacing:.8px;
}
.exp-icons .exp-item{
  transition:.25s ease;
}
.exp-icons .exp-item:hover{
  transform:translateY(-5px);
  color:#061625;
}
.why{
  background:
    linear-gradient(90deg,#061625,#08233d 52%,#061625);
}
.why-item{
  transition:.25s ease;
}
.why-item:hover{
  background:rgba(255,255,255,.055);
}
.gallery-grid img{
  transition:.3s ease;
}
.gallery-grid img:hover{
  transform:scale(1.035);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.testimonials{
  position:relative;
}
.testimonials:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 30%,rgba(247,189,19,.12),transparent 28%);
  pointer-events:none;
}
.testimonials .container{
  position:relative;
  z-index:2;
}
.review-card,.score-card{
  transition:.3s ease;
}
.review-card:hover,.score-card:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.18);
}
.cta{
  position:relative;
}
.cta:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,22,37,.65),rgba(6,22,37,.18),rgba(6,22,37,.65));
}
.cta .container{
  position:relative;
  z-index:2;
}
.footer{
  background:
    linear-gradient(180deg,#061625,#03101c);
}
.footer-logo{
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.28));
}
.premium-strip{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:7;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.scroll-down{
  position:absolute;
  z-index:7;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  opacity:.82;
}
.scroll-down i{
  color:var(--gold);
  animation:bounceDown 1.4s infinite;
}
@keyframes bounceDown{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(6px)}
}
@media(max-width:991px){
  .hero{
    min-height:640px;
    height:auto;
  }
  .hero:before{
    background:linear-gradient(90deg,rgba(5,16,27,.82),rgba(5,16,27,.35));
  }
  .scroll-down{
    display:none;
  }
  .nav-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
  }
  .lang,.plan-btn{
    height:36px;
  }
}
@media(max-width:575px){
  .hero{
    min-height:610px;
  }
  .top-strip + .main-nav{
    padding:5px 0;
  }
  .testimonials h2,.why h2,.section-title{
    font-size:21px;
  }
}


/* ===== Fixed complete version ===== */
.logo-img,
.footer-logo{
  background:transparent!important;
  object-fit:contain;
}
.logo-img{
  height:42px;
}
.footer-logo{
  height:44px;
}
.side-num{
  opacity:.78;
  transition:.25s ease;
  position:relative;
}
.side-num.active{
  color:var(--gold)!important;
  opacity:1;
  transform:translateX(3px);
}
.side-num.active:before{
  content:"";
  position:absolute;
  left:-22px;
  top:50%;
  width:10px;
  height:10px;
  border:2px solid var(--gold);
  border-radius:50%;
  transform:translateY(-50%);
  background:rgba(247,189,19,.12);
}
.side-line:before{
  display:none;
}
.gallery-pro{
  padding:24px 0 14px;
  background:#fff;
}
.gallery-pro .gallery-wrap{
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr 1fr;
  grid-auto-rows:116px;
  gap:10px;
}
.gallery-pro .g-item{
  position:relative;
  overflow:hidden;
  border-radius:4px;
  min-height:116px;
  box-shadow:0 8px 22px rgba(8,24,42,.10);
}
.gallery-pro .g-item.big{
  grid-row:span 2;
}
.gallery-pro .g-item.wide{
  grid-column:span 2;
}
.gallery-pro img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}
.gallery-pro .g-item:hover img{
  transform:scale(1.08);
}
.gallery-pro .g-item:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent,rgba(6,22,37,.42));
  opacity:0;
  transition:.35s ease;
}
.gallery-pro .g-item:hover:after{
  opacity:1;
}
.gallery-pro .g-caption{
  position:absolute;
  left:14px;
  bottom:12px;
  z-index:2;
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(10px);
  transition:.35s ease;
}
.gallery-pro .g-item:hover .g-caption{
  opacity:1;
  transform:translateY(0);
}
.tour-hero-gallery{
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:12px;
  margin:22px 0 26px;
}
.tour-hero-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.tour-hero-gallery .main{
  height:420px;
}
.tour-hero-gallery .side{
  display:grid;
  gap:12px;
}
.tour-hero-gallery .side img{
  height:204px;
}
.info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:24px 0;
}
.info-tile{
  border:1px solid #e6edf5;
  background:#fff;
  border-radius:12px;
  padding:18px;
  box-shadow:0 12px 26px rgba(8,24,42,.06);
}
.info-tile i{
  color:var(--gold);
  font-size:22px;
  margin-bottom:10px;
}
.info-tile small{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.info-tile strong{
  display:block;
  font-size:17px;
}
.inc-exc{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:28px 0;
}
.inc-card{
  background:#fff;
  border:1px solid #e6edf5;
  border-radius:14px;
  padding:24px;
  box-shadow:0 14px 32px rgba(8,24,42,.07);
}
.inc-card h3{
  font-family:Georgia,"Times New Roman",serif;
  text-transform:uppercase;
  font-size:22px;
  margin-bottom:18px;
}
.inc-card ul{
  list-style:none;
  margin:0;
  padding:0;
}
.inc-card li{
  display:flex;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid #edf1f6;
  color:#4b5563;
  font-size:14px;
}
.inc-card li:last-child{
  border-bottom:0;
}
.inc-card .yes{
  color:#16a34a;
}
.inc-card .no{
  color:#dc2626;
}
.itinerary-pro{
  margin-top:28px;
  background:#fff;
  border:1px solid #e6edf5;
  border-radius:16px;
  padding:28px;
  box-shadow:0 14px 32px rgba(8,24,42,.07);
}
.day-item{
  display:grid;
  grid-template-columns:78px 1fr;
  gap:18px;
  position:relative;
  padding-bottom:24px;
}
.day-item:not(:last-child):after{
  content:"";
  position:absolute;
  left:39px;
  top:64px;
  bottom:0;
  width:2px;
  background:#edf1f6;
}
.day-num{
  width:78px;
  height:58px;
  border-radius:12px;
  background:#061625;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-weight:900;
  line-height:1;
}
.day-num span{
  color:var(--gold);
  font-size:20px;
}
.day-content{
  padding-bottom:8px;
}
.day-content h4{
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:900;
  margin-bottom:7px;
}
.day-content p{
  color:#667085;
  margin:0;
  line-height:1.65;
}
.book-panel{
  background:#061625!important;
  color:#fff;
}
.book-panel .detail-list li{
  border-color:rgba(255,255,255,.12);
  color:#dbe7f3;
}
.book-panel .detail-list strong{
  color:#fff;
}
@media(max-width:991px){
  .gallery-pro .gallery-wrap{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:150px;
  }
  .gallery-pro .g-item.big,
  .gallery-pro .g-item.wide{
    grid-row:span 1;
    grid-column:span 1;
  }
  .tour-hero-gallery,
  .inc-exc{
    grid-template-columns:1fr;
  }
  .tour-hero-gallery .main,
  .tour-hero-gallery .side img{
    height:240px;
  }
  .info-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:575px){
  .gallery-pro .gallery-wrap,
  .info-grid{
    grid-template-columns:1fr;
  }
  .day-item{
    grid-template-columns:1fr;
    gap:10px;
  }
  .day-item:after{
    display:none;
  }
}


/* ===== Tour categories premium ===== */
.category-sec{
  padding:26px 0 10px;
  background:
    radial-gradient(circle at top right,rgba(247,189,19,.08),transparent 28%),
    #ffffff;
}
.category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.category-card{
  position:relative;
  overflow:hidden;
  min-height:300px;
  border-radius:18px;
  background:#061625;
  box-shadow:0 18px 50px rgba(8,24,42,.12);
}
.category-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}
.category-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,22,37,.08),rgba(6,22,37,.82));
}
.category-card:hover img{
  transform:scale(1.08);
}
.category-content{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  color:#fff;
}
.category-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
  backdrop-filter:blur(8px);
}
.category-content h3{
  font-size:28px;
  text-transform:uppercase;
  line-height:.95;
  margin-bottom:10px;
}
.category-content p{
  font-size:13px;
  line-height:1.6;
  color:#dbe7f3;
  margin-bottom:18px;
}
.category-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:40px;
  padding:0 18px;
  border-radius:999px;
  background:var(--gold);
  color:#061625;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.tour-filter{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 30px;
}
.filter-btn{
  border:1px solid #d7dde5;
  background:#fff;
  height:42px;
  padding:0 20px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  color:#061625;
  transition:.25s ease;
}
.filter-btn.active,
.filter-btn:hover{
  background:#061625;
  color:#fff;
  border-color:#061625;
}
.tour-category-block{
  margin-top:40px;
}
.category-header{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
.category-header h2{
  margin:0;
  text-transform:uppercase;
  font-size:34px;
}
.category-header p{
  margin:0;
  max-width:540px;
  color:#667085;
}
.tour-feature{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  min-height:360px;
  background:#061625;
  margin-bottom:26px;
  box-shadow:0 18px 50px rgba(8,24,42,.12);
}
.tour-feature img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.tour-feature:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,22,37,.92),rgba(6,22,37,.45),rgba(6,22,37,.12));
}
.tour-feature-content{
  position:relative;
  z-index:2;
  max-width:620px;
  color:#fff;
  padding:44px;
}
.tour-feature-content h2{
  font-size:52px;
  line-height:.92;
  text-transform:uppercase;
  margin-bottom:14px;
}
.tour-feature-content p{
  color:#dbe7f3;
  line-height:1.75;
  margin-bottom:24px;
}
.mini-tour-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.mini-tour{
  border:1px solid #e5ebf3;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 36px rgba(8,24,42,.08);
  transition:.3s ease;
}
.mini-tour:hover{
  transform:translateY(-6px);
}
.mini-tour img{
  width:100%;
  height:180px;
  object-fit:cover;
}
.mini-tour-body{
  padding:18px;
}
.mini-tour-body h4{
  font-family:Arial,Helvetica,sans-serif;
  text-transform:uppercase;
  font-size:15px;
  font-weight:900;
  margin-bottom:10px;
}
.mini-tour-body p{
  font-size:13px;
  line-height:1.65;
  color:#667085;
  margin-bottom:16px;
}
.mini-meta{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  font-weight:800;
  color:#061625;
}
@media(max-width:991px){
  .category-grid,
  .mini-tour-grid{
    grid-template-columns:1fr 1fr;
  }
  .tour-feature-content h2{
    font-size:40px;
  }
}
@media(max-width:575px){
  .category-grid,
  .mini-tour-grid{
    grid-template-columns:1fr;
  }
  .tour-feature-content{
    padding:28px;
  }
  .tour-feature-content h2{
    font-size:32px;
  }
  .category-header{
    display:block;
  }
  .category-header p{
    margin-top:10px;
  }
}





/* ===== English clean version + premium categories ===== */





.side-num{
  transition:.3s ease;
}
.side-num.active{
  color:var(--gold)!important;
  transform:translateX(5px);
}
.category-sec{
  padding:34px 0 26px;
  background:
    radial-gradient(circle at 12% 10%,rgba(247,189,19,.10),transparent 28%),
    linear-gradient(180deg,#fff,#f7f7f7);
}
.category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.category-card{
  min-height:330px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  box-shadow:0 18px 50px rgba(8,24,42,.14);
  background:#061625;
  display:block;
}
.category-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s ease;
}
.category-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,22,37,.06),rgba(6,22,37,.86));
}
.category-card:hover img{
  transform:scale(1.1);
}
.category-content{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  color:#fff;
}
.category-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
}
.category-content h3{
  font-size:28px;
  text-transform:uppercase;
  line-height:.96;
  margin-bottom:10px;
  color:#fff;
}
.category-content p{
  color:#dbe7f3;
  font-size:13px;
  line-height:1.55;
  margin-bottom:16px;
}
.category-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:38px;
  padding:0 17px;
  border-radius:999px;
  background:var(--gold);
  color:#061625;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.nav-actions{
  gap:12px;
}
@media(max-width:991px){
  .category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:575px){
  .category-grid{
    grid-template-columns:1fr;
  }
  .category-card{
    min-height:280px;
  }
}


/* ===== Ultra slider effect from reference theme ===== */
.hero{
  isolation:isolate;
}
.hero-slide{
  opacity:0;
  transform:scale(1.08);
  filter:saturate(1.08) contrast(1.06);
  transition:opacity 1.15s ease, transform 6.8s ease;
}
.hero-slide.active{
  opacity:1;
  animation:ultraKenburns 7.2s ease-in-out forwards;
}
@keyframes ultraKenburns{
  0%{transform:scale(1.08) translateX(0) translateY(0)}
  50%{transform:scale(1.13) translateX(-1.2%) translateY(-.5%)}
  100%{transform:scale(1.17) translateX(-2%) translateY(-1%)}
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 35%,rgba(247,189,19,.13),transparent 24%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.20));
}
.hero-text{
  position:relative;
  z-index:8;
  animation:ultraHeroTextIn .9s ease both;
}
@keyframes ultraHeroTextIn{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}
.particles{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  overflow:hidden;
}
.particle{
  position:absolute;
  width:4px;
  height:4px;
  background:rgba(247,189,19,.55);
  border-radius:50%;
  animation:floatParticle 9s linear infinite;
}
@keyframes floatParticle{
  from{transform:translateY(60px);opacity:0}
  20%{opacity:.8}
  to{transform:translateY(-720px);opacity:0}
}
.hero-floating-stats{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  z-index:8;
  width:min(980px,calc(100% - 30px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(6,22,37,.45);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.hero-stat{
  padding:18px;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.18);
}
.hero-stat:last-child{border-right:0}
.hero-stat strong{
  display:block;
  font-size:28px;
  color:var(--gold);
  line-height:1;
}
.hero-stat span{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  font-weight:900;
  margin-top:7px;
  color:#dbe7f3;
}
.side-num{
  opacity:.7;
  transition:.3s ease;
}
.side-num.active{
  color:var(--gold)!important;
  opacity:1;
  transform:translateX(5px);
}
@media(max-width:991px){
  .hero:before{
    background:linear-gradient(90deg,rgba(5,16,27,.82),rgba(5,16,27,.35));
  }
  .hero-floating-stats{
    grid-template-columns:repeat(2,1fr);
    bottom:12px;
  }
  .hero-stat{
    padding:13px;
  }
}
@media(max-width:575px){
  .hero-floating-stats{
    display:none;
  }
}


/* ===== Header tour category menu + premium reviews ===== */
.tour-dropdown{
  position:relative;
}
.tour-cat-menu{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) translateY(14px);
  width:840px;
  background:rgba(6,22,37,.97);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 28px 80px rgba(0,0,0,.30);
  backdrop-filter:blur(18px);
  padding:22px;
  display:none;
  z-index:99999;
}
.tour-dropdown:hover .tour-cat-menu{
  display:block;
}
.tour-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.tour-cat-item{
  min-height:170px;
  position:relative;
  overflow:hidden;
  border-radius:14px;
  display:flex;
  align-items:flex-end;
  padding:16px;
  color:#fff!important;
  background-size:cover;
  background-position:center;
}
.tour-cat-item:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,22,37,.08),rgba(6,22,37,.88));
}
.tour-cat-item strong,
.tour-cat-item span{
  position:relative;
  z-index:2;
  display:block;
}
.tour-cat-item strong{
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  line-height:1.05;
}
.tour-cat-item span{
  font-size:11px;
  color:#dbe7f3;
  margin-top:6px;
}
.premium-reviews{
  background:
    radial-gradient(circle at 20% 18%,rgba(247,189,19,.16),transparent 24%),
    linear-gradient(rgba(6,22,37,.86),rgba(6,22,37,.92)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=88') center/cover;
  color:#fff;
  padding:42px 0 46px;
}
.review-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}
.review-head h2{
  font-size:34px;
  text-transform:uppercase;
  margin:0;
  line-height:.95;
}
.review-head p{
  max-width:480px;
  color:#dbe7f3;
  margin:0;
  font-size:14px;
  line-height:1.65;
}
.review-layout{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr 1.05fr;
  gap:16px;
}
.premium-review-card{
  min-height:235px;
  border-radius:20px;
  padding:24px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 55px rgba(0,0,0,.20);
  transition:.3s ease;
  position:relative;
  overflow:hidden;
}
.premium-review-card:before{
  content:"";
  position:absolute;
  right:-35px;
  top:-35px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:rgba(247,189,19,.12);
}
.premium-review-card:hover{
  transform:translateY(-7px);
  background:rgba(255,255,255,.17);
}
.premium-review-card .quote-icon{
  font-size:30px;
  color:var(--gold);
  line-height:1;
  margin-bottom:12px;
}
.premium-review-card p{
  color:#eef5fb;
  font-size:14px;
  line-height:1.62;
  margin-bottom:18px;
}
.review-user{
  display:flex;
  align-items:center;
  gap:12px;
}
.avatar{
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold),#fff1a8);
  color:#061625;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.review-user strong{
  display:block;
  font-size:13px;
}
.review-user small{
  color:#c9d7e5;
  font-size:11px;
}
.premium-stars{
  color:var(--gold);
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:10px;
}
.review-score-premium{
  min-height:235px;
  border-radius:20px;
  padding:24px;
  background:#fff;
  color:#061625;
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.review-score-premium .big-score{
  font-size:58px;
  font-family:Georgia,"Times New Roman",serif;
  color:#b67c08;
  line-height:1;
  margin-bottom:8px;
}
.score-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #edf1f6;
  padding-top:14px;
  margin-top:14px;
}
.score-row span{
  font-weight:900;
  font-size:13px;
}
.review-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:15px;
}
.review-badges em{
  font-style:normal;
  font-size:11px;
  font-weight:900;
  background:#f3f6fa;
  border-radius:999px;
  padding:7px 10px;
}
@media(max-width:991px){
  .tour-cat-menu{display:none!important}
  .review-head{display:block}
  .review-head p{margin-top:12px}
  .review-layout{grid-template-columns:1fr 1fr}
}
@media(max-width:575px){
  .review-layout{grid-template-columns:1fr}
  .review-head h2{font-size:26px}
}


/* ===== Clean listed tour category dropdown ===== */
.tour-cat-menu{
  width:360px!important;
  padding:0!important;
  border-radius:0 0 14px 14px!important;
  background:rgba(6,22,37,.96)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.28)!important;
  transform:translateX(-50%) translateY(0)!important;
}
.tour-cat-grid{
  display:block!important;
}
.tour-cat-item{
  min-height:auto!important;
  border-radius:0!important;
  background-image:none!important;
  background:transparent!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:15px 18px!important;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:#fff!important;
}
.tour-cat-item:last-child{
  border-bottom:0;
}
.tour-cat-item:after{
  display:none!important;
}
.tour-cat-item div{
  position:relative;
  z-index:2;
}
.tour-cat-item strong{
  font-size:13px!important;
  letter-spacing:.3px;
}
.tour-cat-item span{
  font-size:11px!important;
  color:#9fb2c8!important;
}
.tour-cat-item:before{
  content:"\f105";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  order:2;
  color:var(--gold);
  transition:.25s ease;
}
.tour-cat-item:hover{
  background:rgba(247,189,19,.12)!important;
}
.tour-cat-item:hover:before{
  transform:translateX(4px);
}
.menu > li > a{
  padding-left:4px;
  padding-right:4px;
}
.menu .tour-dropdown > a:after{
  content:"\f107";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  margin-left:7px;
  font-size:10px;
  color:var(--gold);
}
@media(max-width:991px){
  .tour-cat-menu{
    position:static!important;
    transform:none!important;
    width:100%!important;
    display:block!important;
    box-shadow:none!important;
    border-radius:8px!important;
    margin:5px 0 10px;
    background:rgba(255,255,255,.06)!important;
  }
  .tour-dropdown:hover .tour-cat-menu{
    display:block!important;
  }
  .tour-cat-item{
    padding:12px 14px!important;
  }
}


/* ===== Premium tour itinerary timeline ===== */
.itinerary-pro{
  margin-top:34px;
  background:#fff;
  border:1px solid #e6edf5;
  border-radius:18px;
  padding:34px;
  box-shadow:0 16px 42px rgba(8,24,42,.08);
}
.timeline-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:28px;
}
.timeline-title h3{
  margin:0;
  text-transform:uppercase;
}
.timeline-badge{
  height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(247,189,19,.16);
  color:#8a5a00;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
}
.day-item{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:22px;
  position:relative;
  padding-bottom:28px;
}
.day-item:last-child{
  padding-bottom:0;
}
.day-item:not(:last-child):after{
  content:"";
  position:absolute;
  left:44px;
  top:72px;
  bottom:0;
  width:2px;
  background:linear-gradient(var(--gold),#e8eef5);
}
.day-num{
  width:88px;
  height:66px;
  border-radius:16px;
  background:#061625;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-weight:900;
  line-height:1;
  position:relative;
  z-index:2;
  box-shadow:0 14px 28px rgba(6,22,37,.22);
}
.day-num small{
  font-size:10px;
  letter-spacing:1px;
  color:#c9d7e5;
}
.day-num span{
  color:var(--gold);
  font-size:24px;
  margin-top:3px;
}
.day-content{
  background:#f8fafc;
  border:1px solid #edf1f6;
  border-radius:16px;
  padding:20px 22px;
  transition:.25s ease;
}
.day-content:hover{
  background:#fff;
  box-shadow:0 14px 34px rgba(8,24,42,.08);
  transform:translateY(-2px);
}
.day-content h4{
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 8px;
  color:#061625;
}
.day-content p{
  color:#667085;
  margin:0;
  line-height:1.65;
}
.day-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.day-tags em{
  font-style:normal;
  font-size:11px;
  font-weight:900;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5ebf3;
  color:#475569;
}
@media(max-width:575px){
  .itinerary-pro{
    padding:24px 18px;
  }
  .timeline-title{
    display:block;
  }
  .timeline-badge{
    margin-top:12px;
  }
  .day-item{
    grid-template-columns:1fr;
    gap:12px;
  }
  .day-item:not(:last-child):after{
    display:none;
  }
  .day-num{
    width:76px;
    height:58px;
  }
}


/* ===== Smaller hero stats ===== */
.hero-floating-stats{
  width:min(760px,calc(100% - 40px))!important;
  bottom:18px!important;
}
.hero-stat{
  padding:12px 14px!important;
}
.hero-stat strong{
  font-size:20px!important;
}
.hero-stat span{
  font-size:10px!important;
  margin-top:4px!important;
  letter-spacing:.4px;
}
@media(max-width:991px){
  .hero-floating-stats{
    width:calc(100% - 24px)!important;
  }
  .hero-stat{
    padding:10px!important;
  }
  .hero-stat strong{
    font-size:18px!important;
  }
}


/* ===== Premium tours.html page ===== */
.tours-premium{
  padding:54px 0 70px;
  background:
    radial-gradient(circle at 10% 8%,rgba(247,189,19,.10),transparent 28%),
    linear-gradient(180deg,#f8fafc,#ffffff);
}
.tours-intro{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:28px;
  align-items:stretch;
  margin-bottom:30px;
}
.tours-intro-card{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:22px;
  padding:30px;
  box-shadow:0 16px 45px rgba(8,24,42,.08);
}
.tours-intro-card h2{
  font-size:42px;
  text-transform:uppercase;
  line-height:.95;
  margin-bottom:14px;
}
.tours-intro-card p{
  color:#667085;
  line-height:1.75;
  margin:0;
}
.tours-side-card{
  background:#061625;
  color:#fff;
  border-radius:22px;
  padding:28px;
  box-shadow:0 18px 50px rgba(8,24,42,.18);
}
.tours-side-card strong{
  display:block;
  font-size:32px;
  color:var(--gold);
  line-height:1;
}
.tours-side-card span{
  display:block;
  color:#dbe7f3;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-top:6px;
}
.premium-filter{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:18px;
  padding:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  box-shadow:0 14px 36px rgba(8,24,42,.06);
  margin-bottom:36px;
}
.premium-filter a{
  height:42px;
  padding:0 20px;
  border-radius:999px;
  background:#f3f6fa;
  color:#061625;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.premium-filter a:hover{
  background:#061625;
  color:#fff;
}
.premium-cat{
  margin-top:44px;
  scroll-margin-top:115px;
}
.premium-cat-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:20px;
}
.premium-cat-head h2{
  margin:0;
  font-size:34px;
  text-transform:uppercase;
}
.premium-cat-head p{
  margin:0;
  max-width:560px;
  color:#667085;
  line-height:1.65;
}
.premium-feature-tour{
  min-height:390px;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  margin-bottom:22px;
  box-shadow:0 20px 60px rgba(8,24,42,.15);
  background:#061625;
}
.premium-feature-tour img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.premium-feature-tour:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,22,37,.94),rgba(6,22,37,.52),rgba(6,22,37,.08));
}
.premium-feature-body{
  position:relative;
  z-index:2;
  max-width:640px;
  padding:44px;
  color:#fff;
}
.premium-feature-body h3{
  font-size:50px;
  line-height:.92;
  text-transform:uppercase;
  margin-bottom:14px;
}
.premium-feature-body p{
  color:#dbe7f3;
  line-height:1.75;
  margin-bottom:22px;
}
.feature-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}
.feature-meta span{
  height:32px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  display:inline-flex;
  align-items:center;
  font-size:12px;
  font-weight:900;
}
.premium-tour-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.premium-tour-card{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(8,24,42,.08);
  transition:.3s ease;
}
.premium-tour-card:hover{
  transform:translateY(-7px);
  box-shadow:0 22px 55px rgba(8,24,42,.14);
}
.premium-tour-card .photo{
  height:210px;
  background-size:cover;
  background-position:center;
  position:relative;
}
.premium-tour-card .photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent,rgba(0,0,0,.38));
}
.premium-tour-card .badge-day{
  position:absolute;
  left:15px;
  top:15px;
  z-index:2;
  background:#fff;
  color:#061625;
  border-radius:999px;
  padding:7px 12px;
  font-size:11px;
  font-weight:900;
}
.premium-tour-card .body{
  padding:20px;
}
.premium-tour-card h4{
  font-family:Arial,Helvetica,sans-serif;
  text-transform:uppercase;
  font-size:16px;
  font-weight:900;
  margin-bottom:10px;
}
.premium-tour-card p{
  color:#667085;
  font-size:13px;
  line-height:1.65;
}
.tour-card-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #edf1f6;
  padding-top:15px;
  margin-top:16px;
}
.tour-price{
  font-family:Georgia,"Times New Roman",serif;
  color:#ba8408;
  font-size:24px;
  font-weight:900;
}
.details-btn{
  height:38px;
  padding:0 16px;
  border-radius:999px;
  background:#061625;
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.details-btn:hover{
  color:#fff;
  background:#0b2a49;
}
@media(max-width:991px){
  .tours-intro{
    grid-template-columns:1fr;
  }
  .premium-tour-grid{
    grid-template-columns:1fr 1fr;
  }
  .premium-feature-body h3{
    font-size:38px;
  }
}
@media(max-width:575px){
  .premium-tour-grid{
    grid-template-columns:1fr;
  }
  .premium-cat-head{
    display:block;
  }
  .premium-cat-head p{
    margin-top:10px;
  }
  .premium-feature-body{
    padding:28px;
  }
  .premium-feature-body h3{
    font-size:31px;
  }
}
