* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* body {
  font-family: 'Playfair Display';
} */
#mega-menu-wrap-header-left #mega-menu-header-left>li.mega-menu-item>ul.mega-sub-menu {
  margin-top: 0 !important;
}
.btn-hover:nth-child(1):hover, .btn-hover:nth-child(1):hover .user-name {
	width: fit-content;
}
.cth-home-main-container .hub-text-container.aos-init.aos-animate {
    justify-content: center;
    width: 100%;
    margin: 0;
}   
.home-cth-form input[type="text"]:hover::placeholder, .home-cth-form input[type="email"]:hover::placeholder {
    color: #000;
}
.cth-home-main-container {
  font-family: 'Playfair Display';
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.life-balance-mob-container{display:none} 

.cth-home-main-container .cth-wedding-home-block .hub-text-wrapper {
  display: flex;
  justify-content: center;
}

.cth-wedding-home-block .hub-text-container a {
  letter-spacing: 3px !important;
}

.cth-wedding-home-block {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto !important;
  height: 380px !important;
}

/* Hide items that have this class */
.cth-hidden-item {
  display: none;
}

.cth-home-main-container a:focus {
  color: #000
}

.cth-home-main-container #input_18_1_3_container,
.cth-home-main-container #input_18_1_6_container {
  width: 100%;
  max-width: 100% !important;
}

/* animation images */

/* 1. CONTAINER: Flexbox puts them in a row */
.cth-banner-life_balance-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

/* 2. SLIDES: The "Background" Layer */
.cth-banner-life_balance-slide_1 {
  flex: 1;
  min-width: 0;
  /* Prevents flexbox overflow bugs */
  position: relative;
  aspect-ratio: 1/1;
  /* Keeps them square */

  /* CRITICAL FOR NO WHITE FLASH: */
  /* This allows the div to hold the "Next Image" behind the current one */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 3. IMAGES: The "Foreground" Layer */
.cth-banner-life_balance-slide_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Removes small gap at bottom of images */

  opacity: 1;
  /* Visible by default */

  /* SLOW FADE: 1.5s for smoothness */
  transition: opacity 1.5s ease-in-out;
}

/* 4. FADE OUT CLASS: Makes the top image invisible to reveal background */
.cth-banner-life_balance-slide_1 img.fade-out {
  opacity: 0;
}

@media screen and (max-width: 3000px) {
  .cth-wedding-home-block .wedding-image-block img {
    scale: 1.4 !important;
    object-position: -85px -220px !important;
  }
}

/* @media screen and (max-width: 1800px) {
  .cth-wedding-home-block .wedding-image-block img {
    object-position: -85px -170px !important;
  }
} */

/* MOBILE: Stack them on phones */
@media(max-width: 768px) {
  .cth-banner-life_balance-wrapper {
    flex-direction: column;
    height: auto;
    /* Allow container to grow naturally */
  }
}

/* animations images  */





.cth-home-main-container .gform_wrapper.gravity-theme .gfield_description {
  font-size: 12px;
  padding: 0;
  border: none;
  color: #C02B0A !important;
  background-color: unset;
  margin-top: 4px;
}

/* --- NEW WRAPPERS ADDED FROM style.css --- */
.cth-main-wrapper,
.cth-interview-wrapbox,
.cth-hotoff-press-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

/* ------------------------------------------ */

.cth-home-main-container .stying-in {
  background-image: url(./Rectangle\ 9.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* Using aspect-ratio from style.css for better responsiveness */
  aspect-ratio: 1/1;
  max-width: 510px;
  display: flex;
  justify-content: center;
  position: relative;
}

.cth-home-main-container .stying-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.homepage-stying-section {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
    margin: auto;
    max-width: 1040px;
}

.cth-home-main-container .gform_wrapper.gravity-theme #field_submit {
  display: none;
}

.stying-in-heading {
  color: #FFF;
  padding: 23px 0px 7px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5px;
  text-align: center;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  width: fit-content;
  height: fit-content;
  z-index: 1;
  text-transform: uppercase;
}

.cth-guide-data-card img {
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
}

