/** Shopify CDN: Minification failed

Line 624:8 All "@import" rules must come first

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

body {
    font-family: 'Arial', sans-serif;
    background-color: #FAF0E6;
    color: #333;
    line-height: 1.6;
}
#scroll-to-top-button , #ecomsend-widget ,.popin-floating-button , #nector-rewards-widget-wSVNjD , .shopify-section-group-header-group , .f-section-header ,#modal-container , .qr-optin-pop ,.shopify-section-group-footer-group{
    display:none !important;
}
.whatsapp-ico{
    fill: white;
    width: 30px;
    height: 30px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    
    
}
.location-small-btn {
        background: #B87453;
        border:none;
        padding:5px;
        color:white;
        border-radius: 10px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background-color: #FAF0E6;
    padding: 20px 0;
    border-bottom: 1px solid #e0d4c4;
}

/* HEADER — DESKTOP DEFAULT */
.header .container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important; /* LOGO LEFT / BUTTON RIGHT */
}
@media (max-width: 768px) {
    .header .container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important; /* same alignment */
        width: 100% !important;
    }

    .call-now-btn {
        margin-left: 0 !important; /* IMPORTANT — remove hack */
    }
}


.call-now-btn {
    margin-left: auto !important; /* pushes fully right */
}


.logo-ht h1 {
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

.logo-ht .originals {
    font-family: 'Brush Script MT', cursive;
    font-style: italic;
    font-weight: 300;
}

.call-now-btn {
    background-color: #B87453;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.call-now-btn:hover {
    background-color: #a56343;
}

@media (max-width: 768px) {
    .header .container {
        display: flex !important;
        flex-direction: row !important;         /* keep logo left + button right */
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        gap: 0 !important;
    }

    .logo-ht {
        flex: 0 1 auto !important;
    }

    .call-now-btn {
        margin-left: 90px !important;  /* pushes to the right */
        flex-shrink: 0 !important;
        padding: 12px 12px;
        font-weight:700;
    }
}

/* Hero Section */
.hero {
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-image-full img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}


.hero-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-image {
    flex: 1;
}

.hero-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.hero-text .subtitle {
    font-size: 24px;
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
}

.hero-text .trial-offer {
    font-size: 16px;
    color: #333;
}

/* Features Section */
.features {
    padding: 50px 0;
    background-color: #FAF0E6;
}

.features .container {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.feature-card {
    text-align: center;
    flex: 1;
}

.feature-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
    .feature-icon img {
        width: 100px !important;
        height: 100px !important;
        object-fit: contain !important;
    }

.feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Form Section */
.form-section {
    padding: 50px 0;
    background-color: white;
    padding-bottom:0;
}

.lead-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: block;
    flex: 1;
}

.form-group.full-width {
    width: 100%;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #B87453;
}

.phone-input,
.location-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fafafa;
    padding: 0 15px;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 0px;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
}

.phone-input input,
.location-input input {
    border: none;
    background: transparent;
    padding-left: 10px;
}

.location-btn {
    background-color: transparent;
    color: #B87453;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}

.location-btn:hover {
    text-decoration: underline;
}

/* Concerns Section */
.concerns-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;   /* Allows wrapping when space is constrained */
    justify-content: space-between;  /* Space out the labels evenly */
    gap: 0;  
    align-items: baseline;
    /* background-color: #fafafa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd; */
}

.checkbox-label {
    display: flex;
    flex-direction: column;   /* Stack content inside each label vertically */
    align-items: center;      /* Center the content inside each label */
    justify-content: center;
    width: 20%;                /* Make each label take up 30% width, adjust as needed */
    text-align: center;        /* Align the text in the center */
    cursor: pointer; 
}
.checkbox-content {
   display: flex;
    flex-direction: column;
    align-items: center;      /* Align the checkbox, image, and text centrally */
    justify-content: center;
    text-align: center;
}


