
/*
Theme Name: JT's Ideation Center V2
Author: Anthony Colasante
Description: Full layout + interaction styles for JT's Ideation Center
Version: 2.1
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes:wght@400;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    color: #333;
}
html {
  scroll-behavior: smooth;
}

.wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.logo {
    max-width: 20%;
}

.calltoactionbtn {
    border-radius: 5px;
    border: 1px solid #000000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 24px;
    text-decoration: none;
}

.calltoactionbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.q_slider {
    /* background-color: #ccffff; */
}

.section3, .outterCall {
    padding: 40px 20px;
}
.prod-cont{
  background-color: #9AAFC5;
  padding-bottom: 25px;
}

.section3{
  background-color: #9AAFC5;
}


.sellingpoints {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.point {
    width: 300px;
    min-height: 350px;
    background: #fff;
    border: 5px solid #C8AE7D;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.point:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}


.product-card, .product-card-middle {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover, .product-card-middle:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.card-header {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--text);
}

.starter {
    border-top: 10px solid #28a745;
    background: #e6fff2;
}

.standard {
    border-top: 10px solid #007bff;
    background: #e6f0ff;
}

.npro {
    border-top: 10px solid #ffc107;
    background: #fffbe6;
}

.checklist {
    list-style: none;
    padding: 0;
    text-align: left;
}

.checklist li::before {
    content: "✔ ";
    color: green;
    margin-right: 8px;
}


/* ——— Flip Card for Differentiators ——— */
.sellingpoints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.point {
  width: 300px;
  min-height: 450px;          /* ↑ bump this up if you need more room */
  border: 5px solid #C8AE7D;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  background: #fff;
  perspective: 1000px;
  overflow: hidden;           /* hide anything outside the gold frame */
}

.point-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.point:hover .point-inner {
  transform: rotateY(180deg);
}

.point-front,
.point-back {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  backface-visibility: hidden;
  overflow: auto;           /* still allows scrolling with wheel/touch */
  -ms-overflow-style: none; /* IE10+ */
  scrollbar-width: none;         /* always show the scrollbar so users know it’s scrollable */
  text-align: center;
}


.point-front::-webkit-scrollbar,
.point-back::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
}

.point-front h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
}

.point-back {
  transform: rotateY(180deg);
  font-size: 0.9rem;
  line-height: 1.4;
}

/* ——— Hide scrollbars on the back side ——— */
.point-back {
  overflow-y: auto;            /* allow scrolling if content overflows */
  -ms-overflow-style: none;    /* IE and Edge */
  scrollbar-width: none;       /* Firefox */
}
.point-back::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Opera */
}

/* ——— Center & bold the front text ——— */
.point-front {
  display: flex;             
  align-items: center;       
  justify-content: center;   
  padding: 20px;
  overflow: auto;           /* still allows scrolling with wheel/touch */
  -ms-overflow-style: none; /* IE10+ */
  scrollbar-width: none; 
}
.point-front h3 {
  font-weight: 700;           /* make it bold */
  text-align: center;         
  margin: 0;                  
}


/* Optional: style the scrollbar (WebKit only) */
.point-back::-webkit-scrollbar {
  width: 6px;
}
.point-back::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}



/* Mission Section Padding and Typography */
.second_landing {
    background-color: #9AAFC5;
    padding: 60px 20px;
    text-align: center;
}

.second_landing .secondh3 {
    font-size: 24px;
    font-weight: 600;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.second_landing p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}


