.elementor-39 .elementor-element.elementor-element-bc7af82{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-487befd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-a8fa244{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-b2d9c88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-3e0bde3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-029bcf0 *//* =================================
   GLOBAL
================================= */

:root {
  --ink: #092a30;
  --ink-deep: #041c22;
  --red: #c94732;
  --red-dark: #aa3928;
  --cream: #fff4d2;
  --blue: #477796;
  --white: #ffffff;
  --muted: #a8bcbc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9ece8;
  color: var(--white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =================================
   SERVICES HERO
================================= */

.services-page-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 85%,
      rgba(71, 119, 150, 0.13),
      transparent 25%
    ),
    var(--ink);
}

.services-page-hero::before {
  content: "SERVICES";
  position: absolute;
  left: -20px;
  bottom: 120px;

  color: rgba(255, 255, 255, 0.018);

  font-family: "Archivo Black", sans-serif;
  font-size: clamp(100px, 18vw, 260px);
  line-height: 0.8;
  letter-spacing: -0.08em;

  pointer-events: none;
}

/* =================================
   HERO GRID
================================= */

.services-hero-grid {
  position: relative;
  z-index: 2;

  width: min(1240px, calc(100% - 50px));
  min-height: 650px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

/* =================================
   LEFT CONTENT
================================= */

.services-hero-copy {
  position: relative;
  z-index: 5;

  padding:
    clamp(75px, 8vw, 115px)
    clamp(35px, 5vw, 85px)
    70px
    0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-eyebrow {
  margin: 0 0 22px;

  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--cream);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.services-eyebrow::before {
  content: "";

  width: 38px;
  height: 3px;

  background: var(--red);
}

.services-hero-copy h1 {
  max-width: 650px;
  margin: 0;

  font-family: "Archivo Black", sans-serif;
  font-size: clamp(59px, 6.7vw, 100px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.services-hero-copy h1 span {
  display: block;
  color: var(--red);
}

.services-description {
  max-width: 550px;
  margin: 30px 0 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.85;
}

/* =================================
   BUTTONS
================================= */

.services-actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services-button {
  min-height: 53px;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.services-button:hover {
  transform: translateY(-3px);
}

.services-button-primary {
  background: var(--red);

  clip-path: polygon(
    0 0,
    calc(100% - 11px) 0,
    100% 11px,
    100% 100%,
    0 100%
  );
}

.services-button-primary:hover {
  background: var(--red-dark);
}

.services-button-secondary {
  border:
    1px solid
    rgba(255, 255, 255, 0.45);
}

.services-button-secondary:hover {
  border-color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

/* =================================
   AVAILABILITY
================================= */

.services-availability {
  margin-top: 45px;
  padding-top: 25px;

  display: flex;
  align-items: center;
  gap: 14px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.14);
}

.availability-dot {
  width: 10px;
  height: 10px;

  flex-shrink: 0;

  background: #38b979;

  box-shadow:
    0 0 0 5px
    rgba(56, 185, 121, 0.13);
}

.services-availability p {
  margin: 0;

  display: grid;
  gap: 4px;

  color: #789192;

  font-size: 8px;
}

.services-availability strong {
  color: var(--white);

  font-size: 10px;
  text-transform: uppercase;
}

/* =================================
   RIGHT AIRPORT VISUAL
================================= */

.services-hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;

  background:
    url(
      "https://commons.wikimedia.org/wiki/Special:Redirect/file/Senai%20International%20Airport.jpg"
    )
    center / cover no-repeat;
}

.services-hero-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 5px;
  height: 120px;

  background: var(--red);
}

.services-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(4, 28, 34, 0.64),
      rgba(4, 28, 34, 0.08) 55%
    ),
    linear-gradient(
      0deg,
      rgba(4, 28, 34, 0.8),
      transparent 60%
    );
}

/* =================================
   LOCATION LABEL
================================= */

.services-location {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;

  padding: 12px 15px;

  display: flex;
  align-items: center;
  gap: 11px;

  border:
    1px solid
    rgba(255, 255, 255, 0.42);

  background:
    rgba(5, 30, 36, 0.78);

  backdrop-filter: blur(10px);

  clip-path: polygon(
    0 0,
    calc(100% - 9px) 0,
    100% 9px,
    100% 100%,
    0 100%
  );
}

.location-marker {
  width: 9px;
  height: 9px;

  background: var(--red);

  box-shadow:
    0 0 0 5px
    rgba(201, 71, 50, 0.17);
}

.services-location > div {
  display: grid;
  gap: 4px;
}

.services-location small {
  color: var(--cream);

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-location strong {
  font-size: 9px;
  text-transform: uppercase;
}

/* =================================
   SERVICE INDEX
================================= */

.services-index {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 4;

  border-left: 4px solid var(--red);

  background:
    rgba(4, 28, 34, 0.9);

  backdrop-filter: blur(14px);
}

.services-index > a {
  min-height: 85px;
  padding: 17px 20px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.13);

  transition:
    background 180ms ease,
    padding 180ms ease;
}

.services-index > a:last-child {
  border-bottom: 0;
}

.services-index > a:hover {
  padding-left: 27px;
  background: var(--red);
}

.service-index-number {
  color: var(--red);

  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
}

.services-index > a:hover .service-index-number {
  color: var(--cream);
}

.services-index > a > div {
  display: grid;
  gap: 5px;
}

.services-index small {
  color: #779091;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-index > a:hover small {
  color: #ffdcd3;
}

.services-index strong {
  font-size: 11px;
  text-transform: uppercase;
}

.service-index-arrow {
  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(255, 255, 255, 0.3);

  font-size: 10px;
}

/* =================================
   SERVICE SUMMARY
================================= */

.services-summary {
  position: relative;
  z-index: 10;

  width: min(1240px, calc(100% - 50px));
  min-height: 130px;
  margin: 0 auto 45px;

  display: grid;
  grid-template-columns: auto 1fr;

  border-left: 5px solid var(--red);

  background: var(--cream);
  color: var(--ink);

  box-shadow:
    0 20px 50px
    rgba(0, 0, 0, 0.18);
}

.summary-title {
  min-width: 180px;
  padding: 28px;

  display: flex;
  align-items: center;
  gap: 12px;

  border-right:
    1px solid
    rgba(9, 42, 48, 0.15);
}

.summary-dot {
  width: 9px;
  height: 9px;

  background: var(--red);

  box-shadow:
    0 0 0 5px
    rgba(201, 71, 50, 0.13);
}

.summary-title p {
  margin: 0;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.summary-items > div {
  padding: 27px 18px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.summary-items > div + div {
  border-left:
    1px solid
    rgba(9, 42, 48, 0.15);
}

.summary-items strong {
  font-size: 9px;
  text-transform: uppercase;
}

.summary-items span {
  color: #728688;

  font-size: 7px;
  line-height: 1.5;
}

.services-page-continuation {
  min-height: 80px;
  background: #e9ece8;
}

/* =================================
   TABLET
================================= */

@media (max-width: 980px) {
  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-copy {
    min-height: 620px;
    padding-right: 0;
  }

  .services-hero-visual {
    min-height: 700px;
  }

  .services-summary {
    grid-template-columns: 1fr;
  }

  .summary-title {
    border-right: 0;

    border-bottom:
      1px solid
      rgba(9, 42, 48, 0.15);
  }

  .summary-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .summary-items > div:nth-child(4) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);

    border-left: 0;
  }

  .summary-items > div:nth-child(5) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);
  }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 600px) {
  .services-hero-grid,
  .services-summary {
    width: calc(100% - 30px);
  }

  .services-hero-copy {
    min-height: auto;
    padding: 65px 0 55px;
  }

  .services-hero-copy h1 {
    font-size: clamp(48px, 15vw, 58px);
  }

  .services-description {
    font-size: 12px;
  }

  .services-actions {
    display: grid;
  }

  .services-button {
    width: 100%;
    justify-content: space-between;
  }

  .services-hero-visual {
    min-height: 650px;
  }

  .services-location {
    top: 20px;
    right: 20px;
  }

  .services-index {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .services-index > a {
    min-height: 78px;
    padding: 15px;
  }

  .summary-items {
    grid-template-columns: 1fr;
  }

  .summary-items > div + div,
  .summary-items > div:nth-child(4),
  .summary-items > div:nth-child(5) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);

    border-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ce1a59 */@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* =================================
   PAGE 3 — SECTION 2: SERVICES
================================= */

.panda-services {
    --panda-navy: #041c22;
    --panda-teal: #0b353b;
    --panda-red: #c94732;
    --panda-blue: #477796;
    --panda-cream: #fff4d2;
    --panda-white: #ffffff;
    --panda-border: rgba(4, 28, 34, 0.13);

    position: relative;
    overflow: hidden;
    padding: 110px 24px 120px;

    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(71, 119, 150, 0.13),
            transparent 28%
        ),
        #f8f6ef;

    color: var(--panda-navy);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.panda-services,
.panda-services * {
    box-sizing: border-box;
}

.panda-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    width: 86%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(4, 28, 34, 0.18),
            transparent
        );
}

