/* Service Pages Redesign CSS */
/* This CSS file is specifically for the new service page designs */

/* Section Padding Standards - Apply to ALL sections for consistency */
/* Standard padding for all main sections */
.section-service,
.section-faq,
.section-service-v2 {
    padding: 5rem 0 !important;
}

/* Hero section needs less top padding since it's at the top */
.section-header {
    padding: 3rem 0 5rem 0 !important;
}

/* Override existing service-pages.css paddings */
.section-header.service-hero-redesign {
    padding: 2rem 0 3.75rem 0 !important;
}

/* Grey background sections */
.service-grey-bg {
    background-color: rgba(224, 224, 224, 0.27);
}

/* Standardize all section headers - matches .section-service .top-header p.lead */
.service-section-header,
.section-service h2.service-section-header {
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #181818 !important;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    padding: 0;
}

/* Grey text in headers */
.text-grey {
    color: #666666 !important;
}

/* Fix for the header in hero section */
.service-hero-redesign .header {
    border: none !important;
    border-left: none !important;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block !important;
    width: 100% !important;
}

.service-hero-redesign .header span {
    font-weight: 500 !important;
    font-size: 48px !important;
    color: #181818;
    display: block;
    text-align: left !important;
    border: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

/* Hero section description text */
.service-hero-redesign .description {
    color: #666666 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure proper spacing between header and description */
.service-hero-redesign .mt-6 {
    margin-top: 2.5rem !important;
}

.service-hero .service-description {
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 30px 0 0 0;
}

/* Value Proposition Section */
.service-value-prop {
    background-color: rgba(224, 224, 224, 0.27);
}

/* Value proposition specific text styles */
.value-prop-lead {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #181818 !important;
    text-align: center !important;
    margin-bottom: 1rem;
}

.value-prop-body {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    text-align: center !important;
    line-height: 1.5;
}

.service-value-prop .value-prop-text {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.service-value-prop .advantage-title {
    font-size: 20px;
    font-weight: 500;
    color: #181818;
    margin-top: 1rem;
}

.service-value-prop .advantage-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.service-value-prop .advantage-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-value-prop .advantage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Full width image */
.service-full-width-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Content Section */
.service-content {
    /* Inherits standard padding from .section-service */
}

/* Cleaning Page Modal Styles */
#cleaningServiceModal .modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#cleaningServiceModal .modal-header {
    border-bottom: none;
    padding: 24px 32px 16px;
}

#cleaningServiceModal .modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

#cleaningServiceModal .btn-close {
    background: transparent;
    border: none;
    font-size: 24px;
    opacity: 0.5;
    transition: opacity 0.2s;
}

#cleaningServiceModal .btn-close:hover {
    opacity: 1;
}

#cleaningServiceModal .modal-body {
    padding: 0 32px 24px;
}

#cleaningServiceModal .modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

#cleaningServiceModal .modal-footer {
    border-top: none;
    padding: 0 32px 32px;
    justify-content: flex-start;
}

#cleaningServiceModal .modal-footer .btn-primary {
    background-color: #000;
    border: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s;
}

#cleaningServiceModal .modal-footer .btn-primary:hover {
    background-color: #333;
}

/* Modal backdrop */
.modal-backdrop.show {
    opacity: 0.5;
}

/* Cleaning page specific styles */
.hero-bullets {
    margin-top: 20px;
}

.hero-bullets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-bullets ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.hero-bullets ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.service-content .content-lead {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #181818;
}

.service-content .content-body {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

/* Services Grid Section */
.service-grid-section {
    /* Inherits standard padding from .section-service */
}

.service-grid-title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #181818;
}

/* FAQ Section */
.service-faq {
    background-color: rgba(224, 224, 224, 0.27);
    /* Inherits standard padding from .section-faq */
}

/* Gallery Section */
.service-gallery {
    /* Inherits standard padding from .section-service */
}

/* Consultation Section - removed duplicate, see below */

/* How It Works Section */
.service-how-it-works {
    /* Inherits standard padding from .section-service */
}

/* Sub Headers for sections */
.service-subheader {
    gap: 10px;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    padding: 20px 30px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #E0E0E0;
    margin-bottom: 40px;
}

.service-subheader span {
    font-size: 18px;
    color: #181818;
}

/* Service Cards Grid */
.service-item {
    padding: 20px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.service-item .service-title {
    justify-content: flex-start !important;
    margin-bottom: 16px !important;
}

.service-item .service-title h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #181818 !important;
    text-align: left !important;
    margin: 0 !important;
    min-height: auto !important;
}

.service-item .description {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    text-align: left !important;
}

