.elementor-344 .elementor-element.elementor-element-a2ade09{--display:flex;}.elementor-344 .elementor-element.elementor-element-d51992e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-573d5f0 *//* =====================================================
   CEYGOLANKA CABS HERO
   MATCHING ABOUT US HERO
===================================================== */

.cgl-cabs-hero-v2 {
  position: relative;
  width: 100%;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 20px 125px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(
      90deg,
      #10a5a9 0%,
      #0f7d88 48%,
      #172a4e 100%
    );
}


/* Decorative circle */

.cgl-cabs-hero-v2::before {
  content: "";
  position: absolute;
  top: -155px;
  left: -115px;
  width: 430px;
  height: 430px;
  border: 72px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}


/* Torn bottom shape */

.cgl-cabs-hero-v2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 88px;
  background: #ffffff;

  clip-path:
    polygon(
      0 45%,
      3% 52%,
      6% 50%,
      9% 58%,
      12% 54%,
      16% 66%,
      20% 58%,
      24% 63%,
      29% 55%,
      34% 67%,
      39% 62%,
      43% 68%,
      48% 59%,
      52% 67%,
      57% 55%,
      61% 60%,
      66% 50%,
      71% 61%,
      76% 58%,
      81% 67%,
      86% 57%,
      91% 63%,
      95% 53%,
      100% 60%,
      100% 100%,
      0 100%
    );

  pointer-events: none;
}


.cgl-cabs-hero-inner-v2 {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
}


/* Small top text */

.cgl-cabs-hero-kicker-v2 {
  display: inline-block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}


/* Main heading */

.cgl-cabs-hero-v2 h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
}


/* Secondary heading */

.cgl-cabs-hero-v2 h2 {
  max-width: 760px;
  margin: 17px auto 0;
  color: #efd796;
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  line-height: 1.28;
}


/* Paragraph */

.cgl-cabs-hero-v2 p {
  max-width: 720px;
  margin: 21px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.9;
}


/* Buttons */

.cgl-cabs-hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}


.cgl-cabs-hero-actions-v2 a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}


/* Gold button */

.cgl-cabs-hero-primary-v2 {
  color: #10233f !important;
  background:
    linear-gradient(
      135deg,
      #efd796,
      #d7b25a
    );
  box-shadow: 0 14px 32px rgba(215, 178, 90, 0.22);
}


.cgl-cabs-hero-primary-v2:hover {
  color: #ffffff !important;
  background: #10233f;
  transform: translateY(-2px);
}


/* Transparent button */

.cgl-cabs-hero-secondary-v2 {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}


.cgl-cabs-hero-secondary-v2:hover {
  color: #10233f !important;
  border-color: #ffffff !important;
  background: #ffffff;
  transform: translateY(-2px);
}


/* =====================================================
   TABLET
===================================================== */

