/* ======================================== GLOBAL COLOR VARIABLES */
:root {
    --primary: #e42129;
    --primary-dark: #e42129;
    --logo-blue: #104090;
    --secondary: #1a1a1a;
    --light-gray: #f4f4f4;
    --text-main: #333;
    --brand-red: #103088;
    --primary-color: #e42129;
    --accent-soft: rgba(154, 12, 12, 0.05);
}

/* Navigation */
.mv-home {
    --red-900: #e42129;
    --red-800: #e42129;
    --red-700: #e42129;
    --red-100: #FFE5E5;
    --red-050: #FFF5F5;
    --text-900: #0f172a;
    --text-700: #475569;
    --white: #ffffff;
    --line: #FFCCCC;
    --shadow: 0 20px 45px rgba(154, 12, 12, 0.15);
    color: var(--text-900);
    background: var(--white);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* notice */
.notification-alert-bar {
        background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
        border: 2px solid #312e2e;
        position: relative;
        overflow: hidden;
        animation: background-shift 4s ease-in-out infinite;
    }

    .notification-alert-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 68, 68, 0.2), transparent);
        animation: slide-wave 2s infinite;
    }

    .notification-blink {
        animation: pulse-text 1.5s ease-in-out infinite;
        /* font-weight: 600; */
        letter-spacing: 0.5px;
        font-size: 15px;
        position: relative;
        z-index: 1;
        color: #ffcccc;
    }

    .alert-icon {
        animation: bounce-icon 1s infinite;
        color: #ff4444;
        font-size: 1.3em;
        position: relative;
        z-index: 1;
    }

    @keyframes background-shift {
        0% { background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%); }
        50% { background: linear-gradient(90deg, #2d2d2d 0%, #3d3d3d 50%, #2d2d2d 100%); }
        100% { background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%); }
    }

    @keyframes slide-wave {
        0% { left: -100%; }
        50% { left: 100%; }
        100% { left: 100%; }
    }

    @keyframes pulse-text {
        0% { 
            transform: scale(1);
            text-shadow: 0 0 5px #ff4444, 0 0 15px rgba(255, 68, 68, 0.5);
        }
        50% { 
            transform: scale(1.02);
            text-shadow: 0 0 15px #ff4444, 0 0 30px rgba(255, 68, 68, 0.8);
        }
        100% { 
            transform: scale(1);
            text-shadow: 0 0 5px #ff4444, 0 0 15px rgba(255, 68, 68, 0.5);
        }
    }

    @keyframes bounce-icon {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

.mv-home * {
    box-sizing: border-box;
}

.mv-wrap {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.mv-quick-strip {
    background: #f4f4f4;
    border-bottom: 2px solid var(--red-900);
}

.mv-quick-links {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}

.mv-quick-links li {
    padding: 2px 4px;
}

.mv-quick-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #151515;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: color 0.25s ease;
}

.mv-quick-links li a i {
    color: var(--red-900);
    font-size: 11px;
}

.mv-quick-links li a:hover {
    color: var(--red-900);
}

@media (max-width: 991.98px) {
    .mv-quick-links li a {
        font-size: 11px;
        gap: 6px;
    }
}

.mv-topline {
    background: var(--red-900);
    color: var(--white);
    font-size: 14px;
}
.note{
    font-size: 17px;
    font-weight: 500;
}
.mv-topline .mv-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
}

.mv-topline a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.mv-topline a:hover {
    opacity: 0.85;
}

.mv-topline i {
    font-size: 13px;
    opacity: 0.9;
}

.mv-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mv-hero-banner {
    min-height: clamp(420px, 52vw, 620px);
    display: flex;
    align-items: center;
}

.mv-hero-bg-carousel,
.mv-hero-bg-carousel .carousel-inner,
.mv-hero-bg-carousel .carousel-item {
    position: absolute;
    inset: 0;
    height: 100%;
}

.mv-hero-bg-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(156 130 130 / 58%) 0%, rgb(153 134 134 / 45%) 48%, rgb(108 78 78 / 36%) 100%);
    z-index: 1;
}

.mv-hero-banner .container {
    position: relative;
    z-index: 2;
}

.mv-hero-banner .card {
    border: 0;
    border-radius: 8px;
}

.mv-menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 8px;
    line-height: 0;
}

.mv-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--red-900);
    margin: 4px 0;
}

.mv-nav .mv-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
}
.mv-logo-img {
    width: 300px;
    height: auto;
    max-width: 100%;
}

.mv-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.mv-logo-text strong {
    color: var(--red-900);
    font-size: 20px;
}

.mv-logo-text small {
    color: var(--text-700);
    font-size: 12px;
}

.mv-menu {
    list-style: none;
    display: flex;
    gap: 26px;
    margin: 0;
    padding: 0;
}

.mv-menu a {
    text-decoration: none;
    color: var(--red-900);
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

/* Underline animation on nav links */
.mv-menu a::after,
.mv-dropdown-toggle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--red-900);
    transition: width 0.3s ease;
}

.mv-menu a:hover::after,
.mv-dropdown-toggle:hover::after {
    width: 100%;
}

