/*
Theme Name:   June Salon & Spa
Theme URI:    https://junesalonbangalore.com
Description:  Standalone theme for June Salon & Spa, Indiranagar, Bengaluru. Soft grey background, white rounded sections, pill buttons, lowercase serif headings, minimal warm palette.
Author:       Adowlz Digital Agency
Author URI:   https://adowlz.com
Version:      3.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  june-salon
*/

/* ==========================================================================
   DESIGN SYSTEM
   Soft grey background, white rounded sections, pill buttons,
   lowercase serif headings, minimal warm palette.
   ========================================================================== */

:root {
  --june-bg:           #F3F1ED;
  --june-card:         #FFFFFF;
  --june-card-alt:     #F0EDE8;
  --june-dark:         #1A1A1A;
  --june-text:         #6B6B6B;
  --june-text-light:   #ABABAB;
  --june-text-muted:   #C5C0B8;
  --june-border:       #E8E5E0;
  --june-white:        #FFFFFF;
  --june-radius:       24px;
  --june-radius-sm:    16px;
  --june-radius-xs:    12px;
  --june-radius-pill:  100px;
  --june-shadow:       0 1px 20px rgba(0, 0, 0, 0.03);
  --june-shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.07);
  --june-font-heading: 'Cormorant Garamond', Georgia, serif;
  --june-font-body:    'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}


/* ==========================================================================
   1. BODY & PAGE WRAPPER — grey background everywhere
   ========================================================================== */

body,
html {
  background-color: var(--june-bg) !important;
  font-family: var(--june-font-body) !important;
  color: var(--june-text) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ajax-content-wrap,
.container-wrap,
body .container-wrap,
.main-content,
body[data-bg-header="true"] .container-wrap,
body .wpb_row,
body .vc_row {
  background-color: var(--june-bg) !important;
}

::selection {
  background: rgba(26, 26, 26, 0.08);
}


/* ==========================================================================
   1b. BASE LAYOUT — replaces Salient's grid foundation
   ========================================================================== */

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

/* Prevent horizontal overflow on all screens */
html {
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden !important;
  max-width: 100%;
  width: 100%;
}
#ajax-content-wrap,
.container-wrap,
.container-wrap .container.main-content,
.container-wrap .container.main-content .row {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#ajax-content-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Remove any framework .container max-width — let rows control their own */
.container-wrap > .container,
.container-wrap > .container.main-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.container-wrap .main-content > .row {
  width: 100%;
}

/* Full-width section rows — span entire viewport, bg stretches edge-to-edge */
.wpb_row.full-width-section,
body .full-width-section {
  width: 100% !important;
  position: relative;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

/* Row background layers — fill the row */
.row-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.row-bg-wrap .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.row-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

/* Salient 12-column grid wrapper */
.row_col_wrap_12 {
  position: relative;
  z-index: 10;
}
.col.span_12 {
  float: none;
  width: 100%;
  position: relative;
  z-index: 10;
}

/* Light / dark text on rows */
.col.span_12.light,
.col.span_12.light p,
.col.span_12.light h1,
.col.span_12.light h2,
.col.span_12.light h3,
.col.span_12.light h4,
.col.span_12.light .wpb_text_column,
.col.span_12.light .vc_column_text {
  color: #fff !important;
}

/* WPBakery column containers */
.wpb_column.column_container {
  position: relative;
}
.wpb_column .vc_column-inner {
  position: relative;
}
.wpb_column .vc_column-inner > .wpb_wrapper {
  position: relative;
}

/* WPBakery column width grid (Salient uses these instead of vc_col-sm-*) */
.vc_col-sm-12 { width: 100%; }
.vc_col-sm-9  { width: 75%; }
.vc_col-sm-8  { width: 66.666%; }
.vc_col-sm-6  { width: 50%; }
.vc_col-sm-4  { width: 33.333%; }
.vc_col-sm-3  { width: 25%; }
.vc_col-sm-2  { width: 16.666%; }

/* Column float layout within rows */
.row_col_wrap_12 > .wpb_column {
  float: left;
}
.row_col_wrap_12::after {
  content: "";
  display: table;
  clear: both;
}

/* Centered text alignment classes from WPBakery */
.centered-text,
.center {
  text-align: center;
}

/* Padding helper classes from Salient */
.padding-2-percent > .vc_column-inner { padding: 2%; }
.padding-3-percent > .vc_column-inner { padding: 3%; }
.padding-4-percent > .vc_column-inner { padding: 4%; }
.padding-5-percent > .vc_column-inner { padding: 5%; }
.padding-6-percent > .vc_column-inner { padding: 6%; }

/* No extra padding class */
.no-extra-padding > .vc_column-inner {
  padding: 0;
}

/* WPBakery image elements */
.img-with-aniamtion-wrap,
.img-with-animation-wrap {
  display: inline-block;
  max-width: 100%;
}
.img-with-aniamtion-wrap img,
.img-with-animation-wrap img {
  max-width: 100%;
  height: auto;
}

/* Nectar highlighted text */
.nectar-highlighted-text,
.nectar_highlighted_text {
  position: relative;
}

/* Nectar button wrapper */
.nectar-button-wrap {
  display: inline-block;
}


/* ==========================================================================
   2. TYPOGRAPHY — serif headings, sans-serif body
   ========================================================================== */

h1, h2, h3, h4, h5, h6,
.nectar-fancy-heading,
.wpb_heading,
.vc_custom_heading,
.split-line-heading h1,
.split-line-heading h2,
.split-line-heading h3,
.nectar-fancy-heading h1,
.nectar-fancy-heading h2,
.nectar-fancy-heading h3 {
  font-family: var(--june-font-heading) !important;
  color: var(--june-dark) !important;
  font-weight: 400 !important;
}

body,
p,
.wpb_text_column,
.vc_column_text,
.wpb_wrapper p,
.main-content p {
  font-family: var(--june-font-body) !important;
  color: var(--june-text);
}

a {
  color: var(--june-dark);
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
  color: var(--june-dark);
}


/* ==========================================================================
   3. ANNOUNCEMENT BAR
   ========================================================================== */

.june-announce-bar {
  text-align: center;
  padding: 10px 20px;
  font-family: var(--june-font-body);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  background: #8b7953;
  position: relative;
  z-index: 999;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.june-announce-bar a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* ==========================================================================
   4. HEADER — fixed, frosted glass, announcement bar aware
   ========================================================================== */

/* Reserve space so content sits below the fixed header */
#header-space {
  height: 70px;
  display: block;
  background: var(--june-bg);
}

/* Fixed header bar */
#header-outer {
  position: fixed;
  top: 38px;                 /* sits below the 38px announcement bar */
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(243, 241, 237, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  transition: top 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Scrolled — announcement bar has scrolled away, snap header to top */
#header-outer.scrolled-down {
  top: 0;
  background: rgba(243, 241, 237, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 10px rgba(0,0,0,0.06);
}

/* WordPress admin bar adjustment (32px on desktop, 46px on mobile) */
.admin-bar #header-outer {
  top: 70px;                 /* 32px admin bar + 38px announce bar */
}
.admin-bar #header-outer.scrolled-down {
  top: 32px;                 /* just below admin bar */
}
@media screen and (max-width: 782px) {
  .admin-bar #header-outer {
    top: 84px;               /* 46px mobile admin bar + 38px announce bar */
  }
  .admin-bar #header-outer.scrolled-down {
    top: 46px;
  }
}

