   body {
            font-family: 'Segoe UI', sans-serif;
            scroll-behavior: smooth;
        }

        .hero {
            background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
            color: white;
            padding: 120px 0;
        }

        .hero h1 {
            font-size: 48px;
            font-weight: 700;
        }

        .hero p {
            font-size: 20px;
            opacity: 0.9;
        }

        .btn-primary {
            background: #0066ff;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
        }

        .btn-primary:hover {
            background: #004bcc;
        }

        .section-padding {
            padding: 90px 0;
        }

        .glass-card {
            background: rgba(255,255,255,0.8);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }

        .image-section img {
            border-radius: 15px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.15);
        }

        footer {
            background: #111;
            color: #ccc;
            padding: 40px 0;
        }

        .whatsapp-btn {
            position: fixed;
            bottom: 25px;
            right: 25px;
            background: #25D366;
            color: #fff;
            padding: 15px 18px;
            border-radius: 50px;
            font-weight: bold;
            text-decoration: none;
            box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        }
		/* WHY INDIA SECTION */
.why-india-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #eef2f7, #ffffff);
    position: relative;
    overflow: hidden;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1b1f3b;
}

/* Glass Cards */
.feature-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
    opacity: 0;
    transform: translateY(40px);
}

.feature-card h5 {
    margin-top: 20px;
    font-weight: 600;
}

.feature-card p {
    font-size: 14px;
    color: #555;
}

/* Image */
.feature-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px;
}

/* Hover Animation */
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Scroll Animation */
.feature-card.show {
    opacity: 1;
    transform: translateY(0);
}
/* MEDICAL CORPORATE SECTION */
.why-india-corporate {
    padding: 60px 0;
    background: #f4f7fb;
}

.corporate-title {
    font-size: 38px;
    font-weight: 700;
    color: #0a1f44;
    line-height: 1.3;
}

.corporate-subtitle {
    font-size: 18px;
    color: #5a6a85;
    margin-top: 20px;
    max-width: 650px;
}

/* Card Design */
.corporate-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    transition: all 0.35s ease;
    height: 100%;
    border: 1px solid #e6edf5;
}

.corporate-card h5 {
    font-weight: 600;
    color: #0a1f44;
    margin-top: 25px;
}

.corporate-card p {
    font-size: 15px;
    color: #6c7a92;
    margin-top: 15px;
    line-height: 1.6;
}

/* Image Box */
.icon-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* Subtle Hover */
.corporate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(10, 31, 68, 0.08);
}
/* ABOUT SECTION - MEDICAL CORPORATE STYLE */

.about-fertilora {
    /* padding: 120px 0; */
    padding: 60px 0;
    background-color: #ffffff;
}

.about-title {
    font-size: 40px;
    font-weight: 700;
    color: #0a1f44;
    margin-bottom: 30px;
}

.about-text {
    font-size: 17px;
    color: #5f6f89;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 600px;
}