/* Active state - permanent underline */
.mv-menu a.nav-active::after,
.mv-dropdown-toggle.nav-active::after {
    width: 100%;
    background: var(--red-900);
}

.mv-dropdown {
    position: relative;
    color: var(--primary-dark);
    font-weight: 510;
    padding-bottom: 8px;
}

.mv-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 4px;
    user-select: none;
}

.mv-dropdown-toggle::-webkit-details-marker {
    display: none;
}

.mv-dropdown-toggle::marker {
    content: "";
}

.mv-dropdown-toggle i {
    font-size: 11px;
    transition: transform .2s ease;
}

.mv-dropdown[open] .mv-dropdown-toggle i,
.mv-dropdown:hover .mv-dropdown-toggle i,
.mv-dropdown:focus-within .mv-dropdown-toggle i {
    transform: rotate(180deg);
}

.mv-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.mv-dropdown[open] .mv-dropdown-menu,
.mv-dropdown:hover .mv-dropdown-menu,
.mv-dropdown:focus-within .mv-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mv-dropdown-item {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 16px;
    transition: all .15s ease;
    font-size: 14px;
    font-weight: 500;
    border-left: 3px solid transparent;
}

.mv-dropdown-item:hover {
    color: var(--red-700);
    background: #FFF5F5;
    border-left-color: var(--red-900);
    padding-left: 20px;
}

.mv-dropdown-item i {
    font-size: 14px;
}

.mv-btn {
    border-radius: 12px;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: .2s ease;
    display: inline-block;
}

.mv-btn-primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--logo-blue), #184898);
}

.mv-btn-primary:hover {
    background: linear-gradient(135deg, var(--red-700), var(--red-900));
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(154, 12, 12, 0.28);
    color: white !important;
}

.mv-menu-quote {
    display: none;
}

.mv-nav-cta {
    display: inline-block;
}


@media (max-width: 1366px) {
    .mv-hero-banner {
        min-height: auto;
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .mv-nav .mv-wrap {
        min-height: 66px;
        position: relative;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .mv-logo-img {
        flex: 1;
        width: auto;
        height: 70px;
    }

    .mv-menu-toggle {
        display: inline-block;
        cursor: pointer;
    }

    .mv-btn {
        width: auto;
        margin-left: 8px;
        padding: 10px 14px;
    }

    .mv-menu {
        display: none;
        width: 100%;
        order: 4;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
        margin-top: 10px;
        border: 1px solid var(--line);
        border-radius: 12px;
        background: #ffffff;
    }

    .mv-menu-check:checked ~ .mv-menu {
        display: flex;
    }

    .mv-menu-quote {
        display: list-item;
    }

    .mv-nav-cta {
        display: none;
    }


    .mv-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 8px;
        display: none;
    }

    .mv-dropdown[open] .mv-dropdown-menu {
        display: block;
    }
}

@media (max-width: 680px) {
    .mv-hero-banner {
        padding-top: 1.6rem !important;
        padding-bottom: 1.6rem !important;
    }

    .mv-hero-banner .display-5 {
        font-size: 2rem;
    }

    .mv-hero-banner .lead {
        font-size: 1.1rem;
    }

    .mv-topline .mv-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 12px;
    }
    
    .mv-topline a {
        font-size: 12px;
    }

    .mv-logo-text strong {
        font-size: 17px;
    }

    .mv-logo-text small {
        font-size: 11px;
    }

    .mv-btn {
        padding: 9px 12px;
        font-size: 13px;
    }

    .mv-btn {
        text-align: center;
    }
}
@media (max-width : 320px){
    .mv-logo-img {
        width: 150px;
        height: auto;
       
    }
    .notification-blink{
        font-size: 12px;
    }
    
}

 

/* ======================================== FOOTER STYLES */
.footer-main {
    --footer-red-900: #e42129;
    --footer-red-800: #e42129;
    --footer-red-700: #e42129;
    --footer-line: rgba(154, 12, 12, 0.22);
    --footer-text: #ffffff;
    --footer-muted: #ffffff;
    --footer-white: #ffffff;
    position: relative;
    background: linear-gradient(135deg, var(--footer-red-900), #e42129 48%, var(--footer-red-800));
    color: var(--footer-text);
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 92% -4%, rgba(154, 12, 12, 0.18) 0, transparent 38%),
        radial-gradient(circle at -6% 92%, rgba(154, 12, 12, 0.2) 0, transparent 34%);
    pointer-events: none;
}
.text-color {
    color:white !important;
}


.footer-main .border-bottom {
    border-color: var(--footer-line) !important;
}

.footer-main p,
.footer-main small,
.footer-main .text-white-50 {
    color: #ffffff !important;
}

.footer-logo-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--footer-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, var(--footer-red-700), var(--footer-red-900));
}

.footer-social-box,
.footer-contact-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(154, 12, 12, 0.28);
    backdrop-filter: blur(3px);
    color: white !important;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    text-decoration: none;
    color: #FFE5E5;
    border: 1px solid rgba(209, 225, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    transition: all .2s ease;
}

