/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,WONK@0,9..144,100..900,1;1,9..144,100..900,1&display=swap');

:root {
  --ocean-deep: #08233a;
  --ocean: #0b4f6c;
  --ocean-mid: #145374;
  --teal: #1c7a8c;
  --cyan: #00ffff;
  --cyan-soft: #bff5f5;
  --cyan-glow: rgba(0, 255, 255, 0.35);
  --white: #ffffff;
  --off-white: #f6fbfc;
  --sand: #eef6f7;
  --grey-1: #5a6b73;
  --grey-2: #8a9aa0;
  --grey-border: #e4eef0;
  --shadow-sm: 0 2px 8px rgba(8, 35, 58, 0.06);
  --shadow-md: 0 12px 32px rgba(8, 35, 58, 0.08);
  --shadow-lg: 0 24px 60px rgba(8, 35, 58, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
}

.pad-lg {padding-block: clamp(40px, 11.7vw, 120px);}
.pad-lg-start {padding-block-start: clamp(40px, 11.7vw, 120px);}
.pad-lg-end {padding-block-end: clamp(40px, 11.7vw, 120px);}
.pad-md {padding-block: clamp(30px, 5.8vw, 80px);}
.pad-md-start {padding-block-start: clamp(30px, 5.8vw, 80px);}
.pad-md-end {padding-block-end: clamp(30px, 5.8vw, 80px);}
.pad-sm {padding-block: clamp(20px, 3.75vw, 60px);}
.pad-sm-start {padding-block-start: clamp(20px, 3.75vw, 60px);}
.pad-sm-end {padding-block-end: clamp(20px, 3.75vw, 60px);}
.pad-inline {padding-inline: clamp(1.25rem, -0.625rem + 8.3333vw, 9.375rem);}

.wd-nav > li > a {
	--nav-color: #08233a;
	--nav-color-active: #1c7a8c;
	--nav-color-hover: #1c7a8c;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text::after {
	background-color: #00ffff;
}

@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

h1 em {	
  color: #bff5f5;
  font-weight: 500;
  font-family: "Fraunces", Sans-serif;
}

:is(h2, h3) em {
  color: #1c7a8c;
  font-weight: 400;
  font-family: "Fraunces", Sans-serif;
}

.story-content p:first-of-type::first-letter {
  font-family:Fraunces;
  font-size: clamp(50px, 3.05rem + 0.375vw, 56px);
  font-weight: 500;
  color: #1c7a8c;
  float: left;
  line-height: 0.95;
  margin: 6px 12px 0 0;
}

.mvv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #338d9c,#01f9fa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.mvv-card:hover::before {
  transform: scaleX(1);
}

/* Timeline */

.timeline{
	.woodmart-timeline-dot{
		width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1c7a8c;
  box-shadow: 0 0 0 6px rgba(0, 255, 255, 0.15);
  left: calc(50% - 9px);
  aspect-ratio: 1;
	}
	.woodmart-timeline-line .line-dot{display:none;}
	.woodmart-timeline-line {
  width: 2px;
  border: none !important;
  background: linear-gradient(transparent,#1c7a8c 20% 80%,transparent 100%);
  }
	h4.wd-timeline-title {
  font-size: clamp(24px, 1.4rem + 0.5vw, 32px);
  font-weight: 500;
  color: #1c7a8c;
  font-style: italic;
  line-height: 1;
}
	.timeline-col{
  border: 1px solid #e4eef0;
  border-radius: 20px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(8, 35, 58, 0.06);
}
	.timeline-arrow {
  display: none;
}
	.timeline-col:has(.wd-timeline-image) {
		padding: 5px;}
	.timeline-col:has(.wd-timeline-image) .wd-timeline-content{display:none;}
	.timeline-col img{ border-radius:20px !important;aspect-ratio: 4/3;}
	.wd-timeline-image {
  margin: 0 !important;
  }
}

.form {
  display: grid;
  gap: 22px;
}
.form br {display: none;}
.form p {margin-bottom: 10px;}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field { display: flex; flex-direction: column; }
.field label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ocean-deep);
  margin-bottom: 8px;
}
.field label .req { color: var(--teal); margin-left: 2px; }
.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ocean-deep);
  background: var(--off-white);
  border: 1.5px solid var(--grey-border);
  border-radius: var(--radius-md);
/*   padding: 14px 16px; */
  transition: all 0.2s;
  outline: none;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--grey-2); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  background: var(--white);
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(28, 122, 140, 0.1);
}
.field textarea {
  min-height: 140px;
  resize: vertical;
  font-family: var(--font-body);
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2308233a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}
.form-submit-row p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ocean-deep);
  color: var(--white);
  border: none;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.btn-submit::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--teal), var(--ocean-mid));
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}
.btn-submit:hover::before { transform: translateX(0); }
.btn-submit > * { position: relative; z-index: 1; }
.btn-submit:hover { box-shadow: 0 12px 32px rgba(11, 79, 108, 0.35); }
.btn-submit svg { width: 16px; height: 16px; }
.form-note {
  font-size: 12.5px;
  color: var(--grey-2);
  max-width: 280px;
}
.wd-logo.wd-main-logo img {
	filter: drop-shadow(0 4px 14px rgba(20, 83, 116, 0.35));
}

.whb-sticked .whb-sticky-row.whb-sticky-row.whb-sticky-row {
	background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--grey-border);
}

@media (max-width: 768px) {
  .timeline .woodmart-timeline-line{left:20px;}
  .timeline :is(.wd-item-position-left, .wd-item-position-right) .woodmart-timeline-dot { top: 50%; left: 13px; }
	.timeline .timeline-col:has(.wd-timeline-image){display:none;}
	.timeline .timeline-col { padding: 20px!important;}
	.elementor-widget-text-editor br {display: none;}
	.wd-header-text:has(.gt_switcher-popup) {
		flex-grow: 0 !important;
	}
	.hustle-ui.module_id_1 .hustle-layout .hustle-image {
	height: 250px !important;
}
	.hustle-ui.module_id_1 .hustle-layout .hustle-image img {
	object-position: center !important;
}
	.hustle-ui.module_id_1 .hustle-layout .hustle-subtitle {
		font-size: 20px !important;
  line-height: 1.2 !important;
	}
	.hustle-ui .hustle-optin .hustle-layout .hustle-layout-content .hustle-content .hustle-content-wrap {
		padding: 0px !important;
	}
}