:root {
    --primary: #f97316;
    --dark: #1e293b;
    --light-bg: #f8fafc;
    --text-muted: #64748b;
    --cream: #f8f2e8;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    line-height: 1.6;
    overflow-x: hidden;
    background: #fff;
}

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

.btn-primary-custom {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-custom:hover {
    background-color: #ea580c;
    color: white;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
}

.navbar-brand img {
    height: 45px;
}

.nav-link {
    font-weight: 500;
    color: var(--dark) !important;
    margin: 0 0.5rem;
    font-size: 0.95rem;
}

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

.navbar-cta {
    margin-left: 0.5rem;
}

.navbar-toggler {
    border: 1px solid rgba(15, 23, 42, 0.12);
}

.service-hero {
    padding: 7rem 0 3rem;
    background: linear-gradient(180deg, #fdf6ee 0%, #f8f2e8 100%);
}

.breadcrumb-nav {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.breadcrumb-nav a {
    color: #64748b;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: var(--primary);
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(249, 115, 22, 0.12);
    color: var(--primary);
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.service-badge svg {
    width: 16px;
    height: 16px;
}

.service-hero h1 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.service-hero-lead {
    font-size: 1.05rem;
    color: #475569;
    max-width: 640px;
    margin-bottom: 0;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    white-space: nowrap;
}

.back-link:hover {
    color: #ea580c;
}

.back-link svg {
    width: 18px;
    height: 18px;
}

.service-content {
    padding: 4rem 0;
    background: #fff;
}

.service-feature-img {
    width: 100%;

    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
    display: block;
    object-fit: cover;
}

.why-choose-box {
    background: var(--cream);
    border-radius: 24px;
    padding: 1.75rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(249, 115, 22, 0.12);
}

.why-choose-box h3 {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 1.25rem;
}

.why-check-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.why-check-item:last-child {
    margin-bottom: 0;
}

.why-check-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: white;
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.2);
}

.numbered-point {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 1.5rem 1.5rem 1.5rem 1.25rem;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.numbered-point:last-child {
    margin-bottom: 0;
}

.point-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    font-weight: 800;
    font-size: 1.1rem;
    display: grid;
    place-items: center;
}

.numbered-point p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
    font-size: 0.98rem;
}

.other-services {
    padding: 4rem 0;
    background: var(--cream);
}

.section-label {
    display: block;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.other-services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.other-services-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--dark);
    margin: 0;
}

.view-all-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.view-all-link:hover {
    color: #ea580c;
}

.service-mini-card {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
}

.service-mini-card:hover {
    transform: translateY(-4px);
    color: inherit;
}

.service-mini-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.service-mini-card-body {
    padding: 1.35rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-mini-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    display: grid;
    place-items: center;
    margin-bottom: 0.85rem;
}

.service-mini-icon svg {
    width: 20px;
    height: 20px;
}

.service-mini-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.35;
}

.service-mini-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1rem;
    flex: 1;
    line-height: 1.65;
}

.learn-more {
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
}

.cta-banner {
    background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
    padding: 3.5rem 1rem;
    text-align: center;
    color: white;
}

.cta-banner h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.cta-banner p {
    opacity: 0.92;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta-white {
    background: white;
    color: var(--primary);
    border: none;
    padding: 0.85rem 1.75rem;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta-white:hover {
    color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.quick-contact {
    padding: 4rem 0;
    background: #fff;
}

.quick-contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.quick-contact-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--dark);
    margin: 0;
}

.quick-contact-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.quick-contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(249, 115, 22, 0.12);
    color: var(--primary);
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
}

.quick-contact-icon svg {
    width: 26px;
    height: 26px;
}

.quick-contact-card h3 {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.quick-contact-card p {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.7;
}

footer {
    background-color: #1e293b;
    color: #f8fafc;
    padding: 5rem 0 2rem;
}

footer h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 0.75rem;
    color: #cbd5e1;
    font-size: 0.95rem;
}

footer a {
    color: #cbd5e1;
    text-decoration: none;
}

footer a:hover {
    color: var(--primary);
}

.footer-logo-box {
    width: 80px;
    height: 80px;
    /* background: rgba(255, 255, 255, 0.08); */
    border-radius: 24px;
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
}

.footer-logo {
    max-width: 60px;
    max-height: 60px;
    /* filter: brightness(0) invert(1); */
}

