:root {
    --primary: #7B1E2B;
    --primary-dark: #5F1620;
    --font-body: 'Barlow', sans-serif;
}

body {
    font-family: var(--font-body);
    background: #faf7f7;
}

.container {
    max-width: 1440px !important;
}

/* =========================================================
   TOP HEADER
========================================================= */

.topbar {
    /* background: #df8896; */
    color: #fff;
    font-size: 14px;
}

.topbar-info {
    gap: 20px;
}

.topbar-info span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.social-icons a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}

.social-icons a:hover {
    color: #f8d7da;
}

/* =========================================================
   NAVBAR
========================================================= */

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.img_logo {
    height: 55px;
    width: auto;
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 10px;
}

.dropdown-item {
    padding: 10px 16px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: var(--primary);
    color: #fff;
}

.btn-danger {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-danger:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-danger {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-danger:hover {
    background: var(--primary);
    border-color: var(--primary);
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero-section {
    padding: 15px 15px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f5f5 100%);
    position: relative;
    overflow: hidden;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
}

.hero-title {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.text-brand {
    color: var(--primary);
}

.hero-text {
    font-size: 15px;
    color: #555;
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.stars {
    color: #f5a623;
    letter-spacing: 2px;
}

/* Buttons */

.btn-primary-brand {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.btn-primary-brand:hover {
    background: var(--primary-dark);
    color: #fff;
}

.btn-outline-brand {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-outline-brand:hover {
    background: var(--primary);
    color: #fff;
}

/* Features row: 4 items, col-6 col-md-3 -> 2x2 on mobile, 1x4 from md up */

.features-row {
    margin-top: 16px;
    row-gap: 16px;
}

.features-row > div {
    border-right: 1px solid #ececec;
}

.features-row > div:nth-child(2n) {
    border-right: none;
}

.features-row i {
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 8px;
    display: block;
}

.features-row p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

/* Hero Image */

.hero-img-wrap {
    position: relative;
}

.hero-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.hero-img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 1;
    border-radius: 24px;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.5) 50%,
        transparent 100%
    );
}

.badge-circle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #111;
    border: 4px dashed #fff;
    color: #fff;
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.badge-circle .num {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.badge-circle .txt {
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

/* Stats Strip — 4 items, col-6 col-lg-3 -> 2x2 on mobile, 1x4 from lg up */

.stats-strip {
    background: #fff;
    border-radius: 20px;
    padding: 24px 15px 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.stats-strip .row {
    row-gap: 16px;
}

.stats-strip .row > div {
    border-right: 1px solid #ececec;
    padding-bottom: 16px;
}

.stats-strip .row > div:nth-child(2n) {
    border-right: none;
}

.stats-strip .row > div:nth-child(1),
.stats-strip .row > div:nth-child(2) {
    /* border-bottom: 1px solid #ececec; */
}

.stats-strip i {
    color: var(--primary);
    font-size: 20px;
}

.stats-strip h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 8px 0;
}

.stats-strip p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

/* =========================================================
   SERVICE CARDS — 4 items, col-lg-3 col-md-6, gap via row g-4
========================================================= */

.service-cards {
    background: #fff;
}

.service-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 16px;
    height: 100%;

    display: flex;
    align-items: center;
    gap: 14px;

    transition: .3s ease;
    position: relative;

    text-decoration: none;
    color: inherit;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.service-img {
    flex-shrink: 0;
}

.service-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.service-content {
    flex: 1;
    min-width: 0;
}

.service-content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.service-content p {
    font-size: 13px;
    color: #555;
    margin-bottom: 14px;
}

.arrow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    color: var(--primary);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: .3s;
}

.arrow-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* =========================================================
   FIX ALL SECTION — left content col-lg-3 + 6 items col-lg-9
   items: col-6 col-md-4 col-lg-2 -> 2 per row mobile, 3 per row md, 6 per row lg
========================================================= */

.fix-all-section {
    background: #fff;
}

.fix-all-wrapper {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
}

.fix-content {
    padding: 25px 20px;
    text-align: center;
}

.fix-content h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.fix-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.view-service {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.view-service i {
    margin-left: 6px;
}

.fix-item {
    text-align: center;
    padding: 24px 10px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    height: 100%;
    transition: .3s;
}

.fix-item:hover {
    background: #faf7f7;
}

.fix-item.border-0 {
    border-right: none;
}

.fix-item i {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 12px;
    display: block;
}

.fix-item h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}

.fix-item span {
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
}

/* mobile: 2 per row, remove right-border on every 2nd item */
.fix-all-wrapper [class*="col-lg-9"] > .row > [class*="col-6"]:nth-child(2n) .fix-item {
    border-right: none;
}

/* =========================================================
   AREAS COVERED
   Main row: 5 items col-6 col-lg(auto) + 1 button col-12 col-lg-auto, gap g-0
   Hidden row (#moreAreas): 5 items col-6 col-md-4 col-lg-2, gap g-4
========================================================= */

.areas-section {
    background: #faf7f7;
}

.areas-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.areas-title {
    text-align: center;
    color: var(--primary);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.area-item {
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.location-icon {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
}

.area-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.area-item h6 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.area-item a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.area-item a i {
    margin-left: 5px;
}

.area-btn {
    text-align: center;
    padding-top: 15px;
}

.btn-area {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: 10px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    font-weight: 700;
    transition: .3s;
}

.btn-area:hover {
    background: var(--primary-dark);
    color: #fff;
}

/* main areas row: mobile 2-per-row (col-6) -> remove right border every 2nd */
.areas-box > .row.g-0 > .col-6:nth-child(2n) .area-item {
    border-right: none;
}

#moreAreas {
    transition: all .3s ease;
}

/* hidden areas row uses g-4, no manual divider borders needed */
#moreAreas .area-item {
    border: 1px solid #ececec;
    border-radius: 14px;
}

/* =========================================================
   CTA BANNER — col-lg-3 image / col-lg-5 content / col-lg-4 buttons
========================================================= */

.cta-banner {
    background: #fff;
}

.cta-wrapper {
    background: #faf7f7;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.cta-image {
    height: 100%;
}

.cta-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.cta-content {
    padding: 25px;
    text-align: center;
}

.cta-content h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.cta-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}

.cta-features {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cta-features span {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cta-features i {
    color: var(--primary);
    margin-right: 6px;
}

.cta-buttons {
    height: 100%;
    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.btn-whatsapp,
.btn-call {
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
    width: 100%;
    font-size: 14px;
}

.btn-whatsapp {
    background: var(--primary);
    color: #fff;
}

.btn-whatsapp:hover {
    background: var(--primary-dark);
    color: #fff;
}

.btn-call {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: #fff;
}

.btn-call:hover {
    background: var(--primary);
    color: #fff;
}

.btn-whatsapp i,
.btn-call i {
    margin-right: 8px;
}

/* =========================================================
   TESTIMONIALS — col-lg-3 summary + col-lg-9 (3 cards col-md-4)
========================================================= */

.reviews-section {
    background: #faf7f7;
}

.review-summary {
    padding-right: 0;
    text-align: center;
}

.review-tag {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.review-summary h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 15px 0;
    color: #111;
}

.review-summary h2 .stars {
    font-size: 22px;
    color: #f5b301;
    display: inline-block;
    margin-left: 6px;
}

.review-summary p {
    color: #666;
    margin-bottom: 20px;
}

.review-summary a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
}

.review-summary a i {
    margin-left: 6px;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ececec;
    height: 100%;
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.review-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--primary);
}

.review-header h6 {
    margin: 0;
    font-weight: 700;
}

.review-header span {
    font-size: 13px;
    color: #888;
}

.review-stars {
    color: #f5b301;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.review-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
}

/* =========================================================
   LOCATION / SERVICE AREA — col-lg-3 / col-lg-5 (map) / col-lg-4
========================================================= */

.location-section {
    background: #f8f9fa;
}

.info-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
}
.info-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85); /* White transparent layer */
    z-index: 1;
}
.info-card > *{
    position: relative;
    z-index: 2;
}

.section-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
}

