: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;
}

/* 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");
}

/* 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('../image/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 {
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    z-index: 100;
}

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

.quote-hero::before {
    content: '';
    position: absolute;
    background-image: url('../image/family-qoute.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;
}

.file-opening {
    position: relative;
    overflow: hidden;
    background-image: url('../image/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;
}

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

.service-charges {
    position: relative;
    overflow: hidden;
    background-image: url('../image/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;
}

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

.grand-total {
    position: relative;
    overflow: hidden;
    background-image: url('../image/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;
}

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

.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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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('../image/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 {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.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: #b30000;
    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: #b30000;
    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: #d62828;
    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: 600;
    color: var(--text-dark);
}
.user-name span{
    font-style: italic;
    font-weight: 500;
    color: #d22020;

}
.family-visa-hero-title {
    margin: auto;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    color: var(--text-light);
}

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

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

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


.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;
    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: #ff0000 !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: #d22020;
    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: 20px;
    border-left: 5px solid #d62828;
    border-radius: 10px;
    transition: all 0.3s ease;
}

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

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

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


/* 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: #d62828;
    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: #d62828;
    outline: none;
}

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

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

.step .wp-form {
    background: #fff;
    box-shadow: 2px 6px 16px #cfcfcf;
    padding: 20px;
    /* display: flex; */
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    border-radius: 14px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 80px !important;
    /* width: 40% !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 {
    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: 100vh;
    position: relative;
}

.calculator-section .container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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%; */
}

.step h3 {
    /* width: 50%; */
    color: #000;
    font-weight: 600;
    font-size: 38px;
}

.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: 40px 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;
}

.doc-card {
    background: #fff;
    box-shadow: 2px 6px 16px #cfcfcf;
    padding: 20px;
    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 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: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }

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

@media(max-width: 767px) {
    .file-opening {
        height: 280px !important;
    }

    .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) {
    .hero-title {
        font-size: 2.5rem;
    }
    .family-visa-hero-title {
        font-size: 1.5rem;
    }

}

@media(max-width: 550px) {
    .hero-title {
        font-size: 2rem;
    }
    .family-visa-hero-title {
        font-size: 1.3rem;
    }
}

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

@media(max-width: 416px) {
    .step .step-title {
        margin-top: 200px !important;
    }
}

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

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