@media only screen and (max-width: 1024px) {

  .cgl-cabs-hero-v2 {
    min-height: 420px;
    padding: 78px 24px 120px;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media only screen and (max-width: 767px) {

  .cgl-cabs-hero-v2 {
    min-height: auto;
    padding: 70px 16px 105px;
  }

  .cgl-cabs-hero-v2::after {
    height: 65px;
  }

  .cgl-cabs-hero-v2::before {
    top: -130px;
    left: -145px;
    width: 360px;
    height: 360px;
    border-width: 58px;
  }

  .cgl-cabs-hero-kicker-v2 {
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .cgl-cabs-hero-v2 h1 {
    font-size: 43px;
    line-height: 1.08;
  }

  .cgl-cabs-hero-v2 h2 {
    margin-top: 14px;
    font-size: 24px;
  }

  .cgl-cabs-hero-v2 p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.8;
  }

  .cgl-cabs-hero-actions-v2 {
    flex-direction: column;
    gap: 11px;
    margin-top: 24px;
  }

  .cgl-cabs-hero-actions-v2 a {
    width: 100%;
  }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media only screen and (max-width: 420px) {

  .cgl-cabs-hero-v2 {
    padding: 62px 15px 95px;
  }

  .cgl-cabs-hero-v2 h1 {
    font-size: 37px;
  }

  .cgl-cabs-hero-v2 h2 {
    font-size: 21px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be0ada3 *//* =====================================================
   CEYGOLANKA CABS PAGE
   HERO SECTION REMOVED
===================================================== */

.cg-cabs-page {
  --cg-navy: #062b35;
  --cg-dark: #031e27;
  --cg-teal: #087f7c;
  --cg-teal-light: #0ba8a2;
  --cg-gold: #d8ad55;
  --cg-gold-light: #f0d28a;
  --cg-white: #ffffff;
  --cg-light: #f5f9f8;
  --cg-text: #526269;
  --cg-border: rgba(6, 43, 53, 0.11);

  width: 100%;
  overflow: hidden;
  color: var(--cg-navy);
  background: var(--cg-white);
  font-family: "Poppins", sans-serif;
}

.cg-cabs-page *,
.cg-cabs-page *::before,
.cg-cabs-page *::after {
  box-sizing: border-box;
}

.cg-cabs-page img {
  max-width: 100%;
}

.cg-cabs-container {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}


/* =====================================================
   BUTTONS
===================================================== */

.cg-cabs-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cg-cabs-btn-primary {
  color: var(--cg-dark) !important;
  background:
    linear-gradient(
      135deg,
      var(--cg-gold-light),
      var(--cg-gold)
    );
  box-shadow: 0 12px 30px rgba(216, 173, 85, 0.22);
}

.cg-cabs-btn-primary:hover {
  color: var(--cg-white) !important;
  background: var(--cg-teal);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 127, 124, 0.25);
}

.cg-cabs-btn-white {
  color: var(--cg-navy) !important;
  background: var(--cg-white);
}

.cg-cabs-btn-white:hover {
  color: var(--cg-white) !important;
  background: var(--cg-teal);
  transform: translateY(-2px);
}


/* =====================================================
   SECTION HEADINGS
===================================================== */

.cg-cabs-section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.cg-cabs-section-heading > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cg-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cabs-section-heading h1,
.cg-cabs-section-heading h2 {
  margin: 0;
  color: var(--cg-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.5px;
}

.cg-cabs-section-heading p {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--cg-text);
  font-size: 15px;
  line-height: 1.9;
}


/* =====================================================
   INTRODUCTION
===================================================== */

.cg-cabs-intro {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(8, 127, 124, 0.09),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbfa 100%
    );
}

.cg-cabs-intro::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(216, 173, 85, 0.07);
  pointer-events: none;
}

.cg-cabs-intro .cg-cabs-container {
  position: relative;
  z-index: 2;
}


/* =====================================================
   INTRO FEATURE CARDS
===================================================== */

.cg-cabs-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cg-cabs-feature-card {
  position: relative;
  min-height: 235px;
  padding: 30px 24px;
  overflow: hidden;
  border: 1px solid var(--cg-border);
  border-radius: 17px;
  background: var(--cg-white);
  box-shadow: 0 18px 45px rgba(6, 43, 53, 0.07);
  text-align: center;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cg-cabs-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background:
    linear-gradient(
      90deg,
      var(--cg-gold),
      var(--cg-teal-light)
    );
  transform: translateX(-50%);
}

.cg-cabs-feature-card:hover {
  border-color: rgba(8, 127, 124, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 25px 58px rgba(6, 43, 53, 0.13);
}

.cg-cabs-feature-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: var(--cg-teal);
  background: rgba(8, 127, 124, 0.09);
  font-size: 25px;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.cg-cabs-feature-card:hover .cg-cabs-feature-icon {
  color: var(--cg-dark);
  background:
    linear-gradient(
      135deg,
      var(--cg-gold-light),
      var(--cg-gold)
    );
  transform: rotate(-5deg);
}

.cg-cabs-feature-card h3 {
  margin: 0;
  color: var(--cg-navy);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.cg-cabs-feature-card p {
  margin: 13px 0 0;
  color: var(--cg-text);
  font-size: 13px;
  line-height: 1.75;
}


/* =====================================================
   VEHICLES SECTION
===================================================== */

.cg-cabs-vehicles {
  padding: 100px 0;
  background: var(--cg-light);
}

.cg-cabs-category-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.cg-cabs-vans-title {
  margin-top: 72px;
}

.cg-cabs-category-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--cg-white);
  background:
    linear-gradient(
      135deg,
      var(--cg-teal),
      var(--cg-teal-light)
    );
  box-shadow: 0 14px 30px rgba(8, 127, 124, 0.2);
  font-size: 24px;
}

.cg-cabs-category-title span {
  display: block;
  margin-bottom: 4px;
  color: var(--cg-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cabs-category-title h3 {
  margin: 0;
  color: var(--cg-navy);
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}


/* =====================================================
   VEHICLE GRID
===================================================== */

.cg-cabs-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.cg-cabs-vehicle-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--cg-border);
  border-radius: 19px;
  background: var(--cg-white);
  box-shadow: 0 20px 50px rgba(6, 43, 53, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cg-cabs-vehicle-card:hover {
  border-color: rgba(8, 127, 124, 0.23);
  transform: translateY(-8px);
  box-shadow: 0 29px 66px rgba(6, 43, 53, 0.14);
}

.cg-cabs-vehicle-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #e9efee;
}

.cg-cabs-vehicle-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background:
    linear-gradient(
      to top,
      rgba(3, 30, 39, 0.38),
      transparent
    );
  pointer-events: none;
}

.cg-cabs-vehicle-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cg-cabs-vehicle-card:hover .cg-cabs-vehicle-image img {
  transform: scale(1.07);
}

.cg-cabs-vehicle-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 13px;
  border-radius: 30px;
  color: var(--cg-dark);
  background:
    linear-gradient(
      135deg,
      var(--cg-gold-light),
      var(--cg-gold)
    );
  box-shadow: 0 8px 22px rgba(3, 30, 39, 0.18);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: uppercase;
}

.cg-cabs-vehicle-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.cg-cabs-vehicle-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.cg-cabs-vehicle-heading > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: var(--cg-teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cabs-vehicle-heading h3 {
  margin: 0;
  color: var(--cg-navy);
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.cg-cabs-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--cg-navy);
  background: rgba(216, 173, 85, 0.14);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.cg-cabs-rating i {
  color: var(--cg-gold);
}

.cg-cabs-vehicle-content > p {
  margin: 17px 0 22px;
  color: var(--cg-text);
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   VEHICLE DETAILS
===================================================== */

.cg-cabs-vehicle-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 18px 0;
  border-top: 1px solid var(--cg-border);
  border-bottom: 1px solid var(--cg-border);
}

.cg-cabs-vehicle-details > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.cg-cabs-vehicle-details i {
  width: 20px;
  flex: 0 0 20px;
  color: var(--cg-teal);
  font-size: 13px;
  text-align: center;
}

.cg-cabs-vehicle-details span {
  color: #55666d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.cg-cabs-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 13px;
  margin-top: auto;
  padding-top: 20px;
}

.cg-cabs-card-footer > span {
  max-width: 55%;
  color: #6c7b80;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.cg-cabs-card-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cg-teal) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none !important;
  white-space: nowrap;
}

.cg-cabs-card-footer a i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.cg-cabs-card-footer a:hover {
  color: var(--cg-gold) !important;
}

.cg-cabs-card-footer a:hover i {
  transform: translateX(4px);
}


/* =====================================================
   SERVICES SECTION
===================================================== */

.cg-cabs-services {
  padding: 100px 0;
  background: var(--cg-white);
}

.cg-cabs-services-box {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
  padding: 62px;
  border-radius: 25px;
  background:
    linear-gradient(
      135deg,
      rgba(3, 30, 39, 0.98),
      rgba(6, 59, 68, 0.96)
    ),
    url("https://ceygolanka.com/wp-content/uploads/2026/07/48.jpeg")
    center center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(3, 30, 39, 0.19);
}

.cg-cabs-services-content > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cg-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cabs-services-content h2 {
  margin: 0;
  color: var(--cg-white);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}

.cg-cabs-services-content p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.9;
}

.cg-cabs-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cg-cabs-service-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-height: 145px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.cg-cabs-service-item:hover {
  border-color: rgba(240, 210, 138, 0.35);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-4px);
}

