/* ==== GB Delta CSS - For Excess 2026 Page and Rolling Rebrand ====*/
/* ==== 14May2026 === */


/* 2026 April */
@media (max-width: 420px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1 !important;
		margin: 0 0 1.1rem;
}
}

/* 2026 Text Widths */
.chgv-15ch {
	max-width: 15ch;
}
.chgv-30ch {
	max-width: 30ch;
}
.chgv-50ch {
	max-width: 50ch;
}
.chgv-60ch {
	max-width: 60ch;
}
/* 2026 Text Widths */
.tb-widget-review-banner iframe,
.tb-widget-review-slider iframe {
  margin-bottom: 0 !important;
}
/* Excess Blue CTA Banner */
.banner-cat-med .leader-icon.xlarge {
	font-size: 6rem !important;
}
@media (max-width: 768px) {
	.banner-cat-med .gyi-4{
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-cat-med .gyi-para-1 {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}	
/* Excess Blue CTA Banner end */


/* CHGV Phone Header CTA - Mobile */
.chgv-mobile-phone-cta-wrap {
  position: sticky;
  top: 80px;
  z-index: 999;
  transition:
  padding 0.3s ease,
  /* background-color 0.28s ease,*/
  box-shadow 0.28s ease;
}
.chgv-mobile-phone-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 10px 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f1f1f;
  text-align: center;
	transition:
  padding 0.28s ease,
  font-size 0.28s ease,
  gap 0.28s ease;
}
.chgv-mobile-phone-cta a {
  color: #1f1f1f;
  text-decoration: underline;
  white-space: nowrap;
}
.chgv-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #abd03a;
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}
.chgv-phone-text {
  white-space: nowrap;
	color: #fff;
}
/* SCROLLED / COMPRESSED */
.chgv-mobile-phone-cta-wrap.is-scrolled {
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.chgv-mobile-phone-cta-wrap.is-scrolled .chgv-mobile-phone-cta {
  padding-top: 2px;
  padding-bottom: 2px;
  gap: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .chgv-mobile-phone-cta-wrap {
    display: none;
  }
}

@media (max-width: 420px) {
  .chgv-mobile-phone-cta {
    gap: 9px;
    font-size: 16px;
    padding: 10px;
  }
  .chgv-phone-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
	.chgv-hero-bullets {
		margin-bottom: 15px !important;
	}
	.chgv-hero-cta-line, .chgv-hero-cta-button-line, .chgv-hero-brand-border {
		display: none;
	}
}
/* CHGV Phone Header CTA - Mobile end */

/* CHGV 2-column hero */

/* Desktop overlay */
.new-chgv-2-col-hero .media-column .media-overlay {
  background-color: rgba(0, 0, 0, 0.55) !important;
  opacity: 1 !important;
}
/* Hero height */
.new-chgv-2-col-hero {
  min-height: 550px !important;
}
/* Right-hand form panel */
.new-chgv-2-col-hero .column.width-5.push-2 .hero-content-inner {
  background: rgba(31, 73, 125, 0.85);
  padding: 5px 30px;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
/* Growform mount point */
#chgv-growform-excess {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Tablet/form containment */
@media only screen and (max-width: 960px) {
  .new-chgv-2-col-hero .column.width-5.push-2,
  .new-chgv-2-col-hero .column.width-5.push-2 .hero-content-inner {
  padding: 0;
  }
}
/* Mobile fallback overlay */
@media only screen and (max-width: 768px) {
  .new-chgv-2-col-hero {
  position: relative;
  overflow: hidden;
  }
.new-chgv-2-col-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
  }
  .new-chgv-2-col-hero .row {
  position: relative;
  z-index: 2;
  }
}
/* Left-hand form panel */
.chgv-hero-cta-line {
  color: #fff;
  font-size: 18px;
  margin: 20px 0 10px 0;
  opacity: 0.9;
}
.chgv-hero-cta-button-line {
	text-align: left;
}
/* Hero 2 Bullets */
.chgv-hero-bullets {
  list-style: none;
  margin: 20px 0 10px 0;
  padding: 0;
  font-weight: 500;
}
.chgv-hero-bullets li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.4;
}
/* Green circle */
.chgv-hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #abd03a;
  border-radius: 50%;
}
/* White tick */
.chgv-hero-bullets li::after {
  font-family: icomoon;
	content: "\e63a";
	position: absolute;
  left: 3px;
  top: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.chgv-heading-2a-white{
  font-size: 3.5em;
  font-weight: 700;
  font-family: Lato;
  text-align: center;  
  line-height: 1.0;
  color: #fff;
}
h3.chgv-heading-7 {
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
}
.chgv-heading-9 {
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;  
  line-height: 1.0;
  color: #abd03a;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}
/* New Excess 2 Col Hero */
/* Left-hand form panel ends */

@media only screen and (max-width: 768px) {
	.chgv-heading-2a-white {
  font-size: 2.5em !important;
	max-width: 15ch;
  }
	.chgv-hero-bullets li {
	font-size: 16px;
  line-height: 1.2;
  max-width: 32ch;
	}
  .chgv-heading-9 {
  font-size: 1.6em !important;
  margin-top: 10px !important;
  }
	.chgv-hero-cta-button-line {
	text-align: center;
  }
  .hero-content.split-hero-content.horizon {
  margin-top: 8px !important;
  }
  .section-block.pt-40.new-chgv-2-col-hero {
  padding-top: 1.5rem !important;
  }
}

/* Feature-Cards */
.chgv-feature-card-body {
	background: #efefef;
  /* border: 1px solid rgba(0,0,0,0.1);*/
	padding: 12px;
	padding-right: 15px;
  border-radius: 30px;
	margin-bottom: 1rem;
}
/* .chgv-feature-card-body {
  background:
    linear-gradient(
      to bottom,
      rgba(250,250,250,0.7),
      rgba(239,239,239,1)
    );
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 12px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.04),
    0 8px 24px rgba(0,0,0,0.035);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}*/

/* Cards - subtle interaction */
.chgv-feature-card-body:hover {
  transform: translateY(-2px);
  box-shadow:
    0 2px 6px rgba(0,0,0,0.05),
    0 14px 34px rgba(0,0,0,0.05);
  border-color: rgba(168,213,47,0.22);
}

/* Left Align */
.chgv-feature-card-h3 {
	font-size: 1.1em;
	max-width: 18ch;
}
.chgv-feature-card .feature-column.left.small .icon-circled+.feature-text {
	padding-left: 6rem !important;
}
/* Center Align */
.chgv-feature-card-h3a {
	font-size: 2rem !important;
	max-width: 18ch;
	margin-left: auto;
	margin-right: auto;
}
.chgv-feature-card .feature-column.left.small .icon-circled+.feature-text {
	padding-left: 6rem !important;
}
/* Align End */
.chgv-feature-card p {
	font-size: 0.95em;
	line-height: 1.2;
}
.chgv-feature-card .feature-text {
	margin-top: 5px;
}
.chgv-feature-card .feature-column.small .icon-circled {
  width: 5rem;
  height: 5rem;
  line-height: 4.85rem;
  background-color: #abd03a;
  border-color: #abd03a;
}
/* .chgv-feature-card .chgv-icon-orange .feature-column.left.small .icon-circled {

}*/
.chgv-feature-card .feature-column.small .feature-icon {
	font-size: 2.5rem;
}
.chgv-feature-divider {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Body Bullet sections */
.chgv-body-bullets {
  list-style: none;
  margin: 20px 0 10px 0;
  padding: 0;
}
.chgv-body-bullets li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
  /* color: rgba(255,255,255,0.9);*/
  /* font-size: 18px;*/
  line-height: 1.4;
}
/* Green circle */
.chgv-body-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background: #abd03a;
  border-radius: 50%;
}
/* White tick */
.chgv-body-bullets li::after {
  font-family: icomoon;
	content: "\e63a";
	position: absolute;
  left: 3px;
  top: -2px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.chgv-banner-truck-menu .widget_nav_menu > h4 {
  display: none;
}
/*Check this - menu bullet rollover selector */
.chgv-banner-truck-menu .list-1,
.chgv-banner-truck-menu .list-1::before,
.chgv-banner-truck-menu .list-1 a {
    transition: all 0.2s ease;
}

.chgv-banner-truck-menu .list-1:hover,
.chgv-banner-truck-menu .list-1:hover::before,
.chgv-banner-truck-menu .list-1:hover a {
    color: #fff !important;
}
.chgv-why-us {
  font-size: 1.8rem;
  font-weight: 700;
  color: #63bae9;
  margin-bottom: 10px !important;
  line-height: 1.2;
}

/* How It Works Section */
.chgv-how-works {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
	background: #d9edf7;
	padding: 35px 20px;
	border-radius: 30px;
}
.chgv-how-step {
  position: relative;
  padding-top: 60px;
}
.chgv-step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #68a800;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}
.chgv-step-content {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 5px;
  align-items: start;
}
.chgv-step-icon {
  font-size: 58px;
  line-height: 1;
  color: #0d3768;
  display: inline-flex;
  justify-content: center;
  margin-top: 2px;
}
.chgv-step-icon-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}
.chgv-how-step h3 {
  margin: 0 0 10px;
  color: #0d3768;
  font-size: 22px;
	max-width: 14ch;
  line-height: 1;
  font-weight: 700;
}
.chgv-how-step p {
  margin: 0;
  color: #0d3768;
  font-size: 16px;
  line-height: 1.2;
}
.chgv-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #0d3768;
  font-size: 46px;
  line-height: 1;
  transform: none;
}
/* Mobile */
@media (max-width: 767px) {
  .chgv-how-works {
    display: block;
  }
  .chgv-how-step {
    padding-top: 0;
    padding-left: 58px;
    margin-bottom: 34px;
  }
  .chgv-step-number {
    top: 2px;
    left: 0;
    transform: none;
    width: 36px;
    height: 36px;
    font-size: 19px;
  }
  .chgv-step-content {
    grid-template-columns: 56px 1fr;
    gap: 18px;
  }
  .chgv-step-icon {
    font-size: 44px;
  }
  .chgv-how-step h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .chgv-how-step p {
    font-size: 17px;
    line-height: 1.45;
  }
  .chgv-step-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
.chgv-how-step {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    align-items: flex-start;
    padding-top: 45px;
	  padding-left: 0px;
    margin: 0 0 34px;
  }
  /* .chgv-step-number {
    position: absolute;
    top: 0;
    left: 22px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    font-size: 16px;
  }*/
	.chgv-step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .chgv-step-content {
    display: contents;
  }
}