/* Inner flex layout: logo — nav — hamburger */
.june-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  height: 70px;
}

/* Logo */
#logo a {
  display: flex;
  align-items: center;
}
#logo img {
  max-height: 55px;
  width: auto;
}

/* Nav container */
#june-main-nav .sf-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

#june-main-nav .sf-menu > li {
  position: relative;
}

/* Nav links */
#june-main-nav .sf-menu > li > a {
  font-family: var(--june-font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--june-dark);
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  transition: opacity 0.3s ease;
}
#june-main-nav .sf-menu > li > a:hover {
  opacity: 0.6;
}

/* "Book Now" button in nav — last item pill */
#june-main-nav .sf-menu > li:last-child > a,
#june-main-nav .sf-menu > li.menu-cta > a,
#june-main-nav .sf-menu > li.button_solid_color > a,
#june-main-nav .sf-menu > li.button_bordered > a {
  background-color: #78743b;
  color: var(--june-white);
  border-radius: var(--june-radius-pill);
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  border: none;
  box-shadow: none;
}
#june-main-nav .sf-menu > li:last-child > a:hover,
#june-main-nav .sf-menu > li.menu-cta > a:hover {
  opacity: 1;
  background-color: #C9A96E;
}

/* Sub-menus (dropdowns) */
#june-main-nav .sf-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--june-card);
  border: 1px solid var(--june-border);
  border-radius: var(--june-radius-xs);
  box-shadow: var(--june-shadow-hover);
  padding: 10px 0;
  min-width: 200px;
  z-index: 100;
  list-style: none;
}
#june-main-nav .sf-menu li:hover > .sub-menu {
  display: block;
}
#june-main-nav .sf-menu .sub-menu li a {
  display: block;
  padding: 8px 20px;
  font-family: var(--june-font-body);
  font-size: 13px;
  color: var(--june-text);
  text-decoration: none;
  transition: background 0.2s ease;
}
#june-main-nav .sf-menu .sub-menu li a:hover {
  background: var(--june-bg);
  color: var(--june-dark);
  opacity: 1;
}

/* Mobile hamburger toggle */
#june-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10002;
}
#june-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--june-dark);
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
#june-mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#june-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
#june-mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}


/* ==========================================================================
   5. ROW STYLING — rounded cards on grey background
   ========================================================================== */

/* ALL WPBakery rows: constrain width, round, and add spacing */
body .container-wrap .main-content .wpb_row,
body .container-wrap .main-content .vc_row {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 16px !important;
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
}

/* Full-width rows WITH a background color — make them white cards */
body .wpb_row.full-width-section,
body .vc_row.full-width-section {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 16px !important;
  box-shadow: var(--june-shadow) !important;
}

/* In-container rows (spacer rows) — transparent, no card */
body .wpb_row:not(.full-width-section):not(.full-width-content),
body .vc_row[data-vc-full-width]:not([data-vc-stretch-content]) {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Row BG layer — rounded to match card */
.row-bg-wrap,
.row-bg {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
}

/* Service cards — equal height columns */
.wpb_row .row_col_wrap_12,
.wpb_row > .col.span_12 {
  display: flex !important;
  flex-wrap: wrap !important;
}

.wpb_row .row_col_wrap_12 > .wpb_column,
.wpb_row > .col.span_12 > .wpb_column {
  display: flex !important;
}

.wpb_row .row_col_wrap_12 > .wpb_column > .vc_column-inner,
.wpb_row > .col.span_12 > .wpb_column > .vc_column-inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  width: 100% !important;
}

.wpb_row .row_col_wrap_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

/* Push the button to the bottom of each card */
.wpb_row .row_col_wrap_12 > .wpb_column > .vc_column-inner > .wpb_wrapper > .nectar-button-wrap {
  margin-top: auto !important;
}


/* ==========================================================================
   5b. SERVICE CARDS — full-bleed image with text overlay
   ========================================================================== */

/* Services row — reduce padding, tighten spacing */
#services-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  overflow: hidden !important;
}
#services-section .row_col_wrap_12 {
  gap: 12px !important;
  flex-wrap: wrap !important;
}
/* Heading column stays full width */
#services-section .vc_col-sm-12 {
  flex: 0 0 100% !important;
  width: 100% !important;
}

/* Each service column — tall image card, 4 in a row */
#services-section .vc_col-sm-3[data-shadow] {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--june-radius-sm) !important;
  min-height: 380px !important;
  padding: 0 !important;
  background: var(--june-dark) !important;
  width: calc(25% - 12px) !important;
  flex: 1 1 calc(25% - 12px) !important;
  max-width: calc(25% - 12px) !important;
  float: none !important;
}
#services-section .vc_col-sm-3[data-shadow] > .column-bg-overlay-wrap,
#services-section .vc_col-sm-3[data-shadow] > .column-bg-overlay-wrap .column-bg-overlay {
  display: none !important;
}
#services-section .vc_col-sm-3[data-shadow] > .vc_column-inner {
  position: relative !important;
  z-index: 2 !important;
  padding: 0 !important;
  height: 100% !important;
}
#services-section .vc_col-sm-3[data-shadow] .wpb_wrapper {
  height: 100% !important;
  position: relative !important;
}

/* Image fills the entire card */
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap,
#services-section .vc_col-sm-3[data-shadow] .img-with-animation-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap .inner,
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap .hover-wrap,
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap .hover-wrap-inner {
  width: 100% !important;
  height: 100% !important;
}
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  display: block !important;
}

/* Linear gradient on image only */
#services-section .vc_col-sm-3[data-shadow] .img-with-aniamtion-wrap::after,
#services-section .vc_col-sm-3[data-shadow] .img-with-animation-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0)    100%);
  pointer-events: none;
}

/* Text content — overlay at bottom */
#services-section .vc_col-sm-3[data-shadow] .nectar-highlighted-text,
#services-section .vc_col-sm-3[data-shadow] .wpb_text_column,
#services-section .vc_col-sm-3[data-shadow] .nectar-button-wrap,
#services-section .vc_col-sm-3[data-shadow] a.nectar-button {
  position: relative !important;
  z-index: 3 !important;
}