.service-list li::before {
    content: "\2713";
    color: #28a745;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.office-img {
    width: 100%;
    max-width: 220px;
    border-radius: 12px;
    object-fit: cover;
}

/* =========================================================
   TRUST STRIP — 5 items: 4x col-6 col-lg(auto) + 1x col-12 col-lg(auto)
========================================================= */

.trust-strip {
    background: var(--primary);
    padding: 15px 0;
}

.trust-item {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    border-right: 1px solid rgba(255,255,255,.15);
    height: 100%;
}

.trust-item.border-end-0 {
    border-right: none;
}

.trust-item i {
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
}

.trust-item h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.trust-item span {
    font-size: 12px;
    color: rgba(255,255,255,.75);
}

/* mobile: 4 items at col-6 (2x2) + 1 item full width — clear right border on every 2nd of the first 4 */
.trust-strip .row > div:nth-child(2):not(:last-child) .trust-item,
.trust-strip .row > div:nth-child(4):not(:last-child) .trust-item {
    border-right: none;
}

.trust-strip .row > div:last-child .trust-item {
    border-right: none;
    border-bottom: none;
}

/* =========================================================
   FOOTER
========================================================= */

.footer-section {
    background: #111;
}

.footer-logo {
    max-width: 180px;
}

.footer-link {
    color: rgba(255,255,255,.70);
    text-decoration: none;
    transition: .3s;
}

