.elementor-5 .elementor-element.elementor-element-cf28ccd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-9ca7fcb{width:100%;max-width:100%;}.elementor-5 .elementor-element.elementor-element-386e184{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-608e7ae.elementor-element{--align-self:center;}.elementor-5 .elementor-element.elementor-element-95cc082{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-5a562df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-a82a91a{width:100%;max-width:100%;}.elementor-5 .elementor-element.elementor-element-76ab260{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-bffd60f{width:100%;max-width:100%;}.elementor-5 .elementor-element.elementor-element-9f92a3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-d9b7a1c{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9ca7fcb */.aa-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}


.aa-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://actionautomobile-agadir.com/wp-content/uploads/2026/03/act-hero-scaled.webp');
  background-size: cover;
  background-position: center 55%;
  transform: scale(1.05);
  animation: aa-zoom 20s ease-in-out infinite alternate;
}

@keyframes aa-zoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.10); }
}

.aa-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(15, 10, 5, 0.72) 0%,
    rgba(20, 12, 4, 0.65) 45%,
    rgba(10, 6, 2, 0.80) 100%
  );
}

/* Top orange stripe */
.aa-hero__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FF6D00;
  z-index: 3;
}

.aa-hero__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(8,4,0,0.45) 100%);
}

/* Content wrapper */
.aa-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  padding: 80px 24px;
  margin: 0 auto;
}

/* Location tag */
.aa-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FF6D00;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 18px;
  margin-bottom: 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  animation: aa-fadein 0.7s ease both;
}

/* Main heading */
.aa-hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(58px, 9vw, 120px);
  font-weight: 400;
  color: #ffffff;
  line-height: 0.92;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  animation: aa-fadein 0.85s ease both;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}

/* Outlined second line */
.aa-hero__title-outline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(58px, 9vw, 120px);
  font-weight: 400;
  -webkit-text-stroke: 2px #FF6D00;
  color: transparent;
  line-height: 0.92;
  display: block;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  animation: aa-fadein 0.95s ease both;
}

/* Subtitle */
.aa-hero__sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  max-width: 540px;
  margin: 0 auto 44px;
  animation: aa-fadein 1.05s ease both;
}

/* Feature grid */
.aa-hero__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 700px;
  margin: 0 auto 48px;
  animation: aa-fadein 1.15s ease both;
}

.aa-hero__gf {
  background: rgba(0,0,0,0.38);
  padding: 18px 10px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: background 0.25s;
}

.aa-hero__gf:hover {
  background: rgba(255,109,0,0.15);
}

.aa-hero__gf i {
  display: block;
  font-size: 18px;
  color: #FF6D00;
  margin-bottom: 8px;
}

.aa-hero__gf strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.aa-hero__gf span {
  font-size: 11px;
  color: rgba(255,255,255,0.40);
  font-weight: 300;
}

/* CTA buttons */
.aa-hero__cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  animation: aa-fadein 1.25s ease both;
}

.aa-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 44px;
  text-decoration: none;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 28px rgba(255,109,0,0.40);
}

.aa-hero__btn-primary:hover {
  background: #ff8c2a;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255,109,0,0.55);
  color: #fff;
  text-decoration: none;
}

.aa-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 17px 30px;
  border: 1px solid rgba(255,255,255,0.28);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s;
}

.aa-hero__btn-secondary:hover {
  border-color: rgba(255,109,0,0.55);
  background: rgba(255,109,0,0.10);
  color: #fff;
  text-decoration: none;
}

/* Trust bar */
.aa-hero__trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  animation: aa-fadein 1.35s ease both;
}

.aa-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.42);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.aa-hero__trust-item:last-child {
  border-right: none;
}

.aa-hero__trust-item i {
  color: #FF6D00;
  font-size: 10px;
}

/* Bottom scroll indicator */
.aa-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: aa-fadein 1.6s ease both;
}

.aa-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #FF6D00, transparent);
  animation: aa-scroll-pulse 2s ease-in-out infinite;
}

@keyframes aa-scroll-pulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.8); }
  50%       { opacity: 1;   transform: scaleY(1); }
}

