/* ========================================
   FONT IMPORTS
======================================== */
/* Google Fonts (Roboto and Inter) are loaded via link tags in HTML */

/* BrownRosemary Font */
@font-face {
    font-family: 'BrownRosemary';
    src: url('Fonts/BrownRosemary.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   GLOBAL STYLES
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}


/* ========================================
   HEADER SECTION
======================================== */
.main-header {
    background-color: rgba(235, 224, 202, 1);
    padding: 17px 0;
    position: relative;
    z-index: 100;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.schedule-button {
    background-color: transparent;
    border: 2px solid rgba(62, 62, 62, 1);
    color: rgba(62, 62, 62, 1);
    padding: 7px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'BrownRosemary', serif;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 23px;
    line-height: 33.6px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
}

.schedule-button:hover {
    background-color: #4A4A4A;
    color: #D9C9B5;
}


/* ========================================
   HERO SECTION
======================================== */
.hero-section {
    background-image: url('bg-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1920 / 71;
    background-image: url(https://claritychiromn.com/wp-content/uploads/2026/01/Frame-19.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: transparent;
    z-index: 2;
    pointer-events: none;
}

/* Dark overlay for better text readability */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(48 29 29 / 50%);
    z-index: 1;
}

.hero-container {
      max-width: 1200px;
    margin: 0 auto;
    padding: 110px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}


/* Left Side - Brand Logo and Name */
.hero-brand {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-logo {
    margin-bottom: 25px;
}

.logo-image {
    width: 320px;
    height: auto;
    display: block;
}





/* Right Side - Coming Soon Announcement */
.hero-announcement {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.announcement-text {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 1.1;
    text-align: center;
    font-family: 'BrownRosemary', serif;
}


/* ========================================
   WELCOME SECTION
======================================== */
.welcome-section {
    background-color: rgba(235, 224, 202, 1);
    padding: 100px 0;
}
.welcome-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Left Side - Wellness Image */
.welcome-image-wrapper {
    flex: 0 0 45%;
}

.wellness-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Right Side - Content */
.welcome-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.welcome-heading {
    font-family: 'BrownRosemary', serif;
    color: rgba(62, 62, 62, 1);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
}

.welcome-subheading {
    font-family: 'Roboto', sans-serif;
    color: rgba(62, 62, 62, 1);
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
}

.welcome-description {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(62, 62, 62, 1);
    margin-bottom: 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Philosophy Box */
.wellness-philosophy {
    border-left: 2px solid #4A4A4A;
    background-color: transparent;
    padding: 5px;
    padding-left: 10px;
    margin-left: 40px;
}
.philosophy-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #4A4A4A;
}


/* ========================================
   GOALS SECTION
======================================== */
.goals-section {
    background-color: rgba(255, 255, 255, 1);
    padding: 65px 0;
}
.goals-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.goals-heading {
    font-family: 'BrownRosemary', serif;
    color: rgba(62, 62, 62, 1);
    letter-spacing: 2px;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 65px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
}

/* Goals Lists Container */
.goals-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 723px;
    margin-bottom: 70px;
}
.goals-list {
    list-style: none;
    text-align: left;
}

.goal-item {
    font-family: 'Roboto', sans-serif;
    color: rgba(62, 62, 62, 1);
    margin-bottom: 0px;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

/* Custom Bullet Points */
.goal-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4A4A4A;
    font-size: 18px;
}

/* Mission Statement Text */
.goals-mission-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4A4A4A;
    max-width: 1200px;
    margin-bottom: 20px;
}
/* CTA Heading */
.goals-cta-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 30px;
}

/* Book Now Button */
.cta-book-button {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 18px 45px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.cta-book-button:hover {
    background-color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* ========================================
   TESTIMONIAL HERO SECTION
======================================== */
.testimonial-hero-section {
    background-image: url('bg-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
}

/* Semi-transparent overlay */
.testimonial-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 13%);
    z-index: 1;
}

.testimonial-hero-overlay {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.testimonial-hero-quote {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
    font-weight: 300;
}
.testimonial-hero-author {
    font-family: 'BrownRosemary', serif;
    font-size: 24px;
    color: #FFFFFF;
    font-style: normal;
    letter-spacing: 3px;
}


/* ========================================
   SERVICES SECTION
======================================== */
.services-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.services-section::before {
    content: "";
    background-image: url(bg-decoration-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
        width: 250px;
    right: 0;
    z-index: 1;
    left: 0;
        background-position: top left;
}
section.services-section::after {
    content: "";
    background-image: url(bg-decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    width: 150px;
    bottom: 0;
    z-index: 1;
    left: 0;
    margin-left: auto;
    right: 0;
    background-position: bottom right;
}

.services-container {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 60px;
    position: relative;
}

.services-heading-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.services-subheading {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.services-heading {
    font-family: 'BrownRosemary', serif;
    font-size: 54px;
    font-weight: 400;
    color: #4A4A4A;
    letter-spacing: 3px;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-bottom: 0;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image-wrapper {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 3px solid #C9B896;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-title {
    color: rgba(62, 62, 62, 1);
    letter-spacing: 1.5px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-decoration: underline;
}

/* Decorative Floral Elements */
.floral-decoration {
    position: absolute;
    width: 180px;
    height: auto;
    opacity: 0.6;
}

.floral-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.floral-right {
    right: 0;
    bottom: 10%;
}


/* ========================================
   TESTIMONIALS GRID SECTION
======================================== */
.testimonials-grid-section {
    background-color: rgba(255, 255, 255, 1);
    padding: 100px 0;
    position: relative;
    background-image: url(bgbottom.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.testimonials-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.testimonials-grid-heading {
    font-family: 'BrownRosemary', serif;
    font-size: 52px;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.testimonial-card {
    background-color: #FFFFFF;
    padding: 22px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-logo {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}

.testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 25px;
}

.testimonial-author {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4A4A4A;
    text-align: center;
}


/* ========================================
   FOOTER SECTION
======================================== */
.main-footer {
    background-color: rgba(235, 224, 202, 1);
    padding: 50px 0 30px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Social Media Icons */
.social-media-wrapper {
    display: flex;
    gap: 6px;
    margin-bottom: 60px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4A4A;
    transition: all 0.3s ease;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.social-icon:hover {
    background-color: #4A4A4A;
    color: #FFFFFF;
    transform: translateY(-3px);
}

/* Appointment Section */
.appointment-section {
    text-align: center;
    margin-bottom: 60px;
}

.appointment-heading {
    font-family: 'BrownRosemary', serif;
    font-size: 26px;
    font-weight: 400;
    color: #4A4A4A;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.appointment-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.appointment-button {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

.appointment-button:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

/* Contact Information */
.contact-info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 78%;
    padding-bottom: 15px;
}

.contact-info-item {
    text-align: center;
}

.contact-label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4A4A4A;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.contact-detail {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.6;
}

/* Footer Credit */
.footer-credit {
    text-align: center;
}
.footer-credit {
    background: white;
    max-width: 1200px;
    margin: auto;
    padding: 18px;
}
.credit-link {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
.footer-credit p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #4A4A4A;
}

.credit-link {
    color: #4A4A4A;
    text-decoration: underline;
}

.credit-link:hover {
    color: #000000;
}


/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media screen and (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding: 60px 40px;
    }
.hero-section::after {
    aspect-ratio: 1903 / 111;
}
    .hero-brand {
        align-items: center;
        margin-bottom: 50px;
    }

    .hero-announcement {
        justify-content: center;
    }

    .announcement-text {
        text-align: center;
        font-size: 70px;
    }

  

    /* Welcome Section */
    .welcome-container {
        flex-direction: column;
        gap: 50px;
    }

    .welcome-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .welcome-heading {
        font-size: 44px;
        line-height: normal;
    }

    /* Goals Section */
    .goals-list-wrapper {
        gap: 60px;
    }

    .goals-heading {
        font-size: 44px;
    }

    /* Testimonial Hero Section */
    .testimonial-hero-section {
        padding: 90px 0;
    }

    .testimonial-hero-overlay {
        padding: 0 40px;
    }

    .testimonial-hero-quote {
        font-size: 16px;
    }

    /* Services Section */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .floral-decoration {
        width: 140px;
    }

    /* Testimonials Grid Section */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Footer Section */
    .appointment-buttons {
        flex-direction: column;
        gap:8px;
        align-items: center;
    }

    .appointment-button {
        width: 100%;
        max-width: 300px;
    }

    .contact-info-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .header-container {
        padding: 0 30px;
    }

    .schedule-button {
        padding: 5px 20px;
        font-size: 15px;
    }
    .main-header {
    padding: 10px 0;
}

    .hero-container {
        padding: 50px 30px;
    }

    .logo-image {
        width: 140px;
    }

 

    .announcement-text {
        font-size: 56px;
        letter-spacing: 6px;
    }

    /* Welcome Section */
    .welcome-section {
        padding: 70px 0;
    }

    .welcome-container {
        padding: 0 30px;
        gap: 40px;
    }

    .welcome-heading {
        font-size: 36px;
        letter-spacing: 1px;
    }

    .welcome-subheading {
        font-size: 11px;
    }

    .welcome-description,
    .philosophy-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .wellness-philosophy {
        padding: 20px 25px;
    }

    /* Goals Section */
    .goals-section {
        padding: 70px 0;
    }

    .goals-container {
        padding: 0 30px;
    }

    .goals-heading {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }

    .goals-list-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 50px;
    }

    .goal-item {
        font-size: 14px;
    }

    .goals-mission-text {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .goals-cta-heading {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .cta-book-button {
        padding: 16px 40px;
        font-size: 14px;
    }

    /* Testimonial Hero Section */
    .testimonial-hero-section {
        padding: 70px 0;
    }

    .testimonial-hero-overlay {
        padding: 0 30px;
    }

    .testimonial-hero-quote {
        font-size: 15px;
        line-height: 1.8;
    }

    .testimonial-hero-author {
        font-size: 20px;
    }

    /* Services Section */
    .services-section {
        padding: 70px 0;
    }

    .services-container {
        padding: 0 30px;
    }

    .services-heading {
        font-size: 42px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-image-wrapper {
        width: 180px;
        height: 180px;
    }

    .floral-decoration {
        display: none;
    }

    /* Testimonials Grid Section */
    .testimonials-grid-section {
        padding: 70px 0;
    }

    .testimonials-grid-container {
        padding: 0 30px;
    }

    .testimonials-grid-heading {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .testimonial-card {
        padding: 40px 30px;
    }

    /* Footer Section */
    .main-footer {
        padding: 60px 0 25px 0;
    }

    .footer-container {
        padding: 0 30px;
    }

    .social-media-wrapper {
        gap: 15px;
        margin-bottom: 50px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .appointment-heading {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .appointment-button {
        font-size: 13px;
        padding: 14px 35px;
    }

    .contact-label {
        font-size: 12px;
    }

    .contact-detail {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
   

    .logo-image {
        width: 120px;
    }

    .announcement-text {
        font-size: 48px;
        letter-spacing: 3px;
    }

    /* Welcome Section */
    .welcome-section {
        padding: 50px 0;
    }

    .welcome-container {
        padding: 0 20px;
        gap: 30px;
    }

    .welcome-heading {
        font-size: 35px;
    }

       .welcome-subheading {
        font-size: 10px;
        margin: 0;
    }
    .welcome-content {
    gap: 15px;
}

    .welcome-description,
    .philosophy-text {
        font-size: 13px;
    }

    .wellness-philosophy {
        padding: 18px 20px;
    }

    .wellness-image {
        border-radius: 150px 150px 150px 0;
    }

    /* Goals Section */
    .goals-section {
        padding: 50px 0;
    }

    .goals-container {
        padding: 0 20px;
    }

      .goals-heading {
        font-size: 32px;
        letter-spacing: 0.5px;
        margin-bottom: 32px;
        line-height: normal;
        font-weight: 700;
        padding: 0 35px;
    }

    .goals-list-wrapper {
        gap: 30px;
        margin-bottom: 40px;
    }

    .goal-item {
        font-size: 13px;
    }

    .goals-mission-text {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .goals-cta-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-book-button {
        padding: 14px 15px;
        font-size: 13px;
    }
    
section.services-section::before {
    width: 100px;
            top: 106px;
}
section.services-section::after {
    width: 110px;
    bottom: 250px;
}

    /* Testimonial Hero Section */
    .testimonial-hero-section {
        padding: 50px 0;
    }

    .testimonial-hero-overlay {
        padding: 0 20px;
    }

    .testimonial-hero-quote {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial-hero-author {
        font-size: 18px;
        letter-spacing: 2px;
    }

    /* Services Section */
    .services-section {
        padding: 50px 0;
    }

    .services-container {
        padding: 0 20px;
    }

    .services-heading-wrapper {
        margin-bottom: 50px;
    }

    .services-subheading {
        font-size: 12px;
    }
        .wellness-philosophy {
        padding: 2px 18px;
        margin-left: 10px;
    }


    .services-heading {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .service-image-wrapper {
        width: 160px;
        height: 160px;
    }

    .service-title {
        line-height: normal;
        font-size: 14px;
    }

    /* Testimonials Grid Section */
    .testimonials-grid-section {
        padding: 50px 0;
    }

    .testimonials-grid-container {
        padding: 0 20px;
    }

    .testimonials-grid-heading {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .testimonial-card {
        padding: 35px 25px;
    }

    .testimonial-text {
        font-size: 12px;
        line-height: 1.7;
    }

    .testimonial-author {
        font-size: 12px;
    }

    /* Footer Section */
    .main-footer {
        padding: 50px 0 20px 0;
    }

    .footer-container {
        padding: 0 20px;
    }

    .social-media-wrapper {
        gap: 12px;
        margin-bottom: 40px;
    }

    .social-icon {
        width: 38px;
        height: 38px;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .appointment-section {
        margin-bottom: 50px;
    }

    .appointment-heading {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .appointment-button {
        font-size: 12px;
        padding: 12px 30px;
    }

    .contact-info-wrapper {
        gap: 20px;
        padding-bottom: 40px;
    }

    .contact-label {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .contact-detail {
        font-size: 12px;
    }

    .footer-credit p {
        font-size: 11px;
    }
}