.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================
   Section 1: Hero Section CSS
   ========================================== */


/* Section 1 Start - Hero Section CSS */
.service-details-hero {
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 120px 0; */
    height: 300px;
    text-align: center;
    position: relative;
}

@media(max-width: 500px){
    .service-details-hero {
        height: 150px;
        
    }
}

.service-details-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
}

.service-details-hero .container {
    position: relative;
    z-index: 1;
}

.service-details-hero h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-details-hero h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .service-details-hero h1 {
        font-size: 36px;
    }
    
    .service-details-hero h2 {
        font-size: 24px;
    }
}
/* Section 1 End */

/* Section 2 Start - When Rugs Need Attention CSS */
.rugs-need-attention-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.rugs-need-attention-section h2 {
    font-size: 36px;
    margin-bottom: 19px;
    color: #1a1a1a;
    font-weight: 700;
}

.rugs-need-attention-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .rugs-need-attention-section h2 {
        font-size: 28px;
    }
    
    .rugs-need-attention-section p {
        font-size: 15px;
    }
}
/* Section 2 End */






/* ============================================
   SECTION 3: DETAILED RUG CLEANING PROCESS
   ============================================ */

.cleaning-process-section {
    padding: 20px 0;
    background: #ffffff;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* Process Items - Left Side */
.process-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-item {
    background: #F3FFE9;
    padding: 25px 30px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.process-item:hover {
    border-color: #3974EC;
    box-shadow: 0 5px 20px rgba(107, 45, 158, 0.1);
}

.process-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #3974EC;
    margin-bottom: 10px;
    line-height: 1;
}

.process-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
    line-height: 1.3;
}

.process-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    margin: 0;
}

/* Process Content - Right Side */
.process-right h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 25px;
    line-height: 1.3;
}

.process-right p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 20px;
}

.process-right p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-right h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .cleaning-process-section {
        padding: 60px 0;
    }
    
    .process-item {
        padding: 20px;
    }
    
    .process-item h3 {
        font-size: 18px;
    }
    
    .process-right h2 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .process-number {
        font-size: 20px;
    }
    
    .process-item p {
        font-size: 14px;
    }
    
    .process-right p {
        font-size: 15px;
    }
}








/* Section 4 Start - Steps We Take CSS */
.steps-rug-cleaning-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.steps-rug-cleaning-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.steps-rug-cleaning-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .steps-rug-cleaning-section h2 {
        font-size: 28px;
    }
    
    .steps-rug-cleaning-section p {
        font-size: 15px;
    }
}
/* Section 4 End */

/* Section 5 Start - Looking For Services CSS */
.looking-for-services-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.services-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.services-text h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.services-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .services-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .services-text h2 {
        font-size: 26px;
    }
    
    .services-text p {
        font-size: 15px;
    }
}
/* Section 5 End */

/* Section 6 Start - Explore Services Banner CSS */
.explore-services-banner {
    padding: 40px 0;
    background-color: #3974EC;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.banner-text {
    flex: 1;
}

.banner-text .discount-text {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner-text h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.banner-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.banner-button {
    flex-shrink: 0;
}

.btn-get-services {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #74DF23;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-get-services:hover {
    background: transparent;
    border: 2px solid #74DF23;
    transform: translateY(-2px);
    color: #000;
}

.btn-get-services span {
    font-size: 20px;
}

@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-text h2 {
        font-size: 28px;
    }
    
    .banner-button {
        width: 100%;
    }
    
    .btn-get-services {
        width: 100%;
        justify-content: center;
    }
}
/* Section 6 End */

/* Section 7 Start - FAQ Section CSS */
/* Section 7 Start - FAQ Section CSS */
.faq-section {
    padding: 40px 0;
    background-color: #f0fff4;
}

.faq-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

.faq-list {
   
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
    padding: 20px 25px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    transition: background-color 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 15px;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #5c7cfa;
}

.faq-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.icon-minus {
    opacity: 0;
    transform: rotate(-180deg);
}

.faq-item.active .icon-plus {
    opacity: 0;
    transform: rotate(180deg);
}

.faq-item.active .icon-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 25px 20px 25px;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

.no-faqs-message {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 8px;
    color: #4a4a4a;
    font-size: 16px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 18px 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
}
/* Section 7 End */
/* Section 7 End */