:root {
    --brand-red-dark: #a50000;
    --brand-red-light: #ff3333;
    --brand-red-gradient: linear-gradient(90deg,
            var(--brand-red-dark),
            var(--brand-red-light));
    --text-dark: #222;
    --text-light: #555;
    --bg-light: #f7f7f7;
    --radius: 1rem;
    --accent-green: #198541;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-light);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.logo {
    font-size: 2rem;
    font-weight: 900;
    background: var(--brand-red-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo img {
    width: auto;
    height: 2rem;
}

.disclaimer p {
    font-size: 12px !important;
    line-height: 1.6;
}

/* Navbar Styles */
.navbar-brand {
    text-decoration: none;
}

.navbar-nav .nav-link {
    font-weight: 500 !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    color: var(--brand-red-dark) !important;
}

.whatsapp-link {
    color: var(--accent-green) !important;
    font-weight: 600 !important;
}

.whatsapp-link:hover {
    color: #1da851 !important;
}

.whatsapp-link i {
    margin-right: 5px;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.custom-grid {
    position: relative;
    z-index: 1000;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 778px;
    margin: 0 auto;
    width: 100%;
    gap: 1rem;
}

.custom-grid .card {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.custom-grid .card .card-title {
    font-size: 1.5rem;
    font-weight: 800;
}

.custom-grid .card .card-subtitle {
    font-size: 0.75rem;
    color: #64748b;
}

.custom-grid-note {
    line-height: 1;
    font-size: 0.75rem;
    color: #94a3b8;
    margin: auto;
    margin-top: 1rem;
    background: #fff0f0;
    padding: 10px 20px;
    color: #c00000;
    border-radius: 6px;
    width: fit-content;
}

.attest .service-card {
    gap: 10px;
    text-align: left;
    justify-content: left;
    align-items: start;
    position: relative;
}

.attest .service-card .bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #ED1B1E;
    color: #fff;
}


.attest .service-card .bottom p {
    margin: 0;
    color: #fff;
}

.boxes .service-card {
    gap: 14px;

    padding: 20px;
}

.boxes .service-card .bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #b30000;
}



.boxes .service-card .bottom a {
    color: #fff;
}

/* .attest .col-md-5:nth-of-type(1) .service-card {
    background-image: url(../images/attestation-card.jpg);
    background-position: -155px 0px;
    background-repeat: no-repeat;
    background-size: cover;
} */

.attest .service-card ul {
    padding-left: 1rem;
}

.attest .service-card ul li {
    color: #575757;
}

.attest .service-card h3 {
    font-size: 2rem;

}

.attest .service-card p {

    font-size: 14px;
    color: #202020;
}

.faq-heading {
    color: #ED1B1E;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #ED1B1E;
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(237, 27, 30, 0.3);
}

.accordion-item {
    border: 1px solid #ececec;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* Mobile navbar adjustments */
@media (max-width: 991.98px) {

    .navbar-collapse {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
        padding: 1rem;
        position: absolute;
        width: 100%;
        height: fit-content;
        top: 68px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 0.25rem 0;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        border-radius: 6px;
        transition: background-color 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, #cccccc63);
    z-index: -1;
}

.hero-section::before {
    content: '';
    position: absolute;
    background-image: url('../images/dubai-hero.jpg');
    opacity: 0.6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/* service-1 Section */
.quote-hero {
    width: 100%;
    padding: 54px 0;
    text-align: center;
    background-color: #0B0B0B;
    margin-top: 78px;
}


.file-opening {
    position: relative;
    overflow: hidden;
    background-image: url('../images/family-file-opning.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.file-opening .card-body h3 {
    color: #000 !important;
    font-weight: 600 !important;
    text-shadow: 0px 0px 20px #b0b0b0b3;
}

.card-body {
    z-index: 1;
}

.file-opening::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff71 0%, #ff000000 42%, #ffffff 120%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.service-charges {
    position: relative;
    overflow: hidden;
    background-image: url('../images/service-charges.jpg') !important;
    background-position: 100% 0% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.service-charges .card-body {
    z-index: 1;
}

.service-charges .card-body h3 {
    color: #000 !important;
    font-weight: 600 !important;
    text-shadow: 0px 0px 20px #b0b0b0b3;
}

.service-charges .card-body p {
    margin-bottom: 5px;
    color: #000;
}

.service-charges::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffffff71 0%, #ffffff 45%, #ffffff 120%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.grand-total {
    position: relative;
    overflow: hidden;
    background-image: url('../images/grand-total.jpg') !important;
    background-position: 100% 0% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.grand-total .card-body {
    z-index: 1;
}

.grand-total .card-body h3 {
    color: #000 !important;
    font-weight: 600 !important;
    text-shadow: 0px 0px 20px #b0b0b0b3;
}

.grand-total .card-body p {
    margin-bottom: 5px;
    color: #000;
}

.grand-total::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffffff71 0%, #ffffff 45%, #ffffff 120%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.grand-total-sec {
    margin-top: 30px !important;
    padding: 30px 10px;
    display: flex;
    background: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    border-radius: 14px;
}

.grand-total-sec h3 {
    color: #fff;
    font-weight: 900;
}

.grand-total-sec span {
    line-height: 1;
    padding: 8px 24px;
    border: 1px solid #dc262633;
    font-weight: 400;
    background-color: #dc26261a;
    border-radius: 50px;
    color: #e31e24;
}

.grand-total-sec small {
    color: #e31e24;
    font-size: 14px;
}

.message {
    background: #ffefef;
    padding: 0 32px;
    border-left: 5px solid #e31e24;
    line-height: 1;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    font-style: italic;
    font-weight: 600;
}

.confirm-chat {
    margin-top: 30px;
    width: 100%;
    padding: 8px 32px;
    background-color: #e31e24;
    display: flex;
    border-bottom: 4px solid #b60006;
    justify-content: center;
    border-radius: 16px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #ffff;
    transition: all 0.1s linear;
}

.confirm-chat:active {
    scale: 0.98;
}

.confirm-chat span svg {
    color: white;
    width: 24px;
    height: 24px;
}

.service1-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service1-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #fff, #cccccc63);
    z-index: -1;
}

.service1-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/company-incorporation.jpg');
    opacity: 0.6;
    background-position: 50% 28%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service2-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service2-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #fff, #cccccc63);
    z-index: -1;
}

.service2-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/pro-services.jpg');
    opacity: 0.6;
    background-position: 50% 28%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

small a {
    text-decoration: underline;
}


.service3-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}


.service3-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service3-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/golden-visa.jpg');
    opacity: 0.6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service4-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}


.service4-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service4-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/family-visa.jpg');
    opacity: 0.6;
    background-position: 50% 5%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service5-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}