.cg-cabs-service-item > i {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--cg-dark);
  background:
    linear-gradient(
      135deg,
      var(--cg-gold-light),
      var(--cg-gold)
    );
  font-size: 17px;
}

.cg-cabs-service-item h3 {
  margin: 0;
  color: var(--cg-white);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.cg-cabs-service-item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.7;
}


/* =====================================================
   BOOKING STEPS
===================================================== */

.cg-cabs-steps {
  padding: 100px 0;
  background: var(--cg-light);
}

.cg-cabs-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.cg-cabs-step-card {
  position: relative;
  min-height: 275px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--cg-border);
  border-radius: 18px;
  background: var(--cg-white);
  box-shadow: 0 18px 45px rgba(6, 43, 53, 0.07);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cg-cabs-step-card:hover {
  border-color: rgba(8, 127, 124, 0.23);
  transform: translateY(-7px);
  box-shadow: 0 25px 58px rgba(6, 43, 53, 0.12);
}

.cg-cabs-step-number {
  position: absolute;
  top: 17px;
  right: 22px;
  color: rgba(8, 127, 124, 0.08);
  font-family: "Playfair Display", serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

.cg-cabs-step-icon {
  position: relative;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--cg-white);
  background:
    linear-gradient(
      135deg,
      var(--cg-teal),
      var(--cg-teal-light)
    );
  box-shadow: 0 13px 30px rgba(8, 127, 124, 0.18);
  font-size: 23px;
}