/* ======================
   ANIMATIONS
   ====================== */
@keyframes aa-fadein {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ======================
   RESPONSIVE
   ====================== */
@media (max-width: 768px) {
  .aa-hero__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .aa-hero__trust-item {
    border-right: none;
    padding: 5px 12px;
  }
}

@media (max-width: 480px) {
  .aa-hero__cta { flex-direction: column; align-items: center; }
  .aa-hero__btn-primary,
  .aa-hero__btn-secondary { width: 100%; max-width: 280px; justify-content: center; }
}

.aa-divider {
  width: 48px;
  height: 3px;
  background: #FF6D00;
  margin: 0 auto 20px;
}

/* Section headings below hero */
.aa-section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.02em;
  line-height: 1;
}

.aa-section-title span {
  color: #FF6D00;
}

/* Body text below hero */
.aa-body-text {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  line-height: 1.75;
}

.aa-btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 38px;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s, transform 0.25s;
}

.aa-btn-orange:hover {
  background: #ff8c2a;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fa3124 */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&display=swap');

/* ===== FLEET SECTION ===== */
.aa-fleet {
  background: #ffffff;
  padding: 100px 0 80px;
  font-family: 'Barlow', sans-serif;
}

.aa-fleet__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-fleet__intro {
  text-align: center;
  margin-bottom: 52px;
}

.aa-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 18px;
}

.aa-fleet__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-fleet__intro p {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===== SLIDER WRAPPER ===== */
.aa-fleet__slider-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}

/* Fade edges */
.aa-fleet__slider-wrap::before,
.aa-fleet__slider-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.aa-fleet__slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.aa-fleet__slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/* Track — holds all cards, animates */
.aa-fleet__track {
  display: flex;
  gap: 24px;
  animation: aa-slide 28s linear infinite;
  width: max-content;
  cursor: grab;
}

.aa-fleet__track:active { cursor: grabbing; }

/* Pause on hover */
.aa-fleet__slider-wrap:hover .aa-fleet__track {
  animation-play-state: paused;
}

@keyframes aa-slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== INDIVIDUAL CARD ===== */
.aa-fleet__card {
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  flex-shrink: 0;
  width: 300px;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}

.aa-fleet__card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  transform: translateY(-4px);
}

.aa-fleet__card-img {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #f5f5f5;
}

.aa-fleet__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.aa-fleet__card:hover .aa-fleet__card-img img {
  transform: scale(1.05);
}

