/* =====================================================================

   ===================================================================== */
.iaa-intro-cards{ padding:100px 0; background:var(--theme-bg-light, #f3f5f1); }

.iaa-intro{ max-width:820px; margin:0 auto 55px; text-align:center; }
.iaa-intro h2{
  font-family:var(--heading-font); color:var(--color-dark);
  font-size:clamp(1.7rem,3vw,2.2rem); font-weight:700; line-height:1.2;
}
.rule{
  display:block; width:70px; height:3px; border-radius:2px;
  background:#d9a441; margin:20px auto 26px;      /* warm gold accent */
}
.iaa-intro p{ color:var(--body-text-color); font-size:1.08rem; }

.iaa-feature-row{ display:flex; flex-wrap:wrap; gap:26px; }
.iaa-feature-col{ flex:1 1 calc(50% - 13px); min-width:280px; }

.iaa-feature-card{
  position:relative; display:block; height:400px; border-radius:16px;
  overflow:hidden; box-shadow:var(--box-shadow2, 0 0 15px rgba(0,0,0,.17));
  isolation:isolate;
}
.iaa-feature-card .img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .7s ease; z-index:0;
}
.iaa-feature-card:hover .img{ transform:scale(1.06); }
.iaa-feature-card::after{        /* legibility gradient: darker top & bottom */
  content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(10,20,30,.55) 0%, rgba(10,20,30,.05) 38%, rgba(10,20,30,.15) 70%, rgba(10,20,30,.65) 100%);
}
.iaa-feature-body{
  position:absolute; inset:0; z-index:2; display:flex; flex-direction:column;
  align-items:center; justify-content:space-between; text-align:center;
  padding:50px 28px; color:#fff;
}
.iaa-feature-body h3{
  font-family:var(--heading-font); color:#fff; font-weight:700;
  font-size:clamp(1.7rem,2.6vw,2.3rem); margin:0;
}
.iaa-feature-body .sub{ margin:6px 0 0; font-size:1.1rem; color:rgba(255,255,255,.92); font-weight:500; }
.iaa-feature-btn{
  margin-top:auto; display:inline-flex; align-items:center; gap:.5rem;
  padding:.75rem 1.9rem; border:1.6px solid rgba(255,255,255,.85); border-radius:100px;
  color:#fff; font-weight:600; letter-spacing:.02em; transition:all .25s ease; background:transparent;
}
.iaa-feature-card:hover .iaa-feature-btn{
  background:#fff; color:var(--theme-color); border-color:#fff;
}

@media (max-width:991px){
  .iaa-feature-col{ flex:1 1 100%; }
  .iaa-feature-card{ height:440px; }
  .iaa-intro-cards{ padding:70px 0; }
}
/* =====================================================================
   Hero: full-screen video background
   ===================================================================== */
.hero-video-section{
  position:relative;
  min-height:80vh;
  min-height:80dvh;               /* accounts for mobile browser UI */
  display:flex; align-items:center;
  overflow:hidden;
  padding:120px 0;                 /* keeps content clear of a sticky header */
}
.hero-video-section .hero-video{
  position:absolute; inset:0; z-index:0;
  width:100%; height:100%; object-fit:cover;
}
.hero-video-section .hero-video-overlay{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(10,20,30,.45) 0%, rgba(10,20,30,.30) 50%, rgba(10,20,30,.65) 100%);
}
.hero-video-section .container{ position:relative; z-index:2; width:100%; }

/* neutralise the theme's image/padding on .hero-single inside the video hero */
.hero-video-section .hero-single{
  background:none !important;
  min-height:auto !important;
  padding:0 !important;
}
.hero-video-section .hero-title{
  color:#fff;
  font-size:clamp(2rem,5vw,3.4rem);
  line-height:1.12;
}
.hero-video-section .hero-btn{ margin-top:26px; }

@media (max-width:768px){
  .hero-video-section{ min-height:80vh; padding:100px 0; }
}


/* =====================================================================
   Hero overlays (trust line, circular badge, social icons)
   ===================================================================== */