.cth-latest-data-wrapper a:hover,
.homepage-stying-section a:hover,
.homepage-stying-section a:hover,
.culture-info-container a:hover,
.cth-guide-wrapper a:hover,
.view-all-btn,
.life-balance-bottom_heading {
  color: #000 !important;
}

.cth-interview-wrapper a:hover {
  color: #fff;
}

.stying-in-content-heading {
  margin-bottom: 0;
}

.cth-guide-content-heading {
  margin-bottom: 0;
}

.cth-wedding-home-block .hub-text-container .cth-wedding-home-block__button,
.cth-wedding-home-block .hub-text-container .cth-wedding-home-block__button:hover {
  width: fit-content !important;
}

/* .cth-banner-life_balance {
  background-image: url(./Component\ 100.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 89px 0px; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  background-size: cover; 
} */

.home-cth-form-background {
  background-image: url(./form-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0px 50px 69px;
  margin: 10px auto 100px !important;
  background-size: cover;
  max-width: 1160px;
}

.home-cth-form {
  display: flex;
  gap: 20px;
  /* padding-top: 40px; */
}


.going-out {
  background-image: url(./Rectangle\ 9\ \(1\).svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* Using aspect-ratio from style.css for better responsiveness */
  aspect-ratio: 1/1;
  max-width: 510px;
  display: flex;
  justify-content: center;
}



.cth-life-balance-wrapper {
  display: flex;
  gap: 40px;
}

.cth-latest-data-wrapper {
  display: grid;
  gap: 50px;
  justify-content: center;
  padding: 30px 0px;
  grid-template-columns: repeat(4, 1fr);
}

.stying-in-content-heading {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 20px 0px 10px;
}

.stying-in-content-subheading {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 50px;
}

.stying-in-section,
.going-out-section {
  width: 100%;
  max-width: 510px;
}

.cth-life-balance-card-heading {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  padding-bottom: 40px;
}

.life-balance-content-heading {
  font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  padding-bottom: 20px;
}

.life-balance-bottom_heading {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  text-decoration: none;
}

.cth-latest-top-heading {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Italic;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2%;

}

.cth-latest-card {
  width: 100%;
  max-width: 288px;
}

.latest-category-heading {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0px 0px 10px;
}

.cth-latset-content {
  font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px 0px 10px;
    color: #000;
}

.stying-in-content {
  text-align: center;
}

.latest-category-subheading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000;
  padding: 10px 0px 15px;
  display: block;
}

.latest-category-bottom-heading {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.see-more-heading,
.guide-more-bttn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 15%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  text-decoration: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  margin: 20px 0px;
}

.cth-form-header-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Italic;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 5px;
  color: #000;
  margin-bottom: 0;
}

.home-cth-form-header p:nth-child(2) {
  margin-bottom: 10px;
}

.cth-form-subheading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.cth-form-highlight {
  color: #E60000;
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Italic;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.home-cth-form-header {
  width: 100%;
  max-width: 646px;
}

.home-cth-form input[type="text"],
.home-cth-form input[type="email"] {
  max-width: 150px;
  height: 30px;
  opacity: 1;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.4);
}

.home-cth-form input[type="email"] {
  max-width: 306px;
}

.home-cth-form-privacy-btn .privacy-button {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 15%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
  opacity: 1;
  width: 100%;
  background-color: #E60000;
  color: #FFF;
  max-width: 119px;
  width: 100%;
}

.home-cth-terms,
.home-cth-term {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}

.home-cth-form-privacy-btn {
  display: flex;
  width: 100%;
  max-width: 646px;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
}

.guide-wedding-content-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  color: #FFF;
}

.guide-wedding-btn {
  max-width: 238px;
  height: 40px;
  padding: 10px 18px;
  opacity: 1;
  display: flex;
  text-decoration: none;
  background-color: #E60000;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 15%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}

.guide-wedding-container {
  background-image: url(./779f87767d790902efaece8a282145ccc3b4c0d1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 153px 0px 90px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0px 20px;
}

.guide-wedding-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 39px;
}

.cth-interview-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Italic;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #FFF;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.cth-interview-person {
  width: 100%;
  min-width: 200px;
}