.footer-social-icon:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-links li a,
.footer-contact-link {
    color: var(--footer-text);
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links li a:hover,
.footer-contact-link:hover {
    color: #ffffff;
}

.floating-row {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 999;
    pointer-events: none;
}

.floating-row .container-fluid {
    max-width: 1220px;
}

.floating-row .row {
    pointer-events: none;
}

.floating-row .fab-wrapper,
.floating-row .floating-btn {
    pointer-events: auto;
}

.fab-icon,
.fab-icon-holder {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
}


.fab-icon {
    background: linear-gradient(135deg, #104090, #104090);
    box-shadow: 0 14px 24px rgba(154, 12, 12, 0.35);
}

.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
    border-radius: 20px;
}

.fab-options {
    position: absolute;
    left: 0;
    bottom: 64px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

.fab-wrapper:hover .fab-options,
.fab-wrapper:focus-within .fab-options {
    opacity: 1;
    visibility: visible;
}

.fab-icon-holder.call-btn {
    background: #104090;
}

.fab-icon-holder.whatsapp-btn {
    background: #16a34a;
}

.fab-label {
    border-radius: 10px;
    background: rgba(4, 22, 63, 0.88);
    border: 1px solid rgba(196, 215, 253, 0.35);
}

.floating-btn a {
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: linear-gradient(135deg, #104090, #104090);
    box-shadow: 0 14px 26px rgba(154, 12, 12, 0.34);
}
.submitquote{
    background: linear-gradient(135deg, #e42129, #e42129);
    color: white;
}

.submitquote:hover,
.submitquote:focus {
    color: #ffffff !important;
}

.floating-btn a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .floating-btn a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-main .container.py-5 {
        padding-top: 3rem !important;
        padding-bottom: 4.8rem !important;
    }

    .floating-row {
        bottom: 10px;
    }

    .floating-btn a {
        padding: 12px 16px !important;
        font-size: 13px;
    }

    .fab-icon,
    .fab-icon-holder {
        width: 46px;
        height: 46px;
    }
}
.provide{
    background: black;
    color: white;
    width: 100%;
    font-weight: bold;
    height:10%;
    text-align: center;
}
.provide i{
    color:#e42129 ;
}

.typing-number {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #fff;   /* cursor */
    width: 0;
    animation: typing 6s steps(10) infinite;
}

@keyframes typing {

    /* Start hidden */
    0% { width: 0; }

    /* Type digits */
    30% { width: 10ch; }

    /* Pause after typing */
    60% { width: 10ch; }

    /* Erase digits */
    80% { width: 0; }

    /* Pause before restart */
    100% { width: 0; }
}

/* Home/Slider color palette (minimal custom CSS: colors only) */
.mv-home {
    --mv-primary: var(--logo-blue);
    --mv-primary-dark: #e42129;
    --mv-light: #FFF5F5;
    --mv-soft: #FFE5E5;
}

.mv-home .text-primary {
    color: var(--mv-primary) !important;
}

.mv-home .btn-primary {
    background-color: var(--mv-primary) !important;
    border-color: var(--mv-primary) !important;
}

.mv-home .btn-primary:hover,
.mv-home .btn-primary:focus {
    background-color: var(--mv-primary-dark) !important;
    border-color: var(--mv-primary-dark) !important;
}

.mv-home .bg-light {
    background-color: var(--mv-light) !important;
}

.mv-home .achievement-section {
    background: linear-gradient(135deg, var(--mv-primary), var(--mv-primary-dark));
    color: #ffffff;
}

.mv-home .achievement-item {
    height: 100%;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(135deg, var(--mv-primary), var(--mv-primary-dark));
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.mv-home .achievement-number {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 10px;
}

.mv-home .achievement-label {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.mv-home .achievement-description {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.mv-home .mv-service-card,
.mv-home .mv-review-card {
    border: 1px solid #FFD6D6;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mv-home .mv-service-card .card-body {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
}

.mv-home .mv-service-readmore {
    margin-top: auto;
    border-color: var(--logo-blue) !important;
    color: var(--logo-blue) !important;
    font-weight: 600;
}

.mv-home .mv-service-readmore:hover,
.mv-home .mv-service-readmore:focus {
    background-color: #e42129 !important;
    border-color: #e42129 !important;
    color: #ffffff !important;
}

.mv-home .mv-why-img {
    height: 150px;
    object-fit: cover;
}

.mv-home .mv-service-card:hover,
.mv-home .mv-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(154, 12, 12, 0.12);
}

.mv-home .mv-review-card .card-body::before {
    content: '★★★★★';
    display: block;
    margin-bottom: 10px;
    color: var(--bs-warning);
    font-size: 0.95rem;
    letter-spacing: 1px;
    line-height: 1;
}

.mv-home .mv-review-card .card-body {
    display: flex;
    flex-direction: column;
}

.mv-home .mv-review-card .card-body > .d-flex {
    order: -1;
    margin-bottom: 12px;
}

.mv-home .mv-review-card .card-body > .d-flex i {
    font-size: 2.80rem;
}
ul{
        list-style: none;
    }

.mv-home #reviews .mv-review-nav {
    width: 44px;
    height: 44px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.mv-home #reviews .carousel-control-prev {
    left: -16px;
}

.mv-home #reviews .carousel-control-next {
    right: -16px;
}

.mv-home #reviews .mv-review-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--mv-primary);
    font-size: 1rem;
}

.mv-home #reviews .mv-review-nav:hover .mv-review-nav-icon,
.mv-home #reviews .mv-review-nav:focus .mv-review-nav-icon {
    color: var(--mv-primary-dark);
}

.mv-home .mv-video-testimonial-card {
    border: 1px solid #FFD6D6;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.mv-home .mv-video-testimonial-card video {
    object-fit: cover;
    background: #000;
}

.mv-home .mv-video-testimonial-card .card-body {
    padding: 16px;
}

.mv-home .mv-video-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(154, 12, 12, 0.12);
}

