/* =============================
web css
=============================*/
.all_img {
        border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}
/* Wrapper */
.rate-table-wrap {
  background: rgba(255,255,255,0.85);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
}

/* Table */
.rate-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}

/* Head */
.rate-table thead th {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
      padding: 12px 15px;
    border-radius: 5px;
}

/* Row */
.rate-table tbody tr {
  background: #ffffff;
  border-radius: 16px;
  transition: 0.35s ease;
}

.rate-table tbody tr:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(59,130,246,0.18);
}

/* Departure */
.departure-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 50px;
      background: rgb(203 166 63 / 8%);
    color: #cba63f;
  font-weight: 600;
}

.departure-pill i {
  font-size: 16px;
}

/* Price */
.price-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
      background: linear-gradient(135deg, #cba63f, #fefdff);
    color: black;
  font-weight: 700;
  font-size: 14px;
}

/* Section */
.about-travel-wrap {
  background: #ffffff;
      overflow: hidden;
}

/* Image Grid */
.about-img-grid {
  position: relative;
  height: 520px;
}

/* Common Image Style */
.about-img {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Individual Images */
.img-one {
  width: 80%;
  height: 85%;
  top: 0;
  left: 0;
}

.img-two {
  width: 45%;
  height: 50%;
  top: 20%;
  right: 0;
}

.img-three {
  width: 55%;
  height: 45%;
  bottom: 0;
  left: 20%;
}

/* Experience Badge */
.about-exp-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #cba63f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

/* Content */
.about-travel-content .about-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(203 166 63 / 8%);
  border-radius: 50px;
  margin-bottom: 14px;
}

.about-travel-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-travel-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Points */
.about-points {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.about-points li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #374151;
}

/* Button */
.about-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  background: #cba63f;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: #084298;
}

/* Responsive */
@media (max-width: 991px) {
  .about-img-grid {
    height: 380px;
  }
}



    /* Section */
.travel-svc-wrap {
  background: #f9fafb;
}

/* Heading */
.travel-svc-badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(203 166 63 / 8%);
  border-radius: 50px;
  margin-bottom: 10px;
}

.travel-svc-title {
  font-size: 36px;
  font-weight: 700;
}

.travel-svc-sub {
  max-width: 600px;
  margin: 10px auto 0;
  color: #6b7280;
  text-align:center;
}

/* Card */
.travel-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
  transition: all 0.4s ease;
  border: 1px dashed #ffa900;
}

.travel-card:hover {
  transform: translateY(-10px);
}

/* Image */
.travel-img {
  height: 260px;
  overflow: hidden;
}

.travel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.travel-card:hover .travel-img img {
  transform: scale(1.1);
}

/* Content */
.travel-info {
  padding: 22px 24px;
}

