* {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none !important;
}

p,
h2,
h3 {
  margin: 0 !important;
}

body {
  height: fit-content;
}

/* Small devices */
.breadcrumb-section {
  padding: 0px 16px;
}

.hero-section {
  padding: 16px;
  height: 130px;
  gap: 80px;

  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("clientlibs/css/assets/MoreServices/airportTransfer.jpg") lightgray 50% / cover
      no-repeat;
}

.hero-title {
  color: var(--gray-text-invert, #fff);

  /* Mobile/Display-2 */
  font-family: "Bellefair";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  text-transform: uppercase;

  margin-bottom: 0;
}

.heading-section {
  display: flex;
  /* width: 390px; */
  padding: 24px 16px 32px 16px;
  flex-direction: column;
  align-items: flex-start;
}

.heading-title {
  color: var(--gray-text-strong, #2c3059);

  /* Mobile/Display-2 */
  font-family: "Bellefair";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
}

.heading-subtitle {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.imageWithContent > .tab-content {
  padding: 16px 16px 48px 16px;
}

.tab-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* reset default card */
.card-content {
  margin-bottom: 0 !important;
}

.card-small {
  margin-bottom: 0 !important;
}

.card-img-content {
  border-radius: 0px;
  background-size: cover !important;
}

.card-img-small {
  border-radius: 0px;
  background-size: cover !important;
}

.card-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none !important;
  border-radius: 8px !important;

  /* Shadow/XL */
  box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
}

.card-small {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none !important;
  border-radius: 8px !important;

  /* Shadow/XL */
  box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
}

.card-img-content {
  width: 100% !important;
  min-height: 239px !important;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.card-img-small {
  width: auto !important;
  min-height: 182px !important;
  object-fit: fill;
  border-radius: 8px 8px 0px 0px;
  height: 289px;
}

.card-body-txt {
  width: 100%;
  height: auto;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.card-body-txt-small {
  width: 100%;
  height: auto;
  display: flex;
  padding: 16px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.card-title-txt {
  color: var(--gray-text-strong, #2c3059);

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.card-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-text, #6a6d87) !important;

  /* Small/Small — Regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.card-txt {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.card-txt a {
  font-family: "Inter";

  color: var(--gray-text-strong, #2c3059);
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
}

.external-link {
  margin-top: 8px;
  margin-bottom: 8px;
}

.breadcrumb-section {
  display: flex;
  width: 100%;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.breadcrumb-content {
  width: auto;
  height: 21px;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item a {
  color: var(--primary-text, #684b9b) !important;

  /* Small/Small — Medium */
  font-family: "InterMedium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.breadcrumb-item.active a {
  color: var(--gray-text, #6a6d87) !important;

  /* Small/Small — Medium */
  font-family: "InterMedium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.img-breadcrumb {
  width: 16px;
  height: 16px;

  margin-top: 3px;
  margin-left: 5.5px;
  margin-right: 5.5px;
}

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.imageWithContent > .tab-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tab-content-small {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 3%;
}

.banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.heading-link {
  color: var(--primary-text, #684b9b);
  background-color: unset;
  text-align: start;

  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline !important;
}

.learnMore {
  height: 26px;
  gap: 0px;
  /* opacity: 0; */
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 25.6px;
  text-align: right;
  color: var(--primary-text, #684b9b);
  border: 0px;
  background: none;
  padding: 0;
}
.arrowimage {
  width: 20px;
  height: 20px;
  padding: 4.17px 3.33px 4.17px 3.33px;
  gap: 0px;
  /* opacity: 0; */
}

.arrowClass {
  width: 20.98px;
  height: 20.98px;
}
.navigator {
  /* width: 117px; */
  height: 26px;
  gap: 8px;
  /* opacity: 0; */
}
.faq-card-body {
  width: 100%;
}

.p-text-align {
  text-align: left;
}

.fontChange > div a {
  color: var(--gray-text, #6a6d87);
}

.headerFontChange a {
  font-size: 24px;
}

.inflight-card-align {
  padding-bottom: 120px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .inflight-card-align {
    padding-bottom: 48px;
  }
}

.image-text {
  border-radius: var(--radius-xs, 8px);
  border: 0px solid var(--error-300, #ff5c7c);
  background: var(--primary-surface-weak, #f5efff);
  color: var(--primary-text, #684b9b);
  font-family: InterBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 10px;
}

.duty-free-width {
  width: 100%;
}

.duty-free-text {
  display: none;
}

.duty-free-show {
  display: block;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .breadcrumb-section {
    padding: 0px 150px;
  }

  .hero-section {
    height: 300px;
    padding: 56px 150px;

    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url("clientlibs/css/assets/MoreServices/airportTransfer.jpg") lightgray 50% / cover
        no-repeat;
  }

  .hero-title {
    color: var(--gray-text-invert, #fff);

    /* Desktop/Display-1 */
    font-family: "Bellefair";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 54px */
    text-transform: uppercase;
  }

  .heading-section {
    display: flex;
    padding: 30px 30px 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .heading-title {
    overflow: hidden;
    color: var(--gray-text-strong, #2c3059);
    text-overflow: ellipsis;

    /* Desktop/Display-2 */
    font-family: Bellefair;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    text-transform: uppercase;
  }

  .navigation-section {
    padding: 0px 150px;
  }

  .imageWithContent > .tab-content {
    padding: 48px 150px 120px 150px;
  }

  .tab-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .card-group {
    display: flex;
    flex-direction: column !important;
    gap: 32px;
  }

  .card-content {
    width: 100%;
    min-height: 286px !important;
    display: flex;
    flex-direction: row;
    border: none !important;
    border-radius: 8px !important;
    background: var(--gray-surface-invert, #fff);

    /* Shadow/XL */
    box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
  }

  .card-small {
    width: 100%;
    min-height: 182px !important;

    display: flex;
    flex-direction: row !important;
    border: none !important;
    border-radius: 8px !important;
    background: var(--gray-surface-invert, #fff);

    /* Shadow/XL */
    box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
  }

  .card-img-content {
    height: 100% !important;
    min-height: 286px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 8px 0px 0px 8px;
  }

  .card-img-small {
    height: 182px !important;
    min-height: 182px !important;
    /* width: 26% !important;*/ /*commented for help page zoom in zoom out issue fix*/
    object-fit: cover;
    border-radius: 8px 0px 0px 8px !important;
  }

  .card-body-txt {
    width: 100%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .card-body-txt-small {
    width: 74%;
    display: flex;
    padding: 30px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .card-title-txt {
    color: var(--gray-text-strong, #2c3059);

    /* Desktop/H3 — Bold */
    font-family: "InterBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }

  .card-txt {
    width: auto !important;
    color: var(--gray-text, #6a6d87);

    /* Body/Body — Regular */
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }

  .card-txt a {
    font-family: "Inter";

    color: var(--gray-text-strong, #2c3059);
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
  }
  .external-link {
    margin-top: 16px;
  }

  .duty-free-img {
    width: 34% !important;
    height: auto !important;
  }
  .card-width-change {
    width: 100% !important;
  }

  .left-content {
    width: 40%;
  }

  .card-content > a {
    width: 60%;
  }
}