.mv-home #video-testimonials .mv-scroll-fade {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .45s ease, transform .45s ease;
}

.mv-home #video-testimonials .mv-scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mv-home #video-testimonials .col-lg-4:nth-child(2) .mv-scroll-fade {
    transition-delay: .08s;
}

.mv-home #video-testimonials .col-lg-4:nth-child(3) .mv-scroll-fade {
    transition-delay: .16s;
}

@media (max-width: 767.98px) {
    .mv-home #reviews .carousel-control-prev {
        left: 8px;
    }

    .mv-home #reviews .carousel-control-next {
        right: 8px;
    }
}

.mv-home .mv-service-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.text-slider{
    color: white;
    background: #104090;
}


/* Process image fit for user-added gallery photos */
   .process-title {
            color: var(--red-900);
            font-weight: 800;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .process-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: var(--red-700);
            border-radius: 2px;
        }

        .process-subtitle {
            color: var(--text-700);
            max-width: 600px;
            margin: 0 auto 4rem auto;
        }

        .step-card {
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            height: 100%;
            border: 1px solid var(--line);
        }

        .step-card:hover {
            transform: translateY(-12px);
            box-shadow: var(--shadow);
            border-color: var(--red-100);
        }

        /* Image Container */
        .step-img-wrapper {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: visible;
        }

        .step-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
                    border-radius: 20px 20px 0 0;
                    display: block;
        }

        .step-card:hover .step-img-wrapper img {
            transform: scale(1.1);
        }

        /* Number Overlay on Image */
        .step-badge {
            position: absolute;
            bottom: -25px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: var(--red-700);
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            border-radius: 12px;
            font-size: 1.2rem;
            box-shadow: 0 4px 10px rgba(154, 12, 12, 0.3);
            z-index: 10;
        }

        .step-content {
            padding: 35px 25px 30px;
        }

        .step-card h4 {
            font-weight: 700;
            /* color: var(--; */
            margin-bottom: 12px;
            font-size: 1.25rem;
        }

        .step-card p {
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Decorative Background elements */
        .step-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 0;
            background: var(--red-700);
            transition: 0.4s;
        }

        .step-card:hover::before {
            height: 100%;
        }

.mv-home #mvReviewCarouselDesktop .carousel-control-prev,
.mv-home #mvReviewCarouselDesktop .carousel-control-next,
.mv-home #mvReviewCarouselMobile .carousel-control-prev,
.mv-home #mvReviewCarouselMobile .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(6, 27, 73, 0.75);
    opacity: 1;
}

.mv-home #mvReviewCarouselDesktop .carousel-control-prev,
.mv-home #mvReviewCarouselMobile .carousel-control-prev {
    left: -18px;
}

.mv-home #mvReviewCarouselDesktop .carousel-control-next,
.mv-home #mvReviewCarouselMobile .carousel-control-next {
    right: -18px;
}

.mv-home #mvReviewCarouselDesktop .carousel-control-prev-icon,
.mv-home #mvReviewCarouselDesktop .carousel-control-next-icon,
.mv-home #mvReviewCarouselMobile .carousel-control-prev-icon,
.mv-home #mvReviewCarouselMobile .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
}

/* Quote Form Styles */
.col-lg-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.btn-manual {
  background: #fff;
  border: 2px solid #e42129;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;

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

    width: 100%;
    height: 120px;
}

.btn-manual:hover {
  background: #e42129;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(154, 12, 12, 0.3);
}

.btn-manual:hover a,
.btn-manual:hover i {
  color: #fff;
}


.form-service-icon i {
    font-size: 30px;
    color: #e42129;
    margin-bottom: 8px;
    transition: 0.3s;
}

