/* Contact Us - Admission Darpan | Frontend Styles
   All colors driven by CSS variables set from the Design & Colors admin page. */

.cuad-root {
	--cuad-primary: #1B5E3A;
	--cuad-secondary: #8B5A2B;
	--cuad-accent: #D6A756;
	--cuad-dark: #123524;
	--cuad-light-bg: #F6F8F6;
	--cuad-text: #1F2A24;
	--cuad-card-radius: 18px;
	--cuad-btn-radius: 50px;
	--cuad-heading-font: inherit;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--cuad-text) !important;
	line-height: 1.55;
	box-sizing: border-box;
	overflow-x: hidden;
	position: relative;
}
.cuad-root *, .cuad-root *::before, .cuad-root *::after { box-sizing: inherit; }
.cuad-root img { max-width: 100%; }
.cuad-root h1, .cuad-root h2, .cuad-root h3, .cuad-root h4 { margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.01em; font-family: var(--cuad-heading-font); }
.cuad-root p { margin: 0 0 1em; }
.cuad-root a { text-decoration: none; }
.cuad-root button { font-family: inherit; cursor: pointer; }
.cuad-root svg { width: 1em; height: 1em; display: inline-block; }

/* Bulletproof icon sizing — many themes/plugins apply global "svg{width:100%}" or
   "svg{display:none}" resets. These rules re-assert sizing wherever our icons are
   used so they always render correctly regardless of the active theme. */
.cuad-root .cuad-hbtn-icon svg,
.cuad-root .cuad-info-icon svg,
.cuad-root .cuad-float-social svg,
.cuad-root .cuad-fab svg,
.cuad-root .cuad-follow-icons svg,
.cuad-root .cuad-counsellor-call svg,
.cuad-root .cuad-map-open-link svg {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	display: inline-block !important;
	fill: currentColor !important;
	flex-shrink: 0;
}
.cuad-root .cuad-hero-wave { width: 100% !important; height: 60px !important; }

