.elementor-4615 .elementor-element.elementor-element-2b2cece{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-4615 .elementor-element.elementor-element-2b2cece:not(.elementor-motion-effects-element-type-background), .elementor-4615 .elementor-element.elementor-element-2b2cece > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4615 .elementor-element.elementor-element-43f6149{--display:flex;--min-height:710px;--justify-content:center;--overlay-opacity:0.06;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-4615 .elementor-element.elementor-element-43f6149:not(.elementor-motion-effects-element-type-background), .elementor-4615 .elementor-element.elementor-element-43f6149 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#013B7E;}.elementor-4615 .elementor-element.elementor-element-43f6149::before, .elementor-4615 .elementor-element.elementor-element-43f6149 > .elementor-background-video-container::before, .elementor-4615 .elementor-element.elementor-element-43f6149 > .e-con-inner > .elementor-background-video-container::before, .elementor-4615 .elementor-element.elementor-element-43f6149 > .elementor-background-slideshow::before, .elementor-4615 .elementor-element.elementor-element-43f6149 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4615 .elementor-element.elementor-element-43f6149 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://subdomain2.tixworx.com/wp-content/uploads/2026/05/driver-instructor-with-student-on-the-training-gro-ENAUHMC.jpg");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-4615 .elementor-element.elementor-element-a99ba78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4615 .elementor-element.elementor-element-c03a3c9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-4615 .elementor-element.elementor-element-91d75db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-4615 .elementor-element.elementor-element-91d75db:not(.elementor-motion-effects-element-type-background), .elementor-4615 .elementor-element.elementor-element-91d75db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4615 .elementor-element.elementor-element-0165d81{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-4615 .elementor-element.elementor-element-0165d81:not(.elementor-motion-effects-element-type-background), .elementor-4615 .elementor-element.elementor-element-0165d81 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4615 .elementor-element.elementor-element-43f6149{--min-height:0px;--z-index:0;}}/* Start custom CSS for html, class: .elementor-element-976139d */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

.hero-v2 {
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

.hero-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
.hero-left {
  flex: 1;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #6b7280;
}

.breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.badge {
  display: inline-block;
  background: #F8AF18;
  color: #000;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-heading {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.hero-heading span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #F8AF18;
}

.hero-text {
  margin-top: 20px;
  color: #ddd;
  font-size: 17px;
  line-height: 1.7;
  max-width: 520px;
}

/* RIGHT */
.hero-right {
  flex: 1;
  position: relative;
  height: 420px;
}

/* CARDS */
.card {
  position: absolute;
  overflow: hidden;
  border-radius: 25px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MAIN IMAGE */
.main-img {
  right: 0;
  top: 0;
  width: 100%;
  height: 260px;
}

/* SMALL IMAGE */
.small-img {
  bottom: 0;
  left: 40px;
  width: 60%;
  height: 180px;
  border: 4px solid #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* RATING */
.rating-card {
  position: absolute;
  top: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.rating-card .icon {
  background: #0f172a;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.rating-card strong {
  font-size: 18px;
}

.rating-card p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}

@media (max-width: 768px) {

  .hero-v2 {
    padding: 60px 16px;
    background: #0b3a75; /* clean solid for mobile */
  }

  .hero-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  /* TEXT FIX */
  .hero-heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-heading span {
    display: block;
    margin-top: 5px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 5px;
  }

  /* RIGHT SECTION FIX */
  .hero-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  /* MAIN IMAGE */
  .main-img {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 20px;
  }

  /* SMALL IMAGE */
  .small-img {
    position: relative;
    width: 85%;
    height: 160px;
    margin: -60px auto 0;
    left: auto;
    transform: none;
    border-radius: 18px;
  }

  /* RATING CARD */
  .rating-card {
    position: relative;
    margin: 15px auto 0;
    left: auto;
    transform: none;
    justify-content: center;
  }

  /* BADGE */
  .badge {
    font-size: 11px;
    padding: 6px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e698d1a *//* IMPORT FONT (closest match) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

.hero-section {
  background: linear-gradient(135deg, #0d2b52, #0b2545);
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.hero-container {
  max-width: 850px;
  margin: auto;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: rgba(255, 170, 0, 0.1);
  color: #ffb020;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* Title */
.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-title span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #f5a623;
  font-weight: 600;
}

/* Subtext */
.hero-subtext {
  font-size: 16px;
  color: #c9d4e3;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
   border: 1px solid rgba(255,255,255,0.4);
  background: #F59E0B;
  color: #F59E0B;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #ffb84d;
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-section {
    padding: 70px 20px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtext {
    font-size: 14px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc544bc */.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  font-size: 22px;
  padding: 14px 16px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: 999;
}

/* 🔥 TOOLTIP */
.wa-tooltip {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}

/* show on hover (desktop) */
.wa-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* 📱 MOBILE FIX */
@media (max-width: 768px) {

  .wa-float {
    bottom: 15px;
    right: 15px;
    padding: 12px 14px;
  }

  .wa-float img {
    width: 36px;
  }

  /* always visible on mobile */
  .wa-tooltip {
    opacity: 1;
    transform: translateY(0);
    bottom: 65px;
    font-size: 11px;
  }
}/* End custom CSS */