.footer-link:hover {
    color: #fff;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s;
}

.social-link:hover {
    background: var(--primary);
    color: #fff;
}

/* =========================================================
   RESPONSIVE — MOBILE FIRST, SINGLE SOURCE OF TRUTH
   576px / 768px / 992px / 1200px
========================================================= */

/* ---------- <768px (mobile only) ---------- */
@media (max-width: 767.98px) {

     .hero-img {
        display: none;
    }

    .stats-strip {
        display: none;
    }
   
}

/* ---------- >=576px (small mobile up) ---------- */
@media (min-width: 576px) {

    .topbar-info span {
        width: auto;
        font-size: 14px;
    }

    .hero-title {
        font-size: 32px;
    }

    .badge-circle {
        width: 90px;
        height: 90px;
    }

    .badge-circle .num {
        font-size: 30px;
    }

    .badge-circle .txt {
        font-size: 10px;
    }

    .service-img img {
        width: 80px;
        height: 80px;
    }

    .areas-title {
        font-size: 26px;
    }

    .area-item img {
        width: 56px;
        height: 56px;
    }
}

/* ---------- >=768px (tablet) ---------- */
@media (min-width: 768px) {

    .hero-title {
        font-size: 38px;
    }

    .hero-img {
        height: 380px;
        
    }

    .stats-strip h3 {
        font-size: 24px;
    }

    .d-flex.gap-3 {
        flex-direction: row;
    }

    .btn-lg {
        width: auto;
    }

    .service-content h5 {
        font-size: 16px;
    }

    .service-img img {
        width: 90px;
        height: 90px;
    }

    /* fix-all items now 3 per row (col-md-4): clear right border on every 3rd */
    .fix-all-wrapper [class*="col-lg-9"] > .row > [class*="col-md-4"]:nth-child(2n) .fix-item {
        border-right: 1px solid #ececec;
    }

    .fix-all-wrapper [class*="col-lg-9"] > .row > [class*="col-md-4"]:nth-child(3n) .fix-item {
        border-right: none;
    }

    .cta-image img {
        height: 240px;
    }

    .cta-features {
        flex-direction: row;
    }

    .btn-whatsapp,
    .btn-call {
        width: auto;
    }
}