.product-container {
  display: grid;
  /* always exactly 4 even-width columns */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;             /* gutter between cards */
  max-width: 100%;       /* or whatever container max you like */
  margin: 0 auto;
  padding: 20px;         /* optional */
  box-sizing: border-box;
}
.product-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* 3‑col at ≤1200px */
@media (max-width: 1200px) {
  .product-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 2‑col at ≤900px */
@media (max-width: 900px) {
  .product-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1‑col at ≤600px */
@media (max-width: 600px) {
  .product-container {
    grid-template-columns: 1fr;
  }
}


.product-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}


.product-card, .product-card-middle {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    width: 30%;
    min-width: 280px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Card 1: new fields styling */
.card-subheader {
  font-size: 1rem;
  color: #555;
  margin: 0.5em 0 0.25em;
  text-align: center;
}

.card-title2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.25em 0 0.75em;
  text-align: center;
}

.card-point {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 1.5em;
  text-align: center;
}

/* (Optional) hide any stray checklist if you accidentally left it */
.product-card.starter .checklist {
  display: none;
}


.product-card-middle {
    z-index: 2;
}

.product-card:hover, .product-card-middle:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Responsive layout for smaller screens */
@media (max-width: 991px) {
    .product-container {
  width: 80%;
  margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .product-card, .product-card-middle {
        width: 90%;
        margin-top: 20px;
    }
}


/* Header Menu Styling */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.nav-menu li {
    display: inline;
}

.nav-menu a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #06bdc0;
}


/* Resize the nav logo */
.header_logo img,
.custom-logo-link img {
    max-height: 50px;
    width: auto;
}


/* ————————————————————————————————
   Outline around the Storytelling Packages
   ———————————————————————————————— */
.product-container {
  width: 80%;
  margin: 0 auto;
  border-radius: 8px;
  border: 5px solid #C8AE7D;
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #fff;
}


/* ================================================
   CTA Two-Border Section (OutterCall + inner container)
   ================================================ */
.outterCall {
  background-color: #06bdc0; /* outer border color */
  padding: 20px; /* width of outer border */
  
}
.outterCall .inner_calltoaction {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* Ensure text is white over the background */
.outterCall .inner_calltoaction h3,
.outterCall .inner_calltoaction p {
  color: #ffffff;
}


/* ===== Updated Color Scheme ===== */
:root {
  --bg: rgba(42, 111, 111, 0.1);       /* Soft White */
  --text: #454545;     /* Charcoal Gray */
  --primary: #306868;  /* Deep Teal */
  --secondary: #C8AE7D;/* Muted Gold */
  --neutral: #9AAFC5;  /* Slate Blue */
  --detail: #ABA5A1;   /* Warm Gray */
}
/* 9AAFC5 */
/* Base background and text */
body {
  background-color: var(--bg);
}
*, ::before, ::after {
  color: var(--text);
}

/* Primary buttons and CTA */
.calltoactionbtn,
button,
input[type="submit"],
input[type="button"] {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

/* Keep service/package card colors intact */
.card-header.starter { /* Starter green */ }
.card-header.standard { /* Standard blue */ }
.card-header.npro { /* Pro gold */ }
.card-header.premium {
  background: #f4e8fe;        /* your custom light‑purple (for example) */
  border-top: 5px solid #8a2be2;  /* a richer purple accent */
  /* everything else (padding/font) is inherited from .card-header */
}


/* Pricing card borders */
.product-card,
.product-card-middle {
  border-color: var(--neutral) !important;
}

/* CTA section border detail */
.outterCall {
  background-color: var(--secondary) !important;
}
.outterCall .inner_calltoaction {
  border: 2px solid var(--detail) !important;
}

/* Navigation menu links */
.nav-menu a {
  color: var(--text) !important;
  background: none !important;
}
.nav-menu a:hover {
  color: var(--primary) !important;
}


/* Override gradient: apply solid background and disable background-image */
.calltoactionbtn {
  background: var(--primary) !important;
  background-image: none !important;
  border-color: var(--primary) !important;
  font-size: 1.5em !important;
}


/* ===== Update CTA Text Above Buttons ===== */
.outterCall .inner_calltoaction .text-wrapper h3,
.outterCall .inner_calltoaction .text-wrapper p {
    font-size: 1.5em !important;
    color: white !important;
}

.outterCall .inner_calltoaction .text-wrapper h3 {
    font-weight: bold !important;
}

.outterCall .inner_calltoaction .text-wrapper p {
    font-weight: normal !important;
    margin-bottom: 1em;
}


/* ===== Hero Text & Button Color Updates ===== */
/* Hero headline styling */
.landing_text .landingwords {
  font-size: 3.5em !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 1em;
}
.landing_text .landingwords2 {
  font-size: 2em !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 1em;
}

/* CTA button color update: muted gold pop color */
.calltoactionbtn {
  background: var(--secondary) !important;
  background-image: none !important;
  border-color: var(--secondary) !important;
  color: var(--text) !important;
}


/* ===== Restore Button Styling with New Color ===== */
.calltoactionbtn {
  /* New muted gold color gradient */
  background: linear-gradient(to bottom, var(--secondary) 5%, var(--secondary) 100%) !important;
  background-image: none; /* override any leftover gradient */
  
  /* Original button styles */
  border-radius: 5px !important;
  border: 1px solid #000000 !important;
  display: inline-block !important;
  cursor: pointer !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  text-decoration: none !important;
}


/* ————————— Testimonials Section ————————— */
.testimonials {
  padding: 40px 20px;
  background-color: #9AAFC5;
  display: flex;
  justify-content: center;
}
.testimonials h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
}
.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-bg {
  background-color: #F7F3EF;
}

/* ————— Testimonials Section ————— */

.testimonials h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
}
.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.testimonial-card {
  background: #fff;
  /* border-radius: 8px; */
  padding: 20px;
  /* box-shadow: 0 0 8px rgba(0,0,0,0.1); */
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



/* ————————— Testimonials Section ————————— */

.testimonials h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
}
.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.testimonial-card {
  background: transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-text {
  font-style: italic;
  font-size: 1.2rem;
  margin: 15px;
  flex-grow: 1;
}
.testimonial-author {
  font-weight: bolder !important; 
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
  margin: 15px;
  color: inherit !important;
}
/* Restore testimonial card hover effect */
.testimonials .testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Contact form styling */
.contact-page { min-width: 40%; margin: 1rem auto; padding: 0 1rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 0.5rem; margin-bottom: 1rem; border: 1px solid #ccc; border-radius: 4px;
}
.contact-form .button {
  background-color: #2a6f6f; color: #fff; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; cursor: pointer;
}
.contact-form .button:hover { background-color: #225e5e; }
.contact-confirm { background: #e0f7e9; color: #2a6f6f; padding: 1rem; border-radius: 4px; margin-bottom: 1rem; }
.contact-error { background: #fbeaea; color: #a63636; padding: 1rem; border-radius: 4px; margin-bottom: 1rem; }

/* Phone input styling */
.contact-form input[type="tel"] {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Contact form container styling */
.contact-page {
  background-color: #ffffff;
  border-radius: 8px;
  border: 5px solid #C8AE7D;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Wrapper with dynamic background and outer rounded border */
.contact-bg-wrapper {
  padding: 2rem;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
/* Inner form container translucent */
.contact-page {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.novel-prototyping .np1-cards,
.novel-prototyping .np1-survey-options {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 1rem 0;
}
.novel-prototyping .np1-card,
.novel-prototyping .np1-survey-options li {
  flex: 0 0 80%;
  margin-right: 1rem;
  scroll-snap-align: start;
}
.novel-prototyping .np1-card:last-child,
.novel-prototyping .np1-survey-options li:last-child {
  margin-right: 0;
}
.novel-prototyping .np1-cards::-webkit-scrollbar,
.novel-prototyping .np1-survey-options::-webkit-scrollbar {
  display: none;
}







/* Styles for contact-page-hours and layout (v6) */
.contact-page-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
}
.contact-page-hours {
    background: rgba(255, 255, 255, 0.8);
    border: 5px solid #C8AE7D;
    padding: 5px;
    border-radius: 8px;
    width: 20%;
}


/* Hero Section Custom Styles */
.q_slider.hero-section {
    /* background-color: #f7f3ef; */
    padding: 50px;
    text-align: center;
}


.q_slider.hero-section .landingwords {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}


/* Call‑to‑Action Section */
.text-wrapper-cta2 {
  padding: 60px 20px;
  text-align: center;
  
  border-radius: 12px;
}
section.product-container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-wrapper-cta2 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1F1F1F;
  
  line-height: 1.2;
}

.text-wrapper-cta2 p {
  font-family: 'Georgia', serif;
  font-size: 1.125rem;
  color: #333333;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper-cta2 .calltoactionbtn {
  display: inline-block;
  background-color: #B89959;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.text-wrapper-cta2 .calltoactionbtn:hover {
  background-color: #A0854B;
}

/* ————— About Julia Section ————— */
.about-julia-section {
  background-color: #9AAFC5; /* same tint as .section3 */
  padding: 60px 20px;
  text-align: center;
}

.about-julia-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-julia-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--text);
}

.about-julia-image img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  display: block;
  margin: 0 auto 24px;
  border: 5px solid #C8AE7D;
}

.about-julia-content {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: var(--text);
}

/* ================personal branding page ========================= */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Raleway', sans-serif;
  color: #333;
  line-height: 1.6;
}
.top-bar {
  background: #f0f0f0;
  padding: 10px 20px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.top-bar .badge {
  margin-right: 8px;
}
.container {
  display: flex;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.main-content {
  flex: 2;
}
.header-section h1.main-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.header-section .emoji {
  font-size: 1.5rem;
}
.header-section hr {
  border: none;
  border-top: 2px solid #333;
  margin: 15px 0;
}
.sub-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.features-list,
.benefits-list {
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
}
.features-list li,
.benefits-list li {
  margin-bottom: 10px;
}
.alert {
  margin: 30px 0 15px;
  font-weight: 600;
}
.testimonial {
  display: flex;
  align-items: center;
  background: #007bff;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
}
.testimonial .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.testimonial .name {
  font-weight: 700;
}
.testimonial .role {
  font-size: 0.9rem;
}
.cta-form {
  flex: 1;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
}
.cta-form h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.for-free {
  font-weight: 700;
  margin-bottom: 20px;
}
.next-webclass {
  margin-bottom: 10px;
}
.countdown {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.time-box {
  text-align: center;
}
.time-box .number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.time-box .label {
  font-size: 0.8rem;
}
.cta-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.cta-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-primary {
  background: linear-gradient(to bottom, #06bdc0 5%, #06bdc0 100%);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.secure-note {
  font-size: 0.8rem;
  text-align: center;
}

/* Scheduler wrapper – full‑width within its container */
.scheduler-wrapper {
  width: 90%;
       /* adjust to taste */
  margin: 2rem auto;
}
/* Let the iframe grow and remove the old max‑height cap */
.scheduler-wrapper iframe {
  width: 100%;
  height: auto !important;
  min-height: 1000px;     /* ensure it’s tall enough */
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* signature section */
.signature-div {
  text-align: center;
  margin: 20px 0; /* adjust vertical spacing as needed */
}

/* 3) Apply the cursive font */
.signature {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;    /* tweak size to your taste */
  color: #374151;     /* match your theme’s dark gray, or choose another */
  line-height: 1.2;
}


/* Extra‑small devices (portrait phones, <576px) */
@media (max-width: 575.98px) {
  .process-image {
    object-fit: cover;
    object-position: right center;
  }
}

/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .process-image {
    object-fit: cover;
    object-position: right center;
  }
}

/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-image {
    object-fit: cover;
    object-position: right center;
  }
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-image {
    object-fit: cover;
    object-position: center center; /* switch back to center on larger */
  }
}

/* Extra‑large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
  .process-image {
    object-fit: cover;
    object-position: center center;
  }
}

/* ── Medium screens (≤992px) ── */
@media (max-width: 991.98px) {
  .contact-page-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 1rem;
  }
  .contact-page-hours {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .contact-page {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .scheduler-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem auto;
  }
}

/* ── Small screens (≤768px) ── */
@media (max-width: 767.98px) {
  /* tighten up the hours box */
  .contact-page-hours {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  /* shrink heading and iframe container */
  .contact-page h1 {
    font-size: 1.5rem;
  }
  .contact-page main iframe {
    min-height: 500px;
  }
  .scheduler-wrapper iframe {
    min-height: 1200px;
  }
}

/* ── Extra‑small screens (≤576px) ── */
@media (max-width: 575.98px) {
  /* collapse any remaining margins */
  .contact-page-container {
    padding: 0 0.5rem;
  }
  .contact-page-hours,
  .contact-page,
  .scheduler-wrapper {
    padding: 0.5rem;
    margin: 0 auto 1rem;
  }
  /* make sure the form and scheduler fill the viewport */
  .contact-page main iframe {
    width: 100%;
    min-height: 300px;
  }
  .scheduler-wrapper iframe {
    width: 100%;
    min-height: 1000px;
  }
}


/* Base: hide the toggle on desktop */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  z-index: 999;
}

/* the three bars */
.menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #374151;
  margin: 5px 0;
  transition: background 0.3s;
}

/* Mobile only: show toggle, hide full menu */
@media (max-width: 767.98px) {
  /* show hamburger */
  .menu-toggle {
    display: block;
  }
  /* hide the menu by default */
  .nav-menu {
    display: none;
    flex-direction: column;
    background: #f8f8f8;  /* match your cta-form bg or adjust */
    padding: 1rem;
    border-radius: 8px;
    margin-top: 0.5rem;
  }
  /* when active (via JS), show it */
  .nav-menu.active {
    display: flex;
  }
  /* optional: make each link full‑width and padded */
  .nav-menu li {
    margin: 0.5rem 0;
  }
  .nav-menu a {
    display: block;
    padding: 0.5rem;
  }
}
/* ── Mobile header tweaks (≤768px) ── */
@media (max-width: 767.98px) {
  /* 1) Enlarge the logo */

  /* 2) Always show the hamburger on the right, hide the menu by default */
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    order: 2;               /* make sure it sits after the logo in the flex order */
    margin-left: auto;      /* push it all the way to the right */
  }
  .nav-menu {
    display: none;          /* keep the menu hidden until you toggle it */
  }

  /* 3) Slim “three lines” bars */
  .menu-toggle .bar {
    display: block;
    width: 25px;            /* bar width */
    height: 3px;            /* bar thickness */
    background-color: #333; /* dark gray lines */
    margin: 4px 0;          /* vertical spacing between bars */
  }

  /* 4) When menu is active, show it full‐width below header */
  .nav-menu.active {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    background: #f8f8f8;
    padding: 1rem 0;
    margin-top: 0.5rem;
  }

  .nav-menu.active li {
    margin: 0.5rem 0;
    text-align: center;
  }
  .nav-menu.active a {
    display: block;
  }
}
/* ── Mobile (≤768px) header fixes ── */
@media (max-width: 767.98px) {
  /* 1) Logo larger */

  /* 2) Hamburger button: fully transparent, three dark lines */
  .menu-toggle {
    background: transparent !important;
    border: none;
    padding: 0;
    margin-left: auto; /* stays on the right */
  }
  .menu-toggle .bar {
    background-color: #374151 !important; /* dark‑gray lines */
  }

  /* 3) Dropdown styling & smooth transition */
  .nav-menu {
    /* remove the old hide/show via display */
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;                /* hidden by default */
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    background-color: #f0f0f0;    /* match your site’s overall bg */
    border-radius: 0 0 8px 8px;   /* round the bottom corners */
    margin-top: 0.5rem;
  }
  .nav-menu.active {
    max-height: 500px;             /* big enough to show all items */
    opacity: 1;
  }
  .nav-menu li {
    margin: 0.5rem 0;
    text-align: center;
  }
  .nav-menu a {
    display: block;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  /* 1) Shrink the right padding of the header so the toggle sits closer to the edge */
  .header_inner {
    padding-right: 10px !important;
  }

  /* 2) Zero out any right‐margin on the toggle itself */
  .menu-toggle {
    margin-left: auto;
    margin-right: 0 !important;
  }

  /* 3) Give your mobile dropdown a new BG color */
  .nav-menu,
  .nav-menu.active {
    background-color: #dde3e3 !important;
  }
}

@media (max-width: 767.98px) {
  /* make header a positioning context */
  .header_inner {
    position: relative;
  }

  /* position the menu as an overlay, flush right */
  .nav-menu {
    position: absolute;
    top: 100%;            /* just below the header bar */
    right: 10px;          /* small gap from the edge */
    margin: 0;            /* remove any auto margins */
    width: 200px;         /* adjust as needed */
    max-width: 80%;
    background-color: #dde3e3 !important;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    z-index: 999;         /* above everything else */
  }

  /* when active, expand it */
  .nav-menu.active {
    max-height: 500px;    /* or big enough to fit your links */
    opacity: 1;
  }

  /* align the items inside */
  .nav-menu li {
    text-align: left;     /* or center if you prefer */
    margin: 0;
  }
  .nav-menu a {
    padding: 0.5rem;
    display: block;
  }
}


@media (max-width: 767.98px) {
  /* 1) Drop out of absolute positioning and span full‑width */
  .nav-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;           /* center if you like */
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    background-color: #dde3e3 !important;
  }

  /* 2) When active, expand its height so it pushes content down */
  .nav-menu.active {
    max-height: 500px;         /* adjust to fit your item count */
    opacity: 1;
  }

  /* 3) Tweak spacing so it sits right under the header */
  .header_inner {
    padding-bottom: 0;         /* remove bottom padding so menu tucks right below */
  }
  .nav-menu li {
    margin: 0.5rem 0;
  }
  .nav-menu a {
    padding: 0.5rem 1rem;
    display: block;
  }
}
/* ── Global Mobile Menu Styling ── */
@media (max-width: 767.98px) {
  /* Always show the hamburger on phones */
  .menu-toggle {
    display: block !important;
    background: transparent !important;
    border: none;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    cursor: pointer;
  }
  .menu-toggle .bar {
    width: 25px;
    height: 3px;
    background: #374151;
    margin: 4px 0;
    display: block;
  }

  /* Hide the desktop nav, reset dropdown */
  .nav-menu {
    display: flex !important;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #dde3e3;
    width: 100%;
    transition: max-height .4s ease, opacity .4s ease;
  }
  .nav-menu.active {
    max-height: 500px;
    opacity: 1;
  }
  .nav-menu li {
    margin: .5rem 0;
    text-align: center;
  }
  .nav-menu a {
    display: block;
    padding: .5rem 1rem;
  }

  /* Enlarge your logo on phones */
  .header_logo img,
  .custom-logo-link img {
    max-height: 80px;
    width: auto;
  }
}

/* allow the mobile menu up through tablet widths */
@media (max-width: 1023.98px) {
  /* 1) show the hamburger */
  .menu-toggle {
    display: block !important;
    /* …rest of your existing rules… */
  }

  /* 2) hide the desktop nav & style the dropdown */
  .nav-menu {
    display: flex !important;
    /* … */
  }
  .nav-menu.active {
    /* … */
  }

  /* 3) logo sizing, etc. */
  .header_logo img,
  .custom-logo-link img {
    max-height: 80px;
    width: auto;
  }

  /* etc… */
}

/* ── Unified mobile + tablet menu (≤1024px) ── */
@media (max-width: 1023.98px) {
  /* 1) Show the hamburger, hide the normal menu */
  .menu-toggle {
    display: block !important;
    background: transparent !important;
    border: none;
    margin-left: auto;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
  }
  .menu-toggle .bar {
    width: 25px;
    height: 3px;
    background: #374151;
    margin: 4px 0;
    display: block;
  }
  /* Hide the desktop menu */
  .nav-menu {
    display: none !important;
  }

  /* 2) Style the dropdown exactly like your mobile version */
  .nav-menu.active {
    display: flex !important;
    flex-direction: column;
    width: 200px;               /* adjust as desired */
    max-width: 80%;             /* prevents overflow on tiny screens */
    margin: 0 10px;             /* 10px from right & left edges */
    background-color: #dde3e3;  /* same pale‑teal you wanted */
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    max-height: 500px;          /* big enough for your links */
    opacity: 1;
  }
  .nav-menu.active li {
    margin: 0.5rem 0;
    text-align: left;
  }
  .nav-menu.active a {
    display: block;
    padding: 0.5rem 1rem;
  }

  /* 3) Ensure clicking “Menu” pushes content down, not overlay */
  .header_inner {
    flex-wrap: wrap; /* so the dropdown pushes below the header */
  }
  .nav-menu.active {
    position: static;
  }

  /* 4) Enlarge your logo on all these devices */
  .header_logo img,
  .custom-logo-link img {
    max-height: 80px;
    width: auto;
  }
}


.testimonial-carousel {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  border: 5px solid #C8AE7D;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  position: relative;
}

.testimonial-carousel h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
}


/* ————— Thank You Page ————— */
.thank-you-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9AAFC5;
  padding: 80px 20px;
}

.thank-you-container {
  background: #ffffff;
  border: 5px solid #C8AE7D;
  border-radius: 8px;
  padding: 60px 40px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.thank-you-icon {
  margin-bottom: 24px;
  color: var(--primary);
}

.thank-you-icon svg {
  color: #306868;
}

.thank-you-title {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}

.thank-you-message {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 16px;
}

.thank-you-subtext {
  font-size: 1rem;
  color: #666;
  margin-bottom: 32px;
}

.thank-you-actions {
  margin-top: 24px;
}

.thank-you-actions .calltoactionbtn {
  display: inline-block;
}

/* Mobile responsive adjustments */
@media (max-width: 600px) {
  .thank-you-container {
    padding: 40px 24px;
    margin: 0 16px;
  }

  .thank-you-title {
    font-size: 2rem;
  }

  .thank-you-message {
    font-size: 1.1rem;
  }

  .thank-you-icon svg {
    width: 60px;
    height: 60px;
  }
}