.travel-info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.travel-info p {
  font-size: 17px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* Tag Button */
.travel-tag {
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(0 0 0);
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.travel-tag:hover {
  background: #cba63f;
  color: #fff;
}
   /* Section */
.why-travel-wrap {
  background: linear-gradient(180deg, #f9fbff, #eef4ff);
}

/* Heading */
.why-badge {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(203 166 63 / 8%);
  border-radius: 50px;
  margin-bottom: 12px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
}

.why-sub {
  max-width: 620px;
  margin: 10px auto 0;
  color: #6b7280;
  text-align:center;
}

/* Card */
.why-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 22px;
  text-align: center;
  height: 100%;
  border: 1px solid #eef2ff;
  transition: all 0.35s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

/* Icon */
.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgb(203 166 63 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

/* Text */
.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #6b7280;
}

/* Section */
.book-dots-pro {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Parent */
.dots-pro-parent {
  position: relative;
border-radius: 20px;
padding: 50px 0;
box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
overflow: hidden;
}

/* DOTS LAYER */
.dots-pro-layer {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(#cba63f 1px, transparent 1px),
    radial-gradient(#9333ea 1px, transparent 1px);
  background-size: 26px 26px;
  background-position: 0 0, 13px 13px;
  opacity: 0.08;
  z-index: 0;
}

/* GLOW LAYER */
.glow-pro-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(13,110,253,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(147,51,234,0.15), transparent 40%);
  z-index: 0;
}

/* Content */
.book-pro-head,
.book-pro-step,
.row {
  position: relative;
  z-index: 1;
}

/* Heading */
.book-pro-badge {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(203 166 63 / 8%);
  border-radius: 50px;
  margin-bottom: 12px;
}

.book-pro-title {
  font-size: 38px;
  font-weight: 700;
}

.book-pro-sub {
  max-width: 620px;
  margin: 10px auto 0;
  color: #6b7280;
  text-align:center;
}

/* Steps */
.book-pro-step {
  padding: 10px 18px;
}

.pro-circle {
  width: 85px;
  height: 85px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cba63f, #fefdff);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

.book-pro-step h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.book-pro-step p {
  font-size: 15px;
  color: #6b7280;
  max-width: 240px;
  margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

/* Footer */
.travel-footer {
  background: linear-gradient(180deg, #0b1220, #070c18);
  color: #cbd5f5;
  padding: 70px 0 30px;
  position: relative;
  overflow: hidden;
}

/* Parent */
.footer-parent {
  position: relative;
}

/* Dots Background */
.footer-dots {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(#cba63f 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.08;
  z-index: 0;
}

/* Content */
.footer-parent > * {
  position: relative;
  z-index: 1;
}

/* Brand */
.footer-brand h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.6;
}

/* Titles */
.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0px;
}

.footer-links a {
  color: #cbd5f5;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #cba63f;
  padding-left: 4px;
}

/* Newsletter */
.footer-text {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-newsletter {
  display: flex;
  background: rgba(255,255,255,0.08);
  border-radius: 50px;
  overflow: hidden;
}

.footer-newsletter input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.footer-newsletter input::placeholder {
  color: #9ca3af;
}

.footer-newsletter button {
  border: none;
  padding: 0 18px;
  background: #cba63f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-bottom p {
  font-size: 13px;
  margin: 0;
}

    /* Section */
.travel-gallery-wrap {
  background: #ffffff;
}

/* Heading */
.gallery-badge {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #cba63f;
  background: rgb(203 166 63 / 8%);
  border-radius: 50px;
  margin-bottom: 12px;
}

.gallery-title {
  font-size: 38px;
  font-weight: 700;
}

.gallery-sub {
  max-width: 620px;
  margin: 10px auto 0;
  color: #6b7280;
  text-align:center;
}

/* Gallery */
.gallery-item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.gallery-item.tall {
  height: 360px;
}

.gallery-item.wide {
  height: 300px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.1)
  );
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
   /* Section */
.cta-premium-wrap {
  position: relative;
}

/* Parent */
.cta-premium-parent {
  position: relative;
      background: #836000;
    overflow: hidden;
    border-radius: 28px;
}

/* Dots */
.cta-premium-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.6) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.06;
  z-index: 0;
}

/* Glow */
.cta-premium-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgb(207 172 77), transparent 40%), 
    radial-gradient(circle at 80% 70%, rgb(0 0 0 / 25%), transparent 40%);
  z-index: 0;
}

/* Glass Box */
.cta-premium-box {
  position: relative;
  z-index: 1;
  padding: 50px 60px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

/* Content */
.cta-premium-badge {
      text-align: center;
    /* display: inherit; */
    width: -webkit-fill-available;
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #93c5fd;
  background: rgba(59,130,246,0.15);
  border-radius: 50px;
  margin-bottom: 14px;
}

.cta-premium-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.cta-premium-content p {
  font-size: 16px;
  color: #cbd5f5;
  max-width: 640px;
}

/* Buttons */
.cta-premium-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cta-premium-primary {
  padding: 14px 34px;
  background: linear-gradient(135deg, #cba63f, #fefdff);
  color: #000;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-premium-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgb(52 51 48 / 28%);
}

.cta-premium-secondary {
  padding: 14px 34px;
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-premium-secondary:hover {
  background: rgba(255,255,255,0.12);
}

/* Responsive */
@media (max-width: 991px) {
  .cta-premium-box {
    padding: 36px 28px;
  }

  .cta-premium-content h2 {
    font-size: 32px;
  }

  .cta-premium-actions {
    justify-content: flex-start;
  }
}

  .testimonials {
      padding:60px 0px;
      text-align:center;
    }
    .testimonials .heading { color:var(--accent); font-weight:700; letter-spacing:1px; margin-bottom:8px; }
    .testimonials .sub { font-size:28px; margin-bottom:30px; font-weight:600; }

    /* Card design */
    .testimonial-card {
      background: #f8f9fc;
    color: #000000;
    border-radius: 12px;
    padding: 38px 24px 30px;
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid #cba63f;
    }

    .testimonial-avatar {
      width:88px;height:88px;border-radius:50%;overflow:hidden;border:5px solid #fff;
      margin:-64px auto 18px; background:#fff;
    }
    .testimonial-avatar img{width:100%;height:100%;object-fit:cover;}

    .testimonial-text{ font-style:italic; line-height:1.6; margin-bottom:18px; font-size:0.98rem; }
    .testimonial-name { margin-top:auto; font-weight:800; letter-spacing:0.4px; }

    /* Navigation color override */
    .swiper-button-next, .swiper-button-prev {
      color: var(--accent);
      width:44px; height:44px; border-radius:50%;
      background:#fff; box-shadow:0 6px 18px rgba(0,0,0,0.12);
    }

    /* Pagination bullets */
    .swiper-pagination-bullet { background: #c7e0d0; opacity:0.9; }
    .swiper-pagination-bullet-active { background: var(--accent); }

    /* Responsive adjustments */
    @media (max-width: 880px){
      .testimonial-card{ min-height:220px; padding:26px 16px 20px; }
      .testimonial-avatar{ width:68px;height:68px;margin:-48px auto 14px; }
    }
  
   .travel-line-marquee {
  background: #09101d;
  padding: 10px 0;
  overflow: hidden;
}

.line-marquee-track {
  overflow: hidden;
}

.line-marquee-content {
  display: flex;
  width: max-content;
  animation: lineScroll 22s linear infinite;
}

.line-marquee-content span {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
}

/* Icons */
.line-marquee-content i {
  font-size: 22px;
  color: #cba63f;
}

/* Pause on hover */
.line-marquee-track:hover .line-marquee-content {
  animation-play-state: paused;
}

/* Animation */
@keyframes lineScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .line-marquee-content span {
    font-size: 15px;
  }

  .line-marquee-content i {
    font-size: 18px;
  }
}
.car-hero-wrap {
      background: #cba63f;
    padding: 110px 0 50px;
    overflow: hidden;
    position: relative;
}
.EsyTaxi_headline {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 16vw;
    top: 0;
    opacity: .06;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000000;
}
/* LEFT */
.car-hero-left h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
}

.car-hero-left h1 span {
  color: #f4f3f1;
}
.car-hero-left .about-btn {
        background: #111827;
}
.car-hero-left p {
  margin: 22px 0;
  color: #ffffff;
  max-width: 360px;
  font-size: 15px;
}


/* CENTER CAR */
.car-hero-img img {
  width: 100%;
  filter: drop-shadow(0 45px 60px rgba(0,0,0,0.25));
}


.hero-users {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.hero-users img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.hero-users img:first-child {
  margin-left: 0;
}

.hero-users span {
  margin-left: 16px;
  font-weight: 600;
  color: #111827;
}

/* FEATURES */
.hero-features {
  list-style: none;
  padding: 0;
}

.hero-features li {
  margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
    background: #ffe383;
    padding: 10px;
    border-radius: 50px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .car-hero-wrap {
    text-align: center;
            padding-top: 50px;
  }

  .car-hero-right {
    padding-left: 0;
    margin-top: 40px;
  }
    .hero-users {
            justify-content: center;
    }
  .car-hero-left p {
    margin: 22px auto;
    text-align:center;
  }
}

  

/* =============================
   CKEditor Frontend Content Style
   ============================= */
.ckeditor-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  word-wrap: break-word;
}

.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3,
.ckeditor-content h4,
.ckeditor-content h5 {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.ckeditor-content p {
  margin-bottom: 12px;
}

/* ✅ Fix missing bullet/number list in CKEditor content */
.ckeditor-content ul {
  list-style-type: disc !important;
  padding-left: 25px !important;
  margin-left: 15px;
}

.ckeditor-content ol {
  list-style-type: decimal !important;
  padding-left: 25px !important;
  margin-left: 15px;
}

.ckeditor-content li {
  margin-bottom: 6px;
  line-height: 1.6;
}


.ckeditor-content strong {
  font-weight: 600;
}

.ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
}

.ckeditor-content a:hover {
  text-decoration: none;
}

.ckeditor-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.ckeditor-content th,
.ckeditor-content td {
  border: 1px solid #ddd;
  padding: 8px;
}

.ckeditor-content th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.ckeditor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 10px 0;
}

.ckeditor-content blockquote {
  border-left: 4px solid #007bff;
  padding-left: 15px;
  color: #555;
  font-style: italic;
  margin: 20px 0;
}
.book-pro-badge p,
.gallery-badge p,
.why-badge p,
.cta-premium-badge p,
.travel-svc-badge p {
  margin-bottom: 0;
}