.cg-cabs-step-card h3 {
  position: relative;
  margin: 0;
  color: var(--cg-navy);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.cg-cabs-step-card p {
  position: relative;
  margin: 14px 0 0;
  color: var(--cg-text);
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   FINAL CTA
===================================================== */

.cg-cabs-final-cta {
  position: relative;
  padding: 105px 0;
  background:
    url("https://ceygolanka.com/wp-content/uploads/2026/07/49.jpeg")
    center center / cover no-repeat;
}

.cg-cabs-final-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(3, 30, 39, 0.93),
      rgba(4, 61, 67, 0.82)
    );
}

.cg-cabs-final-cta .cg-cabs-container {
  position: relative;
  z-index: 2;
}

.cg-cabs-final-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cg-cabs-final-content > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cg-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cabs-final-content h2 {
  margin: 0;
  color: var(--cg-white);
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.12;
}

.cg-cabs-final-content p {
  max-width: 650px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
}

.cg-cabs-final-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}


/* =====================================================
   TABLET
===================================================== */

@media only screen and (max-width: 1024px) {

  .cg-cabs-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-cabs-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-cabs-services-box {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px;
  }

  .cg-cabs-step-grid {
    gap: 20px;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media only screen and (max-width: 767px) {

  .cg-cabs-container {
    width: min(100% - 28px, 1180px);
  }

  .cg-cabs-intro,
  .cg-cabs-vehicles,
  .cg-cabs-services,
  .cg-cabs-steps {
    padding: 68px 0;
  }

  .cg-cabs-section-heading {
    margin-bottom: 36px;
  }

  .cg-cabs-section-heading > span {
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .cg-cabs-section-heading h1,
  .cg-cabs-section-heading h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .cg-cabs-section-heading p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .cg-cabs-feature-grid,
  .cg-cabs-vehicle-grid,
  .cg-cabs-step-grid {
    grid-template-columns: 1fr;
  }

  .cg-cabs-feature-grid {
    gap: 16px;
  }

  .cg-cabs-feature-card {
    min-height: auto;
    padding: 27px 22px;
  }

  .cg-cabs-category-title {
    gap: 14px;
    margin-bottom: 22px;
  }

  .cg-cabs-vans-title {
    margin-top: 55px;
  }

  .cg-cabs-category-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 13px;
    font-size: 20px;
  }

  .cg-cabs-category-title span {
    font-size: 9px;
  }

  .cg-cabs-category-title h3 {
    font-size: 28px;
  }

  .cg-cabs-vehicle-grid {
    gap: 20px;
  }

  .cg-cabs-vehicle-image {
    height: 225px;
  }

  .cg-cabs-vehicle-content {
    padding: 22px 19px;
  }

  .cg-cabs-vehicle-heading h3 {
    font-size: 23px;
  }

  .cg-cabs-vehicle-content > p {
    font-size: 13px;
  }

  .cg-cabs-vehicle-details {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cg-cabs-card-footer {
    align-items: flex-end;
  }

  .cg-cabs-card-footer > span {
    max-width: 55%;
  }

  .cg-cabs-services-box {
    gap: 34px;
    padding: 34px 22px;
    border-radius: 18px;
  }

  .cg-cabs-services-content {
    text-align: center;
  }

  .cg-cabs-services-content h2 {
    font-size: 34px;
  }

  .cg-cabs-services-content p {
    font-size: 14px;
  }

  .cg-cabs-services-content .cg-cabs-btn {
    width: 100%;
  }

  .cg-cabs-services-list {
    grid-template-columns: 1fr;
  }

  .cg-cabs-service-item {
    min-height: auto;
    padding: 20px;
  }

  .cg-cabs-step-grid {
    gap: 18px;
  }

  .cg-cabs-step-card {
    min-height: auto;
    padding: 28px 23px;
  }

  .cg-cabs-final-cta {
    padding: 80px 0;
  }

  .cg-cabs-final-content h2 {
    font-size: 38px;
  }

  .cg-cabs-final-content p {
    font-size: 14px;
  }

  .cg-cabs-final-buttons {
    flex-direction: column;
    gap: 11px;
    margin-top: 27px;
  }

  .cg-cabs-final-buttons .cg-cabs-btn {
    width: 100%;
  }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media only screen and (max-width: 420px) {

  .cg-cabs-section-heading h1,
  .cg-cabs-section-heading h2,
  .cg-cabs-services-content h2 {
    font-size: 31px;
  }

  .cg-cabs-final-content h2 {
    font-size: 34px;
  }

  .cg-cabs-vehicle-image {
    height: 205px;
  }

  .cg-cabs-vehicle-heading {
    gap: 10px;
  }

  .cg-cabs-rating {
    padding: 6px 8px;
    font-size: 11px;
  }

  .cg-cabs-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cg-cabs-card-footer > span {
    max-width: 100%;
  }

}/* End custom CSS */