/* Aviatrip Home Sections Harmony V9.9.24 */
.av23-home{
  --av24-ink:#10294b;
  --av24-soft-ink:#38506f;
  --av24-muted:#70839d;
  --av24-line:#dbe6f2;
  --av24-card:#ffffff;
  --av24-soft:#f6f9fd;
  --av24-blue:#1769ff;
  --av24-blue-2:#5ebeff;
  --av24-navy:#0d2a53;
  --av24-shadow:0 16px 42px rgba(15,43,81,.08);
  --av24-shadow-hover:0 24px 52px rgba(15,43,81,.14);
  --av24-radius:24px;
}
.av23-home .home-dest91,
.av23-home .home-tours99,
.av23-home .v5-tour-showcase,
.av23-home .home-agencies99,
.av23-home .v42-operators,
.av23-home .home-esim98,
.av23-home .v5-article-showcase{
  position:relative;
  padding:34px 0 30px !important;
  background:#fff;
  overflow:hidden;
}
.av23-home .home-dest91::before,
.av23-home .home-tours99::before,
.av23-home .v5-tour-showcase::before,
.av23-home .home-agencies99::before,
.av23-home .v42-operators::before,
.av23-home .home-esim98::before,
.av23-home .v5-article-showcase::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,rgba(23,105,255,0),rgba(23,105,255,.13),rgba(23,105,255,0));
  pointer-events:none;
}

