/* Color Variables */
:root {
    --primary: #003366;
    --primary-dark: #002244;
    --accent: #FF6B35;
    --accent-light: #FFA500;
    --secondary: #F5F5F5;
    --white: #FFFFFF;
    --dark: #1a1a1a;
    --gray: #6c757d;
    --gray-light: #e9ecef;
    --border: #dee2e6;
    --success: #28a745;
}

/* Typography */
html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.display-4, .display-5, .display-6 {
    font-weight: 700;
    font-size:35px;
}

p.lead {
    font-size: 1.15rem;
    opacity: 0.9;
}

/* Colors & Utility Classes */
.bg-primary {
    background-color: #222f59 !important;
}

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

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: hsl(214.84deg 50.82% 11.96%) !important;
}

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

.text-accent {
    color: hsl(0deg 71.91% 46.08%) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.text-muted {
    color: hsl(215 15% 50%) !important;
}

.text-sm {
    font-size: 0.875rem;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Buttons */
.btn-accent {
    background-color: hsl(0deg 71.91% 46.08%);
    border-color: var(--accent);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: hsl(0deg 71.91% 46.08%) !important;
    border-color: hsl(0deg 71.91% 46.08%) !important;
    color: white !important;
    opacity: 0.8;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: white !important;
    color: white !important;
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: white !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* Top Bar */
.top-bar{
font-size:14px;
color:#444;
}

.topbar-left{
flex-wrap:wrap;
}

.topbar-item{
display:flex;
align-items:center;
gap:8px;
color:#444 !important;
text-decoration:none;
}

.topbar-item i{
color:hsl(0deg 71.91% 46.08%) !important;
font-size:14px;
}

/* hover */
.topbar-item:hover{
color:#000 !important;
}

.topbar-item:hover i{
color:#c1121f !important;
}
/* NAVBAR DESKTOP */

.navbar {
    padding: 12px 0;
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: hsl(0deg 71.91% 46.08%) !important;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.btn-accent {
    background: hsl(0deg 71.91% 46.08%) !important;
    color: #fff;
    border-radius: 8px;
    padding: 7px 18px;
    font-size: 14px;
}

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

/* ================= MOBILE DRAWER ================= */

@media (max-width: 991px) {

    /* Entire navbar slides */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 90px 25px 10px;
        transition: right 0.35s ease;
        overflow-y: auto;
        z-index: 1055;
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* Show mobile header */
    .mobile-menu-header {
        position: absolute;
        top: 20px;
        left: 25px;
        right: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu-header img {
        height: 40px;
    }

    .menu-close {
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin-bottom: 8px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 0;
        margin: 0;
    }

    .dropdown-menu {
        position: static !important;
        box-shadow: none;
        border: none;
        padding-left: 15px;
        margin-top: 6px;
    }

    .btn-accent {
        width: 100%;
        margin-top: 20px;
        padding: 12px;
        font-size: 15px;
    }

    .navbar-nav.mx-auto {
        margin: 0 !important;
    }
}



/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.85) 0%, rgba(255, 107, 53, 0.4) 100%);
}

.hero-section h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease-out forwards;
}

.fade-in:nth-child(1) { animation-delay: 0s; }
.fade-in:nth-child(2) { animation-delay: 0.1s; }
.fade-in:nth-child(3) { animation-delay: 0.2s; }
.fade-in:nth-child(4) { animation-delay: 0.3s; }

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

/* Accent Text */
.accent-text {
    color: hsl(0deg 71.91% 46.08%);
}

.letter-spacing {
font-size: 12px;
}

/* Section Padding */
.section-padding {
    padding: 4rem 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 2.5rem 0;
    }
}

/* Stats Section */
.stats-section {
    background-color: #222f59;
    padding:30px;
}

.stat-item h3 {
    margin-bottom: 0.5rem;
}

/* Service Cards */
.service-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--accent) !important;
}

.service-card .card-title {
    color: #333;
    transition: color 0.3s ease;
}

.service-card:hover .card-title {
    color: hsl(211.4deg 100% 20.98%);
}

/* Step Icons */
.step-icon {
    background-color: hsl(210deg 30.77% 94.9%) !important;
    transition: all 0.3s ease;
}

