/* Windmills Regular */
@font-face {
  font-family: "windmills";
  src: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Ffonts%2Fwindmills-regular.otf?alt=media&token=9c74f7db-9cfb-4e66-9668-a5077e8efaed") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Windmills Italic */
@font-face {
  font-family: "windmills";
  src: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Ffonts%2Fwindmills-italic.otf?alt=media&token=68719bec-aa7b-4f57-af9e-d7d59e52e8e0") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* TT Norms Light */
@font-face {
  font-family: "ttnorms";
  src: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Ffonts%2FTTNorms-Light.otf?alt=media&token=61546187-c0b9-4c8f-8752-924488e3a03e") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* TT Norms Regular */
@font-face {
  font-family: "ttnorms";
  src: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Ffonts%2FTTNorms-Regular.otf?alt=media&token=f0ed75ce-f629-497d-b526-c8a31b44f112") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TT Norms Medium */
@font-face {
  font-family: "ttnorms";
  src: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Ffonts%2FTTNorms-Medium.otf?alt=media&token=2cdfe2cb-96ac-42e8-89ac-f82536f51289") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   ZyroGo â€“ style.css  (exact UI match)
   ========================================= */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

:root {
  --red: #e8311a;
  --red-dark: #c62510;
  --dark: #1a0a00;
  --dark2: #120500;
  --white: #ffffff;
  --light-bg: #f0efed;
  --gray-bg: #e8e8e6;
  --text-dark: #1a1a1a;
  --text-gray: #666;
  /* --font-main: 'Montserrat', sans-serif; */

}

:root {
  --font-main: "windmills", serif;
  --font-body: "ttnorms", sans-serif;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3 {
  font-family: var(--font-main);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: #fff;
  color: var(--text-dark);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.logo-white {
  color: #fff;
}

.logo-red {
  color: var(--red);
}

/* =====================
   NAVBAR
   ===================== */
.zyrogo-nav {
  background: rgb(20 5 0 / 58%);
  backdrop-filter: blur(0px);
  padding: 20px 0px;
  transition: background 0.3s;
}

.zyrogo-nav.scrolled {
  background: rgba(10, 2, 0, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.zyrogo-logo {
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -1px;
  text-decoration: none;
}

.zyrogo-nav .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  color: #eeeeee !important;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.zyrogo-nav .nav-link:hover,
.zyrogo-nav .nav-link.nav-active {
  color: #fff !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* =====================
   HERO
   ===================== */
.hero-section {
  position: relative;
  background: radial-gradient(ellipse at 60% 40%, #7a1a00 0%, #3d0500 40%, #1a0400 70%, #0d0200 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bd-section {
  position: relative;
  background: radial-gradient(ellipse at 60% 40%, #7a1a00 0%, #3d0500 40%, #1a0400 70%, #0d0200 100%);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Fimages%2Fherobg.jpg?alt=media&token=0da4b816-14e8-4a3a-8750-a968c4f83b66") center/cover no-repeat;
  overflow: hidden;
}

.bd-sub {
  letter-spacing: 0px;
  color: rgb(255 255 255);
  font-size: 22px;
  line-height: 1.7;
  margin: 0;
  font-weight: 300 !important;
  line-height: 46px;
}

/* Abstract arc lines like the design */
/* .hero-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -150px;
  width: 500px;
  height: 500px;
  border: 1.5px solid rgba(230, 50, 20, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 50px;
  left: -80px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(230, 50, 20, 0.1);
  border-radius: 50%;
  pointer-events: none;
} */

.hero-inner {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.hero-row {
  width: 100%;
  padding-top: 42px;
  padding-bottom: 40px;

}

.hero-heading {
  font-family: var(--font-main);
  font-weight: 500;
  /* font-size: clamp(2.4rem, 5vw, 3.6rem); */
  font-size: 74px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 20px;
}



.hero-sub {
  letter-spacing: 0px;
  color: rgb(255 255 255);
  font-size: 35px;
  line-height: 1.7;
  margin: 0;
  font-weight: 300 !important;
  line-height: 46px;
}


/* =====================
   BOOKING CARD â€” exact match
   ===================== */
.booking-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 26px;
  width: 103%;
  max-width: 360px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  margin-left: auto;
}

.booking-title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #222;
}

/* FROM / TO / DEPARTURE row */
.b-field {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}

.b-label {
  background: #e8311a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12px;
  border-radius: 6px 0 0 6px;
  min-width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.b-input {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1.5px solid #e8311a;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 0 10px;
  background: #fff;
  height: 38px;
  gap: 6px;
}

.b-icon {
  color: linear-gradient(90deg, #360b0b, #cc0000);
  font-size: 13px;
  flex-shrink: 0;
}

.b-select {
  border: none;
  outline: none;
  flex: 1;
  font-size: 13px;
  background: transparent;
  color: #333;
}

/* DEPARTURE with nav arrows */
.b-input.b-departure {
  justify-content: space-between;
}

.dep-text {
  font-size: 13px;
  color: #333;
}

.dep-nav {
  display: flex;
  gap: 4px;
}

.dep-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.dep-btn:hover {
  border-color: #e8311a;
  color: #e8311a;
}

/* PASSENGER ROW â€” fix */
.b-passenger {
  display: flex;
  border: 1.5px solid #e8311a;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
  width: 47%;
  height: 38px;
}

.b-passenger select {
  border: none;
  outline: none;
  padding: 0 9px;
  font-size: 13px;
  background: #fff;
  color: #333;
  cursor: pointer;
  height: 100%;
  appearance: auto;
}

.b-passenger select:first-child {
  border-right: 1.5px solid #e8311a;
  /* flex: 2; */
}

.b-passenger select:last-child {
  flex: 1;
}

/* DIVIDER */
.b-divider {
  width: 60%;
  height: 2px;
  background: #000000;
  border: none;
  margin: 4px 0 -21px 0;
  ;
}

/* SEARCH BUTTON */
.btn-search {
  background: #e8311a;
  color: #fff;
  border: none;
  padding: 9px 32px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-search:hover {
  background: #c62510;
}

/* Marquee */
.marquee-bar {
  background: var(--red);
  overflow: hidden;
  padding: 13px 0;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}

.marquee-track {
  display: inline-block;
  animation: scroll-left 22s linear infinite;
}

.marquee-track span {
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 28px;
}

.marquee-track em {
  font-style: normal;
  opacity: 0.6;
  font-size: 0.8rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =====================
   ABOUT SECTION
   ===================== */
.about-section {
  background: #fff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

/* Abstract bg lines */
.about-bg {
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Ccircle cx='100' cy='300' r='280' fill='none' stroke='%23e0dbd5' stroke-width='1.5'/%3E%3Ccircle cx='100' cy='300' r='200' fill='none' stroke='%23e8e3dd' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.7;
  pointer-events: none;
}

.about-heading {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 44px;
  line-height: 46px;
  color: var(--red);
  margin-bottom: 42px;
}

.about-video-wrap {
  position: relative;
  max-width: 600px;
  border-radius: 16px;
  overflow: hidden;
}

.about-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  height: 360px;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--red);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.play-overlay:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.van-brand {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.van-brand span {
  color: var(--red);
}

.about-bold {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #111;
  margin-top: 8px;
  margin-bottom: 17px;
}

.about-body {
  font-size: 21px;
  color: #000000;
  line-height: 28px;
}

/* =====================
   WHO THIS FOR
   ===================== */
.who-section {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.who-bg-img {
  position: absolute;
  inset: 0;
  background: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Fimages%2Fwho-this.jpg?alt=media&token=93ce6660-42a0-42a0-b1ae-3a60146d3a2a") center/cover no-repeat;
}

.who-overlay {
  position: absolute;
  inset: 0;
  background: rgba(160, 40, 10, 0.82);
}

.z-2 {
  z-index: 2;
}

.who-heading {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 44px;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.who-icons {
  flex-wrap: wrap;
}

.who-item {
  text-align: center;
  color: #fff;
}

.who-box {
  width: 80px;
  height: 80px;
  background: var(--red);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 14px;
}

.who-item p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 26px;
  margin: 0;
}

.who-item p strong {
  color: #fff;
}

.who-divider-v {
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  align-self: stretch;
  margin: 0 10px;
}

/* What / Why Cards */
.what-why-wrap {
  margin-top: 20px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  padding-bottom: 104px;
}

.what-card {
  background: #fff;
  padding: 36px 115px 36px 80px;
  text-align: left;
  border-radius: 14px 0 0 14px;
  /* margin-left: 241px; */

}

.what-card h5 {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 24px;
  color: #111;
  margin-bottom: 14px;
  margin-left: 71px;


}

.what-card p {
  font-size: 21px;
  color: #000000;
  line-height: 26px;
  margin: 0;
  text-align: justify;
}

.why-card {
  background: var(--red);
  padding: 36px 80px 36px 115px;
  text-align: left;
  border-radius: 0 14px 14px 0;
  /* margin-right: 241px; */
}

.why-card h5 {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
  margin-left: 35px;

}

.why-card p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 26px;
  margin: 0;
  text-align: justify;
}

/* =====================
   TESTIMONIALS
   ===================== */
.testi-section {
  background: var(--gray-bg);
  padding: 48px 0;
}

.testi-heading {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #111;
  margin-bottom: 47px;

}

.testi-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* prevents overflow */
}

.quote-mark {
  font-size: 7rem;
  font-family: Georgia, serif;
  color: #222;
  line-height: 1;
  display: block;
  font-weight: 900;
}

.quote-mark {
  position: relative;
  top: -55px;
  /* move up */
  left: -6px;
  /* move left */
}

.zy-y {
  font-style: italic;
  color: var(--red);
  font-weight: 500;
  font-size: 1.2rem;
}

.testi-label {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 4px;
}

.testi-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testi-text {
  font-size: 11px;
  transform: scaleY(1.2);
  color: #000000;
  /* line-height: 1.7; */
  flex: 1;
  margin-bottom: 23px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.read-more {
  color: var(--text-gray);
  font-size: 0.82rem;
  text-decoration: none;
}

.read-more:hover {
  color: var(--red);
}

.testi-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 18px 21px;
  background: #f5f5f5;
  border-radius: 0 0 14px 14px;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -28px;
  border-top: none;
  /* remove the line */
}

.testi-avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
}

.testi-footer strong {
  font-size: 0.88rem;
  color: #222;
  line-height: 11px;
}

.testi-footer small {
  font-size: 0.78rem;
  color: #999;
}

/* =====================
   CTA
   ===================== */
.cta-section {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  border-bottom: 19px solid #e3341e;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Fimages%2Fcta.jpg?alt=media&token=b2985667-2a1e-4c78-8ada-bd36a1a15505') center/cover no-repeat;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(200, 50, 10, 0.85) 0%, rgba(255, 120, 120, 0.3) 100%);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-heading {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 86px;
  color: #fff;
  line-height: 94px;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 27px;
  padding: 14px 44px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.cta-btn:hover {
  background: var(--red-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* =====================
   FOOTER
   ===================== */
.footer-section {
  background: linear-gradient(to bottom, #411101, #000000);
  color: #fff;
}

.ft-tagline-head {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 19px;
}

.ft-tagline-sub {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 26px;
  color: var(--red);
  margin: 0;
  margin-top: -3px;
}

.ft-touch {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgb(255 255 255);
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* SUBSCRIBE BOX â€” visible white border */
.ft-subscribe {
  display: flex;
  border: 1.5px solid rgb(255 255 255);
  border-radius: 50px;
  overflow: hidden;
  background: transparent;
}

.ft-email {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  padding: 13px 20px;
  text-transform: uppercase;
}

.ft-email::placeholder {
  color: rgb(255 255 255);
  font-size: 0.75rem;
  letter-spacing: 1.5px;
}

.ft-sub-btn {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 50px 50px 50px 50px;
  padding: 13px 26px;
  font-family: var(--font-main);
  font-weight: 500;
  margin: 5px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
}

.ft-sub-btn:hover {
  background: var(--red-dark);
}



.ft-col-head {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.red-col {
  color: var(--red);
}

.orange-col {
  color: #e8311a;
}

.ft-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-list li {
  font-size: 0.88rem;
  color: rgb(255 255 255);
  margin-bottom: 12px;
}

.ft-list a {
  color: rgb(255 255 255);
  text-decoration: none;
  transition: color 0.2s;
}

.ft-list a:hover {
  color: var(--red);
}

.ft-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgb(255 255 255);
  border-radius: 50%;
  color: #000000;
  font-size: 1.1rem;
  margin-right: 10px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;

}

.ft-social a:hover {
  background: var(--red);
  color: #fff;
}

/* BOTTOM HR â€” thicker and more visible */
.ft-hr {
  border: none;
  border-top: 1px solid rgb(255 255 255);
  margin: 0;
}

/* BOTTOM BAR â€” add top border visible */
.ft-bottom {
  border-top: 1.5px solid rgb(255 255 255);
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom small {
  color: rgb(255 255 255);
  font-size: 0.82rem;
}

.ft-bottom-logo-img {
  height: 15px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.ft-bottom-a {
  color: rgb(255 255 255);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.2s;
}

.ft-bottom-a:hover {
  color: var(--red);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 991px) {
  .hero-inner {
    padding-top: 120px;
  }

  .booking-card {
    margin-top: 30px;
  }

  .who-icons {
    gap: 20px !important;
  }

  .who-divider-v {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 2rem;
  }

  .cta-heading {
    font-size: 2rem;
  }

  .what-card,
  .why-card {
    border-radius: 0;
  }

  .ft-tagline-head {
    font-size: 1.1rem;
  }
}




.hero-section {
  position: relative;
  min-height: 100vh;
  background: url("https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Fimages%2Fherobg.jpg?alt=media&token=0da4b816-14e8-4a3a-8750-a968c4f83b66") center/cover no-repeat;
  overflow: hidden;
}


/* .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.05),
      transparent);
  animation: lightSweep 6s linear infinite;
}

.hero-section::before {
  background:
    repeating-linear-gradient(90deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 60px,
      transparent 60px,
      transparent 120px);
  animation: flapMove 5s ease-in-out infinite;
}

@keyframes flapMove {
  0% {
    transform: translateX(0);
    opacity: .3;
  }

  50% {
    transform: translateX(20px);
    opacity: .6;
  }

  100% {
    transform: translateX(0);
    opacity: .3;
  }
} */

/* @keyframes lightSweep {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
} */

.hero-inner {
  position: relative;
  z-index: 2;
}


/* logo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Navbar brand container */
.navbar-brand.zyrogo-logo {
  display: flex;
  align-items: center;
  padding: 0;
}

/* Logo image styling */
.zyrogo-logo img {
  height: 27px;
  /* Adjust logo height */
  width: auto;
  /* Keeps aspect ratio */
  max-height: 100px;
  /* Prevents it from getting too big */
  object-fit: contain;
  transition: 0.3s ease;
}

/* Slight hover effect (optional) */
.zyrogo-logo img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .zyrogo-logo img {
    height: 40px;
  }
}


/* slide logo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.marquee-bar {
  width: 100%;
  overflow: hidden;
  background: #e83107;
  /* change if needed */
  padding: 0px 0;
}

.marquee-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: scrollMarquee 20s linear infinite;
}

.marquee-track img {
  height: 100px;
  /* adjust logo size */
  width: auto;
  object-fit: contain;
}

/* Infinite animation */
@keyframes scrollMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}




/* .who-box {
  width: 80px;
  height: 80px;
  background: #e83107; 
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
} */



.who-box {
  width: 173px;
  height: 171px;
  background: #e83107;
  border-radius: 20px 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .who-box img {
  width: 40px;     
  height: 40px;
  object-fit: contain;
} */

.who-box img {
  width: 84px;
  /* increase */
  height: 100px;
  /* increase */
  object-fit: contain;
}

.who-divider-v {
  width: 1px;
  background: #ffffff;
}




/* Y background */
.hero-y {
  position: absolute;
  top: 1px;
  left: -120px;
  width: 804px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.about-section {
  position: relative;
  overflow: hidden;
}

/* Y behind about */
.about-y {
  position: absolute;
  top: 41px;
  left: -60px;
  width: 770px;
  opacity: .12;
  pointer-events: none;
  z-index: 0;
}

/* keep content above */
.about-section .container,
.about-bg {
  position: relative;
  z-index: 2;
}










.what-why-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 100px;
  margin-left: 100px;
}

/* cards */
.what-card,
.why-card {
  padding: 55px 86px;
  height: 100%;
}

/* colors */
.what-card {
  background: #efefef;
}

.why-card {
  background: #d42e07;
  color: #fff;

  /* ðŸ”¥ PERFECT DIVIDER */
  border-left: 22px solid #e94620;
}







.navbar-expand-lg .navbar-nav {
  padding-right: 9px;
}



.b-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}




.b-divider-img {
  width: 60%;
  height: 2px;
  margin: 15px 0;
  object-fit: cover;
}






/* =====================
   FOOTER MOBILE FIX
   ===================== */

@media (max-width: 768px) {

  /* remove manual padding */
  .footer-section .col-md-3 {
    padding-left: 12px !important;
    text-align: center;
  }

  /* top row alignment */
  .footer-section .row.align-items-center {
    text-align: center;
  }

  .ft-tagline-head {
    font-size: 26px;
  }

  .ft-tagline-sub {
    font-size: 16px;
  }

  /* subscribe box */
  .ft-touch {
    margin-top: 41px;
  }

  .ft-subscribe {
    flex-direction: column;
    border-radius: 10px;
    margin-top: 20px;
  }

  .ft-email {
    text-align: center;
    padding: 12px;
  }

  .ft-sub-btn {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }

  /* social icons center */
  .ft-social {
    justify-content: center;
    display: flex;
  }

  /* bottom bar stack */
  .ft-bottom {
    text-align: center;
  }

  .ft-bottom .col-md-4 {
    margin-bottom: 10px;
  }

  .ft-bottom-logo-img {
    height: 18px;
    margin: 10px 0;
  }

}

/* footer bottom links mobile fix */
@media (max-width:768px) {

  .ft-bottom .text-end {
    text-align: center !important;
    margin-top: 6px;
  }

  .ft-bottom small {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

}

.mb-2 {
  margin-bottom: -3.5rem !important;
}



.what-card {
  border-right: 22px solid #e94620;
}


.ft-company {
  padding-left: 105px;
}

.ft-help {
  padding-left: 128px;
}

.ft-social-col {
  padding-left: 87px;
}

@media (max-width:768px) {

  .ft-company,
  .ft-help,
  .ft-social-col {
    padding-left: 0;
  }

}




.zy-y img {
  height: 22px;
  /* control size */
  width: auto;
  object-fit: contain;
  display: block;
}





/* responsive in mobile my */


@media (max-width:600px) {
  .hero-sub {

    font-size: 14px !important;
  }

  .b-input {
    width: 0px;
  }

  .dep-text {
    font-size: 12px;
  }

  .b-passenger select {
    padding: 0 0px;
  }

  .b-divider-img {

    width: 100%;
  }

  .btn-search {
    padding: 10px 86px;
  }

  .what-card h5 {
    margin-left: 17px;
    font-size: 22px;
  }

  .why-card h5 {
    margin-left: -25px;
    font-size: 22px;

  }

  .about-heading {
    font-size: 22px;
  }

  .about-bold {
    font-size: 22px;
  }

  .about-body {
    font-size: 14px;
    line-height: 25px;
  }

  .who-item p {
    font-size: 14px;
  }

  .who-heading {
    font-size: 22px;
  }

  .what-card p {
    font-size: 14px;

    line-height: 23px;
  }

  .why-card p {
    font-size: 14px;
    line-height: 23px;
  }

  .zyrogo-logo img {
    height: 24px;
  }

  .testi-heading {
    font-size: 22px;
  }

  .cta-heading {
    font-size: 22px;
  }

  .cta-btn:hover {
    font-size: 14px;
  }

  .cta-btn {
    font-size: 14px;
  }

  .ft-tagline-head {
    font-size: 22px;
  }

  .ft-tagline-sub {
    font-size: 14px;
  }

  .ft-col-head {
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-nav {
    margin-top: 10px;
  }

  .gap-4 {
    gap: 4px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-sub {
    font-size: 13px !important;
    line-height: 25px;
  }

  .booking-card {
    margin-left: 33px;
  }

  .what-card {
    border-right: none;
  }

  .why-card {
    border-left: none;
  }

  .who-box {
    width: 119px;
    height: 119px;
  }

  .who-box img {
    width: 73px;
  }
}

@media (max-width: 388px) {

  .who-box img {
    width: 73px;
  }

  .who-box {
    width: 119px;
    height: 119px;
  }

  .what-card {
    border-right: none;
  }

  .why-card {
    border-left: none;
  }

  .dep-text {
    font-size: 11px;
  }

  .testi-heading {
    font-size: 22px;
  }

  .cta-heading {
    font-size: 22px;
  }

  .cta-btn:hover {
    font-size: 14px;
  }

  .cta-btn {
    font-size: 14px;
  }

  .ft-tagline-head {
    font-size: 22px;
  }

  .ft-tagline-sub {
    font-size: 14px;
  }

  .ft-col-head {
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-nav {
    margin-top: 10px;
  }

  .gap-4 {
    gap: 4px !important;
  }

}

.hero-heading {
  animation: fadeUp 1s ease;
}

.hero-sub {
  animation: fadeUp 1.2s ease;
}

.booking-card {
  animation: fadeUp 1.4s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testi-card {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s cubic-bezier(.22, .61, .36, 1);
}

.testi-card.show {
  opacity: 1;
  transform: translateY(0);
}

.testi-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
  transition: .35s ease;
}

/* .cta-btn {
  animation: strongPulse 1.8s infinite;
} */

@keyframes strongPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 0, 0, .5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(204, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
  }
}

.quote-img {
  width: 64px;
  height: auto;
  object-fit: contain;

  position: relative;
  top: -59px;
  /* move up */
  left: -5px;
  /* move left */
  margin-bottom: 34px;

}




/* ================= ICON HOVER ================= */

.who-box {
  transition: transform .35s cubic-bezier(.22, .61, .36, 1),
    box-shadow .35s ease;
}

.who-box:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

/* .hero-y{
    width: 100%;
    height: auto;
    object-fit: cover;
} */


.gap-5 {
  gap: 4rem !important;
}

.testi-slider {
  padding: 20px 10px;
}

.swiper-slide {
  height: auto;
}

.carousel-inner {
  padding: 20px 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

/* infinite testimonial slider */

.testi-slider {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.testi-track {
  display: flex;
  gap: 127px;
  /* width:max-content; */
  animation: testiScroll 25s linear infinite;
}

.testi-slide {
  min-width: 350px;
}

.testi-slider:hover .testi-track {
  animation-play-state: paused;
}

/* smooth infinite movement */

@keyframes testiScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media  (max-width: 1600px) {
  /* html {
    transform: scale(1.25);
    transform-origin: top left;
    width: 80%;
  } */

  /* body {
    zoom: 1.25;
  } */
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
  border-top: 8px solid #cf3511;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-4 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;

}



/* new responsive in 12/03/2026+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* =============================================
   ZyroGo â€“ 388px & small screen responsive fix
   ADD THIS AT THE BOTTOM of style.css
   (replaces/overrides the existing 388 block)
   ============================================= */

/* â”€â”€ 600px and below (existing block â€” patched) â”€â”€ */
@media (max-width: 600px) {

  /* HERO */
  .hero-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-sub {
    font-size: 13px !important;
    line-height: 25px;
  }

  /* BOOKING CARD â€” center it, remove left drift */
  .booking-card {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 340px;
    padding: 20px 16px;
  }

  .b-input {
    width: auto;
    /* was 0px â€” caused collapse */
  }

  .dep-text {
    font-size: 12px;
  }

  .b-passenger select {
    padding: 0 4px;
  }

  .b-divider-img {
    width: 100%;
  }

  .btn-search {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  /* WHO SECTION */
  .what-card h5 {
    margin-left: 0;
    font-size: 18px;
  }

  .why-card h5 {
    margin-left: 0;
    font-size: 18px;
  }

  .what-card,
  .why-card {
    padding: 28px 24px;
    border-right: none;
    border-left: none;
  }

  .what-why-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* ABOUT */
  .about-heading {
    font-size: 22px;
  }

  .about-bold {
    font-size: 18px;
  }

  .about-body {
    font-size: 14px;
    line-height: 22px;
  }

  /* WHO icons */
  .who-heading {
    font-size: 22px;
  }

  .who-item p {
    font-size: 13px;
  }

  .who-box {
    width: 90px;
    height: 90px;
  }

  .who-box img {
    width: 52px;
    height: auto;
  }

  .who-icons {
    gap: 12px !important;
  }

  /* TESTIMONIALS */
  .testi-heading {
    font-size: 22px;
  }

  .testi-slide {
    min-width: 280px;
  }

  .testi-track {
    gap: 20px;
  }

  /* CTA */
  .cta-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-section {
    padding: 80px 0;
  }

  .cta-btn {
    font-size: 14px;
    padding: 12px 28px;
  }

  /* FOOTER */
  .ft-tagline-head {
    font-size: 22px;
  }

  .ft-tagline-sub {
    font-size: 14px;
  }

  .ft-col-head {
    font-size: 13px;
  }

  .ft-subscribe {
    flex-direction: column;
    border-radius: 10px;
  }

  .ft-sub-btn {
    width: 100%;
    border-radius: 0 0 10px 10px;
    margin: 0;
  }

  .ft-email {
    text-align: center;
    padding: 12px;
  }

  /* LOGO */
  .zyrogo-logo img {
    height: 24px;
  }

  /* NAV */
  .navbar-expand-lg .navbar-nav {
    margin-top: 10px;
  }

  .gap-4 {
    gap: 4px !important;
  }

  /* PX utilities â€” override large padding on mobile */
  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

/* â”€â”€ 388px and below (surgical fix) â”€â”€ */
@media (max-width: 388px) {

  /* HERO TEXT */
  .hero-heading {
    font-size: 26px;
    line-height: 33px;
  }

  .hero-sub {
    font-size: 17px !important;
    line-height: 20px;
  }

  /* BOOKING CARD */
  .booking-card {
    width: 97%;
    padding: 16px 12px;
    margin-left: 17px;
    margin-right: auto;
  }

  .booking-title {
    font-size: 18px;
  }

  .b-label {
    min-width: 60px;
    font-size: 10px;
    padding: 0 8px;
  }

  .b-input {
    height: 34px;
    padding: 0 6px;
  }

  .b-select {
    font-size: 11px;
  }

  .dep-text {
    font-size: 10px;
  }

  .b-passenger {
    width: 60%;
    height: 34px;
  }

  .b-passenger select {
    font-size: 11px;
    padding: 0 4px;
  }

  .btn-search {
    width: 100%;
    padding: 9px 0;
    font-size: 12px;
  }

  /* WHO ICONS â€” stack vertically if very tight */
  .who-icons {
    flex-wrap: wrap;
    gap: 16px !important;
    justify-content: center !important;
  }

  .who-box {
    width: 80px;
    height: 80px;
    margin-left: 15px;
  }

  .who-box img {
    width: 44px;
    height: auto;
  }

  .who-item p {
    font-size: 14px;
  }

  /* WHAT/WHY cards */
  .what-card,
  .why-card {
    padding: 22px 16px;
  }

  .what-card p,
  .why-card p {
    font-size: 16px;
    line-height: 20px;
  }

  /* TESTIMONIALS */
  .testi-slide {
    min-width: 260px;
  }

  .testi-text {
    font-size: 10px;
  }

  .testi-heading {
    font-size: 18px;
  }

  /* CTA */
  .cta-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-btn {
    font-size: 13px;
    padding: 10px 22px;
  }

  /* FOOTER */
  .ft-tagline-head {
    font-size: 29px;
  }

  .ft-tagline-sub {
    font-size: 19px;
  }

  .footer-section .col-md-3 {
    text-align: center;
  }

  .ft-company,
  .ft-help,
  .ft-social-col {
    padding-left: 0 !important;
  }

  .ft-social {
    justify-content: center;
    display: flex;
  }

  .ft-bottom {
    text-align: center;
  }

  .ft-bottom .text-end {
    text-align: center !important;
  }

  /* NAV */
  .zyrogo-logo img {
    height: 20px;
  }

  .gap-4 {
    gap: 2px !important;
  }

  /* padding overrides */
  .px-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  /* hero inner padding */
  .hero-inner.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* marquee logo size */
  .marquee-track img {
    height: 60px;
  }

  /* about section */
  .about-heading {
    font-size: 18px;
  }

  .about-bold {
    font-size: 17px;
  }

  .about-body {
    font-size: 16px;
    line-height: 20px;
  }

  /* about-y â€” keep but scale down so it doesn't bleed badly */
  .about-y {
    width: 300px;
    left: -40px;
  }

  /* hero-y â€” keep opacity/pos, just scale */
  .hero-y {
    width: 400px;
    left: -80px;
  }

  /* scale override â€” remove zoom at this size (it breaks layout) */
  /* html {
    transform: none !important;
    width: 100% !important;
  } */
}

/* new responsive end in 12/03/2026---------------------------------------------------------------------------------------*/
/* .route-bar{
  width:100%;
  overflow:hidden;
  background:linear-gradient(90deg,#ff3c00,#ff5a1f);
  padding:14px 0;
  border-top:2px solid #ff6a3d;
  border-bottom:2px solid #ff6a3d;
} */
.route-bar {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #7d260c, #030102);
  padding: 22px 0;
  /* border-top: 2px solid #ff6a3d; */
  /* border-bottom: 2px solid #ff6a3d; */
}

.route-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollRoute 25s linear infinite;
}

.route-item {
  color: white;
  font-size: 17px;
  font-weight: 500;
  padding: 0 20px;
  white-space: nowrap;
}

.route-line {
  width: 70px;
  height: 2px;
  background: white;
  opacity: 0.6;
}

@keyframes scrollRoute {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.who-section {
  position: relative;
}



.route {
  display: flex;
  align-items: center;
}

.route-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 300;
}

.stop-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.route-line {
  width: 60px;
  height: 2px;
  background: #cf3511;
  margin: 0 10px;
}

.route-title {
  background: #cf3511;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 75px;
}

/* â”€â”€ CTA WAVE GRADIENT GLOW â”€â”€ */
@keyframes waveGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://firebasestorage.googleapis.com/v0/b/ticpoi-zyrogoca.firebasestorage.app/o/ZYROGOCA%2FFOLDERS%2F2026-04-20-2EP6MKLELL%2Fimages%2Fstrip.jpg?alt=media&token=5406dd71-caba-4ad4-8a03-2419ae7d15e8') center/cover no-repeat;
  z-index: 0;
}

/* .cta-wave-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(200, 40, 10, 0.75),
      rgba(255, 80, 20, 0.55),
      rgba(120, 10, 0, 0.85),
      rgba(255, 120, 40, 0.5),
      rgba(180, 30, 5, 0.8));
  background-size: 300% 300%;
  animation: waveGlow 5s ease infinite;
  z-index: 1;
  mix-blend-mode: multiply;
} */

/* ripple rings */
@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.cta-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 100, 40, 0.4);
  animation: ripple 3.5s ease-out infinite;
  pointer-events: none;
  z-index: 1;
}

.cta-ring:nth-child(1) {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  animation-delay: 0s;
}

.cta-ring:nth-child(2) {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  animation-delay: 1.2s;
}

.cta-ring:nth-child(3) {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  animation-delay: 2.4s;
}

.cta-content {
  position: relative;
  z-index: 2;
}

/* â”€â”€ FOOTER RISING SMOKE / FOG â”€â”€ */
.footer-section {
  position: relative;
  overflow: hidden;
}

.footer-smoke {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.smoke-puff {
  position: absolute;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(180, 40, 10, 0.18) 0%,
      rgba(80, 10, 0, 0.08) 50%,
      transparent 100%);
  animation: smokeRise linear infinite;
  filter: blur(28px);
}

.smoke-puff:nth-child(1) {
  left: 5%;
  width: 250px;
  height: 250px;
  animation-duration: 9s;
  animation-delay: 0s;
}

.smoke-puff:nth-child(2) {
  left: 20%;
  width: 320px;
  height: 320px;
  animation-duration: 12s;
  animation-delay: 2s;
}

.smoke-puff:nth-child(3) {
  left: 40%;
  width: 280px;
  height: 280px;
  animation-duration: 10s;
  animation-delay: 1s;
}

.smoke-puff:nth-child(4) {
  left: 60%;
  width: 350px;
  height: 350px;
  animation-duration: 14s;
  animation-delay: 3s;
}

.smoke-puff:nth-child(5) {
  left: 78%;
  width: 260px;
  height: 260px;
  animation-duration: 11s;
  animation-delay: 0.5s;
}

.smoke-puff:nth-child(6) {
  left: 90%;
  width: 200px;
  height: 200px;
  animation-duration: 8s;
  animation-delay: 4s;
}

@keyframes smokeRise {
  0% {
    transform: translateY(0) scale(0.8) translateX(0px);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  50% {
    transform: translateY(-280px) scale(1.4) translateX(30px);
    opacity: 0.6;
  }

  85% {
    opacity: 0.2;
  }

  100% {
    transform: translateY(-550px) scale(2) translateX(-20px);
    opacity: 0;
  }
}

/* keep all footer content above smoke */
.footer-section .container {
  position: relative;
  z-index: 2;
}

/* â”€â”€ HERO GLOWING CONSTELLATION â”€â”€ */
.hero-constellation {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#constellationCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.sub-bd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* PRELOADER FULLSCREEN */


#preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-container {
  width: min(600px, 85%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.loader-gif img {
  width: 300px;
  /* bigger */
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

/* LOADING TEXT */
.loader-text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 18px;
  font-family: Arial, sans-serif;
}

/* PROGRESS BAR OUTER */
.progress-wrap {
  width: 50%;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
}

/* PROGRESS BAR FILL */
.progress-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  transition: width 0.08s linear;
}

/* PERCENTAGE UNDER BAR */
.loader-percent {
  margin-top: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: Arial, sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
  .loader-gif img {
    width: 250px;
    margin-bottom: 20px;
  }

  .loader-text {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .progress-wrap {
    height: 22px;
  }

  .loader-percent {
    font-size: 14px;
    margin-top: 10px;
  }
}



/* Crystal Gel Canvas */
#heroGelCanvas {
  position: absolute;
  top: 50%;
  left: -180px;
  transform: translateY(-50%);
  width: 900px;
  height: 900px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.toc {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 40px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.toc h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111827;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

.toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2;
  column-gap: 40px;
}

.toc li {
  margin-bottom: 8px;
  break-inside: avoid;
}

.toc a {
  display: block;
  text-decoration: none;
  color: #374151;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all .18s ease;
}

.toc a:hover {
  background: #f3f4f6;
  color: #e63e17;
  padding-left: 12px;
}

@media(max-width:991px) {

  .toc ul {
    columns: 1;
  }

}





.tooltip-text {
  position: absolute;
  top: 130%;
  /* moved below icon */
  left: 50%;
  transform: translateX(-50%);

  background: #e8311a;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  white-space: nowrap;
}

/* arrow pointing up */
.tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);

  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e8311a transparent;
}

.tooltip-item:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}



.whatsapp-float {
     position: fixed !important;
    bottom: 88px !important;
    right: 26px !important;
    z-index: 999999999 !important;
}

/* fix transform affecting fixed elements */
html {
  transform-origin: top left;
}



.first-box{
    display:inline-block;
    padding:12px 22px;
    border:1px solid #e8311a;
    border-radius:8px;
    margin-top:18px;
    font-weight:600;
    background:#ffffff;
    color:#e8311a;
}