.service5-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service5-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/legal-notary.jpg');
    opacity: 0.6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service6-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service6-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service6-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/dubai-land-department.jpg');
    opacity: 0.6;
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.service7-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service7-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/intellectual-property.jpg');
    opacity: 0.6;
    background-position: 50% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service7-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service8-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

/* .service8-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/attestation.jpg');
    opacity: 0.6;
    background-position: 50% 90%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
} */

.service8-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service9-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service9-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/legal-translation.jpg');
    opacity: 0.6;
    background-position: 50% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service9-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service10-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.service10-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.service10-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/property-visa.jpg');
    opacity: 0.6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.visa-hero {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

.visa-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #ffffff, #cccccc47);
    z-index: -1;
}

.visa-hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/golden-visa.jpg');
    opacity: 0.6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.company-incorporation h1 {
    font-size: 2.75rem;
    font-weight: 700;
    text-align: center;
    color: #111;
    margin-bottom: 50px;
}

.company-incorporation-section {
    padding: 30px 0;
}

.company-incorporation-section:nth-child(even) {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #d8d8d800, #d8d8d8, #d8d8d800) 1;
    border-top: 1px solid;

}

.service-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e31e24;
}

.service-title span.svg-icon {
    background: #e31e24;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

/* .service-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #d62828;
    border-radius: 2px;
} */

.company-incorporation-service-content h5 {
    font-size: 1.3rem;
    margin-top: 25px;
    font-weight: 600;
    color: #333;
}

.company-incorporation-service-content h6 {
    font-size: 1.15rem;
    margin-top: 20px;
    font-weight: 600;
    color: #d62828;
    /* red only for sub-headlines needing attention */
}

.company-incorporation-service-content p,
.company-incorporation-service-content li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}