/* Hover Effects */
.hover-link {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hover-link:hover {
    gap: 0.75rem;
}

/* Cards */
.card {
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Accordion */
.accordion-button {
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    /* border: 1px solid var(--border); */
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.accordion-button:not(.collapsed) {
    background:none;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 1.25rem;
    color: var(--gray);
    line-height: 1.8;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
/* LOVABLE FOOTER */
.footer-section{
    background:hsl(214.84deg 50.82% 11.96%);
    padding:80px 0 0;
}

.footer-title{
    font-weight:600;
    font-size:18px;
    margin-bottom:18px;
}

.footer-text{
    color:#c6d0da;
    font-size:14px;
    line-height:1.7;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#c6d0da;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffffff;
    transform:translateX(4px);
}

.footer-contact{
    color:#c6d0da;
    font-size:14px;
    margin-bottom:10px;
}

/* BOTTOM BAR */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:60px;
    padding:20px 0;
    font-size:13px;
    color:#c6d0da;
}
/* Images */
img {
    max-width: 100%;
    height: 100%;
}

.rounded-3 {
    border-radius: 1rem !important;
}

/* Responsive Utilities */
@media (max-width: 992px) {
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    .display-5 {
        font-size: 2rem;
    }
    
    .display-6 {
        font-size: 1.5rem;
    }
    
    .btn-lg {
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Gap utilities */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 1rem; }
.gap-4 { gap: 1.5rem; }

/* Shadows */
.shadow-lg {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Blog Card */
.blog-card {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.blog-card .blog-category {
    display: inline-flex;       
    align-items: center;
    width: fit-content;          
    max-width: max-content;      
    
    background-color: hsl(210deg 30.77% 94.9%);
    color: hsl(227.55deg 43.09% 24.12%);
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.blog-card .blog-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--gray);
    margin-top: 0.75rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.blog-card:hover .read-more i {
    transform: translateX(4px);
}

/* Scroll Animations */
.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* Form Styles */
.form-control {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

/* Badge Styles */
.badge {
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

.badge.bg-accent {
    background-color: rgb(202 33 33) !important;
}

/* Breadcrumb */
.breadcrumb {
    background-color: var(--secondary);
    padding: 0.75rem 0;
}



/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Testimonial Rating Stars */
.bi-star-fill {
    font-size: 1rem;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}


/* new css */

.navbar-brand img{
    height:65px;
    width:auto;
}

/* CONSULTANT CARD */
.consultant-card{
    overflow:hidden;
}

.consultant-card img{
    border-radius:22px;

    width:100%;
    height:480px;
    object-fit:contain;          
    display:block;
}

.rcic-image-card{
    overflow:hidden;
}

.rcic-image-card img{
    border-radius:22px;

    width:100%;
    height:480px;
    object-fit:contain;          
    display:block;
}

/* RCIC LICENSE BOX */
.rcic-license-box{
    background:#ffffff;
    border-radius:14px;
    padding:28px 32px;
    box-shadow:0 10px 25px rgba(0,0,0,0.04);
}

.rcic-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:7px 0;
    font-size:15px;
}

.rcic-row span{
    color:#7a869a;
    font-size:14px;
    font-weight: 500;
}

.rcic-row strong{
    color:#1e293b;
    font-weight:500;
    font-size:14px;
}

.text-accent{
    color:#e53935;
}

.text-warning {
    --bs-text-opacity: 1;
    color: hsl(40.12deg 74.78% 54.9%)!important;
}

/* SUCCESS STORIES LINK - LOVABLE STYLE */

.success-link{
    color:#1f3a5f;
    font-weight:600;
    text-decoration:none;
    font-size:16px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:0.3s ease;
}

.success-link:hover{
    color:#e53935;
}

/* ARROW ANIMATION */
.success-link .arrow{
    display:inline-block;
    transition:transform 0.3s ease;
    font-size:25px;
}

.success-link:hover .arrow{
    transform:translateX(6px);
}

/* Hero Section */
.section-hero{
    padding:60px 0;         
    text-align:center;
    position:relative;

   background-size:cover;  
    background-position:center;
    background-repeat:no-repeat;
}

/* overlay */
.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.40);
}

/* text upar */
.section-hero .container{
    position:relative;
    z-index:2;
}

/* text styles */
.section-title{
    font-size:48px;
    font-weight:700;
}

.section-subtitle{
    color:#e2e8f0;
    font-size:18px;
    line-height:1.7;
}



.about-img-card img{
    width:100%;
    border-radius:12px;
}

/* TEXT LOOK */
.section-padding{
    padding:90px 0;
}

/* BADGES */
.about-badges{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    align-items:center;
}

.about-badges span{
    background:#eef1f4;
    padding:10px 18px;
    border-radius:10px;
    font-size:14px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:8px;
}

.about-badges i{
    color:#e53935;
}

/* MISSION SECTION */
.mission-section{
    background:#eef1f4;     /* same light grey */
    padding:110px 0;
}

.mission-label{
    color:#e53935;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.mission-title{
    font-size:40px;
    font-weight:700;
    color:#1f2d3d;
}

.mission-text{
    max-width:720px;
    margin:auto;
    color:#6b7c93;
    font-size:18px;
    line-height:1.8;
}

.values-section{
    padding:110px 0;
}

.values-label{
    color:#e53935;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.values-title{
    font-size:40px;
    font-weight:700;
    color:#1f2d3d;
}

/* CARD */
.value-card{
    text-align:center;
}

.value-card h5{
    margin-top:16px;
    font-weight:600;
}

.value-card p{
    color:#6b7c93;
    font-size:15px;
    line-height:1.7;
}

/* ICON CIRCLE */
.value-icon{
    width:70px;
    height:70px;
    background:#e9edf2;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.value-icon i{
    font-size:26px;
    color:#243b55;
}

/* Hover like lovable */
.value-card{
    transition:.3s ease;
}
.value-card:hover{
    transform:translateY(-6px);
}


/* Hero  */

/* Contact Section */

.contact-section {
  padding: 80px 0;
  background: #f8f9fb;
}

.contact-heading {
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon-box {
  width: 48px;
  height: 48px;
  background: #eef1f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1d3557;
}

.contact-item h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item p,
.contact-item a {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
  text-decoration: none;
}

.contact-item a:hover {
  color: #dc2626;
}

.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-form-wrapper label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.contact-form-wrapper .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid #dee2e6;
}

.contact-form-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #dc2626;
}

.btn-submit {
  width: 100%;
  background: #dc2626;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-submit:hover {
  opacity: 0.9;
}

/* Visit Canada */
.service-hero {
    padding: 10px 0;
}
.list-check {
    list-style: none;
    padding-left: 0;
}

.list-check li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.process-step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.process-step span {
    width: 45px;
    height: 45px;
    background: hsl(213 58% 22%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.other-services-section {
    background: #f4f6f9;
    padding: 90px 0;
}

.service-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-hero-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
/* GRID */
.services-grid {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Last row center align */
.services-grid a:nth-child(4),
.services-grid a:nth-child(5) {
    grid-column: span 1;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.service-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #1f2d3d;
    font-weight: 500;
    border: 1px solid #e9ecef;
    transition: all 0.25s ease;
}

/* LEFT SIDE */
.service-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ICON */
.service-icon {
    font-size: 16px;
    color: #dc3545;
}

/* ARROW */
.service-arrow {
    font-size: 14px;
    color: #9ca3af;
    transition: 0.25s ease;
}


.service-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.service-box:hover .service-arrow {
    transform: translateX(4px);
    color: #0d6efd;
}


.section-padding .guide-para {
    width: 70%;
    margin: 0 auto;
}

.mission-section {
    padding: 80px 20px;
    background: #f4f6f9;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.eligibility-box {
    width: 70%;
    margin: auto;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
 
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #6c7a89;
    margin-bottom: 30px;
}

.eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eligibility-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 17px;
color: hsl(215 15% 50%) !important;
    line-height: 1.6;
}

.eligibility-list i {
    color: #e63946;
    font-size: 20px;
    margin-top: 3px;
}

/* Responsive */

@media (max-width: 768px) {
    .mission-section {
        padding: 60px 15px;
    }
.eligibility-box {
    width: 100%;
    margin: auto;
}
.section-padding .guide-para {
    width: 100%;
    margin: 0 auto;
}
.eligibility-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 17px;
color: hsl(215 15% 50%) !important;
    line-height: 1.6;
}
    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .eligibility-list li {
        font-size: 15px;
    }


 .icon-circle i {
    color: #0dcaf0;
    font-size: 14px;
}
.location-card h6 {
    color: #0dcaf0;
    font-size: 14px !important;
}
.icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

.custom-blog-card {
  background: #ffffff;
  border: 1px solid #d9e1ec;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s ease;
}

.custom-blog-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.custom-badge {
  background: #eef3f9;
  color: #123456;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.custom-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d2c54;
  line-height: 1.4;
  margin-bottom: 18px;
}

.custom-desc {
  font-size: 14px;
  color: #6c7a89;
  line-height: 1.7;
}

.custom-read {
    font-size: 14px;
  font-weight: 400;
  color: #0d2c54;
  text-decoration: none;
  transition: 0.3s;
}

.custom-read i {
  transition: 0.3s;
}

.custom-read:hover i {
  transform: translateX(5px);
}


.testimonial-section{
    background:#f8f9fa;
    padding:80px 0;
}

.testimonial-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:10px;
    height:100%;
    transition:0.3s;
}

.testimonial-card:hover{
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.quote-icon{
    font-size:40px;
    color:#f5bcbc;
}

.stars{
    color:#f4b400;
    margin-bottom:10px;
}

.client-name{
    font-weight:600;
    margin-bottom:0;
}

.country{
    color:#6c757d;
    font-size:14px;
}

.tag-btn{
    background:#f1f3f5;
    border-radius:20px;
    padding:6px 15px;
    font-size:14px;
    border:none;
    color:hsl(213 58% 22%);
}
.section-hero {
    background: #1f3a5f;   /* same dark blue */
  
}

.section-hero h1 {
    font-size: 3rem;
    line-height: 1.2;
}
.bredcrum{
    width: 80%;
   
}
.blog-details .blog-content {
    width: 80%;
}

.blog-details p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .blog-details .blog-content {
        width: 100%;
    }
    .bredcrum{
    width: 100%;

}
.section-hero h1 {
    font-size: 32px;
    line-height: 1.2;
}
   
}



/* service section */
.services-section {
  background: #f8f9fb;
}

.section-subtitle {
  color: #d62828;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}

.section-desc {
  max-width: 650px;
  margin: 10px auto 0;
  color: #6c757d;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-color: #d62828;
}

.service-card .icon img {
    width: 40px;     /* pehle 60 tha, ab chhota */
    height: auto;
}

.service-card .icon {
    margin-bottom: 15px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #6c757d;
}

.service-card a {
  display: inline-block;
  margin-top: 12px;
   color: #003366;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}


.service-card a:hover {
  letter-spacing: 1px;
     color: #ca2121;

}

/* blogs */
.blog-section {
  background: #f3f6f9;
}

.blog-subtitle {
  color: #d62828;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}

.blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: #d62828;
}

.blog-card h5 {
  font-weight: 700;
  font-size: 18px;
}

.blog-card p {
  font-size: 14px;
  color: #6c757d;
}

.blog-badge {
  background: #e9ecef;
  color: #003366;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 500;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}



.view-all {
  font-weight: 600;
  color: #003366;
  text-decoration: none;
  transition: 0.3s;
}

.view-all:hover {
  letter-spacing: 1px;
}

/* guide */
.eligible-section {
    background: #f3f4f6;
    padding: 100px 0;
}

.eligible-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}


.eligible-list .icon {
    font-size: 22px;
    color: #dc2626;
    margin-right: 15px;
}

.eligible-list .text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

/* none */
.none-section {
    padding: 100px 0;
}

.none-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}


.none-list .icon {
    font-size: 22px;
    color: #dc2626;
    margin-right: 15px;
}

.none-list .text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

/* other */
.other-section {
    background: #f3f4f6;
    padding: 100px 0;
}

.other-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}


.other-list .icon {
    font-size: 22px;
    color: #dc2626;
    margin-right: 15px;
}

.other-list .text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

/* rcic section */
.rcic-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.rcic-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.rcic-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}

.rcic-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.rcic-row span {
    color: #6b7280;
}

.rcic-row strong {
    font-weight: 500;
}

/* info */

.rcic-info-section {
    background: #eef2f7;
    padding: 100px 0;
}

.rcic-heading {
    font-size: 40px;
    color: #1f2937;
}

.rcic-subtext {
    max-width: 680px;
    font-size: 16px;
}

.rcic-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.rcic-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.rcic-icon {
    font-size: 28px;
    color: #1e3a8a;
}
/* verification */

.verification-section {
    padding: 100px 0;
}

.verification-title {
    font-size: 38px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 50px;
}

.verification-list li {
    margin-bottom: 22px;
}

.verification-list p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.check-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

/* trust */
.trust-section {
    background: #eef2f7;
    padding: 50px 0;
}

.trust-title {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
}

.trust-box {
    padding: 20px 10px;
}

.trust-number {
    font-size: 30px;
    font-weight: 700;
    color: #1e3a8a; /* Blue shade like lovable */
}

.trust-label {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7280;
}

/* verify */
.verify-section {
    padding: 110px 0;
}

.verify-title {
    font-size: 38px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 50px;
}

.verify-item {
    align-items: flex-start;
    margin-bottom: 28px;
}

.verify-item p {
    margin: 0;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
}

.verify-number {
    width: 42px;
    height: 42px;
    background: #1e3a8a;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
}

.verify-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #dc2626;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.verify-btn:hover {
    background: #b91c1c;
    color: #ffffff;
}