.panda-services::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 6px;
    background: var(--panda-red);
}

.panda-services__container {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin-inline: auto;
}

/* =================================
   HEADING
================================= */

.panda-services__heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(280px, 0.65fr);

    align-items: end;
    gap: 60px;
    margin-bottom: 58px;
}

.panda-services__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 20px;

    color: var(--panda-red);

    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.panda-services__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--panda-red);
}

.panda-services__heading h2 {
    max-width: 750px;
    margin: 0;

    color: var(--panda-navy);

    font-family: "Archivo Black", sans-serif;
    font-size: clamp(2.8rem, 5.8vw, 5.6rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.panda-services__heading h2 span {
    color: var(--panda-red);
}

.panda-services__description {
    max-width: 460px;
    margin: 0 0 8px;

    color: #536367;

    font-size: 1rem;
    line-height: 1.85;
}

/* =================================
   SERVICES GRID
================================= */

.panda-services__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}

/* =================================
   SERVICE CARD
================================= */

.service-card {
    position: relative;

    display: grid;

    grid-template-columns:
        76px
        minmax(0, 1fr);

    gap: 28px;

    min-height: 430px;
    padding: 34px;
    overflow: hidden;

    border: 1px solid var(--panda-border);
    border-left: 5px solid var(--panda-blue);

    background: var(--panda-white);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.service-card:hover {
    transform: translateY(-6px);

    border-color: rgba(201, 71, 50, 0.5);
    border-left-color: var(--panda-red);

    box-shadow:
        0 24px 60px
        rgba(4, 28, 34, 0.12);
}

/* SHARP DECORATIVE CORNER */

.service-card::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 45px;
    height: 7px;

    background: var(--panda-red);

    transition: width 0.35s ease;
}

.service-card:hover::before {
    width: 110px;
}

/* SQUARE DECORATION */

.service-card::after {
    content: "";

    position: absolute;
    right: -55px;
    bottom: -65px;

    width: 175px;
    height: 175px;

    border:
        30px solid
        rgba(71, 119, 150, 0.07);

    transform: rotate(18deg);
    pointer-events: none;
}

/* =================================
   CARD TOP
================================= */

.service-card__top {
    position: absolute;
    top: 28px;
    right: 30px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.service-card__number {
    color: rgba(4, 28, 34, 0.29);

    font-family: "Archivo Black", sans-serif;
    font-size: 0.77rem;
    font-weight: 400;
    letter-spacing: 0.14em;
}

.service-card__label {
    padding: 7px 11px;

    border-left:
        3px solid
        var(--panda-navy);

    background: var(--panda-red);
    color: var(--panda-white);

    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =================================
   OFFICIAL SERVICE ICON
================================= */

.service-card__icon {
    position: relative;

    display: grid;
    place-items: center;

    width: 68px;
    height: 68px;
    margin-top: 55px;

    border:
        1px solid
        rgba(4, 28, 34, 0.1);

    border-left:
        4px solid
        var(--panda-red);

    background: var(--panda-cream);
    color: var(--panda-red);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.service-card:hover .service-card__icon {
    transform: translateY(-4px);
    background: var(--panda-red);
    color: var(--panda-white);
}

.service-card__icon::after {
    content: "";

    position: absolute;
    right: -7px;
    bottom: -7px;

    width: 18px;
    height: 18px;

    border-right:
        2px solid
        var(--panda-red);

    border-bottom:
        2px solid
        var(--panda-red);
}

.service-card__icon i {
    display: block;

    color: currentColor;

    font-size: 1.8rem;
    line-height: 1;

    pointer-events: none;
}

/* =================================
   CARD CONTENT
================================= */

.service-card__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    padding-top: 54px;
}

.service-card__content h3 {
    max-width: 390px;
    margin: 0 0 16px;

    color: var(--panda-navy);

    font-family: "Archivo Black", sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.service-card__content > p {
    max-width: 450px;
    margin: 0 0 24px;

    color: #607074;

    font-size: 0.94rem;
    line-height: 1.75;
}

/* =================================
   FEATURES
================================= */

.service-card__features {
    display: grid;
    gap: 10px;

    margin: 0 0 28px;
    padding: 0;

    list-style: none;
}

.service-card__features li {
    position: relative;

    padding-left: 22px;

    color: #263f44;

    font-size: 0.82rem;
    font-weight: 700;
}

.service-card__features li::before {
    content: "";

    position: absolute;
    top: 0.48em;
    left: 0;

    width: 7px;
    height: 7px;

    background: var(--panda-red);

    box-shadow:
        4px 4px 0
        rgba(201, 71, 50, 0.14);
}

/* =================================
   OFFICIAL BUTTON ICON
================================= */

.service-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    width: fit-content;
    min-width: 230px;
    margin-top: auto;
    padding-top: 17px;

    border-top:
        1px solid
        rgba(4, 28, 34, 0.14);

    color: var(--panda-navy);

    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-decoration: none;

    -webkit-tap-highlight-color: transparent;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.service-card__link-text {
    display: block;
}

.service-card__link-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;

    width: 31px;
    height: 31px;

    border-left:
        3px solid
        var(--panda-red);

    background: var(--panda-navy);
    color: var(--panda-white);

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.service-card__link-icon i {
    display: block;

    color: currentColor;

    font-size: 0.76rem;
    line-height: 1;

    pointer-events: none;
}

.service-card__link:hover {
    color: var(--panda-red);
}

.service-card__link:hover .service-card__link-icon {
    transform: translate(3px, -3px);
    background: var(--panda-red);
}

/* =================================
   FEATURED AIRPORT CARD
================================= */

.service-card--featured {
    border-left-color: var(--panda-red);

    background:
        linear-gradient(
            145deg,
            rgba(71, 119, 150, 0.13),
            transparent 55%
        ),
        var(--panda-white);
}

.service-card--featured::before {
    width: 95px;
}

/* =================================
   DARK CORPORATE CARD
================================= */

.service-card--dark {
    border-color: transparent;

    border-left:
        5px solid
        var(--panda-red);

    background:
        linear-gradient(
            145deg,
            rgba(71, 119, 150, 0.2),
            transparent 45%
        ),
        var(--panda-navy);
}

.service-card--dark::before {
    background: var(--panda-cream);
}

.service-card--dark::after {
    border-color:
        rgba(255, 244, 210, 0.06);
}

.service-card--dark .service-card__number {
    color: rgba(255, 255, 255, 0.38);
}

.service-card--dark .service-card__icon {
    border-color:
        rgba(255, 255, 255, 0.12);

    border-left-color:
        var(--panda-cream);

    background: var(--panda-red);
    color: var(--panda-white);
}

.service-card--dark .service-card__icon::after {
    border-color: var(--panda-cream);
}

.service-card--dark:hover .service-card__icon {
    background: var(--panda-cream);
    color: var(--panda-navy);
}

.service-card--dark .service-card__content h3,
.service-card--dark .service-card__features li,
.service-card--dark .service-card__link {
    color: var(--panda-white);
}

.service-card--dark .service-card__content > p {
    color: rgba(255, 255, 255, 0.68);
}

.service-card--dark .service-card__features li::before {
    background: var(--panda-cream);

    box-shadow:
        4px 4px 0
        rgba(255, 244, 210, 0.12);
}

.service-card--dark .service-card__link {
    border-top-color:
        rgba(255, 255, 255, 0.18);
}

.service-card--dark .service-card__link-icon {
    border-left-color: var(--panda-red);
    background: var(--panda-cream);
    color: var(--panda-navy);
}

.service-card--dark .service-card__link:hover {
    color: var(--panda-cream);
}

.service-card--dark
.service-card__link:hover
.service-card__link-icon {
    background: var(--panda-red);
    color: var(--panda-white);
}

/* =================================
   TABLET
================================= */

@media (max-width: 960px) {

    .panda-services {
        padding: 85px 22px 95px;
    }

    .panda-services__heading {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 42px;
    }

    .panda-services__description {
        max-width: 620px;
    }

    .panda-services__grid {
        grid-template-columns: 1fr;
    }

}

/* =================================
   MOBILE
================================= */

@media (max-width: 620px) {

    .panda-services {
        padding: 68px 16px 75px;
    }

    .panda-services__heading h2 {
        font-size:
            clamp(2.5rem, 13vw, 4rem);
    }

    .service-card {
        grid-template-columns: 1fr;
        gap: 18px;

        min-height: auto;
        padding: 26px 22px;

        border-left-width: 4px;
    }

    .service-card__top {
        top: 23px;
        right: 22px;
    }

    .service-card__icon {
        width: 58px;
        height: 58px;
        margin-top: 44px;
    }

    .service-card__icon i {
        font-size: 1.55rem;
    }

    .service-card__content {
        padding-top: 0;
    }

    .service-card__content h3 {
        font-size: 1.65rem;
    }

    .service-card__link {
        width: 100%;
        min-width: 0;
    }

    .service-card__link-icon {
        width: 34px;
        height: 34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35bcb9 */@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* =======================================
   PAGE 3 — SECTION 4: SERVICE COVERAGE
======================================== */

.coverage-section {
    --coverage-navy: #041c22;
    --coverage-teal: #0b353b;
    --coverage-red: #c94732;
    --coverage-blue: #477796;
    --coverage-cream: #fff4d2;
    --coverage-white: #ffffff;
    --coverage-grey: #5f6f72;

    position: relative;
    overflow: hidden;
    padding: 115px 24px 125px;
    background: #f7f5ee;
    color: var(--coverage-navy);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.coverage-section,
.coverage-section * {
    box-sizing: border-box;
    border-radius: 0;
}

.coverage-section::before {
    content: "";
    position: absolute;
    top: -240px;
    left: -190px;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(71, 119, 150, 0.06);
    transform: rotate(18deg);
    pointer-events: none;
}

.coverage-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 7px;
    background: var(--coverage-red);
}

.coverage-section__container {
    position: relative;
    z-index: 2;
    width: min(1240px, 100%);
    margin-inline: auto;
}

/* =======================================
   HEADER
======================================== */

.coverage-section__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(290px, 0.6fr);
    align-items: end;
    gap: 65px;
    margin-bottom: 58px;
}

.coverage-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
    color: var(--coverage-red);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.coverage-section__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--coverage-red);
}

.coverage-section__title h2 {
    margin: 0;
    color: var(--coverage-navy);
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(2.8rem, 5.7vw, 5.5rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.coverage-section__title h2 span {
    color: var(--coverage-blue);
}

.coverage-section__summary > p {
    max-width: 450px;
    margin: 0 0 19px;
    color: var(--coverage-grey);
    font-size: 0.96rem;
    line-height: 1.8;
}

.coverage-section__availability {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--coverage-navy);
    font-size: 0.7rem;
    font-weight: 800;
}

.coverage-section__availability span {
    width: 9px;
    height: 9px;
    background: #28a76b;
    box-shadow:
        4px 4px 0
        rgba(40, 167, 107, 0.16);
}

/* =======================================
   MAIN BOARD
======================================== */

.coverage-board {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(390px, 0.85fr);
    min-height: 650px;
    overflow: hidden;
    border:
        1px solid
        rgba(4, 28, 34, 0.12);
    border-left:
        6px solid
        var(--coverage-red);
    background: var(--coverage-white);
    box-shadow:
        18px 18px 0
        rgba(71, 119, 150, 0.12);
}

.coverage-board::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 95px;
    height: 7px;
    background: var(--coverage-red);
}

/* =======================================
   COVERAGE VISUAL
======================================== */

.coverage-visual {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--coverage-navy);
    color: var(--coverage-white);
}

.coverage-visual__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding: 32px 34px 26px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.1);
}