.btn-corporate {
    background-color: #0a1f44;
    color: #ffffff;
    padding: 14px 34px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-corporate:hover {
    background-color: #163a72;
    color: #ffffff;
}

.about-image-wrapper {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(10, 31, 68, 0.15);
}

.about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* PARTNER SECTION - CORPORATE */

.partner-section {
    padding: 60px 0;
    background-color: #f4f7fb;
}

.partner-image-wrapper {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(10, 31, 68, 0.15);
}

.partner-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.partner-label {
    display: inline-block;
    background-color: #e6edf7;
    color: #0a1f44;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.partner-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a1f44;
    line-height: 1.3;
}

.partner-title small {
    display: block;
    font-size: 18px;
    color: #6c7a92;
    font-weight: 500;
    margin-top: 5px;
}

.partner-text {
    font-size: 16px;
    color: #5f6f89;
    margin-top: 20px;
    line-height: 1.8;
}

.partner-highlights {
    margin-top: 25px;
    padding-left: 18px;
}

.partner-highlights li {
    margin-bottom: 10px;
    color: #4b5c76;
    font-size: 15px;
}

.btn-partner {
    background-color: #0a1f44;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-partner:hover {
    background-color: #163a72;
    color: #ffffff;
}
/* INTERNATIONAL SUPPORT SECTION */

.country-support-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.country-title {
    font-size: 38px;
    font-weight: 700;
    color: #0a1f44;
}

.country-subtitle {
    font-size: 17px;
    color: #5f6f89;
    margin-top: 15px;
    max-width: 650px;
}

/* Card */
.country-card {
    background: #f4f7fb;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: all 0.3s ease;
    height: 100%;
}

.country-card:hover {
    box-shadow: 0 25px 50px rgba(10, 31, 68, 0.08);
    transform: translateY(-5px);
}

/* Header */
.country-header {
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.country-header.nigeria {
    background-color: #0a1f44;
}

.country-header.doha {
    background-color: #163a72;
}

/* Body */
.country-body {
    padding: 30px;
}

.country-body p {
    font-size: 15px;
    color: #5f6f89;
    line-height: 1.7;
}

.country-body ul {
    margin-top: 20px;
    padding-left: 18px;
}

.country-body li {
    margin-bottom: 8px;
    color: #4b5c76;
    font-size: 14px;
}

/* Button */
.btn-country {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background-color: #0a1f44;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-country:hover {
    background-color: #163a72;
    color: #ffffff;
}
/* CONTACT SECTION - CORPORATE STYLE */

.contact-section {
    padding: 60px 0;
    background: linear-gradient(to bottom, #f4f7fb, #ffffff);
}

.contact-title {
    font-size: 38px;
    font-weight: 700;
    color: #0a1f44;
}

.contact-subtitle {
    font-size: 17px;
    color: #5f6f89;
    margin-top: 15px;
}

.contact-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 14px;
    box-shadow: 0 35px 80px rgba(10, 31, 68, 0.08);
    border: 1px solid #e6edf5;
}

.corporate-input {
    height: 55px;
    border-radius: 8px;
    border: 1px solid #d8e0eb;
    font-size: 15px;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.corporate-input:focus {
    border-color: #0a1f44;
    box-shadow: none;
}

.btn-contact {
    background-color: #0a1f44;
    color: #ffffff;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #163a72;
}

.contact-trust small {
    color: #6c7a92;
    font-size: 13px;
}
/* HEADER DESIGN */

.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 18px 0;
    box-shadow: 0 8px 25px rgba(10, 31, 68, 0.06);
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
/* .logo-img {
    height: 48px;
    width: auto;
} */
 .logo-wrapper {
    width: 150px;
}

/* Navigation */
.nav-menu {
    display: flex;
    gap: 35px;
}

.nav-menu a {
    text-decoration: none;
    font-size: 16px;
    color: #0A1F44;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-menu a:hover {
    color: #F4A300;
}

/* CTA Button */
.btn-header {
    background-color: #0A1F44;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-header:hover {
    background-color: #163a72;
}
/* HEADER BASE */
.main-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 6px 20px rgba(10, 31, 68, 0.05);
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img {
    /* height: 42px; */
    width: auto;
    max-width: 100%;
    display: block;
}

/* DESKTOP NAV */
.nav-menu {
    display: flex;
    gap: 35px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #0A1F44;
    font-weight: 500;
}

.btn-header {
    background-color: #0A1F44;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
}

/* HAMBURGER */
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.section-padding { padding:60px 0; }

.section-title {
    font-size:40px;
    font-weight:700;
    color:#0a1f44;
    margin-bottom:25px;
}

.section-text {
    font-size:16px;
    color:#5f6f89;
    line-height:1.9;
}

.cost-hero {
    background:linear-gradient(135deg,#0a1f44,#163a72);
    color:#fff;
    padding:60px 0;
    text-align:center;
}

.cost-hero h1 {
    font-size:46px;
    font-weight:700;
}

.cost-hero p {
    font-size:19px;
    max-width:800px;
    margin:auto;
    opacity:0.9;
}

.lab-card {
  background:#ffffff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.05);
  height:100%;
  transition:0.3s ease;
}

.lab-card:hover {
  transform:translateY(-5px);
}

.lab-card-img img {
  width:100%;
  height:220px;
  object-fit:cover;
}

.lab-card-body {
  padding:30px;
}

.lab-card h5 {
  font-weight:600;
  margin-bottom:15px;
}

.lab-card p {
  color:#6c757d;
  line-height:1.7;
}

.section-padding { padding:60px 0; }

.section-title {
    font-size:38px;
    font-weight:700;
    color:#0a1f44;
    margin-bottom:25px;
}

.section-text {
    font-size:16px;
    color:#5f6f89;
    line-height:1.8;
}

.specialist-hero {
    background:linear-gradient(135deg,#0a1f44,#163a72);
    color:#fff;
    padding:60px 0;
    text-align:center;
}

.specialist-hero h1 {
    font-size:44px;
    font-weight:700;
}

.specialist-hero p {
    font-size:18px;
    margin-top:20px;
    opacity:0.9;
}

.corporate-card {
    background:#ffffff;
    padding:35px;
    border-radius:12px;
    border:1px solid #e6edf5;
    box-shadow:0 20px 50px rgba(10,31,68,0.08);
    height:100%;
    transition:0.3s ease;
}

.corporate-card:hover {
    transform:translateY(-6px);
}

.btn-corporate {
    background-color:#0a1f44;
    color:#ffffff;
    padding:14px 34px;
    border-radius:6px;
    font-weight:600;
    text-decoration:none;
}

.btn-corporate:hover {
    background-color:#163a72;
    color:#ffffff;
}

.main-header {
    position:sticky;
    top:0;
    background:#ffffff;
    padding:15px 0;
    box-shadow:0 6px 20px rgba(10,31,68,0.05);
    z-index:1000;
}

.header-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo-img { height:42px; }

.nav-menu {
    display:flex;
    gap:35px;
    align-items:center;
}

.nav-menu a {
    text-decoration:none;
    color:#0A1F44;
    font-weight:500;
}

.btn-header {
    background-color:#0A1F44;
    color:#ffffff !important;
    padding:10px 22px;
    border-radius:6px;
    font-weight:600;
}
.lab-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.lab-card:hover {
  transform: translateY(-5px);
}

.lab-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.lab-card-body {
  padding: 25px;
}

.lab-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.lab-card p {
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

.section-padding { padding:60px 0; }

.section-title {
    font-size:38px;
    font-weight:700;
    color:#0a1f44;
    margin-bottom:25px;
}

.section-text {
    font-size:16px;
    color:#5f6f89;
    line-height:1.8;
}

.lab-hero {
    background:linear-gradient(135deg,#0a1f44,#163a72);
    color:#fff;
    padding:60px 0;
    text-align:center;
}

.lab-card {
    background:#fff;
    border-radius:12px;
    padding:35px;
    border:1px solid #e6edf5;
    box-shadow:0 20px 50px rgba(10,31,68,0.08);
    height:100%;
    transition:.3s;
}

.lab-card:hover {
    transform:translateY(-6px);
}

.lab-image {
    width:100%;
    border-radius:14px;
    box-shadow:0 30px 70px rgba(10,31,68,0.15);
}

.cta-section {
    background:#f4f7fb;
    padding:60px 0;
    text-align:center;
}

.btn-corporate {
    background:#0a1f44;
    color:#fff;
    padding:14px 36px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
}
.btn-corporate:hover {
    background:#163a72;
    color:#fff;
}
.lab-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.lab-card:hover {
  transform: translateY(-5px);
}

.lab-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.lab-card-body {
  padding: 25px;
}

.lab-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.lab-card p {
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}
.container{width:92%;max-width:1200px;margin:auto;}

header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.nav{display:flex;justify-content:space-between;align-items:center;padding:15px 0;}
.logo{font-weight:700;font-size:20px;color:#0a5c63;}
.menu{display:flex;align-items:center;gap:20px;}
.menu a{font-weight:500;text-decoration:none;color:#222;}
.menu-toggle{display:none;font-size:26px;cursor:pointer;}

.btn{padding:12px 22px;border-radius:30px;display:inline-block;font-size:15px;text-decoration:none;}
.btn-primary{background:#0a5c63;color:#fff;}
.btn-whatsapp{background:#25D366;color:#fff;}

.section{padding:70px 0;}
.section h2{text-align:center;margin-bottom:40px;color:#0a5c63;}

.card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,0.05);margin-bottom:25px;}

.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;}

.cta{background:#0a5c63;color:#fff;text-align:center;padding:60px 20px;}

footer{background:#111;color:#ccc;padding:30px 0;text-align:center;font-size:14px;}
/* negiria and all css*/
  .section-title {
            font-size: 38px;
            font-weight: 700;
            color: #0a1f44;
            margin-bottom: 25px;
        }

        .section-sub {
            font-size: 18px;
            color: #5c6f8f;
        }

        .hero {
            background: linear-gradient(135deg,#0a1f44,#143a7b);
            color: #fff;
            padding: 120px 0;
            text-align: center;
        }

            .hero h1 {
                font-size: 48px;
                font-weight: 700;
            }

            .hero p {
                font-size: 20px;
                opacity: .9;
            }

        .btn-main {
            background: #fff;
            color: #0a1f44;
            padding: 14px 32px;
            border-radius: 40px;
            font-weight: 600;
            text-decoration: none;
        }

        .btn-outline-white {
            border: 2px solid #fff;
            color: #fff;
            padding: 14px 32px;
            border-radius: 40px;
            text-decoration: none;
        }

        .card-box {
            background: #fff;
            padding: 35px;
            border-radius: 16px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.07);
            height: 100%;
        }

        .visa-processingifv {
    max-height: 1366px;
    overflow: hidden;
    border-radius: 20px;
    height: 1360px;
    width: fit-content;
    margin: auto;
}
        .badge-trust {
            background: #eaf1ff;
            padding: 12px 20px;
            border-radius: 30px;
            margin: 10px;
            display: inline-block;
            font-weight: 500;
            color: #0a1f44;
        }

        .timeline-step {
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 15px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        }

        .table-custom {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.06);
        }

        .whatsapp-btn {
            position: fixed;
            bottom: 25px;
            right: 25px;
            background: #25D366;
            color: #fff;
            padding: 14px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        }

        .hero{
background:#0b3d5c;
color:white;
padding:90px 0;
text-align:center;
}

.hero h1{
font-size:40px;
margin-bottom:15px;
}

.hero p{
font-size:18px;
max-width:700px;
margin:auto;
}

.btn{
display:inline-block;
margin-top:25px;
padding:14px 28px;
background:#e7b65c;
color:#000;
text-decoration:none;
font-weight:600;
border-radius:5px;
}

.section{
padding:70px 0;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:#f7f7f7;
padding:25px;
border-radius:6px;
}

.card h3{
margin-top:0;
}

.cost-table{
width:100%;
border-collapse:collapse;
margin-top:20px;
}

.cost-table th, .cost-table td{
border:1px solid #ddd;
padding:12px;
text-align:center;
}

.cost-table th{
background:#0b3d5c;
color:white;
}

.steps{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:30px;
}

.step{
background:#f4f4f4;
padding:20px;
border-radius:5px;
}

.lead-section{
background:#0b3d5c;
color:white;
padding:70px 0;
text-align:center;
}

.lead-form{
max-width:500px;
margin:auto;
margin-top:30px;
}

input, select{
width:100%;
padding:12px;
margin-bottom:12px;
border:none;
border-radius:4px;
}
/*end negiria and all css*/
/* MOBILE */
@media (max-width: 992px) {

    .hamburger {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        gap: 20px;
        display: none;
        box-shadow: 0 15px 40px rgba(10, 31, 68, 0.08);
    }

    .nav-menu.active {
        display: flex;
    }
    .reverse-mobile{
        flex-direction: column-reverse;
    }

    .mobile-btn {
        width: 100%;
        text-align: center;
    }
    .contact-card{
        padding: 20px;
    }
}
@media(max-width:768px){
.menu{display:none;flex-direction:column;position:absolute;top:70px;right:0;background:#fff;width:100%;padding:20px;box-shadow:0 8px 20px rgba(0,0,0,0.1);}
.menu.active{display:flex;}
.menu-toggle{display:block;}
}