.service-btn {
  color: #000;
  font-weight: 600;
    font-size: 11px;
  text-decoration: none;
  line-height: 1.3;
    display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.selected-btn {
  background-color: #e42129;
  color: #fff;
  border-bottom: 5px solid #FFD700;
  box-shadow: 0 0 12px rgba(154, 12, 12, 0.5);
}

.selected-btn a,
.selected-btn .form-service-icon i {
  color: #fff;
}

.selected-btn .selected-label {
    display: block;
}

.selected-label {
  display: none;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.phone-mar {
  color: black;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  border: 3px solid #e42129;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .col-lg-1-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .btn-manual {
    padding: 10px 6px;
        height: 112px;
    border-radius: 10px;
  }

  .form-service-icon i {
        font-size: 26px;
    margin-bottom: 5px;
  }

  .service-btn {
    font-size: 10px;
    line-height: 1.2;
  }

  .selected-label {
    font-size: 8px;
    padding: 2px 4px;
  }

  .top-section {
        margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .col-lg-1-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .btn-manual {
    padding: 8px 6px;
        height: 100px;
    border: 2px solid #e42129;
    border-radius: 8px;
  }

  .form-service-icon i {
        font-size: 24px;
    margin-bottom: 4px;
  }

  .service-btn {
        font-size: 9px;
    line-height: 1.15;
    word-break: break-word;
  }

  .selected-label {
    font-size: 7px;
    padding: 1px 3px;
    top: -6px;
    right: -6px;
  }

  .phone-mar {
    padding: 10px;
    font-size: 18px;
    border: 2px solid #e42129;
  }

  .top-section {
        margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-lg-1-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .btn-manual {
        padding: 12px 8px;
        height: 120px;
    }

    .form-service-icon i {
        font-size: 40px;
        margin-bottom: 6px;
    }

    .service-btn {
        font-size: 11px;
        line-height: 1.25;
    }
}
.top-section-bg{
    background-color: #e42129;
}

.top-section {
    margin-top: 0;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .top-section {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .top-section {
        margin-top: -140px;
    }
}

/* Breadcrumb Section */
.breadcrumb-hero {
    background: linear-gradient(135deg, #e42129 0%, #e42129 100%);
    padding: 60px 0 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.breadcrumb-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-15deg);
    transform-origin: top;
}

.breadcrumb-hero .content-area {
    position: relative;
    z-index: 1;
}

.breadcrumb-hero .accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #FBA707 0%, #f59e0b 100%);
    border-radius: 2px;
    margin-bottom: 16px;
}

.breadcrumb-hero .page-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.breadcrumb-hero .page-title .text-warning {
    color: #FBA707 !important;
}

.breadcrumb-hero .page-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.breadcrumb-nav {
    background: white;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.breadcrumb-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: #94a3b8;
    margin: 0 8px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #e42129;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #e42129;
    text-decoration: underline;
}

.breadcrumb-item a i {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #64748b;
    font-weight: 500;
}

.breadcrumb-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-hero .breadcrumb-item {
    font-size: 15px;
}

.breadcrumb-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-hero .breadcrumb-item a {
    color: white;
    font-weight: 500;
}

.breadcrumb-hero .breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .breadcrumb-hero {
        padding: 40px 0 30px;
    }
    
    .breadcrumb-hero .page-title {
        font-size: 28px;
    }
    
    .breadcrumb-hero .page-description {
        font-size: 14px;
    }
    
    .breadcrumb-nav {
        padding: 12px 0;
    }
    
    .breadcrumb-item {
        font-size: 13px;
    }
}

/* Why Choose Us - Zig Zag Layout Animations */
.mv-scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.mv-scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ======================================== TABLE STYLES */
table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(154, 12, 12, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

table thead {
    background-color: #e42129;
    color: #fff;
}

table th {
    padding: 16px 20px;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
}

table td {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

table tbody tr {
    transition: background-color 0.3s ease;
}

table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table tbody tr:nth-child(even) {
    background-color: #fff;
}

table tbody tr:hover {
    background-color: #fff5f5;
}

table tbody tr:last-child td {  
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 12px;
    }

    table th,
    table td {
        padding: 12px 15px;
    }

    table th {
        font-size: 12px;
    }
}
/*About page */


/* Global Theme Color Overrides */
.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    color: var(--primary-color) !important;
}

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

.about-image-wrapper {
     position: relative;
     padding: 15px;
}
        .about-image-wrapper::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 70%;
            height: 70%;
            border-left: 8px solid var(--brand-red);
            border-top: 8px solid var(--brand-red);
            z-index: -1;
        }

        .about-img {
            width: 100%;
            /* height: 400px; */
            object-fit: cover;
            border-radius: 4px;
            box-shadow: 20px 20px 0px -5px #f8f9fa;
        }

        .brand-accent {
            width: 100px;
            height: 5px;
            background-color: var(--brand-red);
            margin-bottom: 20px;
        }

        
        .precision{
            color: var(--brand-red);

        }

       
        .display-heading {
            font-weight: 800;
            letter-spacing: -1px;
            color: #1a1a1a;
        }

/* ======================================== PACKERS MOVERS SERVICE PAGE STYLES */

.text-primary-custom {
    color: var(--primary-color) !important;
}
.process{
    color: var(--primary-color);
    align-items: center;

}

.bg-primary-custom {
    background-color: var(--primary-color) !important;
}

/* Hero Styling */
.hero-banner {
    background: linear-gradient(45deg, rgba(0,0,0,0.85) 30%, rgba(154,12,12,0.3)), 
                url('https://images.unsplash.com/photo-1580674285054-bed31e145f59?auto=format&fit=crop&q=80&w=1200');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: white;
    border-bottom: 8px solid var(--primary-color);
}

.text-custom{
    color:#e4c321;  
}


/* Media Queries for Responsiveness */
@media (max-width: 1199.98px) {
    .hero-banner {
        padding: 100px 0;
    }
}

@media (max-width: 991.98px) {
    .hero-banner {
        padding: 85px 0;
    }

    .hero-banner .lead {
        font-size: 1rem;
        color: white;
    }

    .container.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .page-title {
        font-size: 2rem;
        line-height: 1.2;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-hero .content-area {
        text-align: left;
    }

    .page-title {
        font-size: 1.7rem;
    }

    .page-description {
        font-size: 0.95rem;
    }

    .hero-banner {
        padding: 70px 0;
    }

    .hero-banner .lead {
        font-size: 0.95rem;
    }

    .hero-banner .btn {
        width: 100%;
        justify-content: center;
    }

    .section-header,
    .fw-bold.section-header,
    .container h2.fw-bold {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .table-responsive table {
        min-width: 680px;
    }

    .row.align-items-stretch.g-4 {
        gap: 1rem !important;
    }

}

@media (max-width: 575.98px) {
    .hero-banner {
        padding: 62px 0;
    }

    .hero-banner .lead {
        font-size: 0.9rem;
    }

    .table th,
    .table td {
        font-size: 0.82rem;
        padding: 0.6rem 0.45rem;
        white-space: nowrap;
    }

}

/* --- Secondary Services (Modern Split Design) --- */
        .split-row {
            display: flex;
            align-items: center;
            position: relative;
        }

        .split-image {
            width: 50%;
            height: 500px;
            overflow: hidden;
            position: relative;
        }

        .split-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .split-text {
            width: 55%;
            background: white;
            padding: 60px;
            margin-left: -10%;
            z-index: 2;
            box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
            border-bottom: 8px solid var(--brand-red);
        }

        @media (max-width: 991px) {
            .split-row { flex-direction: column; }
            .split-image, .split-text { width: 100%; margin: 0; }
        }
/* --- FPrice table --- */
        body {
            font-family: 'Lexend Deca', sans-serif;
            background-color: var(--brand-light);
            color: var(--brand-dark);
        }

        .section-header {
            font-family: 'Outfit', sans-serif;
            text-transform: uppercase;
            letter-spacing: -1px;
            color: var(--brand-dark);
        }

        /* Table Styling */
        .table-custom-container {
            background: white;
            padding: 30px;
            border-radius: 0;
            box-shadow: 0 20px 50px rgba(0,0,0,0.05);
            border-top: 5px solid var(--brand-red);
        }

        .rates-container {
            max-width: 1500px;
            margin: 0 auto;
            padding-left: 24px;
            padding-right: 24px;
        }

        .rates-table-shell {
            padding: 20px;
        }

        .rates-table-wrap table {
            min-width: 980px;
        }

        #rates .table-custom-container {
            width: 100%;
            margin: 0;
        }

        #rates .table {
            width: 100%;
            min-width: 1150px;
        }

        .table thead {
            background-color: var(--brand-dark);
            color: white;
        }

        .table thead th {
            font-family: 'Outfit', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            padding: 20px 15px;
        }

        .table tbody tr {
            transition: all 0.3s ease;
        }

        .table tbody tr:hover {
            background-color: rgba(154, 12, 12, 0.03);
        }

        .table td {
            padding: 18px 15px;
            border-color: #eee;
            vertical-align: middle;
        }

        .shifting-type-cell {
            color: var(--brand-red);
            font-weight: 700;
            white-space: nowrap;
            min-width: 210px;
        }

        .price-range {
            font-weight: 500;
            color: #444;
        }

        .survey-required {
            background-color: var(--accent-gray) !important;
            font-style: italic;
            color: #666;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .section-header { font-size: 1.5rem !important; }
            .shifting-type-cell {
                white-space: normal;
                min-width: 170px;
            }
        }

        @media (max-width: 1366px) {
            .rates-container {
                max-width: 1320px;
                padding-left: 18px;
                padding-right: 18px;
            }
        }


        /* Floating Toggle Button  Location*/
    .location-toggle-btn {
        position: fixed;
        right: 15px;
        top: 60%;
        transform-origin: right center;
        transform: translateY(-50%) rotate(-90deg);
        background: #f59e0b;
        color: #111111;
        border: 2px solid #001f3f;
        padding: 10px 18px;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        z-index: 998;
        font-weight: 600;
        font-size: 13px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }

    .location-toggle-btn:hover {
        background: #ffb703;
    }

    /* Sliding Panel */
    .location-panel {
        position: fixed;
        right: -350px;
        top: 200px;
        width: 350px;
        height: calc(50vh - 100px);
        background: white;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
        z-index: 999;
        transition: right 0.4s ease;
        display: flex;
        flex-direction: column;
        border-radius: 15px 0 0 15px;
    }

    .location-panel.active {
        right: 0;
    }

    .location-panel-header {
        padding: 15px;
        background: #001f3f;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px 0 0 0;
    }

    .location-panel-header h5 {
        font-weight: 700;
        font-size: 16px;
    }

    .location-close-btn {
        background: rgba(221, 148, 12, 0.2);
        border: none;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 14px;
    }

    .location-close-btn:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .location-panel-body {
        padding: 15px;
        flex: 1;
        overflow-y: auto;
    }

    .location-address {
        background: #f8f9fa;
        padding: 12px;
        border-radius: 8px;
        border-left: 4px solid #001f3f;
    }

    .location-address p {
        line-height: 1.6;
        color: #333;
    }

    .map-container-panel {
        width: 100%;
        height: calc(50vh - 250px);
        border-radius: 10px;
        overflow: hidden;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .location-panel {
            width: 100%;
            right: -100%;
        }

        .location-toggle-btn {
            right: 10px;
        }
    }

    /* --- Contact --- */
    .contact-page-scope .contact-main-card,
.contact-page-scope .contact-info-card {
    border-radius: 14px;
}

.contact-page-scope .contact-main-card {
    background: linear-gradient(180deg, rgba(154, 12, 12, 0.08) 0%, rgba(154, 12, 12, 0.02) 100%);
    border: 1px solid rgba(154, 12, 12, 0.22) !important;
    box-shadow: 0 10px 25px rgba(154, 12, 12, 0.08);
}
    
.contact-page-scope .contact-form-redesign {
    border-radius: 16px;
}

.contact-page-scope .contact-form-redesign .card-body {
    background: #fff;
    border-radius: 16px;
}

.contact-page-scope .contact-form-redesign .contact-form-header {
    border-bottom: 1px solid #eceff3;
    padding-bottom: 14px;
}

.contact-page-scope .contact-form-redesign .custom-input-group {
    margin-bottom: 14px;
}

.contact-page-scope .contact-form-redesign .custom-input-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2A2A4A;
    font-size: 0.92rem;
}

