/* ============================================
   HEADER & NAVIGATION
   ============================================ */

#site-header.gd_marketing_landing_site_header {
	align-items: center;
	justify-content: center;
}
.body-marketing-landing  .gd_floating-button {
	display:none;
}
.body-marketing-landing #site-footer {
	background-color: #fff;
}
#site-logo.gd_marketing_landing_logo {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
}

.body-marketing-landing #site-header-doubled {
	height: 130px;
}

.body-marketing-landing #site-header-doubled #site-logo-desktop {
	left: 43%;
}

/* Header CTA */
.gd_marketing_landing_header_cta_container {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.gd_marketing_landing_cta {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 14px 40px;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	border: 1px solid #000;
	text-transform: uppercase;
	background: transparent;
	transition: all 0.3s ease;
}

.gd_marketing_landing_cta::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1px solid #000;
	pointer-events: none;
}

.gd_marketing_landing_cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background: 
		linear-gradient(135deg, transparent 50%, #000 50%, #000 60%, transparent 60%) top right / 10px 8px no-repeat,
		linear-gradient(to right, #000 0 100%) left calc(100% - 6px) / 10px 1px no-repeat,
		linear-gradient(to bottom, #000 0 100%) 6px bottom / 1px 10px no-repeat;
	pointer-events: none;
}

.gd_marketing_landing_cta:hover {
	text-decoration: none;
	color: inherit;
}

/* ============================================
   HERO SECTION
   ============================================ */

.section-wrapper.new-marketing-landing-page {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.section-wrapper.new-marketing-landing-page .hero {
	position: relative;
	width: 100%;
	height: 90vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-wrapper.new-marketing-landing-page .hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}

.section-wrapper.new-marketing-landing-page .hero-content h1 {
	font-family: "Noto Sans", sans-serif !important;
	font-style: normal;
	font-weight: 500;
	font-size: 90px;
	line-height: 123px;
}

.section-wrapper.new-marketing-landing-page .gd-hero-btn {
	display: inline-block;
	padding: 1.8rem 5rem;
	background-color: #FFB8AE;
	color: #000;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
}

.section-wrapper.new-marketing-landing-page .gd-hero-btn:hover {
	background-color: #d6a39b;
}

/* ============================================
   WYSIWYG SECTIONS
   ============================================ */

.body-marketing-landing .section-wysiwyg .section-wrapper .entry h3 {
	position: relative;
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 82px;
	letter-spacing: 0.03em;
}

.body-marketing-landing .section-wysiwyg .section-wrapper:not(.no-top-bar) .entry h3::before {
	content: "";
	position: absolute;
	width: 43px;
	height: 2px;
	background: #458075;
	left: 50%;
	transform: translateX(-50%);
	top: -21px;
}

.body-marketing-landing .section-wysiwyg .section-wrapper.no-top-bar .entry h3 {
	font-size: 50px;
	line-height: 68px;
	text-align: center;
}

.body-marketing-landing .section-wysiwyg .section-wrapper .entry p {
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
	padding: 0 180px 20px 180px;
}

/* ============================================
   THREE COLUMNS SECTION
   ============================================ */

.body-marketing-landing .section-threecolumns .section-wrapper h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: 0.03em;
}

.body-marketing-landing .section-threecolumns .section-wrapper p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
}

.body-marketing-landing .page-component.section-threecolumns .section-wrapper .column .col-img-wrapper {
	height: 262px;
}

/* ============================================
   LEFT-RIGHT IMAGE-TEXT LAYOUT
   ============================================ */

.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Text Column */
.body-marketing-landing .section-left_right_image_text .section-wrapper .text-col {
	flex: 0 0 33%;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .title {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 25px;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .title::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 43px;
	height: 2px;
	background: #458075;
	transform: none;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .desc,
.body-marketing-landing .section-left_right_image_text .section-wrapper .desc p {
	color: #000;
	margin-bottom: 1.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .desc {
	margin-bottom: 35px;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .cta-btn {
	display: inline-block;
	background-color: #FFB8AE;
	color: #000;
	text-decoration: none;
	padding: 1rem 2.5rem;
	border-radius: 2rem;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .gd_marketing_landing_cta {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .cta-btn:hover {
	background-color: #eaa198;
}

/* Image Column */
.body-marketing-landing .section-left_right_image_text .section-wrapper .image-col {
	flex: 0 0 67%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper {
	position: relative;
	display: inline-block;
	width: 532px;
	height: 382px;
	overflow: visible;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Centered Background Variant */
.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered {
	display: flex;
	align-items: stretch;
	position: relative;
	overflow: hidden;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .text-col {
	flex: 0 0 70%;
	padding: 140px;
	position: relative;
	z-index: 1;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .image-col {
	position: absolute;
	top: 0;
	right: -5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .centered-img {
	width: 285px;
	height: 371px;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

/* Overlay Image */
.body-marketing-landing .section-left_right_image_text .section-wrapper .overlay-img {
	position: absolute;
	width: 309px;
	height: 407px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease;
}

/* Overlay Positions */
.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_left .overlay-img {
	top: 0;
	left: 0;
	transform: translate(-30%, -65%);
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_right .overlay-img {
	top: 0;
	right: 0;
	transform: translate(30%, -65%);
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_left .overlay-img {
	bottom: 0;
	left: 0;
	transform: translate(-30%, 60%);
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_right .overlay-img {
	bottom: 0;
	right: 0;
	transform: translate(30%, 60%);
}

.body-marketing-landing .section-left_right_image_text .section-wrapper .overlay-img:hover {
	transform: scale(1.05);
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.body-marketing-landing .section-testimonials_new .section-wrapper {
	position: relative;
	height: 589px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.body-marketing-landing .section-testimonials_new .section-wrapper:before {
	background: url(https://thealexhotel.gdlindev8.net/wp-content/uploads/sites/4/2025/10/testimonial_new.svg);
	background-repeat: no-repeat;
	width: 812px;
	height: 589px;
	background-position: right;
	background-size: 100%;
	content: "";
	position: absolute;
	right: 0;
}

.body-marketing-landing .section-testimonials_new .testimonial {
	padding-left: 90px;
	padding-right: 90px;
}

.body-marketing-landing .section-testimonials_new .testimonial .title {
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 25px;
}

.body-marketing-landing .section-testimonials_new .testimonial .what {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.body-marketing-landing .section-testimonials_new .who {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.body-marketing-landing .section-testimonials_new .slick-slide {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	height: 589px;
}

/* ============================================
   RESPONSIVE: DESKTOP (1025px+)
   ============================================ */

@media (min-width: 1025px) {
	.gd_marketing_landing_header_cta_container {
		left: auto;
		right: 50px;
		transform: translate(0, -50%);
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper:not(.no-top-bar) {
		padding-top: 115px;
		padding-bottom: 115px;
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper.no-top-bar {
		padding-top: 115px;
	}

	.body-marketing-landing .page-component.section-threecolumns .section-wrapper .column .wysiwyg {
		min-height: 200px;
	}
}

/* ============================================
   RESPONSIVE: TABLET (769px - 1280px)
   ============================================ */

@media (max-width: 1280px) {
	.body-marketing-landing .section-threecolumns .section-wrapper h4 {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 1024px) {
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row {
		gap: 30px;
	}

	#site-header.gd_marketing_landing_site_header {
		justify-content: flex-start;
		align-items: center;
	}

	.body-marketing-landing .gd_marketing_landing_site_header #site-logo img {
		height: 40px;
	}

	.gd_marketing_landing_header_cta_container {
		right: 0;
		transform: translate(-10%, -50%);
	}

	#site-logo.gd_marketing_landing_logo {
		padding-left: 30px;
	}

	.gd_marketing_landing_cta {
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.body-marketing-landing .section-testimonials_new .section-wrapper:before {
		right: 48px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_right .overlay-img {
		transform: translate(22%, 50%);
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_left .overlay-img {
		transform: translate(-22%, -50%);
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_right .overlay-img {
		transform: translate(13%, -50%);
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_left .overlay-img {
		transform: translate(-22%, 50%);
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .text-col {
		padding-right: 15px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.body-marketing-landing .section-testimonials_new .section-wrapper:before {
		width: 500px;
		height: 363px;
	}

	.body-marketing-landing .section-testimonials_new .testimonial {
		padding-left: 50px;
		padding-right: 50px;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .title {
		font-size: 20px;
		line-height: 26px;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .what {
		font-size: 18px;
		line-height: 140%;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .who {
		font-size: 16px;
		line-height: 140%;
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper .entry p {
		padding: 0 70px 20px 70px;
	}

	.body-marketing-landing .page-component.section-threecolumns .section-wrapper .column .wysiwyg {
		order: 1;
		min-height: 150px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper .overlay-img {
		display: none;
	}
}

/* ============================================
   RESPONSIVE: MOBILE (768px and below)
   ============================================ */

@media (max-width: 768px) {
	.section-wrapper.new-marketing-landing-page .hero-content h1 {
		font-size: 2rem;
	}

	.section-wrapper.new-marketing-landing-page .gd-hero-btn {
		padding: 1.2rem 3rem;
		font-size: 13px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row {
		flex-direction: column;
		/*text-align: center;*/
		text-align: left;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .text-col,
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-col {
		flex: 0 0 100%;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .text-col {
		margin-bottom: 30px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper .overlay-img {
		max-width: 40%;
		bottom: 0;
		right: 0;
		left: auto;
		top: auto;
		transform: translate(20%, 20%);
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper:not(.no-top-bar) {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .title::before {
		left: 0;
	}

	.body-marketing-landing .page-component.section-threecolumns {
		background: #fff;
	}

	.body-marketing-landing .page-component.section-threecolumns .section-wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.top_left,
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.top_right {
		padding-top: 0 !important;
	}

	.body-marketing-landing .page-component:not(.section-wysiwyg) .section-wrapper.padding-bottom-large {
		padding-bottom: 0;
	}

	.body-marketing-landing .page-component .section-wrapper.padding-top-large {
		/*padding-top: 0;*/
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.bottom_left,
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.bottom_right {
		padding-bottom: 0 !important;
	}

	.body-marketing-landing .page-component.section-threecolumns .section-wrapper .column .wysiwyg {
		min-height: 230px;
	}

	/*.body-marketing-landing .section-left_right_image_text .section-wrapper .title,
	.body-marketing-landing .section-left_right_image_text .section-wrapper .desc ,
	.body-marketing-landing .section-left_right_image_text .section-wrapper .gd_marketing_landing_cta{
		text-align: left;
	}*/
	.body-marketing-landing .section-left_right_image_text .section-wrapper .overlay-img {
		width: 201px;
		height:264px;
	}
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper {
		width: 374px;
		height:382px;
	}
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_left .overlay-img {
		transform: translate(17%, -15%);
	}
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-top_right .overlay-img {
        transform: translate(-10%, -15%);
    }
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_right .overlay-img {
        transform: translate(-10%, 15%);
    }
	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper.position-bottom_left .overlay-img {
        transform: translate(10%, 15%);
    }
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .text-col {
		padding: 30px 20px !important;
		flex: 0 0 100% !important;
		margin-bottom:0;
	}
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered  {
		align-items: flex-end;
		gap: 0;
		    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
	}
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .image-wrapper {
        width: 100%;
        height: 100%;
    }
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .image-wrapper img {
        width: 461px;
        height: 600px;
    }
	.body-marketing-landing .section-left_right_image_text .section-wrapper .content-row.gd_bg_centered .image-col {
		position:relative;
		flex: 0 0 100% !important;
	}
	
}

/* ============================================
   RESPONSIVE: SMALL MOBILE (560px and below)
   ============================================ */

@media (max-width: 560px) {
	.body-marketing-landing .gd_marketing_landing_site_header #site-logo img {
		height: 32px;
	}

	.section-wrapper.new-marketing-landing-page .hero-content h1 {
		font-weight: 500;
		font-size: 56px;
		line-height: 76px;
		letter-spacing: -0.05em;
	}

	.section-wrapper.new-marketing-landing-page .gd-hero-btn {
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.1em;
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper .entry h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 52px;
		letter-spacing: 0.03em;
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper .entry p {
		font-weight: 400;
		font-size: 16px;
		line-height: 155%;
		padding: 0;
	}

	.body-marketing-landing .section-wysiwyg .section-wrapper.no-top-bar .entry h3 {
		font-weight: 400;
		font-size: 38px;
		line-height: 52px;
		letter-spacing: 0.03em;
	}

	.body-marketing-landing .section-threecolumns .section-wrapper h4 {
		font-weight: 400;
		font-size: 32px;
		line-height: 44px;
		letter-spacing: 0.03em;
		margin-bottom: 30px;
	}

	.body-marketing-landing .section-threecolumns .section-wrapper p {
		font-weight: 400;
		font-size: 16px !important;
		line-height: 155%;
	}

	.body-marketing-landing .section-left_right_image_text .section-wrapper .image-wrapper .overlay-img {
		/*display: none;*/
	}

	.body-marketing-landing .section-testimonials_new .section-wrapper:before {
		background: url(https://thealexhotel.gdlindev8.net/wp-content/uploads/sites/4/2025/10/Group-5.svg);
		background-repeat: no-repeat;
		width: 390px;
		height: 572px;
		background-position: right;
		background-size: 100%;
		content: "";
		position: absolute;
		right: 0;
	}

	.body-marketing-landing .section-testimonials_new .testimonial {
		padding-left: inherit;
		padding-right: inherit;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .title {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0.1em;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .what {
		font-size: 18px;
		line-height: 140%;
		letter-spacing: 0.1em;
	}

	.body-marketing-landing .section-testimonials_new .testimonial .who {
		font-size: 16px;
		line-height: 140%;
		letter-spacing: 0.06em;
	}
	/* Base floating button styles */
.body-marketing-landing .gd_floating-button {
  display: block;
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 320px;
  height: 54px;
  background: #458075;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  text-decoration: none;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  
  /* Initially hidden */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.body-marketing-landing .gd_floating-button.gd_btn_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

  /* Optional hover effect */
.body-marketing-landing .gd_floating-button:hover {
  background: #36675f;
}

/* Hide on desktop */
@media (min-width: 769px) {
  .body-marketing-landing .gd_floating-button {
    display: none;
  }
}
}