.elementor-126 .elementor-element.elementor-element-b151229{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-126 .elementor-element.elementor-element-b151229:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-b151229 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-126 .elementor-element.elementor-element-bf71f57{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-bf71f57.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-126 .elementor-element.elementor-element-b306adb{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-7e0c9cc{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-25cd979{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-25cd979:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-25cd979 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-126 .elementor-element.elementor-element-24aa469{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-2d432ff{--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;overflow:visible;}.elementor-126 .elementor-element.elementor-element-2d432ff:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-2d432ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5C518;}@media(min-width:768px){.elementor-126 .elementor-element.elementor-element-bf71f57{--width:59.084%;}.elementor-126 .elementor-element.elementor-element-b306adb{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-098c2f9 */.taxi-slider {
  background: #000;
  padding: 80px 20px;
}

.taxi-slider .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

/* LEFT TEXT */
.content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}

.content span {
  color: #f5c518;
}

.content p {
  margin: 20px 0;
  color: #ccc;
}

/* BUTTONS */
.buttons {
  display: flex;
  gap: 15px;
}

.btn-yellow {
  background: #f5c518;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline {
  border: 2px solid #fff;
  padding: 12px 25px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

/* FORM */
.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 400px;
}

.form-box h3 {
  margin-bottom: 20px;
}

.form-box input,
.form-box select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #f2f2f2;
}

.btn-black {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  border: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .taxi-slider .container {
    flex-direction: column;
    text-align: center;
  }

  .content h1 {
    font-size: 36px;
  }

  .form-box {
    width: 100%;
  }

  .buttons {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4d8da98 *//* MAIN CARD */
.quick-booking {
  max-width: 420px;
  margin: auto;
  background: #f2f2f2;
  padding: 35px;
  border-radius: 25px;

  /* 3D EFFECT */
  box-shadow: 
    15px 15px 40px rgba(0,0,0,0.15),
    -10px -10px 30px rgba(255,255,255,0.9);
}

/* TITLE */
.quick-booking h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* INPUT */
.quick-booking input,
.quick-booking select {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 14px;
}

/* SELECT STYLE */
.quick-booking select {
  background: #eaeaea;
}

/* BUTTON */
.quick-booking button {
  width: 100%;
  background: #000;
  color: #f5c518;
  padding: 15px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
.quick-booking button:hover {
  background: #f5c518;
  color: #000;
}

/* MOBILE */
@media (max-width: 500px) {
  .quick-booking {
    padding: 25px;
  }

  .quick-booking h2 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f9bd44 *//* SECTION BACKGROUND */
.services-section {
  background: #f4f4f4;
  padding: 80px 20px;
}

/* CARD BASE */
.service-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 
    10px 10px 25px rgba(0,0,0,0.08),
    -10px -10px 25px rgba(255,255,255,0.9);
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

/* ICON STYLE */
.service-card i {
  font-size: 40px;
  color: #f5c518;
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.4s;
}

/* HOVER 3D EFFECT */
.service-card:hover {
  transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateY(-15px);
  box-shadow: 
    20px 20px 40px rgba(0,0,0,0.15),
    -10px -10px 30px rgba(255,255,255,1);
}

/* ICON ANIMATION */
.service-card:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* TEXT */
.service-card h3 {
  margin: 10px 0;
  font-weight: 600;
}

.service-card p {
  color: #666;
  font-size: 14px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD BASE */
.service-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 25px 60px; /* extra bottom space for button */
  text-align: center;
  transition: all 0.4s ease;
  position: relative; /* IMPORTANT */

  box-shadow: 
    10px 10px 25px rgba(0,0,0,0.08),
    -10px -10px 25px rgba(255,255,255,0.9);
}

/* BUTTON FIX (INSIDE CARD PERFECT) */
.service-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  
  padding: 10px 22px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s;
}

/* HOVER */
.service-btn:hover {
  background: #f5c518;
  color: #000;
  transform: translateX(-50%) translateY(-3px);
}

/* TEXT SPACING FIX */
.service-card p {
  margin-bottom: 40px; /* space before button */
}


/* BUTTON STYLE */
.service-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.service-btn:hover {
  background: #f5c518;
  color: #000;
  transform: translateY(-3px);
}

/* CENTER BUTTON */
.service-card {
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41da4af */.trust-section {
  background: #000;
  padding: 80px 20px;
  color: #fff;
}

.trust-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

/* LEFT */
.trust-left h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.trust-left span {
  color: #f5c518;
}

/* GRID */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARDS (3D EFFECT) */
.trust-card {
  background: #111;
  padding: 20px;
  border-radius: 20px;
  transition: 0.4s;
  transform: perspective(800px) rotateX(0deg) rotateY(0deg);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.trust-card:hover {
  transform: perspective(800px) rotateX(5deg) rotateY(-5deg) translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* ICON */
.trust-card .icon {
  font-size: 28px;
  background: #f5c518;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 10px;
}

/* RIGHT IMAGE */
.trust-right {
  position: relative;
}

.trust-right img {
  width: 450px;
  border-radius: 25px;
  transition: 0.4s;
}

/* IMAGE HOVER ZOOM */
.trust-right:hover img {
  transform: scale(1.05);
}

/* EXPERIENCE BADGE */
.experience-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #f5c518;
  color: #000;
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.experience-badge strong {
  font-size: 28px;
  display: block;
}

/* MOBILE */
@media (max-width: 768px) {
  .trust-container {
    flex-direction: column;
    text-align: center;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-right img {
    width: 100%;
  }

  .experience-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c288b9b *//* COVERAGE */
.coverage-section {
  text-align: center;
  padding: 80px 20px;
  background: #f4f4f4;
}

.coverage-section h2 {
  font-size: 32px;
}

.coverage-section p {
  margin: 10px 0 30px;
  color: #666;
}

/* PILLS */
.coverage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.coverage-list span {
  background: #e5e5e5;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}

/* HOVER EFFECT */
.coverage-list span:hover {
  background: #f5c518;
  color: #000;
  transform: translateY(-3px);
}

/* CTA SECTION */
.cta-section {
  background: #f5c518;
  text-align: center;
  padding: 60px 20px;
}

.cta-section h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-black {
  background: #000;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
}

.btn-white {
  background: #fff;
  color: #000;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* HOVER */
.btn-black:hover {
  transform: scale(1.05);
}

.btn-white:hover {
  transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 24px;
  }
}/* End custom CSS */