.aa-fleet__badge {
  position: absolute;
  top: 14px;
  left: 0;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(0 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

.aa-fleet__badge.popular { background: #111111; }
.aa-fleet__badge.suv     { background: #1a6b3c; }
.aa-fleet__badge.seven   { background: #7c3aed; }
.aa-fleet__badge.premium { background: #b45309; }

.aa-fleet__card-body {
  padding: 20px 22px 22px;
}

.aa-fleet__card-body h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
}

.aa-fleet__cat {
  font-size: 11.5px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.aa-fleet__specs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.aa-fleet__specs span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #555;
  font-weight: 400;
}

.aa-fleet__specs span i {
  color: #FF6D00;
  font-size: 11px;
}

.aa-fleet__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.aa-fleet__price-from {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.aa-fleet__price-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  line-height: 1;
  letter-spacing: 0.01em;
}

.aa-fleet__price-val span {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #888;
  font-weight: 300;
  margin-left: 2px;
}

.aa-fleet__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #111;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 16px;
  text-decoration: none;
  transition: background 0.25s;
  clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}

.aa-fleet__card-btn:hover {
  background: #FF6D00;
  color: #fff;
  text-decoration: none;
}

/* ===== MOBILE DOTS ===== */
.aa-fleet__dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.aa-fleet__dot {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  border: none;
  padding: 0;
}

.aa-fleet__dot.active {
  background: #FF6D00;
  transform: scale(1.3);
}

@media (max-width: 640px) {
  .aa-fleet__dots { display: flex; }

  /* Remove section padding on mobile so slider is edge-to-edge */
  .aa-fleet__inner { padding: 0; }
  .aa-fleet__intro { padding: 0 24px; }
  .aa-fleet__footer { padding: 0 24px; }

  .aa-fleet__slider-wrap {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }

  .aa-fleet__slider-wrap::before,
  .aa-fleet__slider-wrap::after { display: none; }

  .aa-fleet__track {
    animation: none !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 0 !important;
    touch-action: pan-y;
    will-change: transform;
  }

  /* Each card fills exactly the screen width */
  .aa-fleet__card {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    border-left: none;
    border-right: none;
  }
}

/* ===== FOOTER ===== */
.aa-fleet__footer {
  text-align: center;
}

.aa-fleet__btn-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #111;
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 14px 36px;
  text-decoration: none;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.aa-fleet__btn-all:hover {
  background: #FF6D00;
  border-color: #FF6D00;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 560px) {
  .aa-fleet { padding: 70px 0 60px; }
  .aa-fleet__card { width: 260px; }
  .aa-fleet__slider-wrap::before,
  .aa-fleet__slider-wrap::after { width: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a82a91a */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&display=swap');

/* ===== WHY CHOOSE US ===== */
.aa-why {
  background: #f8f8f8;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-why__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ---- LEFT SIDE ---- */
.aa-why__left {
  position: sticky;
  top: 100px;
}

.aa-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 18px;
}

.aa-why__left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1.0;
  margin: 0 0 16px;
}

.aa-why__left h2 span { color: #FF6D00; }

.aa-why__intro {
  font-size: 15.5px;
  font-weight: 300;
  color: #666;
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Photo with orange frame */
.aa-why__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 36px;
}

.aa-why__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aa-why__photo-border {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 70%;
  height: 70%;
  border: 3px solid #FF6D00;
  z-index: 0;
  pointer-events: none;
}

.aa-why__photo-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 40%;
  background: #FF6D00;
}

/* Stats row */
.aa-why__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}

.aa-why__stat {
  background: #ffffff;
  padding: 20px 16px;
  text-align: center;
}

.aa-why__stat-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #FF6D00;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.aa-why__stat-lbl {
  font-size: 11px;
  color: #888;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---- RIGHT SIDE ---- */
.aa-why__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.aa-why__card {
  display: flex;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: padding-left 0.25s;
}

.aa-why__card:first-child { padding-top: 0; }
.aa-why__card:last-child  { border-bottom: none; }

.aa-why__card:hover {
  padding-left: 6px;
}

.aa-why__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: #FFF3EC;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  transition: background 0.25s;
}

.aa-why__card:hover .aa-why__icon {
  background: #FF6D00;
}

.aa-why__icon i {
  font-size: 17px;
  color: #FF6D00;
  transition: color 0.25s;
}

.aa-why__card:hover .aa-why__icon i {
  color: #fff;
}

.aa-why__card-body h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
  line-height: 1;
}

.aa-why__card-body p {
  font-size: 14.5px;
  font-weight: 300;
  color: #666;
  line-height: 1.68;
  margin: 0;
}

@media (max-width: 900px) {
  .aa-why__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aa-why__left { position: static; }
  .aa-why { padding: 70px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bffd60f */.aa-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 18px;
}

/* =============================
   SERVICES SECTION
   ============================= */
.aa-services {
  background: #111111;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-services__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-services__intro {
  text-align: center;
  margin-bottom: 60px;
}

.aa-services__intro .aa-label { background: #FF6D00; }

.aa-services__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-services__intro p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.50);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.aa-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.07);
}

.aa-services__card {
  background: #161616;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.aa-services__card:hover {
  background: #1c1c1c;
}

.aa-services__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #FF6D00;
  transition: width 0.4s ease;
}

.aa-services__card:hover::before {
  width: 100%;
}

.aa-services__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 28px;
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
}