.coverage-visual__label {
    display: block;
    margin-bottom: 8px;
    color: var(--coverage-red);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.coverage-visual__top h3 {
    margin: 0;
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.coverage-visual__code {
    padding: 9px 12px;
    border:
        1px solid
        rgba(255, 255, 255, 0.16);
    border-left:
        3px solid
        var(--coverage-red);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

/* =======================================
   STYLISED MAP
======================================== */

.coverage-map {
    position: relative;
    flex: 1;
    min-height: 485px;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        radial-gradient(
            circle at center,
            rgba(71, 119, 150, 0.3),
            transparent 63%
        );
    background-size:
        48px 48px,
        48px 48px,
        auto;
}

.coverage-map::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 17%;
    width: 64%;
    height: 66%;
    border:
        1px solid
        rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(
            135deg,
            rgba(71, 119, 150, 0.17),
            transparent 60%
        );
    transform: rotate(-8deg);
}

.coverage-map__routes {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.coverage-map__route {
    fill: none;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-dasharray: 8 10;
}

.coverage-map__route--one {
    stroke: var(--coverage-red);
}

.coverage-map__route--two,
.coverage-map__route--three {
    stroke: rgba(255, 244, 210, 0.38);
}

/* =======================================
   MAP LOCATIONS
======================================== */

.coverage-location {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
}

.coverage-location strong,
.coverage-location small {
    display: block;
}

.coverage-location strong {
    margin-bottom: 3px;
    color: var(--coverage-white);
    font-size: 0.74rem;
    font-weight: 800;
}

.coverage-location small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.61rem;
    font-weight: 600;
}

.coverage-location__pulse,
.coverage-location__dot {
    position: relative;
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    border: 3px solid var(--coverage-navy);
    background: var(--coverage-red);
    box-shadow:
        3px 3px 0
        rgba(201, 71, 50, 0.35);
}

.coverage-location__pulse::after {
    content: "";
    position: absolute;
    inset: -10px;
    border:
        1px solid
        rgba(201, 71, 50, 0.6);
    animation:
        coverageSquarePulse
        2.2s infinite;
}

.coverage-location__dot {
    width: 10px;
    height: 10px;
    background: var(--coverage-cream);
    box-shadow:
        3px 3px 0
        rgba(255, 244, 210, 0.2);
}

.coverage-location--senai {
    top: 17%;
    left: 13%;
}

.coverage-location--jb {
    top: 72%;
    right: 10%;
}

.coverage-location--iskandar {
    bottom: 12%;
    left: 10%;
}

.coverage-location--kulai {
    top: 44%;
    left: 42%;
}

.coverage-map__coordinates {
    position: absolute;
    top: 23px;
    right: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.coverage-map__watermark {
    position: absolute;
    right: 16px;
    bottom: -19px;
    color: rgba(255, 255, 255, 0.035);
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(5rem, 10vw, 8rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.coverage-visual__footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 34px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.6rem;
    font-weight: 600;
}

@keyframes coverageSquarePulse {
    0% {
        opacity: 0.8;
        transform: scale(0.6);
    }

    70%,
    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

/* =======================================
   LOCATION LIST
======================================== */

.coverage-list {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--coverage-white);
}

.coverage-card {
    display: grid;
    grid-template-columns:
        44px
        minmax(0, 1fr);
    gap: 18px;
    padding: 27px 10px;
    border-bottom:
        1px solid
        rgba(4, 28, 34, 0.11);
    transition:
        padding 0.25s ease,
        background 0.25s ease;
}

.coverage-card:hover {
    padding-left: 16px;
    background:
        linear-gradient(
            90deg,
            rgba(71, 119, 150, 0.07),
            transparent
        );
}

.coverage-card__number {
    display: grid;
    place-items: center;
    align-self: start;
    width: 38px;
    height: 38px;
    border:
        1px solid
        rgba(4, 28, 34, 0.15);
    border-left:
        3px solid
        var(--coverage-red);
    color: var(--coverage-blue);
    font-family: "Archivo Black", sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    box-shadow:
        4px 4px 0
        rgba(71, 119, 150, 0.1);
}

.coverage-card--primary .coverage-card__number {
    border-color: var(--coverage-red);
    border-left-color: var(--coverage-navy);
    background: var(--coverage-red);
    color: var(--coverage-white);
    box-shadow:
        4px 4px 0
        rgba(201, 71, 50, 0.18);
}

.coverage-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}

.coverage-card__heading h3 {
    margin: 0;
    color: var(--coverage-navy);
    font-family: "Archivo Black", sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.coverage-card__heading > span {
    flex: 0 0 auto;
    padding: 6px 8px;
    border-left:
        3px solid
        var(--coverage-blue);
    background:
        rgba(71, 119, 150, 0.1);
    color: var(--coverage-blue);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coverage-card--primary
.coverage-card__heading > span {
    border-left-color: var(--coverage-red);
    background:
        rgba(201, 71, 50, 0.1);
    color: var(--coverage-red);
}

.coverage-card__content > p {
    margin: 0 0 14px;
    color: var(--coverage-grey);
    font-size: 0.78rem;
    line-height: 1.65;
}

.coverage-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.coverage-card__meta span {
    padding: 6px 9px;
    border-left:
        2px solid
        rgba(71, 119, 150, 0.5);
    background: #f0f2ef;
    color: #536164;
    font-size: 0.58rem;
    font-weight: 700;
}

/* =======================================
   CONTACT STRIP
======================================== */

.coverage-contact {
    display: grid;
    grid-template-columns:
        45px
        minmax(0, 1fr)
        42px;
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding: 19px;
    border-left:
        5px solid
        var(--coverage-red);
    background: var(--coverage-cream);
}

.coverage-contact__icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-bottom:
        3px solid
        var(--coverage-red);
    background: var(--coverage-navy);
    color: var(--coverage-cream);
}

.coverage-contact__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.coverage-contact span {
    display: block;
    margin-bottom: 4px;
    color: var(--coverage-navy);
    font-size: 0.75rem;
    font-weight: 800;
}

.coverage-contact p {
    margin: 0;
    color: #68716e;
    font-size: 0.62rem;
    line-height: 1.45;
}

.coverage-contact > a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-left:
        3px solid
        var(--coverage-navy);
    background: var(--coverage-red);
    color: var(--coverage-white);
    font-size: 1rem;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        calc(100% - 8px) 0,
        100% 8px,
        100% 100%,
        0 100%
    );
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.coverage-contact > a:hover {
    transform: translate(3px, -3px);
    background: var(--coverage-navy);
    box-shadow:
        -5px 5px 0
        rgba(201, 71, 50, 0.2);
}

/* =======================================
   TABLET
======================================== */

@media (max-width: 1000px) {
    .coverage-section {
        padding: 90px 22px 100px;
    }

    .coverage-section__header {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 43px;
    }

    .coverage-section__summary > p {
        max-width: 650px;
    }

    .coverage-board {
        grid-template-columns: 1fr;
    }

    .coverage-map {
        min-height: 500px;
    }

    .coverage-list {
        gap: 0;
    }
}

/* =======================================
   MOBILE
======================================== */

@media (max-width: 620px) {
    .coverage-section {
        padding: 70px 16px 78px;
    }

    .coverage-section__title h2 {
        font-size:
            clamp(2.4rem, 12.5vw, 4rem);
    }

    .coverage-board {
        box-shadow:
            10px 10px 0
            rgba(71, 119, 150, 0.12);
    }

    .coverage-visual__top {
        padding: 25px 21px 21px;
    }

    .coverage-visual__code {
        display: none;
    }

    .coverage-map {
        min-height: 430px;
    }

    .coverage-location--senai {
        top: 15%;
        left: 8%;
    }

    .coverage-location--kulai {
        top: 43%;
        left: 34%;
    }

    .coverage-location--jb {
        top: 73%;
        right: 5%;
    }

    .coverage-location--iskandar {
        bottom: 9%;
        left: 6%;
    }

    .coverage-visual__footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 21px;
    }

    .coverage-list {
        padding: 14px;
    }

    .coverage-card {
        grid-template-columns:
            38px
            minmax(0, 1fr);
        gap: 13px;
        padding: 24px 4px;
    }

    .coverage-card:hover {
        padding-left: 4px;
    }

    .coverage-card__number {
        width: 34px;
        height: 34px;
    }

    .coverage-card__heading {
        flex-direction: column;
        gap: 8px;
    }

    .coverage-card__heading h3 {
        font-size: 0.98rem;
    }

    .coverage-contact {
        grid-template-columns:
            42px
            minmax(0, 1fr)
            38px;
        padding: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f1cc35 */@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* ====================================
   PAGE 3 — SECTION 5: FINAL BOOKING CTA
===================================== */

.service-cta {
    --cta-navy: #041c22;
    --cta-teal: #0b353b;
    --cta-red: #c94732;
    --cta-blue: #477796;
    --cta-cream: #fff4d2;
    --cta-white: #ffffff;

    position: relative;
    padding: 30px 24px 110px;
    overflow: hidden;
    background: #f7f5ee;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-cta,
.service-cta * {
    box-sizing: border-box;
    border-radius: 0;
}

.service-cta__container {
    width: min(1240px, 100%);
    margin-inline: auto;
}

/* ====================================
   MAIN PANEL
===================================== */

.service-cta__panel {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(350px, 0.75fr);
    gap: 65px;
    min-height: 530px;
    padding: 74px 72px 45px;
    overflow: hidden;
    border-left: 7px solid var(--cta-red);
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(71, 119, 150, 0.4),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #06242b 0%,
            #03191e 70%
        );
    color: var(--cta-white);
    box-shadow:
        20px 20px 0
        rgba(71, 119, 150, 0.14);
}

.service-cta__panel::before {
    content: "P";
    position: absolute;
    top: 50%;
    left: 47%;
    color: rgba(255, 255, 255, 0.025);
    font-family: "Archivo Black", sans-serif;
    font-size: 32rem;
    line-height: 0.7;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.service-cta__panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 8px;
    background: var(--cta-red);
}

/* ====================================
   SHARP DECORATIONS
===================================== */

.service-cta__decoration {
    position: absolute;
    pointer-events: none;
}

.service-cta__decoration--one {
    top: -135px;
    right: -115px;
    width: 350px;
    height: 350px;
    border:
        60px solid
        rgba(201, 71, 50, 0.12);
    transform: rotate(18deg);
}

.service-cta__decoration--two {
    bottom: -90px;
    left: 40%;
    width: 180px;
    height: 180px;
    border:
        35px solid
        rgba(255, 244, 210, 0.045);
    transform: rotate(-15deg);
}

/* ====================================
   CONTENT
===================================== */

.service-cta__content,
.service-cta__action,
.service-cta__footer {
    position: relative;
    z-index: 2;
}

.service-cta__content {
    align-self: center;
}

.service-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--cta-cream);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.service-cta__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--cta-red);
}

.service-cta__content h2 {
    max-width: 750px;
    margin: 0 0 25px;
    color: var(--cta-white);
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(3rem, 5.5vw, 5.6rem);
    font-weight: 400;
    line-height: 0.93;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.service-cta__content h2 span {
    color: var(--cta-red);
}

.service-cta__content p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.98rem;
    line-height: 1.85;
}

/* ====================================
   ACTION AREA
===================================== */

.service-cta__action {
    display: flex;
    align-self: center;
    flex-direction: column;
}

/* Checklist */

.service-cta__checklist {
    position: relative;
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
    padding: 24px;
    border:
        1px solid
        rgba(255, 255, 255, 0.11);
    border-left:
        4px solid
        var(--cta-blue);
    background:
        rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(8px);
}

.service-cta__checklist::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 4px;
    background: var(--cta-red);
}