/* Remove second star from service title */
.service-item .service-title svg:last-child {
    display: none !important;
}

/* Active and hover state colors */
.service-item.active .service-title h3,
.service-item:hover .service-title h3 {
    color: #FFFFFF !important;
}

.service-item.active .description,
.service-item:hover .description {
    color: #999999 !important;
}

/* Consultation Section */
.service-consultation {
    background-color: rgba(224, 224, 224, 0.27);
    border-radius: 24px;
    padding: 3rem;
}

/* Since consultation is inside section-service, remove parent padding */

/* Remove top and bottom padding for consultation section */
.section-service:has(.service-consultation) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Calendar Widget */
.booking-calendar-widget {
    background-color: #181818;
    border-radius: 20px;
    padding: 24px;
    color: #FFFFFF;
    max-width: 400px;
    margin-left: auto;
}

.calendar-header {
    margin-bottom: 20px;
}

.calendar-header p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 12px;
}

.calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-nav button {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
}

.calendar-nav .current-month {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}

.calendar-weekdays span {
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.calendar-date {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.2s;
}

.calendar-date:hover {
    background-color: #333333;
}

.calendar-date.selected {
    background-color: #FFFFFF;
    color: #181818;
}

.calendar-date.disabled {
    color: #666666;
    cursor: not-allowed;
}

.calendar-date.disabled:hover {
    background-color: transparent;
}

/* Time slots styling */
.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
    margin-bottom: 2rem;
}

.time-slot {
    padding: 12px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
}

.time-slot:hover {
    background-color: #F5F5F5;
    border-color: #181818;
}

.time-slot.selected {
    background-color: #181818;
    color: #FFFFFF;
    border-color: #181818;
}

/* Booking form styling */
.booking-summary .summary-item {
    margin-bottom: 1rem;
}

.booking-form .form-group {
    margin-bottom: 1rem;
}

.booking-form label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #181818;
}

/* Testimonial Cards */
.testimonial-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    position: relative;
    min-height: 240px;
}

.testimonial-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
    z-index: 2;
    align-self: flex-end;
}

.testimonial-quote-mark {
    position: absolute;
    top: -35px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 0;
}

.testimonial-quote-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-card {
    padding: 28px;
    border-radius: 20px 20px 20px 0;
    border: 1px solid #E0E0E0;
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p.testimonial-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0 !important;
}

.author-avatar {
    flex-shrink: 0;
}

.avatar-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 32px;
    position: relative;
    background-image: linear-gradient(135deg, #333333 0%, #555555 100%);
    z-index: 2;
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    margin: 0 0 2px 0;
}

.author-title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.3;
}

.company-logo {
    flex-shrink: 0;
}

.company-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Testimonial card spacing */
.testimonial-col {
    margin-bottom: 3rem !important;
}

/* FAQ Section Question Styling */
.section-faq .accordion-button {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #181818 !important;
}

/* Additional Services Section */
.section-service-v2 {
    padding: 5rem 0 !important;
}

/* Add gap between header and content in Additional Services */
.section-service-v2 .col-sm-12 {
    margin-bottom: 2rem;
}

/* Add gap between rows in Additional Services grid - only target col-sm-6 items */
.section-service-v2 .col-sm-6 {
    margin-bottom: 2rem;
}

.section-service-v2 .item .item-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 1rem;
    display: block;
}

.section-service-v2 .item p {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 1.5;
}

/* Button styles */
.btn-black {
    background-color: #181818 !important;
    color: #FFFFFF !important;
    margin: 0 auto;
}

.btn-black span {
    color: #FFFFFF !important;
}

/* FAQ question text */
.faq-question-text {
    font-size: 18px !important;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

/* Consultation section styles */
.consultation-subheader {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #181818 !important;
}

/* Booking summary styles */
.booking-label {
    font-weight: 500 !important;
    margin-bottom: 0.5rem !important;
}

.booking-value {
    color: #666666 !important;
}

/* Consultation button */
.btn-consultation {
    background-color: #181818 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

/* FAQ list styles */
.faq-list-item {
    list-style: none !important;
}

.faq-list-title {
    margin: 0 !important;
}

.faq-list-content {
    margin-left: 3px !important;
}

/* Section divider */
.section-divider {
    margin: 3rem 0 !important;
}

/* Consultation intro */
.consultation-intro-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #181818 !important;
    margin-bottom: 1.5rem !important;
    text-align: left !important;
}

.consultation-intro-text {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 27px !important;
}
}

}

}

    display: none !important;
}

.service-value-prop > .container > hr.section-divider {
    display: none !important;
}