.aa-services__icon {
  width: 48px;
  height: 48px;
  background: rgba(255,109,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 20px;
  transition: background 0.3s;
}

.aa-services__card:hover .aa-services__icon {
  background: #FF6D00;
}

.aa-services__icon i {
  font-size: 20px;
  color: #FF6D00;
  transition: color 0.3s;
}

.aa-services__card:hover .aa-services__icon i {
  color: #fff;
}

.aa-services__card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}

.aa-services__card p {
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.50);
  line-height: 1.7;
  margin-bottom: 20px;
}

.aa-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aa-services__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
}

.aa-services__list li i {
  color: #FF6D00;
  font-size: 10px;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .aa-services__grid { grid-template-columns: 1fr; }
  .aa-services { padding: 70px 0; }
}


/* =============================
   HOW IT WORKS
   ============================= */
.aa-how {
  background: #ffffff;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-how__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-how__intro {
  text-align: center;
  margin-bottom: 64px;
}

.aa-how__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-how__intro p {
  font-size: 16px;
  font-weight: 300;
  color: #777;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.7;
}

.aa-how__steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items: start;
  gap: 0;
}

.aa-how__step {
  text-align: center;
  padding: 0 16px;
}

.aa-how__step-num {
  width: 56px;
  height: 56px;
  background: #111;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.3s;
}

.aa-how__step:hover .aa-how__step-num {
  background: #FF6D00;
}

.aa-how__step h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.aa-how__step p {
  font-size: 14px;
  font-weight: 300;
  color: #777;
  line-height: 1.68;
  margin: 0;
}

.aa-how__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  color: #FF6D00;
  font-size: 18px;
}

.aa-how__cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 52px;
  border-top: 1px solid #f0f0f0;
}

.aa-how__cta-text {
  font-size: 14px;
  color: #888;
  font-weight: 300;
  margin-bottom: 20px;
}

.aa-how__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 44px;
  text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s, transform 0.25s;
  box-shadow: 0 8px 24px rgba(255,109,0,0.30);
}

.aa-how__btn:hover {
  background: #ff8c2a;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 860px) {
  .aa-how__steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .aa-how__arrow { display: none; }
  .aa-how { padding: 70px 0; }
}

@media (max-width: 480px) {
  .aa-how__steps { grid-template-columns: 1fr; }
}


/* =============================
   DESTINATIONS / WHERE TO GO
   ============================= */
.aa-destinations {
  background: #f8f8f8;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-destinations__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.aa-destinations__text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-destinations__text h2 span { color: #FF6D00; }

.aa-destinations__text p {
  font-size: 15.5px;
  font-weight: 300;
  color: #666;
  line-height: 1.75;
  margin-bottom: 32px;
}

.aa-destinations__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 36px;
}

.aa-destinations__dest {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 12px 16px;
  transition: border-color 0.25s, transform 0.25s;
}

.aa-destinations__dest:hover {
  border-color: #FF6D00;
  transform: translateX(4px);
}

.aa-destinations__dest i {
  color: #FF6D00;
  font-size: 13px;
  flex-shrink: 0;
}

.aa-destinations__dest span {
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.02em;
}

.aa-destinations__dest small {
  display: block;
  font-size: 11px;
  color: #aaa;
  font-weight: 300;
}

.aa-destinations__note {
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 7px;
}