.cth-interview-wrapper {
  display: flex;
  gap: 75px;
  justify-content: center;
}

.cth-interviews-container {
  background-color: #000;
  padding: 67px 70px;
  margin: 70px 0px 110px;
}

.person-data-heading {
  color: #FFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 20px 0px 10px;
  display: inline-block;
}

.person-data-subheading {
  color: #FFF;
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  display: block;
  padding-bottom: 15px;
}

a.person-data-subheading:hover {
  color: #FFF;
}

.outer-links {
  display: block;
}

.culture-info-card-content,
.hotoff-data-content {
  display: flex;
  flex-direction: column;
}

.cth-person-auth,
.culture-info-auth,
.hotoff-content-auth {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

.culture-content-heading {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Italic;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #000;
  margin-bottom: 0;
}

.home-cth-terms a {
  text-decoration: underline;
}

.view-all-btn {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-decoration: none;
  color: #000;
}

.culture-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-top: 22px;
  border-top: 1px solid #000;
}

.culture-info-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 30px 0px 70px;
}

.culture-info-card {
  width: 100%;
  max-width: 288px;
}

.culture-info-card-heading {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 20px 0px 10px;
  color: #000;
}

.culture-info-card-subheading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 15px;
}

.culture-info-auth {
  color: #000000;
}

.hero-breakway-wrapper {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.hero-breakway-content {
  padding: 70px 0px 62px 70px;
  width: 100%;
  height: fit-content;
  background-color: #000;
}

/* NEW style from style.css */
.hero-breakway-img img {
  height: -webkit-fill-available;
  width: 100%
}

.hero-breakway-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* END NEW */

.breakway-content-subheading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFF;
  padding-bottom: 95px;
  width: 100%;
  max-width: 320px;
  display: block;
}

.breakway-content-subheading:hover {
  color: #fff;
}
.breakway-content-heading:hover{
  color:#FFFFFF;
}
.breakway-content-heading {
  color: #FFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom:1em ;
  display: inline-block;
}


.breakway-auth {
  color: #FFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}

.breakway-auth:hover {
  color: #fff;

}
.wrapper-wedding {
    padding: 70px 0px 20px;
}

.hero-breakway-container {
  margin: 10px 0px 90px;
  background-color: #000000;
  max-height: 600px;
  overflow: hidden;
}
#cth-load-more-btn:focus {
    color: #000;
    border-color: #000;
    background-color: transparent;
}
.cth-hotoff-press-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Italic;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #FFF;
}

.cth-hotoff-press-container {
  background-color: #000;
  padding: 70px;
  margin: 30px 0px 100px;
}

.cth-hotoff-press-subheading {
  color: #FFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  padding-top: 20px;
  margin:0;
}

.hotoff-data-section-card {
  width: 100%;
  max-width: 176px;
}

.cth-home-main-container h2.cth-wedding-home-block__title {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}

.cth-hotoff-data-section {
  display: flex;
  gap: 50px;
}

.hotoff-data-content-heading {
  color: #FFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 20px 0px 10px;
}

.hotoff-data-content-heading:hover {
  color: #fff;
}

.hotoff-data-content-subheading {
  color: #FFF;
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 15px;
}

.hotoff-data-content-subheading:hover {
  color: #fff;
}
.custom-confirmation-message  {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.cth-latest-card .cth-latest-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  min-height: 288px;
}
/* 1. The Button State */
#custom-signup-button.loading {
    color: transparent !important; /* Make text invisible */
    pointer-events: none;          /* Prevent double clicks */
    position: relative;
    opacity: 0.8;
}

/* 2. The Spinner Position */
#custom-signup-button.loading::after {
    content: "";
    width: 18px;
    height: 18px;
    
    /* Center exactly */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px; /* Half of width (18/2) */
    margin-top: -9px;  /* Half of height (18/2) */
    
    /* The Spinner Look */
    border: 2px solid #fff;
    border-top: 2px solid transparent; /* The gap in the circle */
    border-radius: 50%;
    
    /* Animation */
    animation: spin 0.8s linear infinite;
}