.gv-container {
    max-width: 1140px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #333;
}

.gv-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    position: relative;
    /* width: fit-content; */
    align-content: center;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
}

.gv-subtitle h2 {
    width: fit-content;
    position: relative;
}

.gv-subtitle h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 105px;
    height: 3px;
    background: #d62828;
    border-radius: 2px;
}


/* ---------- Cards ---------- */
.gv-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.gv-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.gv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.gv-card-title {
    font-size: 1.25rem;
    color: #b30000;
    margin-bottom: 10px;
}

.gv-card p {
    margin: 6px 0 12px;
    line-height: 1.5;
}

.gv-card strong {
    color: #222;
}

.gv-btn {
    margin-top: auto;
    align-self: flex-start;
    background: #ED1B1E;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s;
}

.gv-btn:hover {
    background: #8c0000;
}

/* ----------gv Call to Action ---------- */
.gv-cta {
    position: relative;
    z-index: 100;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.gv-cta-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.gv-cta-btn {
    display: inline-block;
    background: #ED1B1E;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s;
}

.gv-cta-btn:hover {
    background: #8c0000;
}

/* ---------- WhatsApp Floating Button ---------- */
.gv-whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.gv-whatsapp-float img {
    width: 34px;
    height: 34px;
}

.back-link {
    color: #ED1B1E;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
    margin-top: 0 !important;
    transition: color .2s;
    margin-right: 5px;
}

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

.hero-title {
    margin: auto;
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-dark);
}

.user-name {
    margin: auto;
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}

.user-name span {
    font-style: italic;
    font-weight: 500;
    color: #ED1B1E;

}

.family-visa-hero-title {
    margin: auto;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #e5e7eb;
    margin-top: 20px;
}

.hero-title-10 {
    max-width: 550px;
    margin: auto;
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-dark);
}

.hero-title-10 span {
    color: #ED1B1E;
}

.hero-title span {
    color: #ED1B1E;
}


.subtitle {
    font-size: 1rem;
    font-weight: 300;
    max-width: 500px;
    margin: 20px auto 20px;
    color: #000;
}

.service-subtitle {
    font-size: 1rem;
    font-weight: 500;
    max-width: 700px;
    color: #000;
}

.btn-gradient {
    background: var(--brand-red-gradient);
    color: #fff;
    border: none;
    padding: 8px 40px;
    align-content: center;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    color: #fff;
}

.btn-outline-red {
    border: 1.5px solid var(--brand-red-dark);
    color: var(--brand-red-dark);
    padding: 8px 40px;
    border-radius: 50px;
    width: max-content;
    font-size: 14px;
    transition: all 0.3s ease;
}

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

/* Services */
#services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-title {
    text-align: center;
    width: fit-content;
    font-weight: 600;
    border-bottom: 1px solid !important;
    font-size: 1.6rem !important;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(48, 48, 48, 0.03);
    transition: 0.3s;
    height: 160px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}

.service-card p {
    color: #555;
}

.service-card span {
    position: absolute;
    background: #f4868630;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ED1B1E !important;
    border-radius: 100px 0px 0px 0px;
    padding-left: 20px;
    padding-top: 20px;
}

.service-card span svg {
    height: 20px !important;
}

.service-card h5 {
    text-align: start;
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 0;
}

