/* End custom CSS */

.elementor-kit-9 {
	--e-global-color-primary: #01164d;
	--e-global-color-secondary: #ddc5d2;
	--e-global-color-text: #211;
	--e-global-color-accent: #f46043;
	--e-global-color-235469c: #fffbf8;
	--e-global-color-89e212f: #211;
	--e-global-color-a6ca85f: #faf3ea;
	--e-global-color-7bbe124: #f1eaf2;
	--e-global-color-1e3ccb2: #0724a1;
	--e-global-color-ae0170d: rgba(0, 0, 0, .65);
	--e-global-typography-primary-font-family: "Montserrat";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Montserrat";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Montserrat";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Montserrat";
	--e-global-typography-accent-font-weight: 500;
	background-color: var(--e-global-color-235469c);
}

.elementor-kit-9 a:hover {
	color: var(--e-global-color-1e3ccb2);
}

.elementor-kit-9 h1 {
	font-family: "Montserrat", Sans-serif;
}

.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	color: var(--e-global-color-235469c);
	background-color: var(--e-global-color-primary);
	border-radius: 50px 50px 50px 50px;
	padding: 20px 30px 16px 30px;
}

.elementor-kit-9 button:hover, .elementor-kit-9 button:focus, .elementor-kit-9 input[type="button"]:hover, .elementor-kit-9 input[type="button"]:focus, .elementor-kit-9 input[type="submit"]:hover, .elementor-kit-9 input[type="submit"]:focus, .elementor-kit-9 .elementor-button:hover, .elementor-kit-9 .elementor-button:focus {
	color: var(--e-global-color-235469c);
	background-color: var(--e-global-color-1e3ccb2);
}

.elementor-kit-9 label {
	color: #01164d;
}

.elementor-kit-9 input:not([type="button"]):not([type="submit"]), .elementor-kit-9 textarea, .elementor-kit-9 .elementor-field-textual {
	color: #01164d;
	border-style: solid;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1280px;
}