/* How It Works Section End */

/* 2026 Carousel */
.gb-mobile-carousel-section {
  color: #fff;
  padding: 0 0 2rem;
  overflow: hidden;
}
.gb-carousel-intro {
  padding: 22px 0px;
}
.gb-kicker {
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}
.gb-carousel-intro h2 {
	font-size: 42px;
  line-height: 1.05;
  max-width: 15ch;
  margin: 0;
	margin-bottom: 5px;
	color: #fff;
}
.gb-card-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 0px 8px;
  scrollbar-width: none;
}
.gb-card-carousel::-webkit-scrollbar {
  display: none;
}
.gb-cover-card {
  flex: 0 0 78%;
  max-width: 320px;
  min-height: 330px;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.3);
  background: #111;
}
.gb-cover-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: transform .35s ease, opacity .35s ease;
}
.gb-cover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.1));
}
.gb-cover-card h3,
.gb-cover-card p,
.gb-cover-card span {
  position: relative;
  z-index: 2;
}
.gb-cover-card h3 {
  font-size: 24px;
  line-height: 1.05;
  margin: 0 0 12px;
	color: #ff6a00;
}
.gb-cover-card p {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 16px;
	color: #fff;
}
.gb-cover-card span {
  color: #ff6a00;
  font-weight: 700;
}
.gb-cover-card:hover img {
  transform: scale(1.04);
  opacity: .65;
}
@media (min-width: 768px) {
  .gb-card-carousel {
  overflow: visible;
  flex-wrap: wrap;
  }
  .gb-cover-card {
  flex: 1 1 calc(25% - 14px);
  }
}
/* .page-id-14459 .tm_split_hero_with_split_contents_holder-css-head-8.section-block {
    background-image: url('/wp-content/uploads/2026/05/compare-hgv-gap-insurance-excess-protect-780x1470-1.webp') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  } Swap to mobile backgroun image - doesn't work '*/

/* Carousel Dots */
.gb-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.gb-carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255,255,255,.25);
  transition: all .25s ease;
}

.gb-carousel-dots button.active {
  width: 24px;
  background: #ff6a00;
}

@media (min-width: 768px) {
  .gb-carousel-dots {
    display: none;
  }
}
/* Carousel Dots */


/* 2026 Carousel end */

.cornered-image-left-right {
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px
}
.cornered-image-right-right {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}
/* 2026 April end */