/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.20.5
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.header-timmi {
    padding-top: 0px !important;
}
.hero-mountains {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: url("/wp-content/uploads/timmi/mount.svg") no-repeat bottom / cover;
z-index: 1;
}
.hero-text-box {
    z-index: 6;
}
.stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 10% 15%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(1px 1px at 25% 8%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(1px 1px at 40% 20%, rgba(255, 255, 255, 0.4) 0%, transparent 100%), radial-gradient(1px 1px at 55% 5%, rgba(255, 255, 255, 0.7) 0%, transparent 100%), radial-gradient(1px 1px at 70% 18%, rgba(255, 255, 255, 0.4) 0%, transparent 100%), radial-gradient(1px 1px at 85% 10%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(1px 1px at 15% 35%, rgba(255, 255, 255, 0.3) 0%, transparent 100%), radial-gradient(1px 1px at 60% 30%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(1.5px 1.5px at 90% 25%, rgba(255, 255, 220, 0.8) 0%, transparent 100%), radial-gradient(1px 1px at 35% 12%, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
	z-index: 1;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(46, 107, 71, 0.35) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(192, 154, 58, 0.15) 0%, transparent 50%), linear-gradient(160deg, #0d2218 0%, #1C3A2A 40%, #152d1f 100%);
	z-index: 1;
}
.hero-trees {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: url("/wp-content/uploads/timmi/tree.svg") repeat-x bottom / 120px;
    opacity: 0.6;
	z-index: 1;
}
.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 48%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: pulseLine 1.8s ease-in-out infinite;
	z-index: 1;
}
.scroll-arrow {
    width: 1px;
    height: 40px;
    background-image: linear-gradient(rgb(192, 154, 58), transparent);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    animation: fadeUp 1.2s 1.2s ease both;
	z-index: 1;
}
.scroll-hint span {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

h2.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.2rem, 8vw, 6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 1rem;
    animation: fadeUp 1.2s 0.4s ease both;
}
.hero-eyebrow {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    color: #c09a3a;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    animation: fadeUp 1.2s 0.2s ease both;
}
.intro-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    position: relative;
    padding-left: 2rem;
}
.intro-body {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.85;
}
.intro-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.2em;
    font-size: 4rem;
    color: #c09a3a;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.details-card {
  background: linear-gradient(90deg, #163f2e 0%, #0f3a28 100%);
  max-width: 470px;
  padding: 42px 38px 36px;
  color: #fff;
  box-sizing: border-box;
}

.details-card h3 {
  margin: 0 0 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(184, 145, 58, 0.35);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #c79a3b;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.detail-label,
.detail-value {
  display: block;
}

.detail-label {
  flex: 0 0 42%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(214, 218, 206, 0.78);
}

.detail-value {
  flex: 1;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.feature-icon {
    width: 36px;
    height: 36px;
    background: #1c3a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    margin-top: 0.1rem;
}
.feature-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 1rem;
    line-height: 1.5;
    color: #2c2c2c;
}
.section-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c09a3a;
    margin-bottom: 0.8rem;
    display: block;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #1c3a2a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
	display: block;
}
.section-title em {
    font-style: italic;
    color: #2e6b47;
}

.divider {
    width: 60px;
    height: 3px;
    background: #c09a3a;
    margin-bottom: 2rem;
}
.audience-card {
    background: white;
    padding: 2rem;
    border-left: 4px solid #c09a3a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 40% 60%, rgba(46, 107, 71, 0.4) 0%, transparent 50%), linear-gradient(135deg, #0d2218 0%, #1C3A2A 100%);
}
.map-pin {
    position: relative;
    z-index: 2;
    text-align: center;
}
.map-pin-dot {
    width: 20px;
    height: 20px;
    background: #c09a3a;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    box-shadow: 0 0 0 6px rgba(192, 154, 58, 0.3), 0 0 0 12px rgba(192, 154, 58, 0.1);
    animation: pulse 2s ease-in-out infinite;
}

.location-visual {
    background: #1c3a2a;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.distance-bar {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.06);
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dist-city {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}
.dist-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #c09a3a, rgba(255, 255, 255, 0.2));
}
.dist-time {
    font-family: 'Playfair Display', serif;
    color: #c09a3a;
    font-size: 1rem;
}
.map-label {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: #c09a3a;
    font-style: italic;
}
.map-sublabel {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.3rem;
}
.timmi_map_col {
    margin-top: 48px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(192,154,58,0.5);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 12px rgba(192,154,58,0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(192,154,58,0);
  }
}
.cta-section .section-title {
    color: white;
}
.cta-section .divider {
    margin: 0 auto 2rem;
}
.cta-body {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 560px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.cta-email {
    display: inline-block;
    padding: 1.1rem 3rem;
	padding-top: 1px;
    background: #c09a3a;
    color: #1c3a2a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}
.cta-note {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.08em;
    margin-top: 1rem;
}

.jetpack-likes-widget-wrapper {
  display: none !important;
}
@keyframes pulseLine {
  0% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }
}