.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #B87453;
}
.checkbox-label span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.05;
}
.checkbox-content img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    margin: 10px 0;
}

.checkbox-label.checked span {
    color: #333;
}

/* Calendar Section */
.calendar-section {
    margin: 30px 0;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.calendar-header {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.month-select,
.year-select {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.calendar {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.day-label {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #666;
}

.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.calendar-date {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.calendar-date:hover {
    background-color: #f0f0f0;
}

.calendar-date.selected {
    background-color: #B87453;
    color: white;
}

.calendar-date.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.calendar-date.other-month {
    color: #ccc;
}

/* Time Slot Section */
.time-slot-section {
    margin: 30px 0;
}

.time-slot-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.time-slots {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.time-slot {
    flex: 1;
    min-width: 150px;
}

.time-slot input[type="radio"] {
    display: none;
}

.time-slot span {
    display: block;
    padding: 15px 25px;
    border: 2px solid #ddd;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.time-slot input[type="radio"]:checked + span,
.time-slot.selected span {
    background-color: #B87453;
    color: white;
    border-color: #B87453;
}

.time-slot:hover span {
    border-color: #B87453;
}

/* Consent Section */
.consent-group {
    margin: 30px 0;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
}

.consent-label {
    display: flex;
    align-items: start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
}

.consent-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #B87453;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 18px;
    background-color: #B87453;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover:not(:disabled) {
    background-color: #a56343;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 116, 83, 0.3);
}

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Messages */
.error-message {
    background-color: #fee;
    color: #c33;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
}

.loading-message {
    background-color: #e7f3ff;
    color: #0066cc;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features {
        padding: 20px 0;
    }
    .feature-icon {
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
    }
    .concerns-label {
        margin-bottom: 0;
    }
    .header .container {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content {
        flex-direction: column;
    }

    .hero-text h2 {
        font-size: 32px;
    }

    .hero-text .subtitle {
        font-size: 18px;
    }

    .features .container {
        flex-direction: column;
        gap: 40px;
    }

    .form-row {
        flex-direction: column;
    }

    .time-slots {
        flex-direction: column;
    }

    .time-slot {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .calendar-dates {
        gap: 5px;
    }

    .calendar-date {
        font-size: 12px;
    }

    .submit-btn {
        font-size: 16px;
    }
}
        @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

        * {
            font-family: "Space Grotesk", sans-serif !important;
        }
        /* Mobile: Force all 3 features in one single row with single-line text */
@media (max-width: 600px) {
    .features .container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }
/* Wrapper for location input + button */
.location-wrapper {
    position: relative;
    width: 100%;
}

/* The button inside the input */
.location-small-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #B87453;
    color: #fff;
    border: none;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

/* Make sure input has spacing so text doesn't overlap button */
.location-wrapper input {
    padding-right: 90px !important;
}

/* Mobile optimization */
@media (max-width: 600px) {
    .location-small-btn {
        font-size: 8px !important;
        padding: 3px 6px !important;
    }

    .location-wrapper input {
        font-size: 10px !important;
        padding-right: 80px !important;
    }
}

/* Field error messages */
.field-error {
    color: #d32f2f !important;
    font-size: 11px !important;
    margin-top: 1px !important;
    display: none !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.field-error.show {
    display: block !important;
}

.form-group input.error,
.form-group select.error,
input.error,
select.error {
    border: 2px solid #d32f2f !important;
    border-color: #d32f2f !important;
}
#city , #mobile{
    margin-bottom: 0; 
}
/* Mobile specific error styling */
@media (max-width: 600px) {
    #city{
        margin-bottom: 0;
    height: 44px;
    }
    #mobile{
      margin-bottom: 0;  
    }
    .field-error {
        font-size: 10px !important;
    }
}

    .feature-card {
        flex: 1 !important;
        text-align: center !important;
        white-space: nowrap !important;      /* Prevent text from going to next line */
        overflow: hidden !important;         /* Hide overflow */
        text-overflow: ellipsis !important;  /* Add "..." if text is long */
    }

    .feature-icon img {
        width: 78px !important;
        height: 78px !important;
        object-fit: contain !important;
    }

    .feature-text {
        font-size: 12px !important;
        line-height: 14px !important;
        max-width: 150px !important; /* controls how many words fit in first line */
        margin: 0 auto !important;
        text-align: center !important;
        white-space: normal !important; /* allow wrapping */
    }
}
@media (max-width: 768px) {
    .header .container {
        display: flex !important;
        flex-direction: row !important;         /* Left-Right layout */
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0 !important;
    }
}
/* Mobile Form Row Fix */
@media (max-width: 600px) {


.form-group input,
.form-group select {
    font-size: 10px !important;
    margin-bottom: 0;
}
    /* Make each row a flex row */
    .form-row {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        width: 100% !important;
    }

    /* Each field takes 50% width */
    .form-row .form-group {
        width: 50% !important;
    }

    /* Phone + Country code box fix */
    .phone-group .phone-input {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 0 8px !important;
        width: 100% !important;
        padding-right: 0px !important;
    }

    .phone-group input {
        width: 100% !important;
    }

    /* Location row fix */
    .location-group .location-input {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
    }

    /* Make the button same height and width */
    .location-btn {
        width: 100% !important;
        height: 48px !important;
        white-space: nowrap !important;
    }

    /* Full width items stay full width */
    .full-width {
        width: 100% !important;
    }
}
/* Outer border box */
.concern-box {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 6px;
    margin-top: 15px;
}

/* Header row (label + arrow) */
.concern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Arrow button */
.concern-toggle {
    background: #C8906B;
    border: none;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    height: 30px;
}

.concern-toggle .arrow {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Collapsible body */
.concern-body {
    margin-top: 12px;
    display: block; /* hidden by default */
    animation: fadeIn 0.3s ease-in-out;
}

/* Fade animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .concern-toggle {
        padding: 4px 8px;
        height: 30px;
    }
    .concern-header .concerns-label {
        font-size: 12px !important;
    }
}
#submitBtn:disabled {
    background-color:rgb(155, 151, 151) !important;
    cursor: not-allowed !important;
}
#submitBtn:disabled {
    background-color:rgb(107, 104, 104) !important;
    cursor: not-allowed !important;
}

#submitBtn:enabled {
    background-color: #your-original-color; /* Replace with your button color */
    cursor: pointer !important;
    opacity: 1 !important;
}
#submit-btn-sticky{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 15px 0;
}
.sticky-message{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.submit-btn {
    /* position: sticky;
    bottom: 20px; */
    width: 100%;
    z-index: 9999;
    display: block;
    padding: 16px 0;
    font-size: 18px;
    text-align: center;
    border: none;
    padding-top: 10px;
}

@media (max-width: 600px) {
    .submit-btn {
        padding: 14px 0;
        font-size: 17px;
        padding-top: 8px;
    }
}
.lead-form {
    padding-bottom: 0px; /* prevent last field from hiding behind sticky button */
}
/* Time Slot Error Styling */
#timeslot-error {
    color: #d32f2f !important;
    font-size: 13px !important;
    margin-top: 12px !important;
    font-weight: 500;
    padding: 8px 12px;
    background-color: #ffebee;
    border-left: 3px solid #d32f2f;
    border-radius: 4px;
    animation: slideDown 0.3s ease-out;
}

#timeslot-error.show {
    display: block !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Highlight time slot section when error */
.time-slot-section.has-error {
    border: 2px solid #d32f2f;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff5f5;
}

@media (max-width: 768px) {
    .concern-body {
        margin-top: 25px;
    }
    .checkbox-content img {
        max-width: 65px;
        max-height: 65px;
    }
    .checkbox-label span {
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
    }
}

@media (max-width: 390px) {
    .checkbox-content img {
        max-width: 60px;
        max-height: 60px;
    }
}
