/* =========================================================
   THRIVE CANINE SERVICES — Custom Brand CSS
   Overrides Avarton template with Thrive brand palette
   ========================================================= */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Cormorant+Garant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Raleway:wght@300;400;500;600;700&display=swap');

/* Brand Colour Variables Override */
:root {
  --main-color: #364a31;           /* Emerald */
  --main-color-two: #b0947d;       /* Weathered Oak */
  --thrive-ivory: #f3ede3;         /* Ivory */
  --thrive-antique: #d7d1c6;       /* Antique Stone */
  --thrive-oak: #b0947d;           /* Weathered Oak */
  --thrive-brown: #291702;         /* Woodsy Brown (Primary) */
  --thrive-maroon: #550000;        /* Dark Maroon */
  --thrive-emerald: #364a31;       /* Emerald */
  --thrive-navy: #2f3e4c;          /* Oxford Blue */
  --thrive-graphite: #232328;      /* Graphite */
  --heading-color: #291702;
  --dark-color: #291702;
  --dark-color-two: #2f3e4c;
  --text-color: #4a3f35;
  --white-color: #ffffff;
  --color-three: #f7f3ed;          /* Light ivory sections */
  --color-four: #eae4d8;
}

/* Typography */
body {
  font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.sec-title h2,
.sec-title h3 {
  font-family: 'Cormorant Garant', serif;
  color: var(--thrive-brown);
  letter-spacing: 0.02em;
}
.main-menu .navigation > li > a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

/* ---- HEADER ---- */
.main-header {
  background: var(--thrive-ivory);
}
.header-top {
  background: var(--thrive-brown);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-top .text,
.header-top .text a,
.header-top .social-box li a {
  color: var(--thrive-antique);
}
.header-lower {
  background: var(--thrive-ivory);
  box-shadow: 0 2px 20px rgba(41,23,2,0.08);
}
/* ---- TEXT LOGO ---- */
.site-text-logo {
  display: block;
  text-decoration: none;
  line-height: 1;
}
.stl-thrive {
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 46px;
  color: #291702;
  line-height: 1;
}
.stl-name {
  display: block;
  font-family: 'Cormorant Garant', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #291702;
  margin-top: 2px;
}
.stl-tag {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b0947d;
  margin-top: 4px;
}
.sticky-header {
  background: var(--thrive-ivory);
}
.sticky-header .logo img,
.sticky-header .logo svg {
  height: 55px;
  width: auto;
  display: block;
  color: #291702;
}
.nav-logo svg,
.footer-widget .logo svg {
  height: 75px;
  width: auto;
  display: block;
  color: #f3ede3;
}

/* Nav links */
.main-menu .navigation > li > a {
  color: var(--thrive-brown) !important;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
  color: var(--thrive-emerald) !important;
}
.main-menu .navigation > li > ul {
  background: var(--thrive-ivory);
  border-top: 3px solid var(--thrive-oak);
}
.main-menu .navigation > li > ul li a {
  color: var(--thrive-brown);
}
.main-menu .navigation > li > ul li a:hover {
  color: var(--thrive-emerald);
  background: var(--thrive-ivory);
}

/* Book Now nav button */
.nav-book-btn {
  display: inline-block;
  padding: 10px 22px;
  background: var(--thrive-emerald);
  color: #fff !important;
  border-radius: 3px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.3s;
  margin-left: 15px;
}
.nav-book-btn:hover {
  background: var(--thrive-brown) !important;
  color: #fff !important;
}

/* ---- HERO SECTION ---- */
.thrive-hero {
  display: flex;
  min-height: 92vh;
  overflow: hidden;
}
.hero-split-text {
  flex: 0 0 52%;
  background-color: var(--thrive-brown);
  display: flex;
  align-items: center;
  padding: 80px 60px 80px 80px;
}
.hero-split-photo {
  flex: 0 0 48%;
  overflow: hidden;
  position: relative;
}
.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  display: block;
}
.thrive-hero .hero-content {
  max-width: 560px;
}
.thrive-hero .hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--thrive-oak);
  margin-bottom: 20px;
  display: block;
}
.thrive-hero h1 {
  font-family: 'Cormorant Garant', serif;
  font-size: 72px;
  line-height: 1.1;
  color: var(--thrive-ivory);
  margin-bottom: 28px;
  font-weight: 600;
}
.thrive-hero h1 em {
  font-style: italic;
  color: var(--thrive-oak);
}
.thrive-hero .hero-text {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(243,237,227,0.85);
  max-width: 560px;
  margin-bottom: 40px;
}
.thrive-hero .hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.thrive-hero .btn-primary-hero {
  display: inline-block;
  padding: 16px 36px;
  background: var(--thrive-oak);
  color: var(--thrive-brown);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s;
}
.thrive-hero .btn-primary-hero:hover {
  background: var(--thrive-ivory);
  color: var(--thrive-brown);
}
.thrive-hero .btn-outline-hero {
  display: inline-block;
  padding: 15px 36px;
  border: 2px solid rgba(243,237,227,0.5);
  color: var(--thrive-ivory);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s;
}
.thrive-hero .btn-outline-hero:hover {
  border-color: var(--thrive-oak);
  color: var(--thrive-oak);
}
.thrive-hero .hero-credentials {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.thrive-hero .hero-cred-item {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(176,148,125,0.85);
  padding-left: 16px;
  border-left: 2px solid var(--thrive-oak);
}

/* ---- PAGE TITLE (inner pages) ---- */
.page-title {
  background-color: var(--thrive-brown);
  padding: 80px 0 60px;
  position: relative;
}
.page-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--thrive-oak), var(--thrive-maroon), var(--thrive-emerald));
}
.page-title h1 {
  font-family: 'Cormorant Garant', serif;
  font-size: 54px;
  color: var(--thrive-ivory);
  font-weight: 600;
  margin-bottom: 12px;
}
.page-title .bread-crumb li,
.page-title .bread-crumb li a {
  color: var(--thrive-oak);
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.page-title .bread-crumb li::before {
  color: var(--thrive-oak);
}

/* ---- SEC-TITLE ---- */
.sec-title .title {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--thrive-oak);
  background-color: transparent;
  padding: 0;
  margin-bottom: 12px;
}
.sec-title h2 {
  font-family: 'Cormorant Garant', serif;
  color: var(--thrive-brown);
  font-size: 44px;
  line-height: 1.2;
}
.sec-title.light h2,
.sec-title.light .title {
  color: var(--thrive-ivory);
}
.sec-title.light .title {
  color: var(--thrive-oak);
}