/* 3. The Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.cth-hotoff-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.cth-hotoff-img-section img {
  max-width: 299px;
  width: 100%;
}
.hotoff-discover-heading:hover {
  color:#fff;
}
.hotoff-discover-heading {
  color: #FFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 0;
}

.hotoff-discover-btn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  max-width: 95px;
  height: 28px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  opacity: 1;
  border-width: 1px;
  text-decoration: none;
  border: 1px solid #FFF;
}

.cth-hotoff-imgsection-data {
  display: flex;
  gap: 38px;
  padding-top: 20px;
  align-items: end;
}

.cth-hotoff-img-section {
  width: 100%;
  max-width: 299px;
}

.cth-guide-container {
  background-color: #F2F2F2;
  padding: 60px 120px;
  margin: 60px 0px 80px;
}

.cth-guide-wrapper {
  display: flex;
  gap: 50px;
  padding-bottom: 40px;
  /* NEW style from style.css */
  justify-content: space-around;
}

.cth-guide-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Italic;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 40px;
}

.cth-guide-content-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000;
  padding: 20px 0px 15px;
}

.cth-guide-more {
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.cth-guide-data-card {
  width: 100%;
  max-width: 200px;
}

.cth-interview-person img {
  aspect-ratio: 1 / 1.5;
  object-fit: cover;
}

.cth-hotoff-wrapper .hotoff-data-section-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cth-home-main-container .cth-wedding-home-block__button a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px !important;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #E60000;
  padding: 10px 20px;
}

.cth-home-main-container .cth-wedding-home-block .hub-text-container .cth-wedding-home-block__button {
  width: 100%;
  border: unset;
  background: unset;
  padding: 0;
  margin: 0;
}

.cth-home-main-container .cth-wedding-home-block .hub-text-container h2 {
  font-size: 48px;
}

/* --- NEW HOVER EFFECTS --- */
.stying-in-content-heading:hover,
.stying-in-content-subheading:hover,
.latest-category-heading:hover,
.latest-category-subheading:hover,
.latest-category-bottom-heading:hover,
.culture-info-card-heading:hover,
.culture-info-card-subheading:hover,
.culture-info-auth:hover {
  text-decoration: underline;
}

.home-cth-form-privacy-btn a:hover,
.guide-more-bttn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.home-cth-form input[type="text"]:hover,
.home-cth-form input[type="email"]:hover {
  color: #000;
  border-color: #000;
  cursor: pointer;
}

.see-more-heading:hover {
  background-color: #E60000;
  color: #FFF;
  border: 1px solid transparent;
}

.person-data-heading:hover,
.person-data-subheading:hover,
.cth-person-auth:hover,
.breakway-content-heading:hover,
.breakway-content-subheading:hover,
.breakway-auth:hover,
.hotoff-data-content-heading:hover,
.hotoff-data-content-subheading:hover,
.hotoff-content-auth:hover,
.hotoff-discover-heading:hover,
.view-all-btn:hover,
.life-balance-bottom_heading:hover {
  text-decoration: underline;
}

.hotoff-discover-btn:hover {
  background-color: #FFFFFF;
  color: #000;
}

/* --- CULTURE IMAGE EFFECTS (New/Overwritten from style.css) --- */
.culture-info-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url("img-upload.svg");
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: end;
}

.culture-info-bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.culture-info-bg-image:hover::after {
  background: rgba(240, 169, 169, 0.3);
}

.spotlight-heading {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: end;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  width: fit-content;
  padding: 10px 15px;
  height: fit-content;
  border-radius: 0px 0px 0px 10px;
}

.home-cth-term:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.cth-interview-person img:hover,
.cth-latest-img img:hover,
.hero-breakway-img img:hover,
.hotoff-data-section-card img:hover,
.cth-guide-data-card img:hover {
  filter: brightness(0.9) sepia(0.5) saturate(150%) hue-rotate(-20deg);
}

.gform_heading {
  display: none;
}

div#field_18_11 p {
  display: none;
}

.gform_wrapper {
  position: relative;
  padding: 0;
}