.e-con {
	--container-max-width: 1280px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-element {
	--widgets-spacing: 20px;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */

/*
   * MUZZO DESIGN SYSTEM v4
   * Extracted from muzzo.io + brand Notion
   *
   * Font     : Montserrat
   * Navy     : #01164D  (primary)
   * Orange   : #F46043  (accent / CTA)
   * Bg       : #FFFBF8  (warm white)
   * Linen    : #FAF3EA  (section alt bg)
   * Lav-lt   : #F1EAF2  (light lavender tint on white)
   * Black    : #221111
   * Hover    : #07241A
   *
   * WCAG AA contrast ratios:
   *   #FFFBF8 on #01164D  → 14.5:1 ✅
   *   #F1EAF2 on #01164D  →  (light lavender tint)
   *   #F46043 on #01164D  →  3.1:1 ✅ (large/bold text only per AA)
   *   #221111 on #FFFBF8  → 14.5:1 ✅ (body text)
   *   #01164D on #FFFBF8  → 14.5:1 ✅
   *   #01164D on #FAF3EA  → 13.1:1 ✅
   */
:root {
	--navy: #01164d;
	--orange: #f46043;
	--hover: #0724a1;
	--bg: #fffbf8;
	--linen: #faf3ea;
	--lav-lt: #f1eaf2;
	--black: #211;
	--text: #211;
	--white: #fffbf8;
	--gradient: linear-gradient(116deg, #0724a1 0%, #01164d 40%);
	--font: "Montserrat", sans-serif;
	--pill: 999px;
	--card: 14px;
	--sm: 8px;
	--sp-sm: 24px;
	--sp-md: 48px;
	--sp-lg: 64px;
	--sp-xl: 80px;
	--t-sm: .8rem;
	--t-base: 1rem;
	--t-md: 1.25rem;
	--t-lg: 1.5rem;
	--t-xl: 2.5rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font);
	background: var(--bg);
	color: var(--text);
	font-size: var(--t-base);
	font-weight: 500;
	line-height: 1.3rem;
	overflow-x: hidden;
}

/* =========================================
     WORDMARK HEADER — no nav, no links
  ========================================= */
.wordmark-bar {
	padding: var(--sp-md) var(--sp-xl);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.wordmark-logo {
	height: 28px;
	width: auto;
	display: block;
}

.header-logos {
	max-width: 1120px;
	width: 100%;
	margin: var(--sp-md) auto;
	box-sizing: border-box;
}

.header-logos .logos-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.header-logos .logo-card {
	display: flex;
	align-items: center;
	background: none;
	border-radius: 0;
	flex-shrink: 0;
}

.header-logos .logo-ph {
	width: 100%;
	filter: brightness(0) saturate(100%) invert(8%) sepia(74%) saturate(1200%) hue-rotate(210deg) brightness(80%);
}

/* =========================================
     BUTTONS
  ========================================= */
.btn-primary {
	display: inline-block;
	background: var(--orange);
	color: var(--white);
	font-family: var(--font);
	font-size: var(--t-base);
	font-weight: 500;
	letter-spacing: .03rem;
	padding: 16px var(--sp-md);
	border-radius: var(--pill);
	text-decoration: none;
	transition: background .2s, transform .15s;
	border: none;
	cursor: pointer;
}

.btn-primary:hover {
	transform: translateY(-1px);
	background-color: var(--hover);
}

/* =========================================
     SECTION LABEL
  ========================================= */
.label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: var(--t-sm);
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: var(--sp-sm);
}

.label-center {
	justify-content: center;
	display: flex;
}

/* =========================================
     HEADINGS
  ========================================= */
h1 {
	font-size: var(--t-xl);
	font-weight: 700;
	color: var(--hover);
	line-height: 1.2;
	margin-bottom: var(--sp-sm);
}

h1 em {
	font-style: normal;
	color: var(--orange);
}

h2 {
	font-size: clamp(1.375rem, 2.2vw, 2rem);
	font-weight: 700;
	color: var(--navy);
	line-height: 1.22;
	letter-spacing: -.025em;
	margin-bottom: var(--sp-md);
}

h2 em {
	font-style: normal;
	color: var(--orange);
}

.body {
	font-size: var(--t-base);
	font-weight: 500;
	color: var(--text);
	line-height: 1.8;
	margin-bottom: 14px;
}

/* =========================================
     WRAP
  ========================================= */
.wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 var(--sp-md);
}

/* =========================================
     0. HERO — off-white, collage illustration
  ========================================= */
.hero-section {
	background: var(--bg);
	position: relative;
	overflow: hidden;
	padding: var(--sp-lg) 0 72px;
	border-bottom: 1px solid var(--border);
}

.hero-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 var(--sp-md);
	display: grid;
	grid-template-columns: 1fr 460px;
	gap: 56px;
	align-items: center;
	position: relative;
	z-index: 2;
}

/* Hero text — navy on off-white */
.hero h1 {
	color: var(--navy);
	margin-bottom: var(--sp-sm);
}

.hero h1 em {
	color: var(--orange);
}

.hero-sub {
	font-size: var(--t-base);
	font-weight: 500;
	color: var(--text);
	margin-bottom: var(--sp-md);
	max-width: 480px;
}

/* ---- Hero image ---- */
.hero-visual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-img {
	width: 100%;
	max-width: 460px;
	height: auto;
	display: block;
}

.logos-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.logo-card {
	width: 130px;
	height: 64px;
	background: var(--navy);
	border-radius: var(--card);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	flex-shrink: 0;
}

.logo-ph {
	max-width: 100%;
	max-height: 32px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* ---- Testimonial block — standalone below hero ---- */
.testimonial-band {
	background: var(--navy);
	padding: var(--sp-xl);
}

.tb-inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 32px;
	max-width: 1100px;
	margin: 0 auto;
}

.tb-item {
	display: column;
	flex-direction: row;
	align-items: flex-start;
	flex: 1;
}

.tb-item + .tb-item {
	border-left: 1px solid rgba(255, 255, 255, .15);
	padding-left: 40px;
}

.tb-image {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto var(--sp-lg);
	border: 3px solid var(--lav-lt);
}