.aa-destinations__note i { color: #FF6D00; font-size: 11px; }

/* Map side */
.aa-destinations__map {
  position: relative;
}

.aa-destinations__map img {
  width: 100%;
  display: block;
}

.aa-destinations__map-caption {
  margin-top: 14px;
  font-size: 12px;
  color: #bbb;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .aa-destinations__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aa-destinations { padding: 70px 0; }
}

@media (max-width: 480px) {
  .aa-destinations__list { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9b7a1c */.aa-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 18px;
}

/* =============================
   TESTIMONIALS
   ============================= */
.aa-reviews {
  background: #111111;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-reviews__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-reviews__intro {
  text-align: center;
  margin-bottom: 60px;
}

.aa-reviews__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-reviews__intro p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.aa-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
  margin-bottom: 52px;
}

.aa-reviews__card {
  background: #161616;
  padding: 36px 30px;
  position: relative;
  transition: background 0.3s;
}

.aa-reviews__card:hover { background: #1d1d1d; }

.aa-reviews__card::before {
  content: '"';
  font-family: 'Bebas Neue', sans-serif;
  font-size: 100px;
  color: rgba(255,109,0,0.08);
  position: absolute;
  top: 10px;
  left: 22px;
  line-height: 1;
  pointer-events: none;
}

.aa-reviews__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}

.aa-reviews__stars i {
  color: #FF6D00;
  font-size: 13px;
}

.aa-reviews__text {
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 28px;
  font-style: italic;
}

.aa-reviews__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.aa-reviews__avatar {
  width: 42px;
  height: 42px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.aa-reviews__name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.aa-reviews__location {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-weight: 300;
}

.aa-reviews__google {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aa-reviews__google-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 12px 24px;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-weight: 400;
}

.aa-reviews__google-badge i { color: #FF6D00; }

.aa-reviews__google-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255,109,0,0.4);
  color: #FF6D00;
  font-family: 'Barlow', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.25s;
}

.aa-reviews__google-btn:hover {
  background: #FF6D00;
  border-color: #FF6D00;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 860px) {
  .aa-reviews__grid { grid-template-columns: 1fr; }
  .aa-reviews { padding: 70px 0; }
}


/* =============================
   CTA BANNER
   ============================= */
.aa-cta {
  background: #FF6D00;
  padding: 80px 0;
  font-family: 'Barlow', sans-serif;
  position: relative;
  overflow: hidden;
}

.aa-cta::before {
  content: 'ACTION';
  font-family: 'Bebas Neue', sans-serif;
  font-size: 240px;
  color: rgba(255,255,255,0.06);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: 0.02em;
}

.aa-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.aa-cta__text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 12px;
}

.aa-cta__text p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
  max-width: 500px;
}

.aa-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.aa-cta__btn-book {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 38px;
  text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 28px rgba(0,0,0,0.20);
}

.aa-cta__btn-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.28);
  color: #FF6D00;
  text-decoration: none;
}

.aa-cta__call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s;
}

.aa-cta__call:hover {
  color: #fff;
  text-decoration: none;
}

.aa-cta__call i { font-size: 13px; }

@media (max-width: 760px) {
  .aa-cta__inner {
    flex-direction: column;
    text-align: center;
  }
  .aa-cta__text p { max-width: 100%; }
  .aa-cta__actions { width: 100%; align-items: center; }
  .aa-cta { padding: 60px 0; }
}


/* =============================
   FAQ SECTION
   ============================= */
.aa-faq {
  background: #f8f8f8;
  padding: 100px 0;
  font-family: 'Barlow', sans-serif;
}

.aa-faq__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-faq__intro {
  text-align: center;
  margin-bottom: 60px;
}

.aa-faq__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
}

.aa-faq__intro p {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin: 0;
}

.aa-faq__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

.aa-faq__item {
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  user-select: none;
}

.aa-faq__item:first-child { border-top: 1px solid #e4e4e4; }

.aa-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
}

.aa-faq__question h4 {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1.45;
  flex: 1;
  transition: color 0.25s;
}

.aa-faq__item.active .aa-faq__question h4 { color: #FF6D00; }

.aa-faq__question .aa-faq__icon {
  width: 28px;
  height: 28px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.3s;
  clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
}

.aa-faq__item.active .aa-faq__question .aa-faq__icon {
  background: #FF6D00;
  transform: rotate(45deg);
}

.aa-faq__question .aa-faq__icon i {
  font-size: 11px;
  color: #666;
  transition: color 0.25s;
}

.aa-faq__item.active .aa-faq__question .aa-faq__icon i {
  color: #fff;
}

.aa-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
}

.aa-faq__item.active .aa-faq__answer {
  max-height: 200px;
  padding-bottom: 18px;
}

.aa-faq__answer p {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 1.72;
  margin: 0;
}

@media (max-width: 760px) {
  .aa-faq__cols { grid-template-columns: 1fr; gap: 0; }
  .aa-faq { padding: 70px 0; }
}/* End custom CSS */