.hero-trust{
  display:inline-flex; align-items:center; gap:.55rem; margin-bottom:20px;
  padding:.5rem 1.1rem; border-radius:100px;
  background:rgba(0,0,0,.28); border:1px solid rgba(255,255,255,.28);
  color:#fff; font-weight:500; font-size:.95rem; text-decoration:none;
  backdrop-filter:blur(3px); transition:.25s;
}
.hero-trust:hover{ background:rgba(0,0,0,.45); color:#fff; }
.hero-trust .stars{ color:#f7b500; letter-spacing:1px; }

.hero-rank-badge{
  position:absolute; left:50%; bottom:26px; transform:translateX(-50%); z-index:3;
  width:114px; height:114px; border-radius:50%; background:#fff; text-decoration:none;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;
}
.hero-rank-badge .t{ font-size:.6rem; letter-spacing:.12em; text-transform:uppercase; color:var(--body-text-color); font-weight:600; }
.hero-rank-badge .star{ color:#f7b500; font-size:1.5rem; line-height:1; margin:3px 0; }
.hero-rank-badge .n{ font-weight:700; font-size:.82rem; color:var(--color-dark); }

.hero-social{ position:absolute; right:28px; bottom:34px; z-index:3; display:flex; gap:10px; }
.hero-social a{
  width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.35); color:#fff; transition:.25s;
}
.hero-social a:hover{ background:#fff; color:var(--theme-color); }

@media (max-width:768px){
  .hero-rank-badge{ width:92px; height:92px; bottom:18px; }
  .hero-social{ right:50%; transform:translateX(50%); bottom:96px; }
}

/* Hero: soft dark panel behind the text */
.hero-video-section .hero-content{
  position:relative; isolation:isolate;
  padding:46px 42px;
}
.hero-video-section .hero-content::before{
  content:""; position:absolute; inset:-6px; z-index:-1;
  background:none !important;
  border-radius:26px;
  filter:blur(14px);          /* feathers the edges like your screenshot */
}
/* Home: destination cards */
.iaa-dest-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:24px; }
.iaa-dest-card{
  display:block; background:#fff; border-radius:16px; overflow:hidden; text-decoration:none;
  box-shadow:0 10px 30px -18px rgba(20,35,28,.5); transition:transform .25s ease, box-shadow .25s ease;
}
.iaa-dest-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px -20px rgba(20,35,28,.55); }
.iaa-dest-img{ height:200px; overflow:hidden; }
.iaa-dest-img img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.iaa-dest-card:hover .iaa-dest-img img{ transform:scale(1.07); }
.iaa-dest-body{ padding:18px 20px; }
.iaa-dest-body h4{ font-family:var(--heading-font); color:var(--color-dark); font-size:1.18rem; margin:0 0 4px; }
.iaa-dest-body span{ color:var(--body-text-color); font-size:.92rem; }

/* Home: category cards */
.iaa-cat-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:22px; }
.iaa-cat-card{
  display:block; background:#fff; border-radius:16px; overflow:hidden; text-align:center; text-decoration:none;
  box-shadow:0 10px 30px -18px rgba(20,35,28,.5); transition:transform .25s ease, box-shadow .25s ease;
}
.iaa-cat-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px -20px rgba(20,35,28,.55); }
.iaa-cat-img{ height:170px; overflow:hidden; }
.iaa-cat-img img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.iaa-cat-card:hover .iaa-cat-img img{ transform:scale(1.07); }
.iaa-cat-body{ padding:16px 14px 20px; }
.iaa-cat-body h4{ font-family:var(--heading-font); color:var(--color-dark); font-size:1.1rem; margin:0 0 3px; line-height:1.15; }
.iaa-cat-body span{ color:var(--body-text-color); font-size:.85rem; }

/* Modern tour cards */
.iaa-tour-card{
  background:#fff; border-radius:20px; overflow:hidden; height:100%;
  display:flex; flex-direction:column;
  box-shadow:0 14px 40px -22px rgba(20,35,28,.55);
  transition:transform .25s ease, box-shadow .25s ease;
}
.iaa-tour-card:hover{ transform:translateY(-6px); box-shadow:0 22px 50px -24px rgba(20,35,28,.6); }