#services-section .vc_col-sm-3[data-shadow] .nectar-highlighted-text p,
#services-section .vc_col-sm-3[data-shadow] h3,
#services-section .vc_col-sm-3[data-shadow] h4 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  font-size: 20px !important;
  font-family: var(--june-font-heading) !important;
  font-weight: 400 !important;
}
#services-section .vc_col-sm-3[data-shadow] .wpb_text_column p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 13px !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Button — outline white on the card */
#services-section .vc_col-sm-3[data-shadow] .nectar-button {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.5) !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 8px 18px !important;
}
#services-section .vc_col-sm-3[data-shadow] .nectar-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* Push text to bottom of card */
#services-section .vc_col-sm-3[data-shadow] .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 24px !important;
}

/* Hide dividers inside service cards */
#services-section .vc_col-sm-3[data-shadow] .divider-wrap {
  display: none !important;
}

/* Remove old shadow/border on service columns */
#services-section .vc_col-sm-3[data-shadow] > .vc_column-inner {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 100% !important;
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
}

/* Hover lift */
#services-section .vc_col-sm-3[data-shadow]:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
}
#services-section .vc_col-sm-3[data-shadow] {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Gallery section — full-bleed, no card treatment */
#gallery-section,
body .container-wrap .main-content .wpb_row#gallery-section,
body .wpb_row#gallery-section {
  max-width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* Service card images — force 1:1 square aspect ratio */
.wpb_column[data-shadow] .img-with-aniamtion-wrap img,
.wpb_column[data-shadow] .img-with-animation-wrap img,
.wpb_column[data-shadow] .wpb_single_image img,
.wpb_column[data-shadow] .nectar_single_image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
}

/* Remove Salient default column shadows so our cards look clean */
.nectar-box-roll,
.wpb_column > .vc_column-inner,
.wpb_column .column-inner-wrap {
  box-shadow: none !important;
}

/* Columns inside service rows — remove individual shadows, use card border instead */
.wpb_column[data-shadow="small_depth"] > .vc_column-inner,
.wpb_column[data-shadow="medium_depth"] > .vc_column-inner,
.wpb_column[data-shadow="large_depth"] > .vc_column-inner {
  box-shadow: none !important;
  border: 1px solid var(--june-border) !important;
  border-radius: var(--june-radius-sm) !important;
  transition: all 0.3s ease !important;
}
.wpb_column[data-shadow] > .vc_column-inner:hover {
  box-shadow: var(--june-shadow-hover) !important;
  transform: translateY(-3px);
}

/* Column border radius from WPBakery */
.wpb_column[data-border-radius="10px"] > .vc_column-inner {
  border-radius: var(--june-radius-sm) !important;
}

/* White bg columns on service rows — rounded cards */
.wpb_column[style*="background-color"] > .vc_column-inner,
.wpb_column .vc_column-inner[style*="background-color"] {
  border-radius: var(--june-radius-sm) !important;
  overflow: hidden !important;
}


/* ==========================================================================
   6. HERO — first full-width row with bg image
   ========================================================================== */

/* Hero (first row) — wider, rounded, keep its bg image */
body .container-wrap .main-content .wpb_row:first-child,
body .container-wrap .main-content .wpb_row.full-width-section:first-child,
body .container-wrap .main-content .row > .wpb_row:first-child {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
  max-width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
  box-shadow: var(--june-shadow) !important;
}

/* Nectar slider */
.nectar-slider-wrap,
.nectar-slider-wrap .swiper-container {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto 20px !important;
  box-shadow: var(--june-shadow) !important;
}

/* Hero heading — large, serif, lowercase */
body .container-wrap .main-content .wpb_row:first-child h1,
.nectar-slider-wrap .swiper-slide .content h1,
.nectar-slider-wrap .swiper-slide .content h2 {
  font-family: var(--june-font-heading) !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
  letter-spacing: -0.02em !important;
  font-size: 64px !important;
  line-height: 1.05 !important;
  color: var(--june-white) !important;
}

/* Light text on image/dark rows */
.wpb_row[data-text-color="light"] h1,
.wpb_row[data-text-color="light"] h2,
.wpb_row[data-text-color="light"] h3,
.wpb_row[data-text-color="light"] h4,
.wpb_row[data-text-color="light"] h5,
.wpb_row[data-text-color="light"] h6,
.wpb_row[data-text-color="light"] p,
.wpb_row[data-text-color="light"] .vc_column_text,
.wpb_row[data-text-color="light"] .nectar_highlighted_text,
.wpb_row[data-text-color="light"] .nectar-highlighted-text,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h1,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h2,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h3,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h4,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h5,
.wpb_row[data-text-color="light"] .nectar-highlighted-text h6 {
  color: var(--june-white) !important;
}


/* ==========================================================================
   7. ROWS WITH BG IMAGES — keep their bg, just round them
   ========================================================================== */

/* Rows with background images — don't override to white */
body .wpb_row[data-bg-image],
body .wpb_row.full-width-section[data-bg-image] {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
  box-shadow: var(--june-shadow) !important;
}

/* Rows with explicit bg colors — respect them */
body .wpb_row.full-width-section[style*="background-color"] {
  border-radius: var(--june-radius) !important;
  box-shadow: var(--june-shadow) !important;
}


/* ==========================================================================
   8. BUTTONS — pill shape everywhere
   ========================================================================== */