/* ---- ABOUT SECTION ---- */
.about-section {
  background: var(--thrive-ivory);
  padding: 100px 0;
}
.about-section .sec-title h2 { font-size: 46px; }
.about-section .text { color: var(--text-color); line-height: 1.9; font-family: 'Raleway', sans-serif; }
.about-section .option-list li {
  font-family: 'Raleway', sans-serif;
  color: var(--thrive-brown);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.about-section .option-list .icon { color: var(--thrive-emerald); }
.counter-column .count-outer { color: var(--thrive-emerald); font-family: 'Cormorant Garant', serif; font-size: 56px; }
.counter-column .counter-title { font-family: 'Raleway', sans-serif; font-size: 13px; color: var(--text-color); text-transform: uppercase; letter-spacing: 0.1em; }

/* ---- SERVICES SECTION ---- */
.services-section {
  background: #fff;
  padding: 90px 0;
}
.service-block .inner-box {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(41,23,2,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-block .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(41,23,2,0.15);
}
.service-block .lower-content { background: var(--thrive-ivory); padding: 20px 22px; }
.service-block .lower-content h4 a { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 22px; }
.service-block .lower-content .lessons { background: var(--thrive-emerald); }
.service-block .lower-content .lessons.color-two { background: var(--thrive-maroon); }
.service-block .lower-content .lessons.color-three { background: var(--thrive-navy); }
.service-block .lower-content .lessons.color-four { background: var(--thrive-oak); }

/* ---- APPROACH / PROCESS SECTION ---- */
.process-section {
  background: var(--thrive-brown) !important;
  background-image: none !important;
  padding: 90px 0;
  position: relative;
}
.process-block .inner-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(176,148,125,0.25);
  border-radius: 4px;
  padding: 40px 30px;
  transition: background 0.3s, border-color 0.3s;
}
.process-block .inner-box:hover {
  background: rgba(176,148,125,0.12);
  border-color: var(--thrive-oak);
}
.process-block .icon { color: var(--thrive-oak) !important; font-size: 48px; }
.process-block .step { color: var(--thrive-oak); font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.process-block h4 a { font-family: 'Cormorant Garant', serif; color: var(--thrive-ivory); font-size: 24px; }
.process-block .text { color: rgba(243,237,227,0.75); font-family: 'Raleway', sans-serif; line-height: 1.8; }

/* ---- CTA / COURSE SECTION ---- */
.course-section {
  background: var(--thrive-ivory);
  padding: 90px 0;
}
.course-section .sec-title h2 { font-size: 44px; }
.course-section .text { color: var(--text-color); font-family: 'Raleway', sans-serif; line-height: 1.9; }
.course-section .email-box input {
  background: #fff;
  border: 2px solid var(--thrive-antique);
  color: var(--thrive-brown);
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
}
.course-section .email-box input:focus { border-color: var(--thrive-emerald); }

/* ---- CLIENTS / CREDENTIALS SECTION ---- */
.clients-section {
  background: var(--thrive-brown);
  padding: 70px 0;
}
.client-block .inner-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(176,148,125,0.2);
  border-radius: 4px;
  padding: 40px 35px;
  transition: background 0.3s;
}
.client-block .inner-box:hover { background: rgba(176,148,125,0.12); }
.client-block .icon { color: var(--thrive-oak); font-size: 40px; }
.client-block h4 { font-family: 'Cormorant Garant', serif; color: var(--thrive-ivory); font-size: 26px; }
.client-block .inner-box h4 span { color: var(--thrive-ivory) !important; border-bottom-color: var(--thrive-oak) !important; }
.client-block .text { color: rgba(243,237,227,0.75); font-family: 'Raleway', sans-serif; line-height: 1.8; }

/* ---- TESTIMONIALS ---- */
.testimonial-section { background: var(--thrive-ivory); padding: 90px 0; }
.testimonial-block .inner-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(41,23,2,0.06);
  border-left: 4px solid var(--thrive-emerald);
}
.testimonial-block .quote-icon { color: var(--thrive-oak); }
.testimonial-block .text { font-family: 'Raleway', sans-serif; color: var(--text-color); line-height: 1.9; font-style: italic; }
.testimonial-block h5 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 20px; }
.testimonial-block .designation { color: var(--thrive-oak); font-family: 'Raleway', sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.testimonial-block .fa-star { color: var(--thrive-oak); }

/* ---- BLOG / RESOURCES SECTION ---- */
.news-section { background: #fff; padding: 90px 0; }
.news-block h3 a { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 26px; line-height: 1.35; }
.news-block h3 a:hover { color: var(--thrive-emerald); }
.news-block .post-date { font-family: 'Raleway', sans-serif; color: var(--thrive-oak); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.news-block .inner-box { border-bottom: 3px solid var(--thrive-antique); transition: border-color 0.3s; }
.news-block .inner-box:hover { border-color: var(--thrive-emerald); }

/* ---- BUTTONS ---- */
.theme-btn.btn-style-one {
  background: var(--thrive-emerald);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
  transition: background 0.3s;
}
.theme-btn.btn-style-one:hover { background: var(--thrive-brown); }
.theme-btn.btn-style-two {
  background: var(--thrive-oak);
  color: var(--thrive-brown);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.theme-btn.btn-style-two:hover { background: var(--thrive-ivory); }
.theme-btn.btn-style-three {
  background: var(--thrive-brown);
  color: var(--thrive-ivory);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.theme-btn.btn-style-three:hover { background: var(--thrive-emerald); color: #fff; }

/* ---- FOOTER ---- */
.main-footer {
  background: var(--thrive-graphite);
}
.footer-widget h5 {
  font-family: 'Cormorant Garant', serif;
  color: var(--thrive-ivory);
  font-size: 22px;
  border-bottom: 2px solid var(--thrive-oak);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.footer-widget .text { color: rgba(215,209,198,0.75); font-family: 'Raleway', sans-serif; line-height: 1.9; }
.list-link li a { color: rgba(215,209,198,0.75); font-family: 'Raleway', sans-serif; font-size: 14px; }
.list-link li a:hover { color: var(--thrive-oak); }
.contact-info-list span { color: var(--thrive-oak); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-info-list li a { color: rgba(215,209,198,0.75); font-family: 'Raleway', sans-serif; }
.footer-bottom { border-top: 1px solid rgba(215,209,198,0.15); padding: 20px 0; }
.footer-bottom .copyright { color: rgba(215,209,198,0.5); font-family: 'Raleway', sans-serif; font-size: 13px; }
.footer-bottom .copyright a { color: var(--thrive-oak); }
.main-footer .social-box li a {
  background: rgba(255,255,255,0.08);
  color: var(--thrive-antique);
  transition: background 0.3s, color 0.3s;
}
.main-footer .social-box li a:hover {
  background: var(--thrive-emerald);
  color: #fff;
}

/* ---- SIDEBAR WIDGET ---- */
.xs-sidebar-group .xs-sidebar-widget { background: var(--thrive-ivory); }
.sidebar-info-contents h4 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); }
.sidebar-info-contents .text { color: var(--text-color); font-family: 'Raleway', sans-serif; }
.list-style-one .icon { color: var(--thrive-emerald); }

/* ---- SERVICE DETAIL PAGE ---- */
.services-detail-section { background: var(--thrive-ivory); padding: 90px 0; }
.services-detail-section h2 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 42px; }
.services-detail-section h4 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 28px; margin-top: 30px; }
.services-detail-section p { font-family: 'Raleway', sans-serif; color: var(--text-color); line-height: 1.9; }
.services-detail-section ul li { font-family: 'Raleway', sans-serif; color: var(--text-color); line-height: 1.8; padding-left: 20px; position: relative; }
.services-detail-section ul li::before { content: '—'; color: var(--thrive-oak); position: absolute; left: 0; }

/* Pricing cards */
.price-card {
  background: #fff;
  border: 1px solid var(--thrive-antique);
  border-radius: 4px;
  padding: 35px 30px;
  margin-bottom: 25px;
  border-top: 4px solid var(--thrive-emerald);
  transition: box-shadow 0.3s;
}
.price-card:hover { box-shadow: 0 8px 30px rgba(41,23,2,0.1); }
.price-card.maroon { border-top-color: var(--thrive-maroon); }
.price-card.navy { border-top-color: var(--thrive-navy); }
.price-card.oak { border-top-color: var(--thrive-oak); }
.price-card h4 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 26px; margin-bottom: 5px; }
.price-card .price-tag { font-family: 'Cormorant Garant', serif; color: var(--thrive-emerald); font-size: 36px; font-weight: 600; margin: 15px 0; }
.price-card .price-tag.maroon-price { color: var(--thrive-maroon); }
.price-card ul { list-style: none; padding: 0; margin: 15px 0; }
.price-card ul li { font-family: 'Raleway', sans-serif; font-size: 14px; color: var(--text-color); padding: 6px 0 6px 20px; border-bottom: 1px solid rgba(215,209,198,0.4); position: relative; }
.price-card ul li::before { content: '✓'; color: var(--thrive-emerald); position: absolute; left: 0; font-weight: 700; }

/* ---- ABOUT PAGE ---- */
.team-section { background: var(--thrive-ivory); padding: 90px 0; }
.team-member-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 20px rgba(41,23,2,0.07); margin-bottom: 40px; }
.team-member-card .member-info { padding: 35px; }
.team-member-card .member-info h3 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 36px; margin-bottom: 5px; }
.team-member-card .member-info .title { color: var(--thrive-oak); font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; }
.team-member-card .member-info .credentials { font-family: 'Raleway', sans-serif; font-size: 14px; color: var(--thrive-emerald); font-weight: 600; margin-bottom: 20px; }
.team-member-card .member-info p { font-family: 'Raleway', sans-serif; color: var(--text-color); line-height: 1.9; }
.credentials-section { background: var(--thrive-brown); padding: 70px 0; }
.credentials-section h2 { font-family: 'Cormorant Garant', serif; color: var(--thrive-ivory); font-size: 40px; text-align: center; margin-bottom: 50px; }
.credential-logo { filter: brightness(0) invert(1); opacity: 0.75; transition: opacity 0.3s; max-height: 70px; }
.credential-logo:hover { opacity: 1; }

/* ---- VALUES SECTION ---- */
.values-section { background: #fff; padding: 90px 0; }
.value-card { text-align: center; padding: 40px 25px; }
.value-card .icon { font-size: 38px; color: var(--thrive-oak); margin-bottom: 20px; display: block; }
.value-card h4 { font-family: 'Cormorant Garant', serif; color: var(--thrive-brown); font-size: 26px; margin-bottom: 12px; }
.value-card p { font-family: 'Raleway', sans-serif; color: var(--text-color); font-size: 14px; line-height: 1.8; }

/* ---- CONTACT SECTION ---- */
.contact-section { background: var(--thrive-ivory); padding: 90px 0; }
.contact-section .form-control {
  background: #fff;
  border: 2px solid var(--thrive-antique);
  border-radius: 3px;
  font-family: 'Raleway', sans-serif;
  color: var(--thrive-brown);
  padding: 14px 18px;
  transition: border-color 0.3s;
}
.contact-section .form-control:focus { border-color: var(--thrive-emerald); outline: none; box-shadow: none; }
.contact-section .contact-info-box { background: var(--thrive-brown); border-radius: 4px; padding: 45px 35px; }
.contact-section .contact-info-box h3 { font-family: 'Cormorant Garant', serif; color: var(--thrive-ivory); font-size: 32px; margin-bottom: 30px; }
.contact-section .contact-info-box .info-item { display: flex; gap: 15px; margin-bottom: 24px; align-items: flex-start; }
.contact-section .contact-info-box .info-icon { color: var(--thrive-oak); font-size: 18px; margin-top: 3px; flex-shrink: 0; }
.contact-section .contact-info-box .info-text { font-family: 'Raleway', sans-serif; color: rgba(243,237,227,0.85); font-size: 15px; line-height: 1.6; }
.contact-section .contact-info-box .info-text a { color: var(--thrive-oak); }

/* ---- SCROLL TO TOP ---- */
.scroll-to-top { background: var(--thrive-emerald); }
.scroll-to-top:hover { background: var(--thrive-brown); }

/* ---- PRELOADER ---- */
.preloader { background-color: var(--thrive-ivory); }

/* ---- MOBILE ---- */
.mobile-menu .menu-box { background: var(--thrive-ivory); }
.mobile-menu .close-btn span { color: var(--thrive-brown); }

/* ---- TEAM PHOTO CAROUSELS ---- */
.team-photo-carousel { border-radius: 4px; overflow: hidden; }
.team-photo-carousel .team-photo-slide img { display: block; }
.team-photo-carousel.owl-carousel .owl-dots { margin-top: 14px; text-align: center; }
.team-photo-carousel.owl-carousel .owl-dot span {
  width: 8px; height: 8px; border-radius: 50%;
  background: #d7d1c6; margin: 0 4px; display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
}
.team-photo-carousel.owl-carousel .owl-dot.active span,
.team-photo-carousel.owl-carousel .owl-dot:hover span {
  background: #364a31; transform: scale(1.2);
}
.team-photo-carousel.owl-carousel .owl-stage-outer { border-radius: 4px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .thrive-hero { flex-direction: column; }
  .hero-split-text { flex: none; width: 100%; padding: 70px 30px; }
  .hero-split-photo { flex: none; width: 100%; min-height: 55vw; }
  .hero-photo-img { height: 55vw; }
}
@media (max-width: 768px) {
  .thrive-hero h1 { font-size: 44px; }
  .hero-split-text { padding: 60px 20px; }
  .hero-split-photo { min-height: 70vw; }
  .hero-photo-img { height: 70vw; }
  .sec-title h2 { font-size: 34px; }
  .page-title h1 { font-size: 38px; }
}