@media (max-width: 991px) {
    .service-hero {
        padding: 6rem 0 2.5rem;
    }

    .back-link {
        margin-top: 1.5rem;
    }

    .navbar-cta {
        display: block;
        width: 100%;
        margin: 1rem 0 0;
        text-align: center;
    }

    footer .col-lg-4,
    footer .col-md-6,
    footer .col-lg-2,
    footer .col-lg-3 {
        text-align: center;
    }

    footer .footer-logo-box {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .service-content,
    .other-services,
    .quick-contact {
        padding: 3rem 0;
    }

    .numbered-point {
        flex-direction: column;
        gap: 0.85rem;
    }

    .service-feature-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 11;
    }
}

@media (max-width: 575px) {
    .other-services-header h2,
    .quick-contact-header h2 {
        font-size: 1.45rem;
    }
}

/* =========================
   Navbar (Mega-menu) styles
   (moved from index.html)
   ========================= */

:root {
    --primary: #f97316;
    --dark: #1e293b;
    --light-bg: #f8fafc;
    --text-muted: #64748b;
}

.dropdown-menu {
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 0.5rem;
    min-width: 280px;
    max-width: min(420px, calc(100vw - 2rem));
}

.services-dropdown-menu {
    --services-cols: 2;
    grid-template-columns: repeat(var(--services-cols), minmax(0, 1fr));
    gap: 1.25rem 2.5rem;
    width: min(760px, calc(100vw - 2rem));
    min-width: 0;
    max-width: min(760px, calc(100vw - 2rem));
    padding: 1.35rem 1.75rem;
    background: #eceef1;
    border: none;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.services-dropdown-menu.show {
    display: grid !important;
}

.services-dropdown-menu > li {
    margin: 0;
    min-width: 0;
}

.services-dropdown-menu .dropdown-item {
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    padding: 0.35rem;
    gap: 1rem;
    margin: 0;
    background: transparent;
    border-radius: 16px;
}

.services-dropdown-menu .dropdown-item:hover,
.services-dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.55);
}

.services-dropdown-menu .dropdown-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ff9a4a 0%, #e85d04 100%);
    box-shadow: none;
}

.services-dropdown-menu .dropdown-icon svg {
    width: 26px;
    height: 26px;
}

.services-dropdown-menu .dropdown-item-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    margin-bottom: 0.35rem;
}

.services-dropdown-menu .dropdown-description {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 992px) {
    .navbar .services-nav-item {
        position: static;
    }

    .navbar .services-dropdown-menu {
        left: 50%;
        right: auto;
        top: 100%;
        transform: translateX(-50%) !important;
    }

        .navbar .services-nav-item:hover .services-dropdown-menu {
            display: grid !important;
        }
}

.dropdown-item {
    color: #0f172a;
    font-weight: 700;
    padding: 0.9rem 1rem;
    transition: background 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    border-radius: 14px;
    margin: 0.15rem 0;
    white-space: normal;
}

.dropdown-item-body {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(249, 115, 22, 0.12);
    color: var(--dark);
}

.dropdown-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    box-shadow: 0 14px 30px rgba(234, 121, 14, 0.22);
    flex-shrink: 0;
}

.dropdown-icon svg {
    width: 22px;
    height: 22px;
}

.dropdown-item-text {
    display: block;
    font-size: 0.98rem;
    line-height: 1.25;
    margin-bottom: 0.15rem;
    color: inherit;
}

.dropdown-description {
    display: block;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #64748b;
    max-width: 100%;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding-top: 1rem;
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 0.75rem 1rem;
        text-align: left;
        margin: 0.15rem 0;
        border-radius: 12px;
    }

    .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-top: 0.45rem;
    }

    .navbar .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0.35rem 0 0.5rem;
        transform: none !important;
        inset: auto !important;
        box-shadow: none;
        border: 1px solid rgba(226, 232, 240, 0.95);
        background: rgba(248, 250, 252, 0.95);
        padding: 0.35rem;
    }

    .services-dropdown-menu {
        --services-cols: 1;
        width: 100%;
        max-width: 100%;
        gap: 0.85rem;
        padding: 1rem;
        border-radius: 20px;
        background: #eceef1;
        border: none;
        box-shadow: none;
    }

    .services-dropdown-menu .dropdown-item {
        flex-direction: row;
        align-items: flex-start;
        height: auto;
        padding: 0.5rem;
    }

    .services-dropdown-menu .dropdown-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .services-dropdown-menu .dropdown-icon svg {
        width: 22px;
        height: 22px;
    }

    .services-dropdown-menu .dropdown-item-text {
        font-size: 0.92rem;
    }

    .services-dropdown-menu .dropdown-description {
        font-size: 0.82rem;
    }

    .dropdown-item {
        min-width: 0;
        padding: 0.85rem 0.9rem;
        gap: 0.75rem;
    }

    .dropdown-icon {