.service-cta__checklist span {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.75rem;
    font-weight: 700;
}

.service-cta__checklist svg {
    width: 19px;
    height: 19px;
    padding: 4px;
    overflow: visible;
    border-left:
        3px solid
        var(--cta-red);
    background: var(--cta-cream);
    fill: none;
    stroke: var(--cta-navy);
    stroke-width: 2.2;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

/* ====================================
   WHATSAPP BUTTON
===================================== */

.service-cta__button {
    display: grid;
    grid-template-columns:
        50px
        minmax(0, 1fr)
        40px;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    padding: 12px 14px;
    border-left:
        6px solid
        var(--cta-navy);
    background: var(--cta-red);
    color: var(--cta-white);
    text-decoration: none;
    box-shadow:
        10px 10px 0
        rgba(201, 71, 50, 0.18);
    clip-path: polygon(
        0 0,
        calc(100% - 14px) 0,
        100% 14px,
        100% 100%,
        0 100%
    );
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.service-cta__button:hover {
    transform: translate(-4px, -4px);
    background: #b83d2a;
    box-shadow:
        14px 14px 0
        rgba(201, 71, 50, 0.26);
}

.service-cta__button-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-bottom:
        3px solid
        var(--cta-cream);
    background:
        rgba(4, 28, 34, 0.18);
}

.service-cta__button-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.service-cta__button-text {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.35;
}

.service-cta__button-text small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.59rem;
    font-weight: 600;
}