.service-card h3 {
    text-align: start;
    font-size: 1.2rem;
    color: #ED1B1E;
    margin-bottom: 0;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-card:hover img {
    filter: grayscale(0%);
    transition: all 0.2s linear;
}

.service-card i {
    font-size: 2.5rem;
    background: var(--brand-red-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

/* Info Section */
.info-card {
    border-radius: var(--radius);
    padding: 40px;
    background: var(--brand-red-gradient);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.since-text {
    font-weight: 600;
}

.btn-cta {
    background: #fff;
    color: #000;
    border: 1.5px solid #fff;
    padding: 6px 26px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.1s ease;

}

.btn-cta:hover {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}

#dayCounterBoxes span {
    position: relative;
    color: #000;
    display: inline;
    border-radius: 5px;
    padding: 10px 12px !important;
    z-index: 2;
}

#dayCounterBoxes span::after {
    content: '';
    position: absolute;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 20px;
    left: 0;
    top: 0%;
    background-color: #ffffff;
    z-index: -2;
}

#dayCounterBoxes span::before {
    content: '';
    position: absolute;
    border-top: 2px solid #949494;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 19px;
    left: 0;
    bottom: 2%;
    background-color: #ffffff;
    z-index: -1;
}

.counter-text {
    font-size: 1.2rem;
}

.stars {
    color: gold;
    font-size: 2rem;
}

/* Contact */
.contact-section {
    position: relative;
    padding: 60px 20px;
    background: #fff;

}


.contact-container {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 8px;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.info-box {
    background: #f9f9f9;
    padding: 12px;
    border-left: 5px solid #ED1B1E;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.info-box:hover {
    background: #fff5f5;
    transform: translateY(-3px);
}

.info-box a {
    margin: 0 0 5px;
    color: #ED1B1E;
    font-size: 1rem;
    text-decoration: none;
}

.info-box a span {
    color: #333;
}

/* table */
.doc-card .table-responsive table thead tr th:nth-child(2) {
    text-align: right;
    font-weight: 600;
}

.doc-card .table-responsive table tbody tr td:nth-child(2) {
    text-align: right;
    font-weight: 600;
}

/* Contact Form */
.contact-form {
    background: #fefefe;
    border-radius: 15px;

}

.cta-title {
    position: relative;
    /* background-color: red; */
}

.cta-title h2 {
    font-size: 3rem;
    /* position: absolute; */
    text-transform: capitalize;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #55555530;
    z-index: 0;
}

.contact-info h4 {
    /* margin-top: 50px; */
    color: #ED1B1E;
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-left: 10px; */
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ED1B1E;
    outline: none;
}

.btn-red-fill {
    background: #ED1B1E;
    color: #fff;
    border: none;
    width: fit-content;
    padding: 8px 40px;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.generate-code-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #d22020;
    color: #fff;
    border: none;
    width: fit-content;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
}

.generate-code-btn i {
    color: #fff;
}


.btn-fill-dark {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    width: fit-content;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
}

.btn-fill-dark i {
    color: #fff;
}

.disabled {
    cursor: no-drop !important;
    pointer-events: all !important;
}

.btn-gray {
    padding: 0;
    color: #6b7280;
    font-weight: 500;
}

.btn-gray:focus {

    border: none !important;
    outline: none !important;
}

.btn-gray:active {
    border: none !important;
    outline: none !important;
}

.btn-gray:hover {
    color: #262626;
    font-weight: 500;
}

.btn-red-fill:hover {
    background: #b71c1c;
    color: #f1f1f1 !important;
}

.numbers-wrap {
    border: 1px solid #d1d5db;
    background: #f9fafb;
    border-radius: 8px;
    width: fit-content;
    overflow: hidden;
}

.step {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step .wp-form {

    width: 100% !important;
}

.step .wp-form input {
    border: 1px solid #bcbcbc !important;
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.step .wp-form label {
    font-weight: 600;
    font-size: 16px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.step .d-flex>.form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px !important;
}

.step .d-flex>.form-select {
    border: 1px solid #bcbcbc !important;
    width: 144px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.highlight {
    color: #d22020;
    font-weight: 600;
}

.progress {
    position: relative;
    width: 90%;
    bottom: 0px;
    height: 8px;
    background: #e9ecef;
}

.progress-bar {
    background: #d22020;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 5px;
    border: 2px solid #ced4da;
    border-radius: 8px;
}

.otp-input:focus {
    border-color: #d22020;
    box-shadow: 0 0 0 0.25rem rgba(210, 32, 32, 0.25);
}

footer {
    background: linear-gradient(1deg, rgb(36, 37, 47) 0%, rgb(104, 105, 108) 100%);
}

.calculator-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    position: relative;
}

.calculator-section .container {
    padding: 30px !important;
    border: 1px solid #f3f4f6;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    position: absolute;
    border-radius: 16px;
    max-width: 585px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: 344px;
    justify-content: space-evenly;
    align-items: center;
}

.numbers-wrap-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    border: none !important;
    color: #6b7280;
    border-radius: 0px !important;
}

.numbers-wrap-btn:hover {
    color: #1a1a1a;
}

.numbers-wrap-btn:active {
    background-color: #e5e7eb !important;
    color: #000 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.numbers-wrap-btn:focus:not(:focus-visible) {
    outline: none !important;
}

.numbers-wrap span {
    background-color: transparent !important;

}

.nod-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 8px;
}

.nod-wraper>div {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.nod-wraper>div>span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3e8ff;
    color: #9333ea;
    border-radius: 50%;
}

.nod-wraper:nth-child(2)>div>span:nth-child(1) {
    background-color: #fef9c3;
    color: #ca8a04;
}

.nod-wraper .form-label {
    margin-bottom: 0;
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.nod-wraper .form-label small {
    color: #6b7280;
    font-size: 12px;
}

.long-btn {
    border: 2px solid #f3f4f6;
    padding: 20px;
    border-radius: 12px;
    background-color: #f9fafb;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

.long-btn:nth-child(2) span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dcfce7;
    font-size: 20px;
    line-height: 28px;
    color: #16a34a;
}

.long-btn span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dbeafe;
    font-size: 20px;
    line-height: 28px;
    color: #2563eb;
}

.location .long-btn:nth-child(2) span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffedd5;
    font-size: 20px;
    line-height: 28px;
    color: #ea580c;
}

.location .long-btn span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f3e8ff;
    font-size: 20px;
    line-height: 28px;
    color: #9333ea;
}