.tb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tb-quote-mark {
	display: inline-block;
	font-size: 3rem;
	color: var(--orange);
	font-family: Georgia, serif;
	line-height: 1;
	flex-shrink: 0;
	margin-right: 8px;
}

.tb-content {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-top: -20px;
	letter-spacing: .03em;
	gap: var(--sp-sm);
	line-height: 1.2;
}

.tb-quote {
	font-size: var(--t-lg);
	font-weight: 500;
	color: var(--white);
	font-style: italic;
}

.tb-attr {
	font-size: var(--t-sm);
	font-weight: 400;
	color: var(--lav-lt);
}

/* =========================================
     PROOF BAR
  ========================================= */
.proof-bar {
	background: var(--linen);
	padding: var(--sp-xl) 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.pb-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 0 44px;
	border-right: 2px solid var(--navy);
	color: var(--navy);
}

.pb-item:last-child {
	border-right: none;
}

.pb-num {
	font-size: var(--t-xl);
	font-weight: 700;
}

.pb-lbl {
	font-size: var(--t-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .07em;
	text-align: center;
	line-height: 1.4;
}

/* =========================================
     1. POSITIONNEMENT
  ========================================= */
.section-pos {
	padding: var(--sp-xl) 0;
	background: var(--lav-lt);
}

.pos-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 var(--sp-md);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.pos-img {
	width: 100%;
	max-width: 460px;
	height: auto;
	display: block;
}

.pos-inner p {
	font-size: var(--t-base);
	color: var(--text);
	margin-top: var(--sp-md);
}

/* =========================================
     2. PROBLÈME
  ========================================= */
.section-pb {
	padding: var(--sp-xl) 0;
	background: var(--gradient);
	position: relative;
	overflow: hidden;
}

.section-pb h2 {
	color: var(--white);
}

.section-pb h2 em {
	color: var(--orange);
}

.section-pb p {
	color: var(--white);
}

.section-pb .label {
	color: var(--orange);
}

.pb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.pb-grid p {
	margin-top: 10px;
}

.pb-countrylist p {
	color: var(--orange);
	margin-bottom: var(--sp-sm);
}

.pb-countrylist li {
	color: var(--white);
	margin-left: 40px;
}

/* =========================================
     4. SOLUTION — light linen background
  ========================================= */
.section-sol {
	background: var(--linen);
	padding: var(--sp-xl) 0 var(--sp-md);
}

.sol-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.05);
}

.sol-inner {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
}

.sol-map, .sol-columns {
	grid-area: 1/1;
}

.sol-map {
	pointer-events: none;
	align-self: stretch;
	overflow: hidden;
}

.sol-columns {
	margin-top: var(--sp-xl);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--sp-lg);
	align-items: start;
	position: relative;
	z-index: 1;
	padding: calc(var(--sp-xl) + 80px) 0 var(--sp-xl);
}

.sol-header {
	margin-bottom: var(--sp-md);
}

.sol-header .label {
	color: var(--orange);
}

.sol-header h2 {
	color: var(--navy);
	margin-bottom: var(--sp-md);
}

.sol-header h2 em {
	color: var(--orange);
}

.sol-intro {
	max-width: 700px;
	padding-top: calc(1.3rem + var(--sp-sm));
}

.section-sol-steps {
	background: var(--lav-lt);
	padding: var(--sp-lg);
}

.sol-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: var(--sp-md);
}

.step {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--card);
	padding: calc(var(--sp-md) + 10px) var(--sp-sm) var(--sp-md) var(--sp-sm);
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(1, 22, 77, .08);
}

.step::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--orange), var(--lav-lt));
	border-radius: 0 0 var(--card) var(--card);
}

.step-n {
	font-size: var(--t-lg);
	font-weight: 700;
	color: var(--orange);
	line-height: 1;
	letter-spacing: -.04em;
	margin-bottom: var(--sp-sm);
}

.step-t {
	font-size: var(--t-md);
	font-weight: 600;
	color: var(--orange);
	margin-bottom: var(--sp-sm);
	line-height: 1.4;
}