.cth-home-main-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
  grid-column: span 7;
}

label#label_18_14_1 {
  display: none;
}

.cth-banner-life_balance-slide_1 img,
.cth-banner-life_balance-slide_2 img,
.cth-banner-life_balance-slide_3 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.cth-banner-life_balance-slide_1,
.cth-banner-life_balance-slide_2,
.cth-banner-life_balance-slide_3 {
  flex: 1;
  aspect-ratio:1/1.3 !important;
}

.cth-banner-life_balance-wrapper {
  display: flex;
  justify-content: center;
}

.cth-banner-life_balance {
  position: relative;
  /* padding-bottom: 80px; */
}

.space-top.cth-main-wrapper{padding-top:80px;}
.cth-culture-container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.header-v5 #mega-menu-387630-0 .post-title a{
  padding-top: 10px;
} 

.cth-life-balance-card {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
  max-width: 625px;
}


.cth-life-balance-card-img {
  width: 35%;
}

.life-balance-card-content {
  width: 65%;
}

.cth-life-balance-card-img img {
  width: 100%;
  height: 100%;
}

.life-balance-content-heading {
  margin-bottom: 0;
}

/* --- MEDIA QUERIES (Updated with comprehensive styles from style.css) --- */
@media(max-width:1650px) {
}

@media (max-width:1350px) {
  .life-balance-content-heading {
    font-size: 16px;
  }

  .cth-life-balance-card-heading {
    font-size: 42px;
  }

}