/* ---------- >=992px (desktop) ---------- */
@media (min-width: 992px) {

    .topbar {
        text-align: left;
    }

    .topbar-info {
        justify-content: flex-start;
    }

    .social-icons {
        justify-content: flex-end;
        margin-top: 0;
    }

    .hero-section {
        padding: 15px 15px;
        text-align: left;
    }

    .hero-title {
        font-size: 44px;
        line-height: 1.1;
    }

    .hero-text {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-img-wrap {
        margin-top: 0;
    }

    .features-row > div {
        border-right: 1px solid #ececec;
    }

    .features-row > div:nth-child(2n) {
        border-right: 1px solid #ececec;
    }

    .features-row > div:last-child {
        border-right: none;
    }

    .badge-circle {
        right: -30px;
        width: 120px;
        height: 120px;
    }

    .badge-circle .num {
        font-size: 40px;
    }

    .badge-circle .txt {
        font-size: 11px;
    }

    .stats-strip {
        margin-top: -60px;
        margin-left: 51%;
        padding: 5px 5px;
    }

    .stats-strip .row > div {
        border-bottom: none;
        padding-bottom: 0;
    }

    .stats-strip .row > div:nth-child(2n) {
        border-right: 1px solid #ececec;
    }

    .stats-strip .row > div:last-child {
        border-right: none;
    }

    .stats-strip h3 {
        font-size: 15px;
    }

    .service-img img {
        width: 100px;
        height: 100px;
    }

    .service-content h5 {
        font-size: 15px;
    }

    .fix-content {
        text-align: left;
        padding: 35px;
    }

    .fix-content h2 {
        font-size: 36px;
    }

    /* fix-all items now 6 per row (col-lg-2): restore individual right borders, last item handled by .border-0 class in HTML */
    .fix-all-wrapper [class*="col-lg-9"] > .row > div .fix-item {
        border-top: none;
        border-right: 1px solid #ececec;
    }

    .fix-item h6 {
        font-size: 14px;
    }

    .fix-item span {
        font-size: 13px;
    }

    .areas-title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .areas-box {
        padding: 35px;
    }

    .area-item {
        border-bottom: none;
        padding: 15px 20px;
    }

    .area-item h6 {
        font-size: 16px;
    }

    .cta-content {
        text-align: left;
        padding: 35px;
    }

    .cta-content h2 {
        font-size: 38px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .cta-features {
        justify-content: flex-start;
    }

    .cta-buttons {
        padding: 35px;
        padding-top: 0;
    }

    .btn-whatsapp,
    .btn-call {
        font-size: 15px;
    }

    .review-summary {
        /* text-align: left; */
        padding-right: 20px;
    }

    .review-summary h2 {
        font-size: 45px;
    }

    .review-summary h2 .stars {
        font-size: 24px;
    }

    .review-card {
        padding: 25px;
    }

    .review-header img {
        width: 55px;
        height: 55px;
    }

    .trust-strip {
        padding: 0;
    }

    .trust-item {
        border-bottom: none;
        padding: 5px 10px;
    }

    .trust-item.border-end-0 {
        border-right: none;
    }

    .trust-item i {
        font-size: 32px;
    }

    .trust-item h6 {
        font-size: 16px;
    }

    .trust-item span {
        font-size: 13px;
    }

    .trust-strip .row > div:nth-child(2):not(:last-child) .trust-item,
    .trust-strip .row > div:nth-child(4):not(:last-child) .trust-item {
        border-right: 1px solid rgba(255,255,255,.15);
    }
}

/* ---------- >=1200px (large desktop) ---------- */
@media (min-width: 1200px) {

    .hero-section {
        padding: 15px 15px;
    }

    .service-img img {
        width: 110px;
        height: 110px;
    }
}