.step-b {
	font-size: var(--t-sm);
	line-height: 1.7;
}

/* =========================================
     5. CTA INTERMÉDIAIRE
  ========================================= */
.section-cta-mid {
	background: linear-gradient(116deg, #0724a1 0%, #01164d 40%);
	border-top: none;
	border-bottom: none;
	padding: var(--sp-lg) var(--sp-md);
	text-align: center;
}

.section-cta-mid h2 {
	margin: 0 auto var(--sp-md);
	max-width: 800px;
	color: #fffbf8;
}

.section-cta-mid p {
	font-size: var(--t-sm);
	color: rgba(255, 251, 248, .75);
	margin-bottom: 28px;
}

/* =========================================
     6. PREUVE SOCIALE
  ========================================= */
.section-proof {
	background: var(--linen);
	padding: var(--sp-xl) 0;
}

.proof-inner {
	max-width: 60%;
	margin: 0 auto;
	padding: 0 var(--sp-md);
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: .03em;
	gap: var(--sp-sm);
	line-height: 1.2;
}

.proof-quote {
	font-size: var(--t-lg);
	font-weight: 500;
	font-style: italic;
}

.proof-attr {
	font-size: var(--t-sm);
	font-weight: 400;
}

/* =========================================
     7. OUTCOME
  ========================================= */
.section-out {
	padding: 80px 0;
	border-bottom: 1px solid var(--border);
	background: #f1eaf2;
}

.out-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--sp-lg);
	align-items: start;
}

.out-stats {
	display: flex;
	flex-direction: column;
	gap: var(--sp-sm);
}

.out-img {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin-left: auto;
}

.out-stat {
	background: white;
	border: 1px solid var(--border);
	border-radius: var(--card);
	padding: var(--sp-sm);
	position: relative;
	overflow: hidden;
	margin-left: var(--sp-xl);
}

.out-stat::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--orange), var(--lav-lt));
	border-radius: 0 0 var(--card) var(--card);
}

.os-num {
	font-size: var(--t-lg);
	font-weight: 700;
	color: var(--navy);
	letter-spacing: -.04em;
	line-height: 1;
	margin-bottom: 6px;
}

.os-lbl {
	font-size: var(--t-sm);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--text);
	line-height: 1.45;
}

.os-vs {
	font-size: var(--t-sm);
	font-weight: 700;
	color: var(--orange);
	margin-top: 5px;
}

/* =========================================
     8. CTA FINAL — gradient navy
  ========================================= */
.section-booking {
	background: var(--gradient);
	padding: 88px var(--sp-md);
	position: relative;
}

.booking-inner {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.booking-content {
	text-align: center;
}

.booking-float-wrap {
	position: relative;
	height: 0;
	z-index: 10;
}

.booking-float-wrap-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 var(--sp-md);
}

.booking-float {
	display: block;
	width: 280px;
	height: auto;
	margin-left: auto;
	transform: translateY(-65%);
	position: relative;
	z-index: 10;
}

.section-booking .label {
	color: var(--orange);
}

.section-booking h2 {
	color: var(--white);
	font-weight: 700;
	max-width: 700px;
	margin: 0 auto var(--sp-sm);
}

.book-sub {
	color: var(--white);
	font-weight: 300;
	font-size: var(--t-sm);
	max-width: 700px;
	margin: 0 auto 44px;
	line-height: 1.75;
}

.micro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.micro-item {
	font-size: var(--t-sm);
	color: var(--orange);
	display: flex;
	align-items: center;
	gap: 5px;
}

.micro-item::before {
	content: "✓";
	color: var(--orange);
	font-size: var(--t-sm);
}

/* =========================================
    PODCAST
  ========================================= */
.section-pod {
	background: var(--lav-lt);
	padding: var(--sp-md) 0 0;
}

.pod-title {
	text-align: center;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--sp-md);
	box-sizing: border-box;
}

.pod-img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
	margin: 0 auto var(--sp-sm);
}

.pod-title h2 {
	color: var(--navy);
	font-weight: 700;
	margin-bottom: var(--sp-sm);
}