/* All Nectar buttons */
.nectar-button,
a.nectar-button,
.nectar-button.regular-button,
.nectar-button.large,
.nectar-button.medium,
.nectar-button.small,
body .nectar-button,
body a.nectar-button,
.wpb_wrapper .nectar-button {
  font-family: var(--june-font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-radius: var(--june-radius-pill) !important;
  padding: 14px 30px !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

/* All nectar buttons — tight fit to text, never full-width */
.nectar-button.small,
.nectar-button.medium,
.nectar-button.large,
.nectar-button.jumbo,
body .nectar-button.jumbo,
body .nectar-button.medium {
  display: inline-block !important;
  width: auto !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  align-self: center !important;
}

/* Left-aligned columns — buttons stay left */
.wpb_column:not(.centered-text) .nectar-button {
  align-self: flex-start !important;
}

/* All solid nectar buttons — branded fill */
.nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3),
body .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3),
body a.nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3) {
  background-color: #78743b !important;
  color: var(--june-white) !important;
  border: none !important;
}
.nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover {
  background-color: #C9A96E !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

/* See-through / outline buttons */
.nectar-button.see-through,
.nectar-button.see-through-2,
.nectar-button.see-through-3,
body .nectar-button.see-through {
  background-color: transparent !important;
  border: 1.5px solid var(--june-border) !important;
  color: var(--june-dark) !important;
  border-radius: var(--june-radius-pill) !important;
}
.nectar-button.see-through:hover {
  border-color: var(--june-dark) !important;
  background: rgba(0,0,0,0.02) !important;
}

/* Buttons on dark backgrounds */
.text_color_light .nectar-button.see-through,
[data-text-color="light"] .nectar-button.see-through {
  border-color: rgba(255,255,255,0.4) !important;
  color: var(--june-white) !important;
}
.text_color_light .nectar-button.see-through:hover {
  border-color: var(--june-white) !important;
  background: rgba(255,255,255,0.1) !important;
}


/* ==========================================================================
   9. TESTIMONIAL CARDS — multi-card carousel
   ========================================================================== */

/* The parent WPBakery row clips cards — allow overflow for testimonial rows */
.wpb_row:has(.testimonial_slider),
.full-width-section:has(.testimonial_slider) {
  overflow: visible !important;
}
/* Fallback for browsers without :has() — target by column structure */
.testimonial_slider.col.span_12 {
  overflow: visible !important;
}

/* Container */
.testimonial_slider {
  opacity: 1 !important;
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px;
  overflow: visible !important;
}

/* Horizontal card track */
.testimonial_slider .slides {
  display: flex !important;
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0 30px;
  align-items: stretch;
}
.testimonial_slider .slides::-webkit-scrollbar {
  display: none;
}

/* Each testimonial = a card (applied to the LI so name sits inside) */
.testimonial_slider .slides > li {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 calc(33.333% - 14px) !important;
  scroll-snap-align: start;
  background: var(--june-card) !important;
  border: 1px solid var(--june-border) !important;
  border-radius: var(--june-radius-sm) !important;
  padding: 28px 24px 24px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  position: relative !important;
  opacity: 1 !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.testimonial_slider .slides > li:hover {
  box-shadow: var(--june-shadow-hover) !important;
  transform: translateY(-3px);
}

/* Reset blockquote — card styling moved to parent li */
.testimonial_slider blockquote {
  all: unset !important;
  display: block !important;
  text-align: center !important;
  position: relative !important;
}

/* Hide Salient's quote icon */
.testimonial_slider .image-icon {
  display: none !important;
}

/*
 * HTML order is: .image-icon → p (text + .star-rating-wrap + .bottom-arrow) → .testimonial-name → .title
 * We need: stars on top → text → name at bottom — all inside the card.
 * Use flexbox order to rearrange.
 */

/* The <p> contains text AND stars. We can't reorder inside <p> with CSS,
   so we display stars at the bottom of the <p> and use flex column-reverse
   on the <p> to visually flip them. Or simpler: just show stars below text. */

/* Review text */
.testimonial_slider blockquote p {
  font-family: var(--june-font-body) !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--june-dark) !important;
  padding-bottom: 0 !important;
  margin: 0;
}

/* Star rating — gold stars, shown below text (inside <p>) */
.testimonial_slider .star-rating-wrap {
  display: block !important;
  margin-top: 16px;
}
.testimonial_slider .star-rating {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.testimonial_slider .star-rating::before {
  content: "★★★★★";
  font-size: 20px;
  color: #E5E0D8;
  letter-spacing: 3px;
  text-shadow: none;
}
.testimonial_slider .star-rating .filled {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.testimonial_slider .star-rating .filled::before {
  content: "★★★★★";
  font-size: 20px;
  color: #F5A623;
  letter-spacing: 3px;
  text-shadow: none;
}
.testimonial_slider .star-rating .filled {
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
}
.testimonial_slider .star-rating,
.testimonial_slider .star-rating-wrap {
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}
.testimonial_slider [data-shadow] {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Bottom arrow — hide */
.testimonial_slider .bottom-arrow {
  display: none !important;
}

/* Author name — inside card, at bottom */
.testimonial_slider .testimonial-name {
  display: block;
  font-family: var(--june-font-body) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--june-dark) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--june-border);
}

.testimonial_slider .title {
  display: block;
  color: var(--june-text-light) !important;
  font-family: var(--june-font-body);
  font-size: 12px;
  margin-top: 2px;
}

/* Prev/Next arrows */
.june-ts-prev,
.june-ts-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--june-card);
  border: 1px solid var(--june-border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  color: var(--june-dark);
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
}
.june-ts-prev:hover,
.june-ts-next:hover {
  background: var(--june-dark);
  color: #fff;
  border-color: var(--june-dark);
}
.june-ts-prev { left: 0; }
.june-ts-next { right: 0; }

/* Dots */
.june-ts-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.june-ts-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--june-border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}
.june-ts-dots .dot.active {
  background: var(--june-dark);
}

/* Hide salient-core's own controls/dots */
.testimonial_slider .controls,
.testimonial_slider .flickity-page-dots {
  display: none !important;
}

/* Tablet — 2 cards */
@media (max-width: 999px) {
  .testimonial_slider .slides > li {
    flex: 0 0 calc(50% - 10px) !important;
  }
  .testimonial_slider { padding: 0 40px; }
}

/* Mobile — 1 card */
@media (max-width: 600px) {
  .testimonial_slider .slides > li {
    flex: 0 0 100% !important;
  }
  .testimonial_slider { padding: 0 40px; }
  .june-ts-prev, .june-ts-next { width: 32px; height: 32px; font-size: 14px; }
}


/* ==========================================================================
   10. ICON BOXES & FEATURES
   ========================================================================== */

.nectar_icon_wrap,
.nectar-icon-wrap {
  color: var(--june-dark) !important;
}

.nectar-icon-with-text .nectar_icon_wrap {
  color: var(--june-dark) !important;
}

/* Fancy boxes (service cards) */
.fancy_box,
.nectar-fancy-box {
  border-radius: var(--june-radius-sm) !important;
  overflow: hidden !important;
  transition: all 0.35s ease !important;
}
.fancy_box:hover,
.nectar-fancy-box:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--june-shadow-hover) !important;
}


/* ==========================================================================
   11. IMAGES — rounded everywhere
   ========================================================================== */

.img-with-aniamtion-wrap img,
.img-with-animation-wrap img,
.wpb_single_image img,
.vc_single_image-wrapper img,
.nectar-gallery-item img,
body .img-with-aniamtion-wrap .hover-wrap img {
  border-radius: var(--june-radius-sm) !important;
}

/* Gallery */
.nectar-gallery-item .gallery-overlay {
  background: rgba(26, 26, 26, 0.3) !important;
  border-radius: var(--june-radius-sm) !important;
}


/* ==========================================================================
   12. TOGGLES / ACCORDION (FAQ)
   ========================================================================== */

.toggles .toggle > h3 a,
.toggles .toggle > h3 {
  font-family: var(--june-font-body) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--june-dark) !important;
  border-bottom: 1px solid var(--june-border) !important;
}

.toggles .toggle .toggle-content,
.toggles .toggle .toggle-content p {
  color: var(--june-text) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* Toggle icon */
.toggles .toggle > h3 i {
  color: var(--june-dark) !important;
}


/* ==========================================================================
   13. FOOTER — hide Salient default, use custom footer
   ========================================================================== */

/* Hide default Salient footer */
#footer-outer,
body #footer-outer,
#copyright,
body #copyright {
  display: none !important;
}