.iaa-tour-media{ position:relative; height:220px; margin:10px 10px 0; border-radius:16px; overflow:hidden; }
.iaa-tour-media img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.iaa-tour-card:hover .iaa-tour-media img{ transform:scale(1.06); }
.iaa-tour-badge{
  position:absolute; top:14px; left:14px; z-index:2; background:rgba(18,25,20,.9); color:#fff;
  font-size:.72rem; font-weight:600; letter-spacing:.03em; padding:.35rem .8rem; border-radius:100px;
}
.iaa-tour-fav{
  position:absolute; top:12px; right:12px; z-index:2; width:38px; height:38px; border:0; border-radius:50%;
  background:rgba(255,255,255,.85); color:var(--color-dark); display:flex; align-items:center;
  justify-content:center; cursor:pointer; transition:.2s;
}
.iaa-tour-fav:hover{ background:#fff; color:#e0556b; }

.iaa-tour-body{ padding:18px 20px 20px; display:flex; flex-direction:column; flex:1; }
.iaa-tour-place{ color:var(--body-text-color); font-size:.86rem; margin-bottom:8px; }
.iaa-tour-place i{ color:var(--theme-color); margin-right:5px; }
.iaa-tour-title{ margin:0 0 12px; font-family:var(--heading-font); font-size:1.18rem; line-height:1.25; }
.iaa-tour-title a{ color:var(--color-dark); }
.iaa-tour-title a:hover{ color:var(--theme-color); }

.iaa-tour-rate{
  display:flex; align-items:center; gap:8px; padding-bottom:16px; margin-bottom:16px;
  border-bottom:1px solid var(--border-info-color);
}
.iaa-tour-rate .pill{ background:var(--theme-color); color:#fff; font-weight:600; font-size:.8rem;
  border-radius:100px; padding:.2rem .6rem; display:inline-flex; align-items:center; gap:.25rem; }
.iaa-tour-rate .txt{ color:var(--theme-color); font-weight:600; font-size:.92rem; }
.iaa-tour-rate .muted{ color:var(--body-text-color); font-size:.82rem; }

.iaa-tour-foot{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.iaa-tour-price small{ display:block; color:var(--body-text-color); font-size:.75rem; }
.iaa-tour-price b{ font-family:var(--heading-font); font-size:1.35rem; color:var(--color-dark); }
.iaa-tour-btn{
  display:inline-flex; align-items:center; gap:.6rem; background:var(--theme-color); color:#fff;
  font-weight:600; font-size:.92rem; padding:.45rem .45rem .45rem 1.1rem; border-radius:100px; transition:.25s;
}
.iaa-tour-btn:hover{ background:#5c9139; color:#fff; }
.iaa-tour-btn .ic{ width:34px; height:34px; border-radius:50%; background:#fff; color:var(--theme-color);
  display:inline-flex; align-items:center; justify-content:center; }
.iaa-tour-btn .ic i{ transform:rotate(-45deg); transition:transform .25s ease; }
.iaa-tour-btn:hover .ic i{ transform:rotate(0); }

/* Modern blog cards */
.iaa-blog-card{
  background:#fff; border-radius:20px; overflow:hidden; height:100%;
  display:flex; flex-direction:column;
  box-shadow:0 14px 40px -22px rgba(20,35,28,.55);
  transition:transform .25s ease, box-shadow .25s ease;
}
.iaa-blog-card:hover{ transform:translateY(-6px); box-shadow:0 22px 50px -24px rgba(20,35,28,.6); }

.iaa-blog-media{ position:relative; height:220px; margin:10px 10px 0; border-radius:16px; overflow:hidden; }
.iaa-blog-media img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.iaa-blog-card:hover .iaa-blog-media img{ transform:scale(1.06); }
.iaa-blog-date{
  position:absolute; top:14px; left:14px; z-index:2; background:#fff; color:var(--color-dark);
  font-size:.76rem; font-weight:600; padding:.35rem .8rem; border-radius:100px; box-shadow:0 6px 16px -8px rgba(0,0,0,.4);
}

.iaa-blog-body{ padding:18px 20px 20px; display:flex; flex-direction:column; flex:1; }
.iaa-blog-cat{ color:var(--body-text-color); font-size:.84rem; margin-bottom:8px; }
.iaa-blog-cat i{ color:var(--theme-color); margin-right:5px; }
.iaa-blog-title{ margin:0 0 16px; font-family:var(--heading-font); font-size:1.2rem; line-height:1.3; }
.iaa-blog-title a{ color:var(--color-dark); }
.iaa-blog-title a:hover{ color:var(--theme-color); }

.iaa-blog-foot{ margin-top:auto; padding-top:16px; border-top:1px solid var(--border-info-color); }
.iaa-blog-btn{
  display:inline-flex; align-items:center; gap:.6rem; background:var(--theme-color); color:#fff;
  font-weight:600; font-size:.92rem; padding:.45rem .45rem .45rem 1.1rem; border-radius:100px; transition:.25s;
}
.iaa-blog-btn:hover{ background:#5c9139; color:#fff; }
.iaa-blog-btn .ic{ width:34px; height:34px; border-radius:50%; background:#fff; color:var(--theme-color);
  display:inline-flex; align-items:center; justify-content:center; }
.iaa-blog-btn .ic i{ transform:rotate(-45deg); transition:transform .25s ease; }
.iaa-blog-btn:hover .ic i{ transform:rotate(0); }

/* Why-choose cards */
.iaa-why-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:22px; }
.iaa-why-card{
  background:#fff; border:1px solid var(--border-info-color); border-radius:18px; padding:26px 22px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.iaa-why-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px -22px rgba(20,35,28,.5); border-color:transparent; }
.iaa-why-icon{
  width:56px; height:56px; border-radius:14px; background:var(--theme-color); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:16px;
}
.iaa-why-card h4{ font-family:var(--heading-font); color:var(--color-dark); font-size:1.12rem; margin:0 0 8px; line-height:1.25; }
.iaa-why-card p{ color:var(--body-text-color); font-size:.92rem; margin:0; }

/* Ready-to-plan CTA band */
.iaa-cta{ padding:80px 0; }
.iaa-cta-wrap{ display:grid; grid-template-columns:auto 1fr auto; gap:40px; align-items:center; }
.iaa-cta-photo{ width:170px; height:170px; border-radius:50%; object-fit:cover; flex-shrink:0;
  box-shadow:0 16px 40px -18px rgba(20,35,28,.5); }
.iaa-cta-text h2{ font-family:var(--heading-font); color:var(--color-dark); font-size:clamp(1.6rem,2.6vw,2.1rem);
  line-height:1.15; margin:0 0 12px; }
.iaa-cta-text p{ color:var(--body-text-color); margin:0; max-width:34ch; }
.iaa-cta-actions{ display:flex; gap:16px; }
.iaa-cta-tile{
  width:130px; height:130px; border:1px solid var(--border-info-color); border-radius:16px;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center;
  color:var(--color-dark); font-weight:500; line-height:1.2; transition:.25s;
}
.iaa-cta-tile i{ font-size:1.5rem; color:var(--theme-color); transition:.25s; }
.iaa-cta-tile:hover{ background:var(--theme-color); border-color:var(--theme-color); color:#fff; transform:translateY(-5px);
  box-shadow:0 18px 34px -18px rgba(20,35,28,.5); }
.iaa-cta-tile:hover i{ color:#fff; }

@media (max-width:991px){
  .iaa-cta-wrap{ grid-template-columns:1fr; justify-items:center; text-align:center; gap:26px; }
  .iaa-cta-text p{ max-width:46ch; margin:0 auto; }
  .iaa-cta-actions{ flex-wrap:wrap; justify-content:center; }
}
@media (max-width:420px){
  .iaa-cta-tile{ width:120px; height:120px; }
}

/* YouTube video cards */
.iaa-yt-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.iaa-yt-card{ position:relative; display:block; border-radius:18px; overflow:hidden; aspect-ratio:16/9;
  box-shadow:0 14px 40px -22px rgba(20,35,28,.55); transition:transform .25s ease, box-shadow .25s ease; }
.iaa-yt-card:hover{ transform:translateY(-6px); box-shadow:0 22px 50px -24px rgba(20,35,28,.6); }
.iaa-yt-card img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.iaa-yt-card:hover img{ transform:scale(1.06); }
.iaa-yt-card::after{ content:""; position:absolute; inset:0; background:rgba(10,20,30,.28); transition:.25s; }
.iaa-yt-card:hover::after{ background:rgba(10,20,30,.12); }
.iaa-yt-play{ position:absolute; inset:0; z-index:2; display:flex; align-items:center; justify-content:center; }
.iaa-yt-play span{ width:66px; height:66px; border-radius:50%; background:#0000006b; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.35rem; padding-left:4px;
  box-shadow:0 8px 24px rgba(0,0,0,.35); transition:.25s; }
.iaa-yt-card:hover .iaa-yt-play span{ transform:scale(1.1); background:#5c9139; }
.iaa-yt-title{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:40px 18px 16px; color:#fff;
  font-family:var(--heading-font); font-size:1.05rem; line-height:1.25;
  background:linear-gradient(transparent, rgba(10,20,30,.75)); }
  
/* Community impact cards */
.iaa-impact{ padding:110px 0; background:var(--theme-bg-light); }
.iaa-impact-card{
  background:#fff; border-radius:20px; padding:34px 26px; height:100%; text-align:center;
  border:1px solid var(--border-info-color); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.iaa-impact-card:hover{ transform:translateY(-6px); box-shadow:0 20px 44px -22px rgba(20,35,28,.5); border-color:transparent; }
.iaa-impact-emoji{
  width:76px; height:76px; margin:0 auto 20px; border-radius:50%;
  background:rgb(from var(--theme-color) r g b / .12); display:flex; align-items:center; justify-content:center; font-size:2rem;
}
.iaa-impact-card h4{ font-family:var(--heading-font); color:var(--color-dark); font-size:1.2rem; margin:0 0 10px; }
.iaa-impact-card p{ color:var(--body-text-color); font-size:.94rem; margin:0; }

/* carousel arrows/dots (Owl) */
.iaa-impact-slider.owl-theme .owl-nav{ margin-top:0; }
.iaa-impact-slider.owl-theme .owl-nav button{
  position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%;
  background:#fff; color:var(--theme-color); box-shadow:0 6px 20px rgba(0,0,0,.12); font-size:1.2rem; transition:.25s;
}
.iaa-impact-slider.owl-theme .owl-nav button:hover{ background:var(--theme-color); color:#fff; }
.iaa-impact-slider.owl-theme .owl-nav .owl-prev{ left:-18px; }
.iaa-impact-slider.owl-theme .owl-nav .owl-next{ right:-18px; }
.iaa-impact-slider.owl-theme .owl-dots{ text-align:center; margin-top:34px; }
.iaa-impact-slider.owl-theme .owl-dots .owl-dot span{ width:9px; height:9px; margin:5px 6px; background:var(--theme-color); opacity:.35; border-radius:50px; transition:.25s; }
.iaa-impact-slider.owl-theme .owl-dots .owl-dot.active span{ opacity:1; width:26px; }
@media (max-width:767px){
  .iaa-impact-slider.owl-theme .owl-nav .owl-prev{ left:-4px; }
  .iaa-impact-slider.owl-theme .owl-nav .owl-next{ right:-4px; }
}

/* Why-choose carousel (Owl) */
.iaa-why-slider.owl-theme .owl-nav{ margin-top:0; }
.iaa-why-slider.owl-theme .owl-nav button{
  position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%;
  background:#fff; color:var(--theme-color); box-shadow:0 6px 20px rgba(0,0,0,.12); font-size:1.2rem; transition:.25s;
}
.iaa-why-slider.owl-theme .owl-nav button:hover{ background:var(--theme-color); color:#fff; }
.iaa-why-slider.owl-theme .owl-nav .owl-prev{ left:-18px; }
.iaa-why-slider.owl-theme .owl-nav .owl-next{ right:-18px; }
.iaa-why-slider.owl-theme .owl-dots{ text-align:center; margin-top:34px; }
.iaa-why-slider.owl-theme .owl-dots .owl-dot span{ width:9px; height:9px; margin:5px 6px; background:var(--theme-color); opacity:.35; border-radius:50px; transition:.25s; }
.iaa-why-slider.owl-theme .owl-dots .owl-dot.active span{ opacity:1; width:26px; }
.iaa-why-slider .iaa-why-card{ height:100%; }
@media (max-width:767px){
  .iaa-why-slider.owl-theme .owl-nav .owl-prev{ left:-4px; }
  .iaa-why-slider.owl-theme .owl-nav .owl-next{ right:-4px; }
}

/* Why-choose: hide arrows, center the card content */
.iaa-why-slider.owl-theme .owl-nav{ display:none; }

.iaa-why-card{ text-align:center; }
.iaa-why-icon{ margin-left:auto; margin-right:auto; }

/* Why-choose: equal-height cards */
.iaa-why-slider .owl-stage{ display:flex; }
.iaa-why-slider .owl-item{ display:flex; }
.iaa-why-slider .item{ display:flex; width:100%; }
.iaa-why-card{ height:100%; width:100%; display:flex; flex-direction:column; }

/* Inline links inside paragraphs */
p > a{
  color:var(--theme-color);
         /* a little breathing room under the text */
  transition:color .2s ease;
}
p > a:hover{
  color:var(--theme-color);
  font-weight:600;
   
}
.blog-info p {
    color: var(--body-text-color);
    margin-bottom: 5px;
}

/* Tour detail: group pricing */
.iaa-group-price{ background:var(--theme-bg-light); border:1px solid var(--border-info-color); border-radius:14px; padding:20px 22px; }
.iaa-group-price h4{ font-size:1.05rem; color:var(--theme-color); margin:14px 0 6px; }
.iaa-group-price h4:first-child{ margin-top:0; }
.iaa-group-price p{ margin:0 0 8px; }
.iaa-group-price table{ width:100%; border-collapse:collapse; margin:10px 0; }
.iaa-group-price th, .iaa-group-price td{ border:1px solid var(--border-info-color); padding:8px 12px; text-align:left; }
.iaa-group-price th{ background:rgb(from var(--theme-color) r g b / .1); color:var(--color-dark); }

/* Tour detail: CTA action bar */
.iaa-tour-cta{ display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 26px; }
.iaa-tour-cta a{ flex:1 1 auto; display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.7rem 1.1rem; border-radius:100px; font-weight:600; font-size:.92rem; transition:.25s; white-space:nowrap; }
.iaa-cta-book{ background:var(--theme-color); color:#fff; }
.iaa-cta-book:hover{ background:#5c9139; color:#fff; }
.iaa-cta-wa{ background:#25d366; color:#fff; }
.iaa-cta-wa:hover{ filter:brightness(.93); color:#fff; }
.iaa-cta-call{ background:transparent; color:var(--theme-color); border:1.5px solid var(--theme-color); }
.iaa-cta-call:hover{ background:var(--theme-color); color:#fff; }

/* Group departures */
.iaa-group-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:24px; }
.iaa-group-card{ background:#fff; border-radius:18px; overflow:hidden; display:flex; flex-direction:column;
  box-shadow:0 14px 40px -22px rgba(20,35,28,.55); transition:transform .25s ease, box-shadow .25s ease; }
.iaa-group-card:hover{ transform:translateY(-6px); box-shadow:0 22px 50px -24px rgba(20,35,28,.6); }
.iaa-group-media{ position:relative; height:180px; }
.iaa-group-media img{ width:100%; height:100%; object-fit:cover; }
.iaa-group-badge{ position:absolute; top:12px; left:12px; background:var(--theme-color); color:#fff;
  font-size:.72rem; font-weight:600; padding:.3rem .75rem; border-radius:100px; }
.iaa-group-body{ padding:18px 20px 20px; display:flex; flex-direction:column; flex:1; }
.iaa-group-dates{ color:var(--body-text-color); font-size:.9rem; margin-bottom:8px; }
.iaa-group-dates i{ color:var(--theme-color); margin-right:6px; }
.iaa-group-title{ font-family:var(--heading-font); font-size:1.12rem; margin:0 0 10px; }
.iaa-group-title a{ color:var(--color-dark); } .iaa-group-title a:hover{ color:var(--theme-color); }
.iaa-group-price{ color:var(--color-dark); font-weight:600; margin-bottom:16px; }
.iaa-group-price i{ color:var(--theme-color); margin-right:6px; }
.iaa-group-btn{ margin-top:auto; align-self:flex-start; display:inline-flex; align-items:center; gap:.5rem;
  background:var(--theme-color); color:#fff; font-weight:600; padding:.55rem 1.3rem; border-radius:100px; transition:.25s; }
.iaa-group-btn:hover{ background:#5c9139; color:#fff; }

/* Group enquiry */
.iaa-ge-info{ background:var(--theme-bg-light); border:1px solid var(--border-info-color); border-radius:16px; padding:22px; }
.iaa-ge-info img{ width:100%; border-radius:12px; margin-bottom:16px; }
.iaa-ge-row{ display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed var(--border-info-color); }
.iaa-ge-row:last-of-type{ border-bottom:0; }
.iaa-ge-row .k{ color:var(--body-text-color); } .iaa-ge-row .v{ color:var(--color-dark); font-weight:600; text-align:right; }
.iaa-ge-deposit{ margin-top:14px; background:rgb(from var(--theme-color) r g b / .12); border-radius:10px; padding:10px 14px; font-weight:600; font-size:.9rem; }
.iaa-ge-deposit i{ color:var(--theme-color); margin-right:6px; }
.iaa-ge-form input, .iaa-ge-form textarea{ width:100%; padding:12px 15px; border:1px solid var(--border-info-color); border-radius:10px; background:#fff; color:var(--color-dark); }
.iaa-ge-form input:focus, .iaa-ge-form textarea:focus{ outline:none; border-color:var(--theme-color); }

.site-heading {
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
}

/* Footer copyright + Tripadvisor badge */
.iaa-copyright{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; }
.iaa-copyright .copyright-text{ margin:0; }
.iaa-ta-badge{ display:inline-flex; align-items:center; gap:8px; font-size:.92rem; color:inherit; }
.iaa-ta-badge:hover{ color:var(--theme-color); }
.iaa-ta-badge i.fa-tripadvisor{ color:#34e0a1; font-size:1.25rem; }   /* Tripadvisor green */
.iaa-ta-badge .stars i{ color:#f7b500; }
.iaa-ta-badge .sep{ color:var(--border-info-color); }
.iaa-ta-badge .rev{ text-decoration:underline; text-underline-offset:2px; }
@media (max-width:576px){ .iaa-copyright{ justify-content:center; text-align:center; } }

/* Group detail CTA */
.iaa-gd-cta{
  position:relative; overflow:hidden; border-radius:20px; padding:44px 40px; margin-top:40px;
  background:linear-gradient(rgba(18,41,31,.85), rgba(18,41,31,.85));
  background-color:var(--footer-bg); text-align:center; color:#fff;
}
.iaa-gd-cta h3{ font-family:var(--heading-font); color:#fff; font-size:clamp(1.5rem,2.6vw,2rem); margin:0 0 8px; }
.iaa-gd-cta p{ color:rgba(255,255,255,.9); margin:0 auto 24px; max-width:620px; }
.iaa-gd-cta .btns{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.iaa-gd-cta .theme-btn2{ border-color:rgba(255,255,255,.6); color:#fff; }
.iaa-gd-cta .theme-btn2:hover{ background:#fff; color:var(--theme-color); border-color:#fff; }