.document .long-btn:nth-child(2) span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ececec;
    font-size: 20px;
    line-height: 28px;
    color: #646464;
}

.document .long-btn span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dcfce7;
    font-size: 20px;
    line-height: 28px;
    color: #16a34a;
}

.long-btn span {
    pointer-events: none;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.long-btn span>small {
    font-size: 14px;
    line-height: 16px;
    color: #6b7280;
}

.long-btn:hover {
    border-color: #d1d5db;
    background-color: #fff;
}

.long-btn.active {
    background-color: #FEF2F2 !important;
    border: 2px solid #c31414 !important;
}

.btn-rounded-red {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    background-color: #c31414;
    color: #fff;
}

.btn-rounded-red:hover {
    background: var(--brand-red-dark);
    color: #fff;
    border: 1px solid var(--brand-red-dark);
}

.step p {
    /* width: 50%; */
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.step h3 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.borderBottom {
    border-bottom: 1px solid #dadada;
}

.step .step-title {
    margin-top: 150px !important;
}

.step .d-grid button {
    width: fit-content;
}

footer p {
    font-size: 1.4rem !important;
    font-weight: 500;
    margin-bottom: 0;
}

footer a {
    font-size: 18px;
    padding: 14px;
    border-radius: 50px;
    color: #000;
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

/* Tabs */
.tabs {
    display: flex;
    margin: 16px auto;
    border: 1px solid #c00000;
    border-radius: 30px;
    overflow: hidden;
    max-width: 340px;
    background: #fff;
}

.tab-button {
    flex: 1;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #c00000;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tab-button.active {
    background: #c00000;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    padding: 0px 0px;
}

/* Process */
.process-step {
    margin: 12px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    background: #c00000;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: .9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.step-text {
    text-align: start;
    font-size: 1rem;
    font-weight: 500;
    z-index: 1;
}

.note {
    font-size: .85rem;
    color: #444;
    margin-top: 12px;
    background: #fff0f0;
    padding: 10px 20px;
    color: #c00000;
    border-radius: 6px;
    width: fit-content;
    margin: 20px auto 40px auto;
}

/* Boxes */

.box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9rem;
}

.box li {
    margin: 8px 0;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
}

/* Learn-more tab style under Attestation */
.learn-tab {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.tab-link {
    display: inline-block;
    padding: 8px 34px;
    border: 1px solid #c00000;
    color: #c00000;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.tab-link:hover {
    background: #c00000;
    color: #fff;
}

.process-step-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 40px;
    justify-content: center;
}

.tab-content h2 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #c00000;
}

.tab-content h3 {
    font-size: 26px;
}

.process-step {
    margin: 0px;
    position: relative;
    border-radius: 4px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(48, 48, 48, 0.03);
    transition: 0.3s;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: start;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

hr {
    margin: 2rem 0px;
    color: inherit;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #d8d8d800, #d8d8d8, #d8d8d800) 1;
}

.process-step .icon {
    width: 70px;
    height: 70px;
    background: #f1d6d6;
    position: absolute;
    content: '';
    right: -30px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    z-index: 0;
}

.box-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.-mt-88 {
    margin-top: -88px;
}

.doc-card {
    background: #fff;
    box-shadow: 0px 6px 16px #9f9f9f2b;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    border-radius: 14px;
    font-size: 14px;
    text-align: left;
}


.doc-card svg {
    width: 40px;
    height: 40px;
}

.highlight-card {
    background: #fff;
    box-shadow: 2px 6px 16px #cfcfcf95;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    border-radius: 14px;
    font-size: 14px;
    text-align: left;
}

.highlight-card:nth-last-of-type(1) {

    color: #d22020;
}

.highlight-card strong {
    font-size: 15px !important;
}

.title-red {
    font-weight: 600;
    margin-bottom: 20px;
    color: #c00000;
}

.highlight-card svg {
    width: 40px;
    height: 40px;
}

.boxes {
    margin-top: 100px;
}

.boxes h3 {
    margin-bottom: 40px;
}

.box h3 {
    margin-bottom: 30px;
}

.box.attestation-sec p {
    max-width: 700px;
    margin: 0px auto 20px auto;
}

.box.attestation-sec p strong {
    color: #c00000 !important;
}

@keyframes whatsapp-rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.whatsapp-float .fa-whatsapp {
    animation: whatsapp-rotate 1s infinite;
    display: inline-block;
    transition: transform 0.1s;
}

/* Responsive */
@media(min-width: 1440px) {
    .process-step {
        width: 20% !important;
    }
}


@media(min-width: 900px) {
    .company-incorporation {
        padding: 80px 0;
    }

}

@media(max-width: 1024px) {
    .calculator-section .container {
        top: 40%;
    }

}

@media(max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }


    .hero-subtitle {
        max-width: 500px;
    }
}

@media(max-width: 767px) {
    .custom-grid {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .file-opening {
        height: 280px !important;
    }

    .user-name {
        font-size: 2.6rem;
    }

    .step .step-title {
        margin-top: 140px !important;
    }

    .info-card {
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .info-card>div {
        align-items: center !important;
    }

}

@media(max-width: 778px) {
    .step {
        width: 500px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .family-visa-hero-title {
        font-size: 1.5rem;
    }

}

@media(max-width: 550px) {
    .step {
        width: 358px;
    }

    .boxes {
        margin-top: 50px;
    }

    .service8-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .custom-grid-note {
        margin-left: 0.78rem;
        margin-right: 0.78rem;
        line-height: 1.5 !important;
    }

    .custom-grid .card .card-title {
        font-size: 1rem;
    }

    #stepContainer .step {
        text-align: left;
    }

    #stepContainer .step .d-flex.gap-3 {
        justify-content: center;
        text-align: center;
    }

    #stepContainer .step .row.gap-3 .col-md-2.col-12.mb-3 .d-flex.align-items-center.gap-2 {
        justify-content: center;
    }

    #stepContainer .step .d-flex.justify-content-end.gap-3 {
        justify-content: center !important;
    }

    .hero-title {
        font-size: 2rem;
    }

    .user-name {
        font-size: 2rem;
    }

    .family-visa-hero-title {
        font-size: 1.3rem;
    }
}