/* Back to top */
#back-to-top {
  border-radius: 50% !important;
  background: var(--june-dark) !important;
  color: var(--june-white) !important;
}

/* === Custom Footer === */
.june-footer {
  background: var(--june-card);
  border-radius: var(--june-radius) var(--june-radius) 0 0;
  box-shadow: var(--june-shadow);
  max-width: 100%;
  margin: 20px 0 0;
  padding: 50px 50px 30px;
  font-family: var(--june-font-body);
}

/* Tagline row */
.june-ft-tagline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--june-border);
}

.june-ft-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.june-ft-logo img {
  height: 120px !important;
  width: auto !important;
  max-height: none !important;
}

.june-ft-tagline p {
  font-family: var(--june-font-heading);
  font-size: 26px;
  font-weight: 400;
  color: var(--june-dark);
  line-height: 1.3;
  margin: 0;
}

/* Footer columns */
.june-ft-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.june-ft-col h4 {
  font-family: var(--june-font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--june-dark) !important;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 16px;
}

.june-ft-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.june-ft-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--june-text);
  line-height: 1.5;
}

.june-ft-col ul li a {
  color: var(--june-text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.june-ft-col ul li a:hover {
  color: var(--june-dark);
  opacity: 1;
}

/* Social + copyright bottom row */
.june-ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid var(--june-border);
}

.june-ft-social {
  display: flex;
  gap: 22px;
}

.june-ft-social a {
  font-family: var(--june-font-body);
  font-size: 13px;
  color: var(--june-text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.june-ft-social a:hover {
  color: var(--june-dark);
  opacity: 1;
}

.june-ft-copy {
  font-size: 12px;
  color: var(--june-text-light);
  margin: 0;
}

/* Responsive footer */
@media (max-width: 999px) {
  .june-footer {
    margin-left: 12px;
    margin-right: 12px;
    padding: 35px 30px 25px;
    border-radius: var(--june-radius-sm) var(--june-radius-sm) 0 0;
  }

  .june-ft-tagline {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .june-ft-tagline p {
    font-size: 22px;
  }

  .june-ft-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .june-footer {
    padding: 30px 20px 20px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .june-ft-cols {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .june-ft-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .june-ft-social {
    justify-content: center;
  }
}


/* ==========================================================================
   14. PAGE HEADER — rounded banner on inner pages
   ========================================================================== */

#page-header-wrap,
#page-header-bg {
  max-width: 1240px !important;
  margin: 0 auto !important;
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
}

#page-header-bg h1 {
  font-family: var(--june-font-heading) !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.page-header-bg-image,
.page-header-bg-image-wrap {
  border-radius: var(--june-radius) !important;
}

/* Breadcrumbs */
.page-header-content .breadcrumb,
.nectar-breadcrumb {
  font-family: var(--june-font-body) !important;
  font-size: 13px !important;
  color: var(--june-text) !important;
}


/* ==========================================================================
   15. SECTION LABEL (eyebrow text — reusable class)
   ========================================================================== */

.june-section-label,
.nectar-responsive-text[data-text-transform="uppercase"] {
  font-family: var(--june-font-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--june-text-light) !important;
}


/* ==========================================================================
   16. CATEGORY TABS (custom HTML element)
   ========================================================================== */

.june-category-tabs {
  display: flex;
  gap: 45px;
  align-items: baseline;
  padding: 35px 0 20px;
}
.june-category-tabs a {
  font-family: var(--june-font-heading);
  font-size: 36px;
  font-weight: 400;
  color: var(--june-text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1;
}
.june-category-tabs a.active,
.june-category-tabs a:first-child {
  color: var(--june-dark);
}
.june-category-tabs a:hover {
  color: var(--june-dark);
  opacity: 1;
}
.june-category-tabs a sup {
  font-family: var(--june-font-body);
  font-size: 11px;
  color: var(--june-text-muted);
  vertical-align: super;
  margin-left: 2px;
}


/* ==========================================================================
   17. FEATURE CARDS (custom class on vc_column_text)
   ========================================================================== */

.june-feature-card {
  background: var(--june-card);
  border: 1px solid var(--june-border);
  border-radius: var(--june-radius-sm);
  padding: 28px 22px;
  text-align: left;
  transition: all 0.3s ease;
  height: 100%;
}
.june-feature-card:hover {
  border-color: var(--june-dark);
  box-shadow: var(--june-shadow-hover);
  transform: translateY(-2px);
}
.june-feature-card .feature-tag {
  display: inline-block;
  font-family: var(--june-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--june-dark);
  padding: 5px 14px;
  border: 1px solid var(--june-border);
  border-radius: var(--june-radius-pill);
  margin-bottom: 16px;
}
.june-feature-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--june-text);
  margin: 0;
}


/* ==========================================================================
   18. GOOGLE MAP
   ========================================================================== */

.nectar-google-map,
.nectar-google-map iframe {
  border-radius: var(--june-radius-sm) !important;
  overflow: hidden !important;
}


/* ==========================================================================
   19. NECTAR SLIDER — the main hero slider
   ========================================================================== */

.nectar-slider-wrap,
.nectar-slider-wrap .swiper-container {
  border-radius: var(--june-radius) !important;
  overflow: hidden !important;
  max-width: 1240px !important;
  margin: 0 auto 20px !important;
  box-shadow: var(--june-shadow) !important;
}

.nectar-slider-wrap .slider-pagination .dot,
.nectar-slider-wrap .slider-pagination span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.35) !important;
  margin: 0 4px !important;
}
.nectar-slider-wrap .slider-pagination .dot.current,
.nectar-slider-wrap .slider-pagination span.active {
  background: var(--june-white) !important;
}

/* Slider buttons */
.nectar-slider-wrap .nectar-button {
  border-radius: var(--june-radius-pill) !important;
}


/* ==========================================================================
   20. CALL TO ACTION SECTION (before footer)
   ========================================================================== */

#call-to-action {
  background-color: var(--june-card) !important;
  border-radius: var(--june-radius) !important;
  max-width: 1240px !important;
  margin: 0 auto 20px !important;
  box-shadow: var(--june-shadow) !important;
}


/* ==========================================================================
   20b. MASONRY GALLERY [june_gallery]
   ========================================================================== */

.june-masonry {
  columns: 4;
  column-gap: 16px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.june-masonry .pin {
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.june-masonry .pin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.june-masonry .pin:hover img {
  transform: scale(1.05);
}
.june-masonry .pin.h1 { height: 320px; }
.june-masonry .pin.h2 { height: 240px; }
.june-masonry .pin.h3 { height: 380px; }
.june-masonry .pin .mo {
  position: absolute;
  inset: 0;
  background: rgba(26,26,26,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.june-masonry .pin:hover .mo { opacity: 1; }
.june-masonry .pin .mo svg { width: 28px; height: 28px; fill: #fff; }


/* ==========================================================================
   20c. REELS GRID [june_reels]
   ========================================================================== */

.june-masonry.june-reels {
  max-width: 1240px;
  margin: 0 auto;
}
.june-masonry.june-reels .pin.reel {
  position: relative;
  background: #000;
  cursor: pointer;
}
.june-masonry.june-reels .pin.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.june-masonry.june-reels .pin.reel .reel-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.june-masonry.june-reels .pin.reel .reel-link .mo {
  position: absolute;
  inset: 0;
  background: rgba(26,26,26,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.june-masonry.june-reels .pin.reel:hover .reel-link .mo { opacity: 1; }
.june-masonry.june-reels .pin.reel .reel-link .mo svg { width: 28px; height: 28px; fill: #fff; }
.june-masonry.june-reels .pin.reel .reel-btn {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, transform 0.15s ease;
}
.june-masonry.june-reels .pin.reel .reel-btn:hover {
  background: rgba(0,0,0,0.85);
  transform: scale(1.05);
}
.june-masonry.june-reels .pin.reel .reel-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  display: block;
}
.june-masonry.june-reels .pin.reel .reel-play  { top: 12px; right: 12px; }
.june-masonry.june-reels .pin.reel .reel-mute  { bottom: 12px; right: 12px; }

/* Reels-specific tile heights (9:16 aspect, taller than image gallery) */
.june-masonry.june-reels .pin.h1 { height: 520px; }
.june-masonry.june-reels .pin.h2 { height: 420px; }
.june-masonry.june-reels .pin.h3 { height: 600px; }


/* ==========================================================================
   20c. BEFORE / AFTER CARDS [june_before_after]
   ========================================================================== */

.june-ba-section { max-width: 100%; margin: 0 auto; padding: 0 20px; overflow: hidden; box-sizing: border-box; }
.june-ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.june-ba-card { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--june-border); transition: all 0.3s ease; }
.june-ba-card:hover { box-shadow: var(--june-shadow-hover); transform: translateY(-3px); }
.june-ba-imgs { display: block; }
.june-ba-imgs img { width: 100%; height: 280px; object-fit: cover; display: block; }
.june-ba-info { padding: 18px 20px; }
.june-ba-info h4 { font-family: var(--june-font-heading); font-size: 20px; font-weight: 400; color: var(--june-dark); margin: 0 0 4px; }
.june-ba-info p { font-family: var(--june-font-body); font-size: 13px; color: var(--june-text-light); margin: 0; }


/* ==========================================================================
   20e. CONTACT + BOOKING FORM [june_contact]
   ========================================================================== */

.cgs { padding: 0 20px; max-width: 1200px; margin: 0 auto; }
.cg { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.ci h2 { font-family: var(--june-font-heading); font-size: 36px; color: var(--june-dark); margin-bottom: 24px; }
.cii { display: flex; gap: 16px; margin-bottom: 28px; }
.cic { width: 48px; height: 48px; border-radius: 50%; background: var(--june-card-alt); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cii h3 { font-family: var(--june-font-body); font-size: 16px; color: var(--june-dark); font-weight: 600; margin: 0 0 4px; }
.cii p { font-family: var(--june-font-body); font-size: 15px; color: var(--june-text); line-height: 1.6; margin: 0; }
.cii a { color: var(--june-dark); text-decoration: none; border-bottom: 1px solid #C9A96E; }
.chr { margin-top: 20px; padding: 24px; background: var(--june-card-alt); border-radius: 12px; }
.chr h3 { font-family: var(--june-font-heading); font-size: 22px; color: var(--june-dark); margin: 0 0 12px; }
.chr p { font-family: var(--june-font-body); font-size: 15px; color: var(--june-text); margin: 0; line-height: 1.8; }

.bs { padding: 60px 20px; background: transparent; }
.bi { max-width: 700px; margin: 0 auto; }
.bi h2 { font-family: var(--june-font-heading); font-size: 42px; color: var(--june-dark); text-align: center; margin-bottom: 12px; }
.bi > p { font-family: var(--june-font-body); font-size: 16px; color: var(--june-text); text-align: center; margin-bottom: 40px; }
.bfw { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.06); }
.ff label { display: block; margin-bottom: 6px; font-weight: 500; color: var(--june-dark); font-size: 14px; font-family: var(--june-font-body); }
.ff input, .ff select, .ff textarea { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px; font-family: var(--june-font-body); font-size: 15px; margin-bottom: 20px; box-sizing: border-box; }
.ff textarea { height: 100px; resize: vertical; }
.ff .rq { color: #C0392B; }
.ff button { width: 100%; padding: 16px; background: #78743b; color: #fff; border: none; font-family: var(--june-font-body); font-size: 14px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: background .3s; border-radius: 100px; }
.ff button:hover { background: #C9A96E; }


/* ==========================================================================
   21. SCROLLBAR
   ========================================================================== */

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--june-bg);
}
::-webkit-scrollbar-thumb {
  background: var(--june-border);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--june-text-light);
}


/* ==========================================================================
   22. RESPONSIVE — Complete mobile-first overrides
   ========================================================================== */

/* ---- TABLET (max 999px) ---- */
@media (max-width: 999px) {

  /* Rows — tighter margins */
  body .container-wrap .main-content .wpb_row,
  body .container-wrap .main-content .vc_row,
  body .full-width-section > .row,
  .nectar-slider-wrap {
    border-radius: var(--june-radius-sm) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 35px 20px !important;
  }

  /* Hero */
  body .container-wrap .main-content .wpb_row:first-child h1 {
    font-size: 42px !important;
  }
  .nectar-slider-wrap .swiper-slide .content h1,
  .nectar-slider-wrap .swiper-slide .content h2 {
    font-size: 42px !important;
  }

  /* Section headings */
  h2, .nectar_highlighted_text h2 {
    font-size: 30px !important;
  }

  /* Service columns — 2 per row (non-service-section columns) */
  .wpb_row:not(#services-section) .row_col_wrap_12 > .wpb_column[style*="width: 25%"],
  .wpb_row:not(#services-section) .row_col_wrap_12 > .wpb_column.vc_col-sm-3 {
    width: 50% !important;
    margin-bottom: 16px !important;
  }

  /* About section — stack columns */
  .wpb_row .row_col_wrap_12 > .wpb_column[style*="width: 50%"],
  .wpb_row .row_col_wrap_12 > .wpb_column.vc_col-sm-6 {
    width: 100% !important;
  }

  /* Gallery section full bleed */
  #gallery-section,
  body .container-wrap .main-content .wpb_row#gallery-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Contact section — stack grid */
  .cg {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Page header */
  #page-header-wrap,
  #page-header-bg {
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: var(--june-radius-sm) !important;
  }
  #page-header-bg h1 {
    font-size: 36px !important;
  }

  /* Before/After cards — 2 columns */
  .june-ba-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* ---- MOBILE LANDSCAPE / SMALL TABLET (max 768px) ---- */
@media (max-width: 768px) {

  /* Rows — consistent edge spacing */
  body .container-wrap .main-content .wpb_row,
  body .container-wrap .main-content .vc_row {
    padding: 28px 16px !important;
    margin-bottom: 12px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
  }

  /* Hero */
  body .container-wrap .main-content .wpb_row:first-child {
    padding: 120px 20px 60px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
  }
  body .container-wrap .main-content .wpb_row:first-child h1 {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }

  /* Section headings */
  h2, .nectar_highlighted_text h2 {
    font-size: 26px !important;
  }
  h1 {
    font-size: 32px !important;
  }

  /* Announcement bar */
  .june-announce-bar {
    font-size: 10px;
    padding: 8px 10px;
    line-height: 1.5;
  }

  /* Service columns — full width stacked (non-service-section) */
  .wpb_row:not(#services-section) .row_col_wrap_12 > .wpb_column[style*="width: 25%"],
  .wpb_row:not(#services-section) .row_col_wrap_12 > .wpb_column.vc_col-sm-3 {
    width: 100% !important;
  }

  /* Buttons — full width on mobile */
  .nectar-button,
  body .nectar-button,
  body a.nectar-button {
    padding: 12px 24px !important;
    font-size: 13px !important;
  }
  .nectar-button.jumbo,
  .nectar-button.large {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  /* Testimonials */
  .testimonial_slider blockquote,
  .testimonial_slider blockquote p {
    font-size: 18px !important;
  }

  /* Before/After — single column */
  .june-ba-grid {
    grid-template-columns: 1fr !important;
  }
  .june-ba-imgs img {
    height: 160px !important;
  }

  /* Gallery masonry — 2 columns */
  .june-masonry {
    columns: 2 !important;
    column-gap: 10px !important;
    padding: 0 12px !important;
  }
  .june-masonry .pin {
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }
  .june-masonry .pin.h1 { height: 220px !important; }
  .june-masonry .pin.h2 { height: 160px !important; }
  .june-masonry .pin.h3 { height: 260px !important; }
  .june-masonry.june-reels .pin.h1 { height: 380px !important; }
  .june-masonry.june-reels .pin.h2 { height: 300px !important; }
  .june-masonry.june-reels .pin.h3 { height: 440px !important; }

  /* Contact section */
  .cgs {
    padding: 0 10px !important;
  }
  .ci h2 {
    font-size: 28px !important;
  }
  .cii {
    gap: 12px !important;
  }

  /* Booking form */
  .bfw {
    padding: 24px 18px !important;
  }
  .bi h2 {
    font-size: 32px !important;
  }

  /* Footer */
  .june-footer {
    padding: 30px 20px 20px !important;
    border-radius: var(--june-radius-sm) var(--june-radius-sm) 0 0 !important;
  }
  .june-ft-tagline {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
  }
  .june-ft-tagline p {
    font-size: 20px !important;
  }
  .june-ft-cols {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }
  .june-ft-bottom {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }
  .june-ft-social {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  /* WhatsApp float — smaller */
  #june-whatsapp-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 16px !important;
    right: 16px !important;
  }
  #june-whatsapp-float svg {
    width: 26px !important;
    height: 26px !important;
  }

  /* Logo — smaller on mobile (handled in section 24) */
}


/* ---- MOBILE PORTRAIT (max 480px) ---- */
@media (max-width: 480px) {

  /* Rows — consistent edge spacing */
  body .container-wrap .main-content .wpb_row,
  body .container-wrap .main-content .vc_row {
    border-radius: var(--june-radius-xs) !important;
    padding: 22px 14px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 100% !important;
  }

  /* Hero — compact, same side spacing */
  body .container-wrap .main-content .wpb_row:first-child {
    padding: 100px 16px 50px !important;
    border-radius: var(--june-radius-xs) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: calc(100% - 16px) !important;
  }
  body .container-wrap .main-content .wpb_row:first-child h1 {
    font-size: 30px !important;
  }

  /* Section headings */
  h2, .nectar_highlighted_text h2 {
    font-size: 22px !important;
  }

  /* Nectar slider */
  .nectar-slider-wrap {
    border-radius: var(--june-radius-xs) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .nectar-slider-wrap .swiper-slide .content h1,
  .nectar-slider-wrap .swiper-slide .content h2 {
    font-size: 26px !important;
  }

  /* Announcement bar — wrap nicely */
  .june-announce-bar {
    font-size: 9px;
    padding: 6px 8px;
    letter-spacing: 0;
  }

  /* Service card images — slightly shorter on tiny screens */
  .wpb_column[data-shadow] .img-with-aniamtion-wrap img,
  .wpb_column[data-shadow] .img-with-animation-wrap img,
  .wpb_column[data-shadow] .wpb_single_image img {
    aspect-ratio: 4/3 !important;
  }

  /* Gallery masonry */
  .june-masonry {
    columns: 2 !important;
    column-gap: 8px !important;
    padding: 0 8px !important;
  }
  .june-masonry .pin {
    margin-bottom: 8px !important;
    border-radius: 10px !important;
  }
  .june-masonry .pin.h1 { height: 180px !important; }
  .june-masonry .pin.h2 { height: 130px !important; }
  .june-masonry .pin.h3 { height: 210px !important; }
  .june-masonry.june-reels .pin.h1 { height: 300px !important; }
  .june-masonry.june-reels .pin.h2 { height: 240px !important; }
  .june-masonry.june-reels .pin.h3 { height: 360px !important; }

  /* Contact */
  .cic {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  .cii h3 {
    font-size: 14px !important;
  }
  .cii p {
    font-size: 13px !important;
  }
  .chr {
    padding: 16px !important;
  }
  .chr h3 {
    font-size: 18px !important;
  }

  /* Map */
  .cg iframe {
    min-height: 280px !important;
    border-radius: 10px !important;
  }

  /* Booking form */
  .bi h2 {
    font-size: 26px !important;
  }
  .bfw {
    padding: 20px 14px !important;
    border-radius: 10px !important;
  }
  .ff input, .ff select, .ff textarea {
    padding: 10px 12px !important;
    font-size: 14px !important;
  }
  .ff button {
    padding: 14px !important;
    font-size: 13px !important;
  }

  /* Footer — single column */
  .june-footer {
    padding: 24px 16px 16px !important;
    border-radius: var(--june-radius-xs) var(--june-radius-xs) 0 0 !important;
  }
  .june-ft-tagline p {
    font-size: 18px !important;
  }
  .june-ft-cols {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .june-ft-col h4 {
    margin-bottom: 10px !important;
  }
  .june-ft-col ul li {
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }
  .june-ft-social {
    gap: 16px !important;
  }
  .june-ft-social a {
    font-size: 12px !important;
  }
  .june-ft-copy {
    font-size: 11px !important;
  }

  /* Before/After */
  .june-ba-card {
    border-radius: 12px !important;
  }
  .june-ba-imgs img {
    height: 130px !important;
  }
  .june-ba-info {
    padding: 14px 16px !important;
  }
  .june-ba-info h4 {
    font-size: 17px !important;
  }

  /* Testimonials */
  .testimonial_slider blockquote,
  .testimonial_slider blockquote p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Equal height columns — disable on mobile, stack */
  .wpb_row .row_col_wrap_12 {
    flex-direction: column !important;
  }
  .wpb_row .row_col_wrap_12 > .wpb_column {
    width: 100% !important;
  }
}


/* ---- VERY SMALL SCREENS (max 360px) ---- */
@media (max-width: 360px) {
  body .container-wrap .main-content .wpb_row:first-child h1 {
    font-size: 26px !important;
  }
  h2, .nectar_highlighted_text h2 {
    font-size: 20px !important;
  }
  .june-announce-bar {
    display: none;
  }
  .june-masonry .pin.h1 { height: 150px !important; }
  .june-masonry .pin.h2 { height: 110px !important; }
  .june-masonry .pin.h3 { height: 180px !important; }
  .june-masonry.june-reels .pin.h1 { height: 260px !important; }
  .june-masonry.june-reels .pin.h2 { height: 200px !important; }
  .june-masonry.june-reels .pin.h3 { height: 310px !important; }
}


/* ==========================================================================
   23. ADDITIONAL PAGE STYLES
   ========================================================================== */

/* 404 page */
#error-404 {
  text-align: center;
  padding: 80px 20px;
}

#error-404 h1 {
  font-size: 120px !important;
  line-height: 1;
  margin-bottom: 10px;
}

#error-404 h2 {
  margin-bottom: 20px;
}

#error-404 p {
  margin-bottom: 30px;
}

/* Blog post styles */
.post-area article {
  background: var(--june-card);
  border-radius: var(--june-radius-sm);
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: var(--june-shadow);
}

.post-area article h2 a {
  text-decoration: none;
  color: var(--june-dark);
}

.post-area article h2 a:hover {
  opacity: 0.7;
}

.post-meta {
  font-size: 13px;
  color: var(--june-text-light);
  margin-bottom: 15px;
}

.post-meta .author {
  margin-left: 12px;
}

.post-featured-img {
  margin-bottom: 20px;
}

.post-featured-img img {
  border-radius: var(--june-radius-sm);
  width: 100%;
  height: auto;
}

/* Search results */
.search-results article {
  background: var(--june-card);
  border-radius: var(--june-radius-sm);
  padding: 25px;
  margin-bottom: 16px;
}


/* ==========================================================================
   24. MOBILE NAV (standalone)
   ========================================================================== */

@media (max-width: 999px) {

  /* Shrink header on mobile */
  #header-space {
    height: 60px;
  }

  .june-header-inner {
    padding: 0 16px;
    height: 60px;
  }

  #logo img {
    max-height: 40px;
  }

  /* Show hamburger */
  #june-mobile-toggle {
    display: block;
    position: relative;
    z-index: 10002;
  }

  /* Full-screen mobile nav overlay */
  #june-main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: #FFFFFF;
    z-index: 10001;
    padding: 100px 30px 40px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #june-main-nav.open {
    display: flex;
    flex-direction: column;
  }

  #june-main-nav .sf-menu {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  #june-main-nav .sf-menu > li > a {
    display: block;
    padding: 14px 0;
    font-size: 22px !important;
    font-family: var(--june-font-heading) !important;
    border-bottom: 1px solid var(--june-border);
    color: var(--june-dark);
  }

  #june-main-nav .sf-menu .sub-menu {
    position: static;
    display: block;
    border: none;
    box-shadow: none;
    padding: 0 0 0 20px;
    min-width: 0;
    border-radius: 0;
  }

  #june-main-nav .sf-menu .sub-menu li a {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--june-border);
  }

  /* CTA button in mobile nav */
  #june-main-nav .sf-menu > li:last-child > a,
  #june-main-nav .sf-menu > li.menu-cta > a,
  #june-main-nav .sf-menu > li.button_solid_color > a,
  #june-main-nav .sf-menu > li.button_bordered > a {
    text-align: center;
    margin-top: 20px;
    border-bottom: none;
    font-size: 16px !important;
    font-family: var(--june-font-body) !important;
  }
}


/* ==========================================================================
   25. MOBILE FIXES — Services, Navbar, Testimonials
   ========================================================================== */

/* ---- TABLET (max 999px) — Service cards 2x2 ---- */
@media (max-width: 999px) {
  #services-section .row_col_wrap_12 {
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
  #services-section .vc_col-sm-3[data-shadow] {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    min-height: 320px !important;
  }

  /* Announcement bar — ensure it wraps nicely */
  .june-announce-bar {
    height: auto !important;
    min-height: 38px;
    padding: 8px 12px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  /* All rows — consistent edge spacing */
  body .container-wrap .main-content .wpb_row,
  body .container-wrap .main-content .vc_row {
    max-width: 100% !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    margin-bottom: 12px !important;
    width: calc(100% - 24px) !important;
  }

  /* Row inner content — no overflow */
  .row_col_wrap_12 {
    max-width: 100% !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ---- MOBILE (max 768px) — Service cards 2x2 smaller ---- */
@media (max-width: 768px) {
  #services-section .vc_col-sm-3[data-shadow] {
    min-height: 280px !important;
  }
  #services-section .vc_col-sm-3[data-shadow] .wpb_wrapper {
    padding: 16px !important;
  }
  #services-section .vc_col-sm-3[data-shadow] .nectar-highlighted-text p {
    font-size: 16px !important;
  }
  #services-section .vc_col-sm-3[data-shadow] .wpb_text_column p {
    font-size: 11px !important;
  }
  #services-section .vc_col-sm-3[data-shadow] .nectar-button {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }

  /* Buttons — don't force full width */
  .nectar-button.jumbo,
  .nectar-button.large {
    width: auto !important;
  }
}

/* ---- SMALL MOBILE (max 480px) — Service cards single column ---- */
@media (max-width: 480px) {
  #services-section .vc_col-sm-3[data-shadow] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 260px !important;
  }

  /* Navbar mobile overlay — better spacing */
  #june-main-nav {
    padding: 80px 20px 30px !important;
  }
  #june-main-nav .sf-menu > li > a {
    font-size: 18px !important;
    padding: 12px 0 !important;
  }

  /* Booking form — full width on mobile */
  .bs { padding: 30px 0 !important; }
  .bi { max-width: 100% !important; padding: 0 !important; }
  .bfw { padding: 20px 16px !important; border-radius: 10px !important; }
  .bi h2 { font-size: 28px !important; }
}