@media(max-width:1280px) {

  .homepage-stying-section {
	padding: 50px 0;
	gap: 20px;
}
  .cth-latest-data-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .culture-header {
    padding: 0px 30px;
  }

  .see-more-cth {
    padding: 0px 30px;
  }

  .hero-breakway-wrapper {
    grid-template-columns: 1fr;
  }

  .breakway-content-subheading {
    max-width: 100%;
  }

  .hero-breakway-content {
    padding: 50px 40px;
  }

  .hero-breakway-img,
  .hero-breakway-img img {
    width: -webkit-fill-available;
  }

  .cth-interview-wrapper {
        gap: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cth-hotoff-wrapper
 {
        gap: 0;
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

  .culture-info-container,
  .cth-guide-wrapper {
    flex-wrap: wrap;
  }

  .cth-hotoff-wrapper {
    gap: 30px;
    flex-direction: column;
  }

  .cth-guide-wrapper {
    justify-content: center;
  }

  .see-more-cth {
    padding: 0px 30px;
  }

 

  .cth-hotoff-data-section {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cth-life-balance-card-heading {
    padding-bottom: 20px;
  }
}

@media(max-width:1150px) {
  .cth-life-balance-card {
    padding: 19px;
  }
  .cth-home-main-container .cth-wedding-home-block .wedding-image-block img {
    scale: 1.4 !important;
    object-position: 0px -144px !important;
  }

}

@media(max-width:1024px) {
  .cth-life-balance-card {
    width: 60%;
  }
    .hero-breakway-img img{
    height: 100% ;
  }
  .hero-breakway-wrapper {
    grid-template-columns: 1fr 1fr;
  }
     .culture-info-container,.cth-latest-data-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px;
    }
    .culture-info-card,.cth-latest-card {
      max-width: unset;
    }
}

@media(max-width:900px) {
  .cth-life-balance-card-heading {
    font-size: 30px;
  }

  .life-balance-content-heading {
    font-size: 14px;
  }

  .cth-life-balance-card {
    padding: 15px;
  }
  .cth-home-main-container .cth-wedding-home-block .wedding-image-block img {
        scale: 1.4 !important;
        object-position: 0px -100px !important;
    }

}

/* @media(min-width:768px){.stying-in-section{margin:auto;}} */

@media(max-width:768px) {
  .life-balance-mob-container{display:block;} 
  .life-balance-mob-container img {width: 100%; height: 840px;}
  body.overflow-hidden{
  overflow: visible !important;
}
.show-flex .cth-latest-img {
    padding-left: 20px;
}
  .cth-banner-life_balance-slide_1 img, .cth-banner-life_balance-slide_2 img, .cth-banner-life_balance-slide_3 img {
	/* height: 500px; */
}

.cth-life-balance-card {
	background-color: #FFFFFF;
	position: absolute;
	top: auto;
	left: 50%;
	transform: translate(-50%, -100px);
  bottom: 0;
	width: 100%;
	padding: 40px;
	max-width: 625px;
}

.container-fluid.toggle-click.bg-white{overflow: auto !important;}
.space-top.cth-main-wrapper{padding-top:0;}
  .cth-home-main-container .cth-wedding-home-block .wedding-image-block img {
        scale: 1.4 !important;
        object-position: -175px 30px !important;
    }
    .cth-home-main-container .cth-wedding-home-block {
    min-height: 640px;
}
.wrapper-wedding{
  padding: 40px 27px 50px;
}
    .cth-latest-data-wrapper{
      padding-left: 0;
      padding-right: 0;
    }
  .cth-culture-container .culture-info-card-subheading {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
  }

  .cth-home-main-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: 1 / -1;
  }

  .hero-breakway-container {
    max-height: unset;
  }

  .cth-life-balance-card {
    width: 80%;
  }

  .cth-home-main-container .hub-text-container.aos-init.aos-animate {
    justify-content: flex-start;
  }

  .cth-home-main-container .cth-wedding-home-block .hub-text-container h2 {
    font-size: 40px;
    padding: 0px 20px 0px;
  }

  .cth-home-main-container .cth-wedding-home-block__button a {
    font-size: 16px !important;
    padding: 7px 15px;
  }

  .cth-home-main-container #input_18_1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .culture-info-card:nth-child(1) {
    padding-bottom: 20px;
  }
    /* .cth-latest-card:nth-of-type(n+5) {
    margin-top: 20px;
    display: inline-flex;
  } */
  
.culture-info-card-heading {
  padding-bottom: 7px;
}
.show-flex .cth-latest-img, .show-flex .cth-latset-content{
  flex: 1;
}
.show-flex .cth-latest-img img{
  min-height: unset;
}
  .cth-home-main-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px;
  }

  .home-cth-form-privacy-btn {
    padding-top: 10px;
  }

  .hotoff-data-section-card {
    min-width: 200px;
  }

  .homepage-stying-section,
  .hero-breakway-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .cth-banner-life_balance-wrapper {
    flex-direction: column;
  }

  .home-cth-form,
  .cth-latest-data-wrapper,
  .cth-interview-wrapper,
  .cth-guide-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
  }

  .cth-life-balance-wrapper,
  .culture-info-container,
  .cth-hotoff-wrapper,
  .cth-hotoff-data-section {
    flex-direction: column;
  }

  .homepage-offer img,
  .hero-breakway-img img,
  .cth-life-balance-card-img img,
  .cth-latest-img img {
    width: 100%;
  }


  .homepage-stying-section {
    padding-top: 20px;
    padding-bottom: 0;
    gap: 0;
    width: fit-content;
  }

  /* Corrected padding conflict */
  .stying-in-content-subheading {
    padding: 0px 15px 70px;
    display: inline-block;
  }

  .stying-in-heading {
    font-size: 16px;
    padding-top: 12px;
  }

  .cth-form-header-heading {
    font-size: 14px;
    padding-bottom: 0;
  }