.contact-page-scope .contact-form-redesign .modern-input {
    width: 100%;
    border: 1px solid #e3e3e9;
    border-radius: 10px;
    padding: 11px 13px;
    font-size: 0.95rem;
    background: #ffffff;
    color: #2A2A4A;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-page-scope .contact-form-redesign textarea.modern-input {
    min-height: 120px;
    resize: vertical;
}

.contact-page-scope .contact-form-redesign .modern-input:focus {
    outline: none;
    border-color: #e42129;
    box-shadow: 0 0 0 0.18rem rgba(228, 33, 41, 0.14);
}

.contact-page-scope .contact-form-redesign .btn-submit {
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #e42129, #e42129);
    color: #fff;
    padding: 11px 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.contact-page-scope .contact-form-redesign .btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(228, 33, 41, 0.25);
}

.contact-page-scope .contact-title {
    color: var(--primary-color);
    border-left: 4px solid var(--primary-color);
    padding-left: 10px;
}

.contact-page-scope .contact-info-card {
    border-left: 4px solid var(--primary-color);
}

.contact-page-scope .location-contact-card {
    border-radius: 14px;
    border-top: 3px solid var(--primary-color) !important;
}

.contact-page-scope .location-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: rgba(154, 12, 12, 0.08);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-page-scope .location-address-text {
    font-style: normal;
    line-height: 1.7;
    font-size: 0.96rem;
}

