/*.heroSec {background: url(https://soniccleaningservices.com.au/public/uploads/gallery/1781239462_carpet-cleaning.jpg) no-repeat;background-size: cover;position: relative;}*/

:root {--primary: #0066ff;--dark: #0f172a;--text: #334155;--muted: #64748b;--light: #f8fbff;--white: #ffffff;--yellow: #ffd447;--border: #dbeafe;}
* { box-sizing: border-box; margin: 0; padding: 0; }
.heroSec {background: url(https://soniccurtaincleaning.com.au/public/uploads/gallery/1783332250_curtain-cleaning.jpg) no-repeat;background-size: cover;position: relative;}

.content-section { padding: 80px 0; }
.content-section:nth-child(even) { background:var(--light); }
.section-label { display: inline-block; margin-bottom: 14px; padding: 6px 14px; border-radius: 50px; background: rgba(0,102,255,.1); color: var(--primary); font-size: 13px; font-weight: 700; letter-spacing: .5px; }

.section-1 { min-height: 90vh; display: flex; align-items: center; background: radial-gradient(circle at top right, rgba(0,102,255,.16), transparent 35%), linear-gradient(135deg, #ffffff 0%, #eff6ff 100%); }
.section-1 p { max-width: 970px; font-size: 18px; }
.feature-line { display: inline-flex; align-items: center; gap: 10px; width: calc(50% - 12px); margin: 8px 10px 8px 0; padding: 14px 18px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; color: var(--dark); font-weight: 700; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.feature-line::before { content: "✓"; display: inline-grid; place-items: center; min-width: 26px; height: 26px; border-radius: 50%; background: var(--primary); color: var(--white); font-size: 14px; }
.btn-wrap { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-block; padding: 14px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: .25s ease; }
.btn.primary { background: var(--primary); color: var(--white); box-shadow: 0 12px 30px rgba(0,102,255,.28); }
.btn.secondary { background: var(--white); color: var(--dark); border: 1px solid var(--border); }
.btn:hover { transform: translateY(-3px); }
.section-4 h3, .section-5 h3, .section-6 h3, .section-7 h3, .section-8 h3 { padding: 22px 24px; background: var(--white); border-left: 5px solid var(--primary); border-radius: 18px; box-shadow: 0 15px 35px rgba(15,23,42,.06); }
.section-4 .feature-line { width: 100%; max-width: 560px; }
.process-text { padding: 16px 20px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; }
.step-box h3 { margin-top: 38px; background: var(--dark); color: var(--white); border-left-color: var(--yellow); }
.area-line { padding: 18px 22px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 10px 24px rgba(15,23,42,.05); }

.section-14 { background: linear-gradient(135deg, var(--dark), #082f8f) !important; color: var(--white);text-align: center;; }
.section-14 h1, .section-14 h2, .section-14 p { color: var(--white); }
.section-14 .section-label { background: rgba(255,255,255,.16); color: var(--yellow); }
.feature-lines .feature-line {padding: 0;border: 0;box-shadow:none;}
.feature-lines {padding: 20px;border: 1px solid var(--border);box-shadow: 0 12px 30px rgba(15, 23, 42, .06);}
.feature-line-list{list-style-type: none;padding: 0;margin: 0;}
.feature-line-list li{display:block;margin-bottom: 12px;}
.feature-line-list li::before {content: "✓";display: inline-grid;place-items: center;min-width: 26px;height: 26px;border-radius: 50%;background: var(--primary);color: var(--white);font-size: 14px;margin-right: 7px;}
.process-text h3 {box-shadow: none;padding: 0 0 0px 5px;border-radius: 0;    border-left: 4px solid #0e5fef;}

.number-loc{list-style-type: none;padding: 0;margin: 0;}
.number-loc li{display:block;margin-bottom: 12px;}
.number-loc li::before {content: "✓";display:inline-grid;place-items: center;min-width: 26px;height: 26px;border-radius: 50%;background: var(--primary);color: var(--white);font-size: 14px;margin-right: 7px;}

.faq-section{padding:80px 0;background:#f8fafc;}
.faq-section h2{text-align:center;margin-bottom:40px;font-size:40px;font-weight:700;}
.faq-item{background:#fff;border-radius:10px;margin-bottom:15px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.08);}
.faq-question{width:100%;border:none;background:#fff;padding:10px 20px;text-align:left;font-size:18px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;}
.faq-question span{font-size:28px;transition:.3s;}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.faq-answer p{padding:0 20px 25px;line-height:1.8;margin:0;}
.faq-item.active .faq-answer{max-height:500px;}
.faq-item.active .faq-question span{transform:rotate(45deg);}

.service-card,.srvce-bxx,.srvce-bx{padding: 16px 20px;background: var(--white);border: 1px solid var(--border);border-radius: 14px;}
.service-card h4 {border-left: 5px solid var(--primary);padding-left: 5px;}
.srvce-bxx h4 {margin: 0;}

/*==============================
SERVICES SECTION
==============================*/
.ser-bx,.ser-bxx{position:relative;height:100%;background:#fff;border-radius:18px;padding:35px 25px 30px;font-size:70px;font-weight:800;line-height:1;color:rgba(0,102,255,.08);text-align:left;overflow:hidden;transition:.35s ease;box-shadow:0 8px 25px rgba(0,0,0,.06);border:1px solid #eef2f7;}
.ser-bx:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,0,0,.12);}
.ser-text{position:relative;z-index:2;margin-top:15px;}
.ser-bxx .ser-text{margin-top:0px;}
.ser-text h4{font-size:24px;line-height:1.4;font-weight:700;color:#0f172a;margin-bottom:18px;text-transform:capitalize;}
.ser-text p{margin:0;color:#475569;font-size:16px;line-height:1.8;}
.ser-bx:before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:#0066ff;transform:scaleX(0);transform-origin:left;transition:.35s ease;}
.ser-bx:hover:before{transform:scaleX(1);}
.ser-bx:after{content:'';position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(0,102,255,.04);top:-40px;right:-40px;}


/*location pages*/
.section-head {max-width: 820px;margin-bottom: 35px;}
.section-tag {display: inline-block;background: #0066ff;color: #fff;padding: 8px 18px;border-radius: 30px;font-size: 14px;font-weight: 700;margin-bottom: 16px;}
.section-head h2 {font-size: 42px;line-height: 1.2;color: #0f172a;margin: 0 0 16px;}
.section-head p, .carpet-intro p, .carpet-card p {color: #475569;font-size: 17px;line-height: 1.75;margin: 0;}
.carpet-intro {background: #ffffff;border-left: 5px solid #0066ff;padding: 28px;border-radius: 18px;box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);margin-bottom: 35px;}
.carpet-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px;}
.carpet-card {background: #ffffff;padding: 30px;border-radius: 22px;border: 1px solid #e2e8f0;box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);transition: 0.3s ease;}
.carpet-card: hover {transform: translateY(-6px);border-color: #0066ff;}
.carpet-card h3 {font-size: 23px;color: #0f172a;margin: 0 0 14px;}
.highlight-card {background: #0066ff;border-color: #0066ff;}
.highlight-card h3, .highlight-card p {color: #ffffff;}

.service-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px;}
.service-card {background: #ffffff;padding: 30px;border-radius: 22px;border: 1px solid #e2e8f0;box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);transition: 0.3s ease;}
.service-card:hover {transform: translateY(-6px);border-color: #0066ff;}
.service-card h3 {font-size: 23px;color: #0f172a;margin: 0 0 14px;}

.services-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px;}
.services-card {background: #ffffff;padding: 30px;border-radius: 22px;border: 1px solid #e2e8f0;box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);transition: 0.3s ease;}
.services-card:hover {transform: translateY(-6px);border-color: #0066ff;}
.services-card h3 {font-size: 23px;color: #0f172a;margin: 0 0 14px;}


.section-heading {text-align: center;max-width: 850px;margin: 0 auto 50px;}
.section-badge {display: inline-block;background: #0066ff;color: #fff;padding: 8px 18px;border-radius: 30px;font-size: 14px;font-weight: 700;margin-bottom: 18px;}
.section-heading h2 {font-size: 42px;color: #0f172a;margin-bottom: 18px;line-height: 1.2;}
.section-heading p {font-size: 17px;line-height: 1.8;color: #64748b;}
.process-intro {background: #f8fbff;border: 1px solid #dbeafe;border-radius: 20px;padding: 30px;margin-bottom: 50px;}
.process-intro p {margin: 0;font-size: 17px;line-height: 1.9;color: #475569;}
.process-timeline {position: relative;}
.process-timeline: : before {content: "";position: absolute;left: 35px;top: 0;bottom: 0;width: 3px;background: #dbeafe;}
.process-step {display: flex;gap: 30px;position: relative;margin-bottom: 35px;}
.step-number {min-width: 70px;width: 70px;height: 70px;border-radius: 50%;background: #0066ff;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 22px;font-weight: 700;position: relative;z-index: 2;box-shadow: 0 10px 25px rgba(0, 102, 255, .25);}
.step-content {flex: 1;background: #fff;border: 1px solid #e2e8f0;border-radius: 20px;padding: 28px;box-shadow: 0 10px 30px rgba(15, 23, 42, .06);transition: .3s ease;}
.step-content: hover {transform: translateY(-5px);border-color: #0066ff;}
.step-content h3 {font-size: 24px;color: #0f172a;margin-bottom: 12px;}
.step-content p {color: #475569;line-height: 1.8;margin: 0;font-size: 16px;}


.section-badge {display: inline-block;background: #0066ff;color: #fff;padding: 8px 18px;border-radius: 30px;font-size: 14px;font-weight: 700;margin-bottom: 18px;}
.challenge-intro {background: #ffffff;border-radius: 20px;padding: 30px;margin-bottom: 40px;border-left: 5px solid #0066ff;box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);}
.challenge-intro p {margin: 0;font-size: 17px;line-height: 1.9;color: #475569;}
.challenge-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;}
.challenge-card {background: #fff;padding: 35px 30px;border-radius: 22px;border: 1px solid #e2e8f0;box-shadow: 0 12px 30px rgba(15, 23, 42, .06);transition: .3s ease;}
.challenge-card: hover {transform: translateY(-8px);border-color: #0066ff;}
.challenge-icon {width: 70px;height: 70px;border-radius: 18px;background: #eef5ff;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;font-size: 32px;}
.challenge-card h3 {font-size: 24px;color: #0f172a;margin-bottom: 15px;}
.challenge-card p {margin: 0;color: #475569;line-height: 1.8;font-size: 16px;}

.highlight-card .challenge-icon {background: rgba(255, 255, 255, 0.15);}


.section-badge {display: inline-block;background: #0066ff;color: #fff;padding: 8px 18px;border-radius: 30px;font-size: 14px;font-weight: 700;margin-bottom: 18px;}
.service-intro {background: #ffffff;padding: 30px;border-radius: 22px;border-left: 5px solid #0066ff;margin-bottom: 40px;box-shadow: 0 12px 30px rgba(15, 23, 42, .06);}
.service-intro p {margin: 0;color: #475569;line-height: 1.9;font-size: 16px;}
.suburbs-wrapper {display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;margin-bottom: 50px;}
.suburb-item {background: #ffffff;border: 1px solid #dbeafe;border-radius: 14px;padding: 14px 18px;text-align: center;font-weight: 600;color: #0f172a;transition: .3s ease;}
.suburb-item: hover {background: #0066ff;color: #ffffff;border-color: #0066ff;transform: translateY(-3px);}
.service-footer {background: #0066ff;padding: 40px;border-radius: 24px;text-align: center;}
.service-footer h3 {color: #ffffff;font-size: 30px;margin-bottom: 15px;}
.service-footer p {color: rgba(255, 255, 255, 0.95);font-size: 16px;line-height: 1.9;max-width: 900px;margin: auto;}
.service-footer a{color:#fff;}



.cta-contact-section {padding: 100px 20px;background: linear-gradient(135deg, #0066ff 0%, #0f172a 100%);}
.cta-box {background: #ffffff;border-radius: 30px;padding: 60px;text-align: center;box-shadow: 0 25px 60px rgba(0, 0, 0, .15);}
.cta-badge {display: inline-block;background: #eaf2ff;color: #0066ff;padding: 10px 20px;border-radius: 30px;font-size: 14px;font-weight: 700;margin-bottom: 20px;}
.cta-box h2 {font-size: 48px;line-height: 1.2;color: #0f172a;margin-bottom: 25px;}
.cta-box p {font-size: 17px;line-height: 1.9;color: #475569;margin-bottom: 20px;}
.cta-intro {font-size: 18px !important;}
.cta-actions {display: flex;justify-content: center;gap: 18px;margin-top: 35px;flex-wrap: wrap;}
.cta-btn {padding: 16px 32px;border-radius: 50px;text-decoration: none;font-weight: 700;font-size: 16px;transition: .3s ease;}
.primary-btn {background: #0066ff;color: #ffffff;}
.primary-btn: hover {background: #0054d1;transform: translateY(-3px);}
.secondary-btn {background: #f8fafc;color: #0f172a;border: 2px solid #dbeafe;}
.secondary-btn: hover {border-color: #0066ff;color: #0066ff;}
.contact-info {display: flex;justify-content: center;gap: 25px;margin-top: 45px;flex-wrap: wrap;}
.info-card {display: flex;align-items: center;gap: 15px;background: #f8fbff;border: 1px solid #dbeafe;border-radius: 18px;padding: 18px 25px;min-width: 280px;text-align: left;}
.info-card span {font-size: 28px;}
.info-card strong {display: block;color: #0f172a;margin-bottom: 4px;}
.info-card p {margin: 0;color: #64748b;font-size: 15px;}

.text-item {background: #fff;padding: 20px;border-radius: 10px;box-shadow: 0 0 20px #00000021;}

@media(max-width: 768px) {.cta-box {padding: 40px 25px;}
.cta-box h2 {font-size: 34px;}
.cta-actions {flex-direction: column;}
.cta-btn {width: 100%;}
}
@media(max-width: 576px) {.cta-contact-section {padding: 70px 15px;}
.cta-box h2 {font-size: 28px;}
.info-card {min-width: 100%;}
}

@media(max-width: 768px) {.section-heading h2 {font-size: 32px;}
.faq-question {font-size: 18px;padding: 20px;}
.faq-answer {padding: 0 20px 20px;}
}
@media(max-width: 576px) {.faq-section {padding: 60px 15px;}
.section-heading h2 {font-size: 28px;}
.faq-question {font-size: 17px;}
}


@media(max-width: 991px) {.suburbs-wrapper {grid-template-columns: repeat(3, 1fr);}
.section-heading h2 {font-size: 34px;}
}
@media(max-width: 768px) {.suburbs-wrapper {grid-template-columns: repeat(2, 1fr);}
.service-footer {padding: 30px 25px;}
}
@media(max-width: 576px) {.service-areas-section {padding: 60px 15px;}
.section-heading h2 {font-size: 28px;}
.suburbs-wrapper {grid-template-columns: 1fr;}
.service-footer h3 {font-size: 24px;}
}

@media(max-width: 991px) {.section-heading h2 {font-size: 34px;}
.challenge-grid {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width: 768px) {.challenge-grid {grid-template-columns: 1fr;}
.section-heading h2 {font-size: 30px;}
}
@media(max-width: 576px) {.carpet-challenges-section {padding: 60px 15px;}
.challenge-card {padding: 25px;}
.challenge-card h3 {font-size: 21px;}
}

@media(max-width: 768px) {.section-heading h2 {font-size: 30px;}
.process-step {gap: 18px;}
.process-timeline: : before {left: 24px;}
.step-number {min-width: 50px;width: 50px;height: 50px;font-size: 16px;}
.step-content {padding: 22px;}
.step-content h3 {font-size: 20px;}
}
@media(max-width: 576px) {.deep-clean-process-section {padding: 60px 15px;}
.process-step {flex-direction: column;padding-left: 0;}
.process-timeline: : before {display: none;}
.step-number {margin-bottom: 10px;}
}

@media (max-width: 991px) {
.carpet-grid {grid-template-columns: repeat(2, 1fr);}
.service-grid {grid-template-columns: repeat(2, 1fr);}
.services-grid {grid-template-columns: repeat(2, 1fr);}
.section-head h2 {font-size: 34px;}
}
@media (max-width: 575px) {.carpet-types-section {padding: 60px 16px;}
.carpet-grid {grid-template-columns: 1fr;}
.service-grid {grid-template-columns: 1fr;}
.services-grid {grid-template-columns: 1fr;}
.section-head h2 {font-size: 28px;}
.carpet-card, .carpet-intro {padding: 24px;}
}
/*locations*/

@media (max-width: 768px) {
.content-section { padding: 55px 0; }
.feature-line { width: 100%; }
p { font-size: 16px; }
}