/* ============ HERO ============ */
.cuad-hero {
	position: relative;
	background: radial-gradient(120% 140% at 15% 10%, #1e6b45 0%, var(--cuad-dark) 55%, #0b2015 100%);
	border-radius: 28px;
	padding: 56px 32px 88px;
	overflow: hidden;
	isolation: isolate;
}
.cuad-hero-blob { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .18; z-index: 0; }
.cuad-blob-1 { width: 420px; height: 420px; background: var(--cuad-accent); top: -180px; right: -120px; }
.cuad-blob-2 { width: 260px; height: 260px; background: var(--cuad-secondary); bottom: -80px; left: -60px; }

.cuad-hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center !important; }
.cuad-eyebrow {
	display: inline-flex; align-items: center; gap: 6px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.18);
	color: #fff !important; font-size: 12px; font-weight: 700; letter-spacing: .12em;
	padding: 7px 18px; border-radius: 50px; margin-bottom: 22px; text-transform: uppercase;
}
.cuad-hero-title { color: #fff !important; font-size: clamp(30px, 5vw, 52px); line-height: 1.1; margin-bottom: 18px; text-align: center !important; }
.cuad-accent-text { color: var(--cuad-accent) !important; }
.cuad-hero-subtitle { color: rgba(255,255,255,.82) !important; font-size: 16px; max-width: 560px; margin: 0 auto 32px !important; text-align: center !important; }

.cuad-hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.cuad-hbtn {
	display: inline-flex; align-items: center; gap: 12px;
	padding: 12px 20px; border-radius: 16px;
	font-weight: 700; text-align: left; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
	border: 1px solid transparent;
}
.cuad-hbtn:hover { transform: translateY(-3px); filter: brightness(1.05); }
.cuad-hbtn-icon { width: 38px; height: 38px; min-width: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.cuad-hbtn-label { display: block; font-size: 11px; font-weight: 600; opacity: .75; text-transform: uppercase; letter-spacing: .05em; }
.cuad-hbtn-value { display: block; font-size: 14.5px; font-weight: 800; }

.cuad-hbtn-outline { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); color: #fff !important; }
.cuad-hbtn-outline .cuad-hbtn-icon { background: rgba(255,255,255,.12); color: #fff !important; }
.cuad-hbtn-whatsapp { background: #25D366; color: #06301a !important; }
.cuad-hbtn-whatsapp .cuad-hbtn-icon { background: rgba(255,255,255,.35); color: #06301a !important; }
.cuad-hbtn-gold { background: linear-gradient(135deg, var(--cuad-accent), var(--cuad-secondary)); color: #2a1a06 !important; }
.cuad-hbtn-gold .cuad-hbtn-icon { background: rgba(255,255,255,.35); color: #2a1a06 !important; }

.cuad-hero-wave { position: absolute; left: 0; right: 0; bottom: -2px; width: 100%; height: 60px; color: var(--cuad-light-bg) !important; fill: var(--cuad-light-bg); z-index: 1; }

/* Floating social/action buttons */
.cuad-float-social { position: absolute; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 12px; z-index: 5; }
.cuad-float-left { left: 18px; }
.cuad-float-right { right: 18px; align-items: center; }
.cuad-float-social a, .cuad-fab {
	width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	background: #fff; color: var(--cuad-dark) !important; box-shadow: 0 6px 18px rgba(0,0,0,.18);
	font-size: 17px; transition: transform .2s ease;
	border: none;
}
.cuad-float-social a:hover, .cuad-fab:hover { transform: scale(1.1); }
.cuad-fab-wa { background: #25D366; color: #fff !important; }
.cuad-fab-call { background: var(--cuad-dark); color: #fff !important; }
.cuad-fab-yt { background: #FF0000; color: #fff !important; }

/* ============ INFO CARDS ============ */
.cuad-cards-section { padding: 48px 8px 8px; }
.cuad-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: -70px; position: relative; z-index: 3; }
.cuad-info-card {
	background: #fff; border-radius: var(--cuad-card-radius); padding: 26px 22px;
	border: 1px solid #ECEFEC; box-shadow: 0 10px 30px rgba(18,53,36,.06);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.cuad-info-card:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(18,53,36,.14); border-color: transparent; }
.cuad-info-icon {
	width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
	font-size: 22px; color: #fff !important; margin-bottom: 16px; transition: transform .35s ease;
}
.cuad-info-card:hover .cuad-info-icon { transform: rotate(-8deg) scale(1.08); }
.cuad-icon-navy { background: linear-gradient(135deg, var(--cuad-dark), #1e6b45); }
.cuad-icon-green { background: linear-gradient(135deg, var(--cuad-primary), #2e8f5c); }
.cuad-icon-gold { background: linear-gradient(135deg, var(--cuad-accent), var(--cuad-secondary)); }
.cuad-icon-purple { background: linear-gradient(135deg, var(--cuad-secondary), #5c3b1c); }
.cuad-info-card h3 { font-size: 17px; margin-bottom: 8px; color: var(--cuad-dark) !important; }
.cuad-info-card p { font-size: 14px; color: #5b6b62 !important; margin-bottom: 10px; }
.cuad-card-note { font-size: 12px; font-weight: 700; color: var(--cuad-primary) !important; background: rgba(27,94,58,.08); padding: 4px 10px; border-radius: 20px; display: inline-block; }

/* ============ MAIN GRID (FORM + MAP) ============ */
.cuad-main-section { padding: 70px 8px; }
.cuad-main-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: start; }
.cuad-eyebrow-dark, .cuad-eyebrow-light {
	display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	padding: 6px 16px; border-radius: 50px; margin-bottom: 14px;
}
.cuad-eyebrow-dark { background: rgba(27,94,58,.1); color: var(--cuad-primary) !important; }
.cuad-eyebrow-light { background: rgba(214,167,86,.16); color: var(--cuad-secondary) !important; }
.cuad-form-col h2, .cuad-map-col h2 { font-size: 30px; color: var(--cuad-dark) !important; }
.cuad-col-subtitle { color: #5b6b62 !important; font-size: 15px; }

.cuad-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cuad-form-group { margin-bottom: 16px; }
.cuad-form-group label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; color: var(--cuad-dark) !important; }
.cuad-form-group input, .cuad-form-group select, .cuad-form-group textarea {
	width: 100%; padding: 12px 15px; border-radius: 12px; border: 1.5px solid #E1E6E2; font-size: 14.5px;
	background: #fff; color: var(--cuad-text) !important; transition: border-color .2s ease, box-shadow .2s ease; font-family: inherit;
}
.cuad-form-group select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	height: auto !important;
	line-height: 1.4 !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-right: 42px !important;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%235b6b62'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.19l3.71-3.96a.75.75 0 111.08 1.04l-4.25 4.53a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 16px !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}
.cuad-form-group select::-ms-expand { display: none; }
.cuad-form-group input:focus, .cuad-form-group select:focus, .cuad-form-group textarea:focus {
	outline: none; border-color: var(--cuad-primary); box-shadow: 0 0 0 4px rgba(27,94,58,.1);
}
.cuad-char-count { display: block; text-align: right; font-size: 11px; color: #93a099 !important; margin-top: 4px; }
.cuad-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.cuad-required { color: #C0392B !important; }
.cuad-consent-row { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; color: #5b6b62 !important; margin: 4px 0 14px; cursor: pointer; line-height: 1.5; }
.cuad-consent-row input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--cuad-primary); }
.cuad-recaptcha-wrap { margin-bottom: 16px; }
.cuad-recaptcha-wrap > div { transform-origin: left top; }
@media (max-width: 340px) {
	.cuad-recaptcha-wrap > div { transform: scale(0.9); }
}

.cuad-submit-btn {
	position: relative; width: 100%; padding: 15px 20px; border: none;
	background: linear-gradient(135deg, var(--cuad-accent), var(--cuad-secondary));
	color: #2a1a06 !important; font-weight: 800; font-size: 15.5px; border-radius: var(--cuad-btn-radius);
	display: flex; align-items: center; justify-content: center; gap: 10px;
	box-shadow: 0 10px 26px rgba(214,167,86,.35); transition: transform .25s ease, box-shadow .25s ease;
}
.cuad-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(214,167,86,.45); }
.cuad-submit-btn:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.cuad-btn-arrow { transition: transform .25s ease; }
.cuad-submit-btn:hover .cuad-btn-arrow { transform: translateX(4px); }
.cuad-btn-loader { display: none; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(42,26,6,.3); border-top-color: #2a1a06; animation: cuad-spin .7s linear infinite; }
.cuad-submit-btn.is-loading .cuad-btn-text, .cuad-submit-btn.is-loading .cuad-btn-arrow { display: none; }
.cuad-submit-btn.is-loading .cuad-btn-loader { display: inline-block; }
@keyframes cuad-spin { to { transform: rotate(360deg); } }

.cuad-form-msg { min-height: 20px; font-size: 13.5px; font-weight: 700; margin-top: 12px; }
.cuad-form-msg.success { color: var(--cuad-primary) !important; }
.cuad-form-msg.error { color: #C0392B !important; }
.cuad-privacy { font-size: 12.5px; color: #7c8a80 !important; margin-top: 10px; text-align: center; }

/* Map column */
.cuad-map-wrap { position: relative; border-radius: var(--cuad-card-radius); overflow: hidden; border: 1px solid #E7EBE8; margin-bottom: 22px; box-shadow: 0 10px 30px rgba(18,53,36,.06); }
.cuad-map-wrap iframe { display: block; filter: saturate(1.05); }
.cuad-map-open-link {
	position: absolute; top: 14px; left: 14px; z-index: 2; background: #fff; color: var(--cuad-primary) !important;
	font-size: 12.5px; font-weight: 800; padding: 8px 14px; border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,.15);
}
.cuad-map-lazy { height: 290px; background: linear-gradient(135deg, #eef2ee, #e2e9e3); display: flex; align-items: center; justify-content: center; }
.cuad-map-lazy-overlay { text-align: center; }
.cuad-map-lazy-icon { display: block; font-size: 32px; margin-bottom: 10px; }
.cuad-map-lazy-btn {
	border: none; background: var(--cuad-primary); color: #fff !important; padding: 10px 24px; border-radius: var(--cuad-btn-radius);
	font-weight: 800; font-size: 13.5px; box-shadow: 0 8px 20px rgba(18,53,36,.2); transition: transform .2s ease, background .2s ease;
}
.cuad-map-lazy-btn:hover { background: var(--cuad-dark); transform: translateY(-2px); }

.cuad-follow-box {
	background: linear-gradient(135deg, var(--cuad-dark), #1e6b45); color: #fff !important; border-radius: var(--cuad-card-radius);
	padding: 24px; margin-bottom: 20px;
}
.cuad-follow-box h4 { margin-bottom: 6px; font-size: 18px; color: #fff !important; }
.cuad-follow-box p { color: rgba(255,255,255,.8) !important; font-size: 13.5px; margin-bottom: 16px; }
.cuad-follow-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.cuad-follow-icons a {
	width: 40px; height: 40px; border-radius: 12px; background: #fff; color: #333 !important; display: flex; align-items: center;
	justify-content: center; transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.cuad-follow-icons a:hover { transform: translateY(-3px) scale(1.06); }
.cuad-follow-icons a.cuad-brand-wa { color: #25D366 !important; }
.cuad-follow-icons a.cuad-brand-ig { color: #E1306C !important; }
.cuad-follow-icons a.cuad-brand-fb { color: #1877F2 !important; }
.cuad-follow-icons a.cuad-brand-li { color: #0A66C2 !important; }
.cuad-follow-icons a.cuad-brand-yt { color: #FF0000 !important; }
.cuad-follow-icons a.cuad-brand-more { background: var(--cuad-accent); color: #2a1a06 !important; font-weight: 800; font-size: 15px; }
.cuad-brand-more-letter { line-height: 1; }

.cuad-book-box {
	display: flex; align-items: center; gap: 16px; background: #FFF8EC; border: 1.5px dashed var(--cuad-accent);
	border-radius: var(--cuad-card-radius); padding: 20px;
}
.cuad-book-icon { font-size: 26px; }
.cuad-book-text { flex: 1; }
.cuad-book-text h4 { font-size: 15.5px; margin-bottom: 3px; color: var(--cuad-dark) !important; }
.cuad-book-text p { font-size: 12.5px; color: #7c6a4a !important; margin: 0; }
.cuad-book-btn {
	background: var(--cuad-primary); color: #fff !important; border: none; padding: 11px 20px; border-radius: var(--cuad-btn-radius);
	font-weight: 800; font-size: 13.5px; white-space: nowrap; transition: transform .2s ease, background .2s ease;
}
.cuad-book-btn:hover { background: var(--cuad-dark); transform: translateY(-2px); }

/* ============ FAQ ============ */
.cuad-faq-section { padding: 60px 8px 20px; background: var(--cuad-light-bg); border-radius: 28px; }
.cuad-faq-head { text-align: center; max-width: 620px; margin: 0 auto 34px; }
.cuad-faq-head h2 { font-size: 30px; color: var(--cuad-dark) !important; }
.cuad-faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.cuad-faq-item { background: #fff; border-radius: 16px; border: 1px solid #ECEFEC; overflow: hidden; transition: box-shadow .25s ease, border-color .25s; }
.cuad-faq-item.is-open { border-color: var(--cuad-primary); box-shadow: 0 10px 26px rgba(18,53,36,.08); }
.cuad-faq-question {
	width: 100%; text-align: left; background: none; border: none; padding: 18px 22px;
	display: flex; justify-content: space-between; align-items: center; gap: 14px;
	font-size: 15.5px; font-weight: 700; color: var(--cuad-dark) !important;
}
.cuad-faq-chevron { transition: transform .3s ease; color: var(--cuad-primary) !important; font-size: 20px; flex-shrink: 0; }
.cuad-faq-item.is-open .cuad-faq-chevron { transform: rotate(180deg); }
.cuad-faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.cuad-faq-answer p { padding: 0 22px 20px; margin: 0; color: #5b6b62 !important; font-size: 14.5px; }

.cuad-footer-credit { text-align: center; font-size: 12px; color: #93a099 !important; padding: 26px 0 6px; }

/* ============ MODALS ============ */
.cuad-modal-overlay {
	position: fixed; inset: 0; background: rgba(10,25,17,.55); backdrop-filter: blur(3px);
	display: flex; align-items: center; justify-content: center; padding: 20px;
	opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; z-index: 999999;
}
.cuad-modal-overlay.is-active { opacity: 1; visibility: visible; }
.cuad-modal {
	background: #fff; border-radius: 22px; padding: 34px; max-width: 480px; width: 100%;
	max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(20px) scale(.97);
	transition: transform .3s ease; box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.cuad-modal-overlay.is-active .cuad-modal { transform: translateY(0) scale(1); }
.cuad-modal-close {
	position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%;
	border: none; background: #F1F3F1; color: var(--cuad-dark) !important; font-size: 20px; line-height: 1;
	display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.cuad-modal-close:hover { background: #E3E7E3; }
.cuad-modal h3 { font-size: 22px; color: var(--cuad-dark) !important; margin-top: 6px; }

.cuad-modal-success { text-align: center; }
.cuad-success-icon { font-size: 46px; margin-bottom: 6px; }
.cuad-success-title { font-size: 24px; color: var(--cuad-primary) !important; }
.cuad-success-msg { color: #5b6b62 !important; font-size: 14.5px; }
.cuad-counsellor-card {
	display: flex; align-items: center; gap: 14px; text-align: left; background: var(--cuad-light-bg);
	border-radius: 16px; padding: 18px; margin: 20px 0; border: 1px solid #E7EBE8;
}
.cuad-counsellor-avatar {
	width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
	background: linear-gradient(135deg, var(--cuad-primary), var(--cuad-dark)); color: #fff !important;
	display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800;
}
.cuad-counsellor-info h4 { margin: 0 0 2px; font-size: 16px; color: var(--cuad-dark) !important; }
.cuad-counsellor-exp { display: block; font-size: 12.5px; color: var(--cuad-secondary) !important; font-weight: 700; margin-bottom: 8px; }
.cuad-counsellor-call {
	display: inline-flex; align-items: center; gap: 8px; background: var(--cuad-primary); color: #fff !important;
	padding: 8px 14px; border-radius: 50px; font-size: 13.5px; font-weight: 800; transition: background .2s ease;
}
.cuad-counsellor-call:hover { background: var(--cuad-dark); }
.cuad-modal-done {
	width: 100%; padding: 13px; border: none; border-radius: var(--cuad-btn-radius); background: var(--cuad-dark);
	color: #fff !important; font-weight: 800; font-size: 14.5px;
}

/* ============================================================
   TEMPLATE SKINS — Template 1 "Classic Emerald" is the base
   styling above. Templates 2-6 layer visual differences on top:
   shape language, dividers, card treatment, and typography.
   Colors always come from the user's saved Design & Colors
   settings (--cuad-primary / --cuad-secondary / --cuad-accent /
   --cuad-dark), these rules only change HOW they're used.
   ============================================================ */

/* ---- Template 2: "Golden Minimal" — light, airy, serif, outlined ---- */
.cuad-template-2 .cuad-hero { background: linear-gradient(160deg, #FBF8F1 0%, #F1E8D2 100%); border: 1px solid #EDE2C8; box-shadow: none; }
.cuad-template-2 .cuad-hero-blob { display: none; }
.cuad-template-2 .cuad-hero-wave { display: none; }
.cuad-template-2 .cuad-eyebrow { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.1); color: var(--cuad-dark) !important; }
.cuad-template-2 .cuad-hero-title { color: var(--cuad-dark) !important; }
.cuad-template-2 .cuad-accent-text { color: var(--cuad-secondary) !important; font-style: italic; }
.cuad-template-2 .cuad-hero-subtitle { color: #5b5342 !important; }
.cuad-template-2 .cuad-hbtn-outline { background: transparent; border: 2px solid var(--cuad-dark); color: var(--cuad-dark) !important; }
.cuad-template-2 .cuad-hbtn-outline .cuad-hbtn-icon { background: rgba(0,0,0,.06); color: var(--cuad-dark) !important; }
.cuad-template-2 .cuad-hbtn-whatsapp, .cuad-template-2 .cuad-hbtn-gold { box-shadow: none; border: 2px solid rgba(0,0,0,.08); }
.cuad-template-2 .cuad-info-card { border: 1.5px solid #E8E1CF; box-shadow: none; }
.cuad-template-2 .cuad-info-card:hover { box-shadow: 0 14px 30px rgba(139,90,43,.12); border-color: transparent; }
.cuad-template-2 .cuad-info-icon { border-radius: 10px; }
.cuad-template-2 .cuad-submit-btn { border-radius: 10px; box-shadow: none; border: 2px solid var(--cuad-dark); background: var(--cuad-dark); color: #fff !important; }
.cuad-template-2 .cuad-book-btn { border-radius: 10px; }
.cuad-template-2 .cuad-faq-section { background: #FBF8F1; }
.cuad-template-2 .cuad-faq-item { border-radius: 10px; }

/* ---- Template 3: "Midnight Pro" — full dark theme, glass cards ---- */
.cuad-template-3 { background: linear-gradient(180deg, #0E2A1D 0%, #081711 100%); border-radius: 28px; padding: 14px clamp(12px,3vw,28px) 28px; }
.cuad-template-3 .cuad-hero { background: transparent; box-shadow: none; padding-top: 30px; }
.cuad-template-3 .cuad-hero-wave { color: transparent !important; fill: transparent; }
.cuad-template-3 .cuad-info-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); box-shadow: none; }
.cuad-template-3 .cuad-info-card h3 { color: #fff !important; }
.cuad-template-3 .cuad-info-card p { color: rgba(255,255,255,.62) !important; }
.cuad-template-3 .cuad-card-note { background: rgba(51,209,122,.15); color: #33D17A !important; }
.cuad-template-3 .cuad-form-col h2, .cuad-template-3 .cuad-map-col h2, .cuad-template-3 .cuad-faq-head h2 { color: #fff !important; }
.cuad-template-3 .cuad-col-subtitle { color: rgba(255,255,255,.6) !important; }
.cuad-template-3 .cuad-form-group label { color: rgba(255,255,255,.85) !important; }
.cuad-template-3 .cuad-form-group input, .cuad-template-3 .cuad-form-group select, .cuad-template-3 .cuad-form-group textarea { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: #fff !important; }
.cuad-template-3 .cuad-form-group select { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.19l3.71-3.96a.75.75 0 111.08 1.04l-4.25 4.53a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") !important; }
.cuad-template-3 .cuad-submit-btn { box-shadow: 0 0 28px rgba(51,209,122,.4); }
.cuad-template-3 .cuad-privacy { color: rgba(255,255,255,.5) !important; }
.cuad-template-3 .cuad-faq-section { background: transparent; }
.cuad-template-3 .cuad-faq-item { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.cuad-template-3 .cuad-faq-question { color: #fff !important; }
.cuad-template-3 .cuad-faq-answer p { color: rgba(255,255,255,.6) !important; }
.cuad-template-3 .cuad-map-wrap { border-color: rgba(255,255,255,.14); }
.cuad-template-3 .cuad-map-lazy { background: rgba(255,255,255,.05); }
.cuad-template-3 .cuad-footer-credit { color: rgba(255,255,255,.35) !important; }

/* ---- Template 4: "Sunrise Bold" — warm gradient, diagonal divider, playful ---- */
.cuad-template-4 .cuad-hero { background: linear-gradient(135deg, var(--cuad-accent) 0%, var(--cuad-secondary) 55%, var(--cuad-dark) 100%); clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); border-radius: 30px 30px 0 0; padding-bottom: 120px; }
.cuad-template-4 .cuad-hero-wave { display: none; }
.cuad-template-4 .cuad-eyebrow { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.3); }
.cuad-template-4 .cuad-accent-text { color: #2b1206 !important; }
.cuad-template-4 .cuad-hbtn { border-radius: 24px; }
.cuad-template-4 .cuad-info-card { border-radius: 26px; }
.cuad-template-4 .cuad-info-icon { border-radius: 50%; }
.cuad-template-4 .cuad-submit-btn, .cuad-template-4 .cuad-book-btn, .cuad-template-4 .cuad-map-lazy-btn { border-radius: 999px; }
.cuad-template-4 .cuad-faq-section { border-radius: 34px; }
.cuad-template-4 .cuad-faq-item { border-radius: 20px; }
.cuad-template-4 .cuad-follow-box, .cuad-template-4 .cuad-book-box { border-radius: 26px; }
.cuad-template-4 .cuad-modal { border-radius: 30px; }

/* ---- Template 5: "Corporate Slate" — structured, sharp corners, formal ---- */
.cuad-template-5 .cuad-hero { border-radius: 6px; border-bottom: 4px solid var(--cuad-accent); }
.cuad-template-5 .cuad-hero-blob { display: none; }
.cuad-template-5 .cuad-hero-wave { display: none; }
.cuad-template-5 .cuad-info-card { border-radius: 6px; border: 1px solid #dfe3df; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.cuad-template-5 .cuad-info-card:hover { box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.cuad-template-5 .cuad-info-icon { border-radius: 6px; }
.cuad-template-5 .cuad-eyebrow-dark, .cuad-template-5 .cuad-eyebrow-light, .cuad-template-5 .cuad-eyebrow { border-radius: 3px; }
.cuad-template-5 .cuad-submit-btn, .cuad-template-5 .cuad-book-btn, .cuad-template-5 .cuad-map-lazy-btn { border-radius: 6px; }
.cuad-template-5 .cuad-faq-section { border-radius: 6px; }
.cuad-template-5 .cuad-faq-item { border-radius: 6px; }
.cuad-template-5 .cuad-modal { border-radius: 8px; }
.cuad-template-5 .cuad-hero-title, .cuad-template-5 .cuad-form-col h2, .cuad-template-5 .cuad-map-col h2, .cuad-template-5 .cuad-faq-head h2 { letter-spacing: 0; }
.cuad-template-5 .cuad-follow-box, .cuad-template-5 .cuad-book-box { border-radius: 6px; }

/* ---- Template 6: "Emerald Glass" — mesh gradient + glassmorphism ---- */
.cuad-template-6 .cuad-hero {
	background:
		radial-gradient(circle at 15% 20%, rgba(124,224,168,.35), transparent 45%),
		radial-gradient(circle at 85% 15%, rgba(139,90,43,.3), transparent 42%),
		linear-gradient(160deg, var(--cuad-dark) 0%, var(--cuad-primary) 100%);
}
.cuad-template-6 .cuad-info-card { background: rgba(255,255,255,.65); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.6); box-shadow: 0 12px 34px rgba(18,53,36,.1); }
.cuad-template-6 .cuad-follow-box, .cuad-template-6 .cuad-book-box { backdrop-filter: blur(10px); }
.cuad-template-6 .cuad-submit-btn { background: linear-gradient(135deg, var(--cuad-accent), #7CE0A8); color: #0A2318 !important; }
.cuad-template-6 .cuad-map-lazy-btn { background: linear-gradient(135deg, var(--cuad-primary), #1e6b45); }

/* ============ REVEAL ANIMATIONS ============ */
.cuad-root .cuad-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.cuad-root .cuad-reveal.is-visible { opacity: 1; transform: translateY(0); }
.cuad-root.cuad-no-anim .cuad-reveal { opacity: 1; transform: none; transition: none; }

/* ============ LAYOUT WIDTH ============ */
.cuad-layout-full {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: clamp(16px, 4vw, 64px);
	padding-right: clamp(16px, 4vw, 64px);
}
.cuad-layout-full .cuad-hero,
.cuad-layout-full .cuad-faq-section { border-radius: 0; }
.cuad-layout-boxed { max-width: 1240px; margin-left: auto; margin-right: auto; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
	.cuad-cards-grid { grid-template-columns: 1fr 1fr; margin-top: -50px; }
	.cuad-main-grid { grid-template-columns: 1fr; }
	.cuad-float-social.cuad-float-left { display: none; }
	.cuad-float-social.cuad-float-right { display: none; }
}
@media (max-width: 768px) {
	.cuad-hero-title { font-size: 30px; }
	.cuad-cards-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
	.cuad-info-card { padding: 20px 16px; }
	.cuad-form-col h2, .cuad-map-col h2 { font-size: 24px; }
	.cuad-modal { padding: 26px 20px; }
}
@media (max-width: 600px) {
	.cuad-hero { padding: 42px 18px 74px; border-radius: 20px; }
	.cuad-hero-buttons { flex-direction: column; align-items: stretch; }
	.cuad-hbtn { justify-content: flex-start; }
	.cuad-cards-grid { grid-template-columns: 1fr; margin-top: -40px; }
	.cuad-form-row { grid-template-columns: 1fr; }
	.cuad-faq-section { padding: 44px 14px 10px; border-radius: 20px; }
	.cuad-layout-full { padding-left: 14px; padding-right: 14px; }
	.cuad-book-box { flex-wrap: wrap; }
	.cuad-book-btn { width: 100%; }
}

/* Mobile quick-contact bar — fixed at the bottom of the viewport so Call &
   WhatsApp are always one tap away, even after the hero has scrolled off. */
.cuad-mobile-bar { display: none; }
@media (max-width: 782px) {
	.cuad-mobile-bar {
		display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 99998;
		box-shadow: 0 -6px 20px rgba(0,0,0,.14);
	}
	.cuad-mobile-bar a {
		flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
		padding: 13px 10px; color: #fff !important; font-weight: 800; font-size: 13.5px;
	}
	.cuad-mobile-bar a svg { width: 18px !important; height: 18px !important; }
	.cuad-mobile-bar .cuad-mbar-call { background: var(--cuad-dark); }
	.cuad-mobile-bar .cuad-mbar-wa { background: #25D366; }
	.cuad-mobile-bar .cuad-mbar-mail { background: var(--cuad-secondary); }
	/* keep content from hiding behind the fixed bar */
	.cuad-root { padding-bottom: 58px; }
}