.service-cta__button-arrow {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border:
        1px solid
        rgba(255, 255, 255, 0.25);
    background:
        rgba(4, 28, 34, 0.13);
    font-size: 1rem;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.service-cta__button:hover
.service-cta__button-arrow {
    transform: translate(3px, -3px);
    background: var(--cta-navy);
}

.service-cta__phone {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-align: center;
}

/* ====================================
   BOTTOM LINE
===================================== */

.service-cta__footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns:
        auto
        minmax(50px, 1fr)
        auto;
    align-items: center;
    gap: 18px;
    align-self: end;
    padding-top: 33px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.1);
    color:
        rgba(255, 255, 255, 0.35);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.service-cta__footer-line {
    height: 1px;
    background:
        rgba(255, 255, 255, 0.1);
}

/* ====================================
   TABLET
===================================== */

@media (max-width: 960px) {
    .service-cta {
        padding: 25px 22px 90px;
    }

    .service-cta__panel {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 62px 50px 40px;
        box-shadow:
            14px 14px 0
            rgba(71, 119, 150, 0.14);
    }

    .service-cta__content p {
        max-width: 680px;
    }

    .service-cta__action {
        width: min(100%, 550px);
    }
}

/* ====================================
   MOBILE
===================================== */

@media (max-width: 620px) {
    .service-cta {
        padding: 20px 16px 70px;
    }

    .service-cta__panel {
        gap: 36px;
        min-height: auto;
        padding: 47px 22px 28px;
        border-left-width: 5px;
        box-shadow:
            9px 9px 0
            rgba(71, 119, 150, 0.14);
    }

    .service-cta__content h2 {
        font-size:
            clamp(2.6rem, 13vw, 4rem);
    }

    .service-cta__content p {
        font-size: 0.87rem;
    }

    .service-cta__checklist {
        padding: 19px;
    }

    .service-cta__button {
        grid-template-columns:
            45px
            minmax(0, 1fr)
            35px;
        gap: 10px;
        min-height: 76px;
        padding: 10px;
        box-shadow:
            7px 7px 0
            rgba(201, 71, 50, 0.18);
    }

    .service-cta__button-icon {
        width: 43px;
        height: 43px;
    }

    .service-cta__button-text {
        font-size: 0.73rem;
    }

    .service-cta__footer {
        grid-template-columns: 1fr;
        gap: 9px;
        line-height: 1.6;
    }

    .service-cta__footer-line {
        display: none;
    }
}
/* ====================================
   CTA ICON STYLE
==================================== */

.service-cta iconify-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    vertical-align:middle;
    flex-shrink:0;
}

/* Eyebrow */
.service-cta__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.service-cta__eyebrow iconify-icon{
    font-size:20px;
}

/* Checklist */
.service-cta__checklist span{
    display:flex;
    align-items:center;
    gap:12px;
}

.service-cta__checklist iconify-icon{
    font-size:22px;
    color:#22c55e;
}

/* Button */
.service-cta__button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.service-cta__button-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}

.service-cta__button-icon iconify-icon{
    font-size:30px;
}

.service-cta__button-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
}

.service-cta__button-arrow iconify-icon{
    font-size:22px;
}

/* Phone */
.service-cta__phone{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.service-cta__phone iconify-icon{
    font-size:20px;
}

/* Footer */
.service-cta__footer{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.service-cta__footer span{
    display:flex;
    align-items:center;
    gap:8px;
}

.service-cta__footer iconify-icon{
    font-size:18px;
}/* End custom CSS */