@media(max-width: 416px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .user-name {
        font-size: 1.8rem;
    }

    .family-visa-hero-title {
        font-size: 1rem;
    }
}

@media(max-width: 416px) {
    .step {
        width: 340px;
    }

    .step .step-title {
        margin-top: 200px !important;
    }
}

@media(max-width: 374px) {
    .step {
        width: 300px;
    }
}

/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 70px;
    right: 30px;
    background-color: var(--accent-green);
    color: white;
    /* width: 60px; */
    /* height: 60px; */
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    gap: 12px;
}

.whatsapp-float i {
    font-size: 28px;
}


/*--------------------- quote navbar css start ----------------------- */


a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

ul {
    list-style: none;
}

/* --- 2. LAYOUT UTILITIES --- */
.quote-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .quote-container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .quote-container {
        padding: 0 2rem;
    }
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.hidden {
    display: none !important;
}

/* Helper for JS toggles */

/* --- 3. NAVBAR STYLES --- */
.quote-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.quote-nav-inner {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.logo-link {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .logo-link {
        font-size: 1.875rem;
    }
}

.text-red {
    color: #e31e24;
}

.text-dark {
    color: #1a1a1a;
}

/* --- 4. DESKTOP MENU --- */
.desktop-menu {
    display: none;
}

@media (min-width: 768px) {
    .desktop-menu {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
}

/* Mega Menu Wrapper */
.menu-item-group {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-link-btn {
    background: none;
    border: none;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
}

.nav-link-btn:hover {
    color: #e31e24;
}

.nav-link-btn i {
    font-size: 0.75rem;
    margin-top: 2px;
}

/* The Dropdown Box */
.mega-dropdown {
    position: absolute;
    top: 100%;
    /* Adjusted positioning to match "right-[0%] translate-x-[30%]" */
    right: 0;
    transform: translateX(30%) translateY(20px);
    width: 700px;
    background-color: white;
    border-bottom: 4px solid #e31e24;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;

    /* Animation States */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Hover Effect to show menu */
.menu-item-group:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(30%) translateY(8%);
}

.mega-dropdown ul {
    padding-left: 0;
}

/* Dropdown Grid */
.grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.dropdown-link {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.dropdown-link:hover {
    background-color: #f4f4f4;
    /* gray-50 */
    color: #e31e24;
}

.quote-navlink {
    margin-bottom: 8px;
}

/* --- 5. BUTTONS --- */
.btn-chat {
    background-color: #e31e24;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    /* full rounded */
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
}

.btn-chat:hover {
    background-color: #b91c1c;
    /* darker red */
}

/* Mobile Chat Button tweaks */
.btn-chat-mobile {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

/* --- 6. MOBILE MENU --- */
.mobile-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .mobile-controls {
        display: none;
    }
}

.hamburger-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4b5563;
    padding: 0.25rem;
    cursor: pointer;
}

/* Mobile Dropdown quote-container */
#mobile-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;

    /* Transitions */
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
}

#mobile-menu.open {
    max-height: 600px;
    /* Large enough to fit content */
    opacity: 1;
    overflow-y: auto;
}

.mobile-menu-inner {
    padding: 0.5rem 1rem 1.5rem 1rem;
}

/* Mobile Service Accordion */
.mobile-accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #e31e24;
    cursor: pointer;
}

.mobile-accordion-btn:hover {
    background-color: #f9fafb;
}

.rotate-180 {
    transform: rotate(180deg);
}

#services-arrow {
    transition: transform 0.2s ease;
}

#mobile-services-list {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    display: none;
    /* Hidden by default */
}

#mobile-services-list.show {
    display: flex;
}

.mobile-link {
    display: block;
    padding: 0.5rem 0;
    color: #374151;
    text-decoration: none;
}

.mobile-link:hover {
    color: #e31e24;
}

/* ------------------ quote navbar css end --------------------- */


/* responsiveness */

@media(max-width:768px) {
    .calculator-section .container {

        width: 100%;
        margin: auto;
        position: initial;
        transform: translate(0, 0);
        padding: 20px !important;
    }

    .progress {
        bottom: 14px;
    }

    .calculator-section {
        padding: 8px !important;
    }
}