@charset "UTF-8";
/* ===============================
   ROOT SETTINGS & FONTS
================================== */ :root {
  --color-blue-lightest: #EFF3F7;
  --color-blue-light: #C8DFF9;
  --color-blue: #1668E3;
  --color-blue-dark: #191E3B;
  --color-blue-hover: #0E3672;
  --color-text: #191E3B;
  --color-wht: #FFFFFF;
  font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}
@font-face {
  font-family: "Centra No2";
  font-style: normal;
  font-weight: 300;
  src: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Light.woff2") format("woff2"), url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Centra No2";
  font-style: normal;
  font-weight: 400;
  src: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Book.woff2") format("woff2"), url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Book.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Centra No2";
  font-style: normal;
  font-weight: 500;
  src: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Medium.woff2") format("woff2"), url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Centra No2";
  font-style: normal;
  font-weight: 700;
  src: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Bold.woff2") format("woff2"), url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/webfonts/CentraNo2/CentraNo2-Bold.woff") format("woff");
  font-display: swap;
}
/* ===============================
   TYPOGRAPHY
================================== */
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
  font-synthesis: none;
}
body, p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text);
}
/* ===============================
   HEADER
================================== */
.header {
  width: 100%;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 2px 12px rgba(12, 14, 28, 0.08);
  position: relative;
}
.header a{
	font-size:16px;
	text-decoration: none
}
/*.header > .custom-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/brands-expedia-mobile.svg") no-repeat;
  margin-left: 24px;
}*/
/* ===============================
   CONTAINERS
================================== */
.custom-container {
  max-width: 1140px;
  margin: 0 16px;
}
.split-container {
  display: flex;
  flex-wrap: wrap;
}
.split-left, .split-right {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  min-height: 230px;
}
.split-right {
  background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/hero.jpg") center/cover no-repeat;
  margin-top: 24px;
}
/* ===============================
   COMPONENTS & STYLES
================================== */
.hero, .benefits {
  background-color: var(--color-blue-lightest);
  margin-top: 16px;
}
.hero p, .benefits p {
  margin-bottom: 32px;
}
.brands, .header > .custom-container {
  position: relative
}
/*.header > .custom-container::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/brands-expedia-mobile.svg") no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  margin-left: 24px;
}*/
.main-cta {
  background: var(--color-blue);
  color: var(--color-wht);
  padding: 14px 16px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.main-cta:hover {
  background-color: var(--color-blue-hover);
}
.footer-cta {
  background-color: var(--color-blue-dark);
  color: var(--color-wht);
  text-align: center;
}
.footer-cta p {
  color: var(--color-wht);
}
/* ===============================
   SCROLLABLE CONTAINER
================================== */
.scroll-container {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.scroll-item {
  flex: 0 0 auto;
  width: 250px;
}
/* ===============================
   ICONS & CARDS
================================== */
.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 48px;
  background-color: var(--color-blue-light);
  border-radius: 50%;   /* perfectly round */
  margin-bottom: 45px;
}
.cards {
  border: 1px solid #DFE0E4;
}
.cards img {
  margin-bottom: 20px;
}
/* ===============================
   COVERAGE TABLE
================================== */
.coverage-section {
  background-color: #f4f7fb;
  border-radius: 1rem;
  padding: 2rem;
}
.coverage-table {
  border-top: 1px solid #dee2e6;
}
.coverage-table .row:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.coverage-table .label {
  font-weight: 600;
}
.coverage-table .amount {
  /*text-align: end;*/
  font-weight: 500;
  color: var(--color-text);
}
/* ===============================
   ACCORDION
================================== */
.accordion, .accordion-item {
  background: none;
  border: none;
}
.accordion-button {
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
  padding: 1.25rem 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: -0.32px;
  position: relative;
  border-top: 1px solid #E2E8F0;
}
.accordion-button:not(.collapsed) {
  color: var(--color-text);
}
.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23191E3B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-body {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #E2E8F0;
  font-size: 0.9375rem;
  color: var(--color-text);
}
.accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
.accordion-item:first-child .accordion-button {
  border-top: none;
}
.faqs .accordion-item:first-child .accordion-button {
  border-top: 1px solid #E2E8F0;
  border-radius: 0px
}
/* ===============================
   REVIEW CARDS
================================== */
.review-card {
  flex: 0 0 auto;
  max-width: 290px;
  border: 1px solid #DFE0E4;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensures consistent height */
  min-height: 280px; /* Optional: force taller cards */
  scroll-snap-align: start;
}
.review-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 36px;
  height: 36px;
  background-color: #4D5167;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-meta .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.review-meta .date {
  font-size: 12px;
  line-height: 16px;
}
/* ===============================
   TYPOGRAPHY UTILITIES
================================== */
h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.48px;
}
h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.heading-6 {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  background: #0C0E1C;
  border-radius: 4px;
  margin-bottom: 16px;
}
/* ===============================
   UTILITIES
================================== */
.radius-l {
  border-radius: 24px;
}
.radius-m {
  border-radius: 16px;
}
.spacer-64 {
  height: 64px;
}
.table-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.table-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.table-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.table-price-sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
/* ===============================
   MEDIA QUERIES
================================== */
@media (min-width: 768px) {
	.header-logo{
  		position: relative;
	}
	.header-logo::after {
    content: '';
    width: 208px;
    height: 32px;
    background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/logo-text.svg") no-repeat center / contain;
    position: absolute;
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .custom-container {
    max-width: 1200px;
	  margin: 0 16px;
  }
  .split-left, .split-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .split-left {
    padding-right: 55px;
  }
  .split-right {
    margin-top: 0;
  }
  .table-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .table-price {
    font-size: 28px;
    line-height: 32px;
  }
  /*.header > .custom-container::after {
    content: "";
    width: 136px;
    height: 28px;
    background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/brands-expedia-tablet.svg") no-repeat;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    margin-left: 24px;
  }*/
  .hero {
    margin-top: 24px
  }
  .scroll-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .scroll-item {
    scroll-snap-align: start;
  }
  .text-center-d {
    text-align: center
  }
}
@media (min-width: 1200px) {
  .table-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .table-price {
    font-size: 28px;
    line-height: 32px;
  }
  .custom-container {
    max-width: 1200px;
	  margin: 0 auto;
  }
  .split-left {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 65px;
  }
  .split-right {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 0;
  }
  .scroll-container {
    overflow-x: hidden;
    justify-content: space-between;
  }
  .scroll-item {
    width: calc((100% - 4rem) / 6); /* 6 items layout */
  }
  .reviews .scroll-item {
    width: calc((100% - 4rem) / 4); /* 6 items layout */
  }
  .footer-inner {
    padding: 0 290px;
  }
  .hero {
    margin-top: 48px
  }
  .header > .custom-container::after {
    content: none
  }
  /*.brands::after {
    content: "";
    width: 144px;
    height: 32px;
    background: url("https://rebrand2.bfstagesite.com/lp/expedia-annual-travel-insurance/assets/img/brands-expedia-desktop.svg") no-repeat;
    top: 0;
    left: auto;
    position: absolute;
    display: inline-block;
    margin-left: 24px;
  }*/
  .text-center-d {
    text-align: center
  }
}
footer {
  background-color: #EFF3F7
}
footer p {
  font-size: 12px;
  margin-top: 40px;
  color: #979797;
}
.copyright {
  padding-bottom: 20px
}
.modal-header {
  border-bottom: none;
  padding: 15px 15px 0px 0;
}
.modal-body p {
  font-size: 14px !important;
  font-weight: 300
}
.modal-backdrop {
  opacity: 0.02 !important;
}
.modal.modal-bottom-right .modal-dialog {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  max-width: 400px
}
.footer-cta h2{font-weight:400}