.home-cth-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
  min-height: 27px !important;
  height: 27px;
}
  .cth-form-subheading,
  .cth-form-highlight {
    font-size: 32px;
  }

  .culture-info-container .active {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    /* New from style.css */
  }

  .cth-life-balance-wrapper {
    gap: 25px;
  }

  .active .culture-info-bg-image {
    max-width: 100%;
  }

  .hero-breakway-content {
    padding: 30px;
  }
  .going-out-section a {
    padding-bottom: 40px;
}


  .cth-latest-top-heading,
  .cth-interview-heading,
  .cth-hotoff-press-heading,
  .cth-guide-heading {
    font-size: 36px;
    margin-bottom: 0;
  }

  .breakway-content-heading,
  .breakway-auth {
    font-size: 12px;
  }

  .cth-guide-container {
    padding: 50px 30px 30px;
    /* Adjusted padding/margin */
    margin: 10px 0px 50px;
    /* Adjusted margin */
  }

  .home-cth-form-section {
    padding: 10px 37px;
}

  .culture-info-auth {
    /* padding-top: 10px; */
  }

  p.culture-info-card-heading {
    padding-bottom: 7px;
  }

  .breakway-content-subheading {
    font-size: 28px;
    padding-bottom: 65px;
  }

  .cth-interviews-container {
    padding: 50px 30px;
    margin: 10px 0px 50px;
  }

  .culture-content-heading {
    font-size: 36px;
    margin-bottom: 0;
  }

  .cth-latest-card {
    max-width: 100%;
  }

  .home-cth-form-background {
    padding: 30px;
    min-height: 700px;
    margin-bottom: 50px !important;
    margin-top: 0 !important;
  }

  .culture-info-container {
    padding: 30px 0px 50px;
    display: flex;
}

  .home-cth-form-header {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .home-cth-form input[type="text"],
  .home-cth-form input[type="email"] {
    max-width: 100%;
    height: 26px;
    /* New from style.css */
  }

  .home-cth-form {
    gap: 10px;
    padding-top: 8px;
  }

  /* New scrollbar hide property */
  .cth-guide-wrapper::-webkit-scrollbar {
    display: none;
  }

  .cth-banner-life_balance {
    padding-bottom: 50px;
  }

  .home-cth-form-privacy-btn {
    flex-direction: column-reverse;
  }

  .cth-hotoff-press-subheading {
    font-size: 14px;
  }

  .cth-hotoff-wrapper {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .home-cth-form-privacy-btn .privacy-button {
    max-width: 100%;
    font-size: 14px;
    height: 28px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  span.home-cth-terms {
  padding: 10px 25px 0px;
        width: 100%;
        font-size: 10px;
  }
.home-cth-term{
  font-size: 10px;
}
  .culture-info-card-content {
    padding: 0px 15px 0px;
    /* New from style.css */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .cth-life-balance-card-heading {
    font-size: 48px;
    padding-bottom: 30px;
  }

  .guide-wedding-box {
    padding: 40px 27px 50px;
  }

  .cth-life-balance-card {
    padding: 30px;
  }

  .cth-hotoff-img-section img {
    max-width: 151px;
    width: 100%;
  }

  .cth-hotoff-img-section {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .cth-hotoff-imgsection-data {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
    max-width: 100px;
  }

  .life-balance-content-heading {
    font-size: 16px;
  }

  .cth-latset-content {
    padding: 15px 20px 0px;
  }

  .cth-latest-data-wrapper {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .see-more-cth {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
  }

  .guide-wedding-content-heading {
    font-size: 40px;
  }

  .culture-info-bg-image {
    max-width: 150px;
    min-width: 150px;
    min-height: 150px;
  }

  .culture-info-card-heading {
    padding-top: 0;
  }

  .culture-info-card-subheading,
  .hotoff-data-content-subheading,
  .cth-guide-content-heading,
  .person-data-subheading {
    font-size: 18px;
  }

  .culture-info-card-heading,
  .culture-info-auth,
  .view-all-btn,
  .hotoff-discover-heading,
  .hotoff-data-content-heading,
  .hotoff-content-auth,
  .cth-guide-more,
  .life-balance-bottom_heading,
  .person-data-heading,
  .cth-person-auth {
    font-size: 12px;
  }

  .active .culture-info-card-content {
    padding: 15px 20px 20px;
  }

  .spotlight-heading {
    font-size: 10px;
    padding: 6px 17px;
  }

  .cth-hotoff-data-section {
    gap: 35px;
    overflow-x: scroll;
    flex-direction: row;
    padding-top: 30px;
    scrollbar-width: none;
    flex-wrap: unset !important;
    justify-content: unset;
    overflow-y: hidden;

  }

  .cth-guide-content-heading {
    padding: 20px 0px 10px;
  }

  .cth-guide-wrapper {
    padding-bottom: 0;
    overflow: scroll;
    flex-direction: row;
    flex-wrap: unset;
    gap: 35px;
    justify-content: unset;
  }

  .cth-interviews-container .cth-interview-wrapper {
    overflow-y: hidden;
    flex-direction: unset;
    flex-wrap: unset;
    gap: 30px;
    scrollbar-width: none;
    justify-content: unset;
  }

  .cth-hotoff-press-container {
    padding: 40px 30px;
    margin: 10px 0px 50px;
  }

  .culture-info-card {
    display: flex;
    max-width: 100%;
    padding: 10px 20px;
  }

  .culture-info-container {
    gap: 0;
  }

  .guide-wedding-container {
    padding: 35px 35px;
    margin: 0;
    min-height: 640px;
    background-position: 11%;
    align-items: flex-start;
  }

  .guide-wedding-btn {
    font-size: 16px;
    height: 36px;
    padding: 10px 34px;
  }

  /* .cth-banner-life_balance {
    background-size: cover;
    background-position: right;
    min-height: 1310px;
    margin-bottom: 40px;
  } */

  .hero-breakway-container {
    margin: 10px 0px 40px;
  }



  .culture-header {
    padding: 0px 20px;
  }

  .cth-life-balance-card-img {
    width: 100%;
  }

  .life-balance-card-content {
    width: 100%;
  }

  .culture-info-card:nth-child(1) {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .culture-info-card:nth-child(1) .culture-info-bg-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
/* =======================================================
   MOBILE OVERRIDE: SHOW ONLY 1 IMAGE FOR JS ANIMATION
   ======================================================= */
@media screen and (max-width: 768px) {

    /* 1. Reset the wrapper to standard block display */
    .cth-banner-life_balance-wrapper.life_balance-slider {
        display: block !important;
        width: 100%;
        height: auto;
    }

    /* 2. Force Slot 0 to be the only visible slide */
    #slot-0 {
        width: 100% !important;
        display: block !important;
        margin: 0 auto;
        /* Inherit the aspect ratio from your main CSS (approx 1/1.3) */
        flex: unset; 
    }

    /* 3. Completely hide Slot 1 and Slot 2 */
    /* This prevents them from stacking underneath Slot 0 */
    #slot-1, 
    #slot-2 {
        display: none !important;
    }
}
@media(max-width:580px) {

  .cth-guide-data-card {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
  }

  .see-more-heading,
  .guide-more-bttn {
    max-width: 100%;
    font-size: 14px;
    height: 28px;
    align-items: center;
    margin: 20px 0px;
  }

  .cth-life-balance-card {
    padding: 30px;
    /* max-width: 300px; */
  }

  .culture-content {
    max-width: 100%;
    padding-top: 18px;
  }

  .cth-hotoff-img-section img {
    max-width: 151px;
    width: 100%;
  }

  .cth-interview-person-data img {
    width: 100%;
    min-width: 170px;
  }
.show-flex .cth-latset-content{
  padding-top: 0;
}
  .home-cth-form-background {
    background-image: url(./Frame\ 3325.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }

  .cth-wedding-home-block .hub-text-wrapper {
    display: unset;
  }
}

@media (max-height: 1000px) and (min-width: 992px) {
  #wp_header_secound .newsletter-right-content.border-md-right {
	margin: 30px 0 80px !important; 
}
#wp_header_secound .newsletter-right-content.last {
	padding: 30px 40px !important;
}
}

.cth-banner-life_balance-slide_1 {
    width: 100%;
    height: 900px;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    opacity: 1;
    
    /* CHANGE THIS: Increased from 0.5s to 1.2s */
    transition: opacity 1.2s ease-in-out;
}

.cth-banner-life_balance-slide_1.fading-out {
    opacity: 0;
}
/* Optional: For Mobile */
@media (max-width: 768px) {
    .cth-banner-life_balance-slide_1 {
        height: 500px; /* Adjust for smaller screens */
    }
}

/* Add a background color to the parent container to smooth the transition */
.life_balance-slider {
    background-color: #fff; /* or #000, depending on your theme */
}