.contact-page-scope .location-contact-list li {
    line-height: 1.5;
    word-break: break-word;
}

@media (max-width: 575.98px) {
    .contact-page-scope .location-contact-card .card-body {
        padding: 1rem;
    }

    .contact-page-scope .location-address-text {
        font-size: 0.92rem;
    }
}
/* --- Services pages home shifting--- */

        h1, h2, h3, h4 {
            font-family: 'Outfit', sans-serif;
            color: var(--brand-black);
            font-weight: 800;
        }

        /* Minimal Padding Layout */
        .main-section {
            padding: 30px 0;
        }

        .breadcrumb {
            background: transparent;
            padding: 0;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .breadcrumb-item.active {
            color: var(--brand-red);
        }

        /* Hero Area */
        .hero-img-container {
            position: relative;
            margin-bottom: 25px;
        }

        .hero-img-container img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 4px;
        }

        .hero-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--brand-red);
            color: white;
            padding: 8px 15px;
            font-family: 'Outfit';
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
            border-radius: 2px;
        }

        /* Left Side Content */
        .content-card {
            padding-right: 20px;
        }

        .section-tag {
            color: var(--brand-red);
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            margin-bottom: 8px;
            display: block;
        }

        .feature-box {
            border-left: 3px solid var(--brand-red);
            padding: 15px 20px;
            background: var(--soft-gray);
            margin-bottom: 15px;
            transition: 0.3s;
        }

        .feature-box h5 {
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        /* STICKY SIDEBAR */
        .sticky-sidebar {
            position: sticky;
            top: 20px;
        }

        .sidebar-nav {
            background: white;
            border: 1px solid var(--border-color);
            padding: 0;
        }

        .sidebar-header {
            background: var(--brand-red);
            color: white;
            padding: 15px 20px;
            font-family: 'Outfit';
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1rem;
        }

        .service-link {
            display: flex;
            align-items: center;
            padding: 12px 20px;
            color: #444;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            border-bottom: 1px solid var(--border-color);
            border-left: 4px solid transparent;
            transition: 0.3s;
            position: relative;
        }

        .service-link i {
            margin-right: 12px;
            color: var(--brand-red);
            width: 20px;
            text-align: center;
        }

        .service-link:hover {
            background: #fff5f5;
            color: var(--brand-red);
            border-left-color: var(--brand-red);
        }

        .service-link.active {
            background: linear-gradient(90deg, rgba(154, 12, 12, 0.1) 0%, transparent 100%);
            color: var(--brand-red);
            font-weight: 700;
            border-left-color: var(--brand-red);
            box-shadow: inset 4px 0 0 var(--brand-red);
        }

        /* Action Buttons */
        .cta-group {
            padding: 20px;
            background: var(--soft-gray);
        }

        .btn-action {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            color: white;
            transition: 0.3s;
            border: none;
            width: 100%;
        }

        .btn-phone { 
            background: var(--logo-blue); 
            border-radius: 4px;
        }

        .btn-action:hover {
            background: #e42129;
            opacity: 0.9;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(154, 12, 12, 0.2);
        }

        .btn-action i { margin-right: 10px; }

        /* REVIEWS PAGE STYLES */
        .review-card {
            border: 1px solid var(--border-color, #f1f1f1);
            padding: 25px;
            height: 100%;
            background: #fff;
            transition: 0.3s ease;
            position: relative;
            border-radius: 4px;
        }
        
        .review-card:hover {
            border-color: var(--brand-red);
            box-shadow: 0 10px 30px rgba(154, 12, 12, 0.08);
            transform: translateY(-5px);
        }

        .review-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 15px;
            border: 2px solid var(--border-color, #f1f1f1);
        }

        .star-rating {
            color: #ffc107;
            font-size: 0.8rem;
            margin-bottom: 10px;
        }
        
        .quote-icon {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 1.5rem;
            color:#e42129 ;
        }

        .review-text { 
            font-size: 0.9rem; 
            color: #555; 
            margin-bottom: 15px;
            min-height: 60px;
        }

        .reviewer-name {
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 2px;
        }

        .review-meta {
            font-size: 0.75rem;
            color: #888;
            font-weight: 500;
        }

        /* GALLERY STYLES */
        .gallery-card {
            position: relative;
            overflow: hidden;
            background: var(--soft-gray);
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            aspect-ratio: 1 / 1;
        }

        .gallery-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 12px 28px rgba(154, 12, 12, 0.15);
        }

        .gallery-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .gallery-card:hover .gallery-img {
            transform: scale(1.08);
        }

        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(154, 12, 12, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
            display: flex;
            align-items: flex-end;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-card:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-caption {
            color: white;
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @keyframes galleryFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .gallery-animate {
            animation: galleryFadeIn 0.6s ease forwards;
        }

        .gallery-animate:nth-child(1) { animation-delay: 0.0s; }
        .gallery-animate:nth-child(2) { animation-delay: 0.1s; }
        .gallery-animate:nth-child(3) { animation-delay: 0.2s; }
        .gallery-animate:nth-child(4) { animation-delay: 0.3s; }
        .gallery-animate:nth-child(5) { animation-delay: 0.4s; }
        .gallery-animate:nth-child(6) { animation-delay: 0.5s; }
        .gallery-animate:nth-child(7) { animation-delay: 0.6s; }
        .gallery-animate:nth-child(8) { animation-delay: 0.7s; }
        .gallery-animate:nth-child(9) { animation-delay: 0.8s; }

        @media (max-width: 991px) {
            .sticky-sidebar { position: static; margin-top: 30px; }
            .content-card { padding-right: 0; }
            .gallery-card { aspect-ratio: 1 / 1; }
        }

        @media (max-width: 576px) {
            .gallery-card { aspect-ratio: 1 / 1; }
            .gallery-caption { font-size: 0.85rem; }
        }



        /* --- FAQ Accordion --- */
        .faq-svg-container { width: 100%; max-width: 400px; height: auto; }
        .bubble-bg { fill: #B39DDB; stroke: #1A237E; stroke-width: 12; stroke-linejoin: round; }
        .bubble-white { fill: #FFFFFF; stroke: #1A237E; stroke-width: 12; stroke-linejoin: round; }
        .text-faq-label { fill: #7986CB; font-family: 'Arial Black', sans-serif; font-size: 60px; font-weight: bold; pointer-events: none; }
        .faq-line { fill: none; stroke: #FFFFFF; stroke-width: 10; stroke-linecap: round; }

        @keyframes faq-float {
        0%, 100% { transform: translateY(0); }
                   50% { transform: translateY(-15px); }
   }
         @keyframes faq-pulse {
                 0%, 100% { transform: scale(1); }
                50% { transform: scale(1.03); }
 }
        .side-bubble-1 { animation: faq-float 4s infinite ease-in-out; }
        .side-bubble-2 { animation: faq-float 4s infinite ease-in-out 1s; }
        #main-faq-bubble { animation: faq-pulse 3s infinite ease-in-out; transform-origin: center; }
                   