:root {
    --brand-navy: #0d3b66;
    --brand-blue: #1e5fa8;
    --brand-red: #d62828;
    --brand-light: #f8f9fa;
    --brand-grey: #6c757d;
}
body {
font-family: 'Poppins', sans-serif;
background-color: #f8f9fa;
}

.card {
border-radius: 10px;
}

.btn-warning {
font-weight: 600;
}
h4 {
    color: #0d6efd;
    margin-bottom: 15px;
}

.table {
    border-radius: 10px;
    overflow: hidden;
}

.lead {
    font-size: 18px;
    color: #555;
}

.shadow-sm {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
/* Navbar Background */
.navbar {
    background-color: #ffffff !important;
}

.navbar-nav .nav-link {
    color: var(--brand-navy) !important;
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    color: var(--brand-red) !important;
}

 

/* Dropdown Menu */
.dropdown-menu {
    border-radius: 8px;
    font-size: 14px;
}

/* Dropdown Items */
.dropdown-item {
    font-weight: 500;
    font-size: 14px;
}
.container h2 {
    font-weight: 700;
}

.container p {
    font-size: 15px;
    line-height: 1.7;
}
/* About Section Box */
.about-section {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

/* Slight hover effect */
.about-section:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Text Styling */
.about-section h2 {
    color: #0d6efd;
}
.about-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

.about-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.about-box h3, 
.about-box h4 {
    color: #0d6efd;
}
.contact-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

.contact-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-box h4 {
    color: #0d6efd;
}

iframe {
    border-radius: 15px;
}
.consult-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

.consult-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.booking-option {
    border: 1px solid #eaeaea;
    background: #fafafa;
    transition: 0.3s ease;
}

.booking-option:hover {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.consult-box h3 {
    color: #0d6efd;
}
/* Hero Gradient */
.consult-hero {
    background: linear-gradient(135deg, var(--brand-navy), #123a6b);
    position: relative;
    overflow: hidden;
}
.hero-overlay {
    background: rgba(0,0,0,0.25);
    border-radius: 1rem;
}

/* Boxes */
.consult-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

.consult-box:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

/* Step Numbers */
.step-box {
    padding: 20px;
}

/* Section Titles */
.section-title {
    color: var(--brand-navy);
}

/* Feature Boxes */
.feature-box {
    padding: 20px;
}

.feature-icon {
    font-size: 32px;
}

/* Steps */
.step-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.step-number {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--brand-red);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Booking Cards */
.booking-card {
    border: 1px solid #eee;
    border-radius: 12px;
    transition: 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

 
/* Booking Option */
.booking-option {
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
}

.booking-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* CTA Background */
.consult-cta {
    background: #f8f9fa;
}

/* List spacing */
.consult-list li {
    margin-bottom: 10px;
    font-weight: 500;
}
/* Hero */
.premium-hero {
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
}
.btn-primary {
    background-color: var(--brand-navy);
    border-color: var(--brand-navy);
}

.btn-primary:hover {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}


/* Content Boxes */
.content-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    transition: 0.3s ease;
}

.content-box:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
}

/* Table Styling */
.premium-table thead {
    background: #0d6efd;
    color: #ffffff;
}

/* CTA */
.premium-cta {
    background: linear-gradient(135deg, #0d6efd, #004085);
    color: #ffffff;
}

/* List */
.premium-list li {
    margin-bottom: 8px;
}
/* Premium Hero */
.premium-hero {
    background: linear-gradient(135deg, #1c2e4a, #0d6efd);
}

/* Content Box */
.content-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    transition: 0.3s ease;
}

.content-box:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
}

/* CTA Banner */
.premium-cta {
    background: linear-gradient(135deg, #0d6efd, #004085);
    color: #ffffff;
}
/* Hero */
.hero-section {
    background: linear-gradient(135deg, #1c2e4a, #0d6efd);
}

 

/* Icon Box */
.icon-box {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
}

.process-card {
    background: #ffffff;
    border-left: 2px solid #0d3b66;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.process-number {
    font-size: 28px;
    font-weight: 700;
    color: #0d3b66;
    letter-spacing: 1px;
}


/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #0d6efd, #004085);
}
.why-section {
    background: linear-gradient(180deg, #f8f9fa, #ffffff);
}

 

.why-icon {
    color: var(--brand-red);
}

.why-card h5 {
    margin-bottom: 12px;
}
.footer-premium {
    background: var(--brand-navy);
    color: #ffffff;
    font-size: 14px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-subtitle {
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-text {
    opacity: 0.85;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-divider {
    border-color: rgba(255,255,255,0.15);
    margin: 25px 0;
}

/* 🔴 Highlighted Warning */
.footer-warning {
    background: #ffffff;
    color: #d62828;
    font-weight: 600;
    border-left: 5px solid #d62828;
}

/* Copy */
.footer-copy {
    opacity: 0.8;
}

 
.hero-premium {
    height: 45vh;
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
}

.trust-bar {
    background-color: var(--brand-light);
    font-size: 14px;
    font-weight: 500;
}

.service-card {
    background: #ffffff;
    border-radius: 16px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.why-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
}

.cta-section {
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
}

.btn-accent {
    background-color: var(--brand-red);
    color: #fff;
    border: none;
}

.btn-accent:hover {
    background-color: #b71c1c;
    color: #fff;
}

.compliance-box {
    background: #fff5f5;
    border-left: 5px solid var(--brand-red);
    padding: 20px;
    border-radius: 8px;
}
.form-check-input:checked {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
}
 
/* HERO */
.legal-hero {
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
}

/* Card Style */
.legal-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Headings */
.legal-heading {
    color: var(--brand-navy);
    font-weight: 600;
    margin-bottom: 15px;
}

/* Highlight Block */
.legal-highlight {
    background: #fff5f5;
    border-left: 6px solid var(--brand-red);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

 

 