.pod-episodes {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1120px;
	margin: var(--sp-md) auto 0;
	text-align: left;
	padding: 0 var(--sp-md);
	box-sizing: border-box;
}

.episode {
	display: flex;
	width: 100%;
	gap: var(--sp-md);
	border-top: 1px solid var(--navy);
	padding: var(--sp-sm) 0;
}

.pod-t {
	font-size: var(--t-md);
	font-weight: 600;
	color: var(--navy);
	line-height: 1.4;
}

.pod-st {
	color: var(--orange);
	line-height: 1;
	margin-bottom: var(--sp-sm);
}

.pod-b {
	font-size: var(--t-sm);
	line-height: 1.7;
}

/* =========================================
     FOOTER
  ========================================= */
footer {
	padding: 20px var(--sp-md);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	border-top: 1px solid var(--border);
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.ft-wordmark {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ft-wordmark svg {
	width: 22px;
	height: 22px;
}

.ft-note {
	font-size: var(--t-sm);
	color: var(--text);
}

/* =========================================
     ANIMATIONS
  ========================================= */
@keyframes fadeUp {
	from {
		transform: translateY(16px);
	}
	
	to {
		transform: translateY(0);
	}
}

.fu {
	animation: fadeUp .65s ease forwards;
}

.d1 {
	animation-delay: .1s;
}

.d3 {
	animation-delay: .36s;
}

/* =========================================
     RESPONSIVE
  ========================================= */
@media (max-width: 880px) {
	.wordmark-bar, .hero-inner, .wrap, .pos-inner, .proof-inner, .section-cta-mid, .section-booking, .pb-item, footer {
		padding-inline: var(--sp-md);
	}
	
	img:not(.wordmark-logo, .hero-img, .logo-ph) {
		width: 300px !important;
		max-width: 100%;
		display: block;
		margin: 0 auto !important;
	}
	
	.wordmark-bar {
		padding-block: 16px;
	}
	
	.hero-inner {
		grid-template-columns: 1fr;
		padding-block: 0;
		gap: 36px;
	}
	
	.testimonial-band {
		padding: 24px var(--sp-lg);
	}
	
	.tb-inner {
		flex-direction: column;
		gap: 24px;
	}
	
	.tb-item + .tb-item {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .15);
		padding-top: 24px;
	}
	
	.pos-inner {
		grid-template-columns: 1fr;
		padding-block: 0;
	}
	
	.pb-grid, .out-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	
	.sol-map {
		margin-inline: calc(-1 * var(--sp-md));
	}
	
	.sol-map img {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	
	.sol-columns {
		grid-template-columns: 1fr;
		padding: calc(var(--sp-xl) + 160px) 0 var(--sp-lg);
	}
	
	.sol-header {
		margin-bottom: 0;
	}
	
	.sol-header h2 {
		margin-bottom: 4px;
	}
	
	.sol-intro {
		margin-bottom: 0;
		padding-top: 0;
	}
	
	.sol-steps {
		grid-template-columns: 1fr;
	}
	
	.sol-inner {
		grid-template-columns: 1fr;
		gap: 0;
		align-items: start;
	}
	
	.proof-bar {
		flex-direction: column;
	}
	
	.pb-item {
		border-right: none;
		border-bottom: 1px solid var(--border);
		padding-block: var(--sp-sm);
	}
	
	.pb-item:last-child {
		border-bottom: none;
	}
	
	.out-stats {
		display: flex;
		justify-content: center;
	}
	
	.out-stat {
		margin-left: 0;
		width: 280px;
	}
	
	.booking-inner {
		grid-template-columns: 1fr;
	}
	
	.section-booking {
		padding-block: var(--sp-md);
	}
	
	.meetings-iframe-container {
		width: 100%;
		min-height: 900px !important;
		overflow: hidden;
	}
	
	.meetings-iframe-container iframe {
		width: 100% !important;
		min-height: 900px !important;
		overflow: hidden;
	}
	
	.booking-float-wrap {
		display: none;
	}
	
	footer {
		flex-direction: column;
		gap: 8px;
		text-align: center;
		padding-block: 20px;
	}
}
