.elementor-100 .elementor-element.elementor-element-8017fba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-483cd9a */.af-footer,
.af-footer *,
.af-footer *::before,
.af-footer *::after { box-sizing: border-box; }

.af-footer {
  --af-deep:      #052721;
  --af-green:     #0E4A3E;
  --af-green-mid: #0B3B31;
  --af-orange:    #E9762B;
  --af-orange-dk: #D3641C;
  --af-text:      #CFE3DC;
  --af-text-dim:  #7FA398;
  --af-line:      rgba(255,255,255,.09);

  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;

  font-family: Poppins, "Segoe UI", system-ui, -apple-system, sans-serif;
  background: radial-gradient(1100px 420px at 12% -10%, rgba(233,118,43,.10), transparent 60%),
              linear-gradient(160deg, var(--af-deep) 0%, var(--af-green) 60%, var(--af-green-mid) 100%);
  color: var(--af-text);
  overflow: hidden;
}

.af-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ---- CTA strip ---- */
.af-cta {
  padding: 44px 0 40px;
  border-bottom: 1px solid var(--af-line);
}
.af-cta .af-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.af-cta-text h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
}
.af-cta-text p {
  margin: 0;
  font-size: 14.5px;
  color: var(--af-text-dim);
}
.af-cta-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.af-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.af-btn svg { width: 16px; height: 16px; }
.af-btn-call {
  background: linear-gradient(135deg, var(--af-orange) 0%, var(--af-orange-dk) 100%);
  color: #fff;
}
.af-btn-call:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(233,118,43,.32); }
.af-btn-book {
  background: transparent;
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.af-btn-book:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

/* ---- main grid ---- */
.af-main {
  padding: 52px 0 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.af-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 16px;
}
.af-brand-mark {
  width: 42px; height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(140deg, var(--af-orange) 0%, var(--af-orange-dk) 100%);
}
.af-brand-mark svg { width: 22px; height: 22px; }
.af-brand-name { font-size: 19px; font-weight: 700; letter-spacing: -.2px; }
.af-brand-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--af-text-dim);
  max-width: 320px;
  margin: 0 0 22px;
}
.af-badge-row { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.af-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid rgba(233,118,43,.35);
  border-radius: 999px;
  background: rgba(233,118,43,.10);
  color: #F6C39A;
  font-size: 12px;
  font-weight: 500;
}
.af-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--af-orange); display: inline-block; }

.af-social { display: flex; align-items: center; gap: 10px; }
.af-social a {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--af-line);
  color: var(--af-text);
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}
.af-social a svg { width: 17px; height: 17px; }
.af-social a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--af-orange) 0%, var(--af-orange-dk) 100%);
  border-color: transparent;
  color: #fff;
}

.af-col-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 12px;
}
.af-col-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--af-orange), var(--af-orange-dk));
}

.af-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.af-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--af-text);
  text-decoration: none;
  font-size: 14.5px;
  transition: color .2s ease, gap .2s ease, padding-left .2s ease;
}
.af-links a::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--af-text-dim);
  flex: 0 0 auto;
  transition: background-color .2s ease, transform .2s ease;
}
.af-links a:hover { color: #fff; padding-left: 3px; }
.af-links a:hover::before { background: var(--af-orange); transform: scale(1.3); }

.af-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.af-contact li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.6; }
.af-contact-ico {
  width: 34px; height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--af-line);
  color: var(--af-orange);
}
.af-contact-ico svg { width: 16px; height: 16px; }
.af-contact a { color: var(--af-text); text-decoration: none; transition: color .2s ease; }
.af-contact a:hover { color: #fff; }
.af-contact span.af-muted { color: var(--af-text-dim); }

/* ---- bottom bar ---- */
.af-bottom {
  border-top: 1px solid var(--af-line);
  padding: 20px 0;
}
.af-bottom .af-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.af-copy { font-size: 13px; color: var(--af-text-dim); margin: 0; }
.af-copy strong { color: var(--af-text); font-weight: 500; }
.af-legal { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.af-legal a {
  color: var(--af-text-dim);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s ease;
}
.af-legal a:hover { color: #fff; }

.af-footer a:focus-visible,
.af-footer button:focus-visible,
.af-footer input:focus-visible {
  outline: 2px solid var(--af-orange);
  outline-offset: 3px;
}

/* ---- responsive ---- */
@media (max-width: 1100px) {
  .af-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
  .af-main > .af-col-contact { grid-column: 1 / -1; max-width: 420px; }
}

@media (max-width: 900px) {
  .af-cta .af-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  /* Brand upar full width, Quick Links aur Services side-by-side (2 columns), aur Contact niche full width */
  .af-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }
  .af-col-brand {
    grid-column: 1 / -1;
  }
  .af-col-links {
    grid-column: 1 / 2;
  }
  .af-col-services {
    grid-column: 2 / 3;
  }
  .af-col-contact {
    grid-column: 1 / -1;
    max-width: none;
  }
  .af-brand-desc { max-width: none; }
}

@media (max-width: 560px) {
  .af-cta { padding: 34px 0 30px; }
  .af-main { padding: 40px 0 28px; }
  .af-bottom .af-wrap { flex-direction: column; align-items: flex-start; gap: 10px; }
  .af-legal { flex-wrap: wrap; gap: 14px 20px; }
}/* End custom CSS */