/* shared section headings */
.av23-home .home-dest91__header,
.av23-home .v5-showcase-head,
.av23-home .v42-operators__head,
.av23-home .home-esim98__container > h2,
.av23-home .home-esim98__container > .home-esim98__lead{
  position:relative;
  z-index:2;
}
.av23-home .home-dest91__copy h2,
.av23-home .v5-showcase-head h2,
.av23-home .v42-operators__heading h2,
.av23-home .home-esim98__container > h2{
  margin:8px 0 8px;
  color:var(--av24-ink);
  font-size:clamp(28px,2.35vw,36px);
  line-height:1.14;
  letter-spacing:-.03em;
  font-weight:900;
}
.av23-home .home-dest91__copy p,
.av23-home .v5-showcase-head p,
.av23-home .v42-operators__heading p,
.av23-home .home-esim98__lead{
  margin:0;
  max-width:720px;
  color:var(--av24-muted);
  font-size:13px;
  line-height:1.72;
}
.av23-home .home-dest91__eyebrow,
.av23-home .v3-kicker,
.av23-home .v42-operators__kicker,
.av23-home .home-esim98__top-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#235ebf;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.av23-home .home-dest91__eyebrow i,
.av23-home .home-esim98__top-badge-icon,
.av23-home .v42-operators__kicker i{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:linear-gradient(180deg,#edf5ff,#dfeeff);
  color:var(--av24-blue);
}
.av23-home .home-dest91__eyebrow i svg,
.av23-home .home-esim98__top-badge-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* shared controls */
.av23-home [data-carousel-controls]{display:flex;align-items:center;gap:10px}
.av23-home [data-carousel-controls] button,
.av23-home .home-dest91__all,
.av23-home .v5-showcase-head .v5-carousel-actions > a,
.av23-home .v42-operators__controls > a,
.av23-home .home-esim98__all{
  border:1px solid var(--av24-line);
  background:#fff;
  color:var(--av24-ink);
  box-shadow:0 10px 26px rgba(16,44,84,.06);
}
.av23-home [data-carousel-controls] button{
  width:46px;
  height:46px;
  border-radius:14px;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.av23-home [data-carousel-controls] button:hover:not(:disabled),
.av23-home .home-dest91__all:hover,
.av23-home .v5-showcase-head .v5-carousel-actions > a:hover,
.av23-home .v42-operators__controls > a:hover,
.av23-home .home-esim98__all:hover{
  transform:translateY(-2px);
  border-color:#b9d1f3;
  box-shadow:0 16px 30px rgba(16,44,84,.10);
}
.av23-home [data-carousel-controls] button svg,
.av23-home [data-carousel-controls] button i{width:18px;height:18px;display:inline-block;color:currentColor}
.av23-home [data-carousel-controls] button path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.av23-home [data-carousel-controls] button:disabled{opacity:.45;cursor:default;box-shadow:none}
.av23-home .home-dest91__all,
.av23-home .v5-showcase-head .v5-carousel-actions > a,
.av23-home .v42-operators__controls > a,
.av23-home .home-esim98__all{
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.av23-home .home-dest91__footer,
.av23-home .home-esim98__all-wrap{display:flex;justify-content:flex-end;margin-top:16px}
.av23-home .v5-carousel-actions,
.av23-home .v42-operators__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

/* destination section */
.av23-home .home-dest91{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.av23-home .home-dest91__route,
.av23-home .home-dest91__pin{display:none !important}
.av23-home .home-dest91__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
}
.av23-home .home-dest91__copy{max-width:800px}
.av23-home .home-dest91__copy p{display:flex;flex-wrap:wrap;gap:6px 16px}
.av23-home .home-dest91__copy p span{display:block}
.av23-home .home-dest91__track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:6px 2px 20px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.av23-home .home-dest91__track::-webkit-scrollbar{display:none}
.av23-home .home-dest91__slide{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}
.av23-home .home-dest91__slide > *{
  height:100%;
  border-radius:22px;
  box-shadow:var(--av24-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.av23-home .home-dest91__slide > *:hover{transform:translateY(-4px);box-shadow:var(--av24-shadow-hover)}

/* tours section */
.av23-home .home-tours99,
.av23-home .v5-tour-showcase{background:#fff}
.av23-home .v5-showcase-container{position:relative;z-index:2}
.av23-home .v5-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.av23-home .v5-carousel-shell{overflow:hidden}
.av23-home .v5-tour-track,
.av23-home .v5-article-track,
.av23-home .v42-operators__track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:6px 2px 22px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.av23-home .v5-tour-track::-webkit-scrollbar,
.av23-home .v5-article-track::-webkit-scrollbar,
.av23-home .v42-operators__track::-webkit-scrollbar{display:none}
.av23-home .v5-tour-slide{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}
.av23-home .v5-tour-slide .v3-tour-card,
.av23-home .v5-tour-slide .tour-card,
.av23-home .home-tours99 .v3-tour-card,
.av23-home .home-tours99 .tour-card{
  height:100%;
  overflow:hidden;
  border:1px solid var(--av24-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--av24-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.av23-home .v5-tour-slide .v3-tour-card:hover,
.av23-home .v5-tour-slide .tour-card:hover,
.av23-home .home-tours99 .v3-tour-card:hover,
.av23-home .home-tours99 .tour-card:hover{transform:translateY(-4px);border-color:#c6d7ef;box-shadow:var(--av24-shadow-hover)}
.av23-home .v5-tour-slide .v3-tour-card__image,
.av23-home .v5-tour-slide .tour-img,
.av23-home .home-tours99 .v3-tour-card__image,
.av23-home .home-tours99 .tour-img{height:210px !important}
.av23-home .v5-tour-slide .v3-tour-card__content,
.av23-home .home-tours99 .v3-tour-card__content,
.av23-home .v5-tour-slide .tour-card > div:last-child{padding:18px 18px 17px !important}
.av23-home .v5-tour-slide h3,
.av23-home .home-tours99 h3{font-size:17px !important;line-height:1.35 !important;margin:8px 0 9px !important;color:var(--av24-ink)}
.av23-home .v5-tour-slide p,
.av23-home .home-tours99 p{color:var(--av24-muted);font-size:12px !important;line-height:1.65 !important}

/* agencies */
.av23-home .home-agencies99,
.av23-home .v42-operators{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%) !important;border:0 !important}
.av23-home .v42-operators__container{position:relative;z-index:2}
.av23-home .v42-operators__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.av23-home .v42-operator-card{
  flex:0 0 calc((100% - 54px)/4);
  min-width:0;
  border:1px solid var(--av24-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--av24-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.av23-home .v42-operator-card:hover{transform:translateY(-4px);border-color:#c6d7ef;box-shadow:var(--av24-shadow-hover)}
.av23-home .v42-operator-card__cover{height:184px !important}
.av23-home .v42-operator-card__body{padding:0 18px 18px !important}
.av23-home .v42-operator-card__identity{margin-top:-34px !important;gap:12px !important}
.av23-home .v42-operator-card__avatar{width:72px !important;height:72px !important;border-radius:20px !important}
.av23-home .v42-operator-card__identity h3{font-size:18px !important;line-height:1.28 !important;white-space:normal !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.av23-home .v42-operator-card__identity small{display:block;margin-top:4px;color:var(--av24-muted);font-size:11px}
.av23-home .v42-operator-card__button{height:46px !important;border-radius:14px !important;font-size:11px !important}
.av23-home .v42-operators__footer,
.av23-home .v5-carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:2px;color:var(--av24-muted);font-size:10px;font-weight:800}
.av23-home .v42-operators__footer > div,
.av23-home .v5-carousel-progress{width:min(260px,32vw);height:4px;border-radius:999px;background:#dce8f5;overflow:hidden}
.av23-home .v42-operators__footer i,
.av23-home .v5-carousel-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--av24-blue),var(--av24-blue-2));width:12%;transition:width .2s ease}

/* esim section */
.av23-home .home-esim98{
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);
}
.av23-home .home-esim98__container{position:relative;z-index:2}
.av23-home .home-esim98__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 18px}
.av23-home .home-esim98__features article{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border:1px solid var(--av24-line);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 28px rgba(14,44,84,.05);
}
.av23-home .home-esim98__feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(180deg,#edf5ff,#dfeeff);color:var(--av24-blue);flex:0 0 42px}
.av23-home .home-esim98__feature-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.av23-home .home-esim98__features strong{display:block;color:var(--av24-ink);font-size:13px;line-height:1.3}
.av23-home .home-esim98__features small{display:block;margin-top:4px;color:var(--av24-muted);font-size:11px;line-height:1.5}
.av23-home .home-esim98__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.av23-home .home-esim98-card{
  border:1px solid var(--av24-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--av24-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.av23-home .home-esim98-card:hover{transform:translateY(-4px);border-color:#c6d7ef;box-shadow:var(--av24-shadow-hover)}
.av23-home .home-esim98-card__visual{height:150px;border-radius:24px 24px 0 0 !important}
.av23-home .home-esim98-card__body{padding:16px 16px 17px}
.av23-home .home-esim98-card__heading h3{margin:0;color:var(--av24-ink);font-size:18px;line-height:1.25}
.av23-home .home-esim98-card__heading p{margin:4px 0 0;color:var(--av24-muted);font-size:11px}
.av23-home .home-esim98-card__esim-chip{border-radius:999px;background:#f1f7ff;color:#1c66f6}
.av23-home .home-esim98-card__stats{gap:10px;margin-top:14px}
.av23-home .home-esim98-card__stat,
.av23-home .home-esim98-card__meta-pills span{border:1px solid #e6eef7;background:#f8fbff}
.av23-home .home-esim98-card__footer{margin-top:16px;padding-top:14px;border-top:1px solid #edf2f8}
.av23-home .home-esim98-card__price{font-size:22px;line-height:1.1;color:var(--av24-ink)}
.av23-home .home-esim98-card__ratio{display:block;margin-top:4px;color:var(--av24-muted);font-size:10px}
.av23-home .home-esim98-card__cta{display:inline-flex;align-items:center;gap:6px;color:var(--av24-blue);font-weight:900}
.av23-home .home-esim98__bottom-icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.av23-home .home-esim98__bottom-icons span{display:flex;align-items:center;gap:10px;padding:14px 15px;border:1px solid var(--av24-line);border-radius:16px;background:#fff;color:var(--av24-soft-ink);font-size:12px;font-weight:800;box-shadow:0 10px 26px rgba(14,44,84,.05)}
.av23-home .home-esim98__bottom-icons i{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#eef5ff;color:var(--av24-blue);flex:0 0 34px}
.av23-home .home-esim98__bottom-icons i svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* articles */
.av23-home .v5-article-showcase{background:#fff}
.av23-home .v5-article-slide{flex:0 0 calc((100% - 36px)/3);min-width:0;scroll-snap-align:start}
.av23-home .v5-article-card{
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--av24-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--av24-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.av23-home .v5-article-card:hover{transform:translateY(-4px);border-color:#c6d7ef;box-shadow:var(--av24-shadow-hover)}
.av23-home .v5-article-media{height:220px !important}
.av23-home .v5-article-content{padding:18px 18px 18px !important}
.av23-home .v5-article-meta{display:flex;align-items:center;gap:8px;color:#5a88d9;font-size:11px;font-weight:900}
.av23-home .v5-article-meta i{width:4px;height:4px;border-radius:50%;background:#c1d6ff}
.av23-home .v5-article-content h3{margin:10px 0 9px;color:var(--av24-ink);font-size:18px;line-height:1.35}
.av23-home .v5-article-content p{color:var(--av24-muted);font-size:12px;line-height:1.72}
.av23-home .v5-article-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;color:var(--av24-blue);font-size:12px;font-weight:900}
.av23-home .v5-article-link b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#eef5ff;color:var(--av24-blue);transition:transform .2s ease, background .2s ease, color .2s ease}
.av23-home .v5-article-card:hover .v5-article-link b{transform:translateX(2px);background:var(--av24-blue);color:#fff}

/* generic card polish */
.av23-home .home-dest91__slide > * ,
.av23-home .v5-tour-slide .v3-tour-card,
.av23-home .v5-tour-slide .tour-card,
.av23-home .v42-operator-card,
.av23-home .home-esim98-card,
.av23-home .v5-article-card{
  will-change:transform;
}

/* responsiveness */
@media (max-width:1200px){
  .av23-home .home-dest91__slide,
  .av23-home .v5-tour-slide,
  .av23-home .v42-operator-card,
  .av23-home .home-esim98__cards > .home-esim98-card{flex-basis:calc((100% - 36px)/3)}
  .av23-home .home-dest91__slide{flex-basis:calc((100% - 36px)/3)}
  .av23-home .home-esim98__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .av23-home .home-esim98__features{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .av23-home .home-dest91__header,
  .av23-home .v5-showcase-head,
  .av23-home .v42-operators__head{display:block}
  .av23-home .home-dest91__actions,
  .av23-home .v5-showcase-head .v5-carousel-actions,
  .av23-home .v42-operators__controls{margin-top:16px}
  .av23-home .home-dest91__slide,
  .av23-home .v5-tour-slide,
  .av23-home .v42-operator-card{flex-basis:calc((100% - 18px)/2)}
  .av23-home .v5-article-slide{flex-basis:calc((100% - 18px)/2)}
  .av23-home .home-esim98__bottom-icons{grid-template-columns:1fr}
}
@media (max-width:640px){
  .av23-home .home-dest91,
  .av23-home .home-tours99,
  .av23-home .v5-tour-showcase,
  .av23-home .home-agencies99,
  .av23-home .v42-operators,
  .av23-home .home-esim98,
  .av23-home .v5-article-showcase{padding:26px 0 24px !important}
  .av23-home .home-dest91__copy h2,
  .av23-home .v5-showcase-head h2,
  .av23-home .v42-operators__heading h2,
  .av23-home .home-esim98__container > h2{font-size:27px}
  .av23-home [data-carousel-controls] button{width:42px;height:42px;border-radius:13px}
  .av23-home .home-dest91__all,
  .av23-home .v5-showcase-head .v5-carousel-actions > a,
  .av23-home .v42-operators__controls > a,
  .av23-home .home-esim98__all{min-height:42px;padding:0 14px;font-size:11px}
  .av23-home .home-dest91__slide,
  .av23-home .v5-tour-slide,
  .av23-home .v42-operator-card,
  .av23-home .v5-article-slide{flex-basis:86%}
  .av23-home .home-esim98__features,
  .av23-home .home-esim98__cards{grid-template-columns:1fr}
  .av23-home .v42-operator-card__cover{height:172px !important}
  .av23-home .v5-tour-slide .v3-tour-card__image,
  .av23-home .v5-tour-slide .tour-img,
  .av23-home .home-tours99 .v3-tour-card__image,
  .av23-home .home-tours99 .tour-img,
  .av23-home .v5-article-media{height:200px !important}
  .av23-home .v42-operators__footer > div,
  .av23-home .v5-carousel-progress{width:100%}
  .av23-home .v42-operators__footer,
  .av23-home .v5-carousel-footer{display:block}
  .av23-home .v42-operators__footer > span,
  .av23-home .v5-carousel-footer > span{display:block;margin-bottom:10px}
  .av23-home .home-dest91__footer,
  .av23-home .home-esim98__all-wrap{justify-content:flex-start}
}
