 .treatment-card ul{
    list-style:none !important;
    padding:0;
    margin:0;
}

.treatment-card li{
    position:relative;
    padding:8px 0 8px 30px;
    color:#334155;
}

.treatment-card li:before{
    content:"\f00c";
    font-family:"FontAwesome" !important;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    position:absolute;
    left:0;
    top:8px;
    color:#10b981;
    font-size:14px;
}
         /* =========================================
   PREMIUM MEDICAL TOURISM DESIGN
   ========================================= */

:root {
    /* Premium Color Palette */
    --primary: #0daeb2;           /* Teal 600 */
    --primary-light: #14b8a6;    /* Teal 500 */
    --primary-dark: #0f766e;     /* Teal 700 */
    --accent: #10b981;           /* Emerald 500 */
    --dark: #0f172a;             /* Slate 900 */
    --gray-dark: #334155;         /* Slate 700 */
    --gray: #64748b;             /* Slate 500 */
    --light-gray: #f1f5f9;        /* Slate 100 */
    --white: #ffffff;
    
    /* Gradients */
    --hero-gradient: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    --card-gradient: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
    /* Border Radius */
    --radius: 16px;
    --radius-sm: 8px;
    --radius-lg: 24px;
}

/* Reset & Base */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.3;
}

/* =========================================
   1. HERO SECTION
   ========================================= */
.section-hero {
    background: var(--hero-gradient);
    padding: 60px 0 100px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative background shapes */
.section-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.08) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 0;
}

section>.container, section>.container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-hero .container {
    position: relative;
    z-index: 1;
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: var(--gray);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: var(--primary);
}

.breadcrumb li.active {
    color: var(--primary);
    font-weight: 600;
}

/* Heading Styles */
.page-heading {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.lead {
    font-size: 1.15rem;
    color: var(--gray);
    font-weight: 400;
    max-width: 90%;
}

/* =========================================
   2. BUTTONS
   ========================================= */
.btn-green-3 {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.4);
}

.btn-green-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-green-3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 148, 136, 0.5);
    color: var(--white);
    text-decoration: none;
}

.btn-green-3:hover::before {
    left: 100%;
}

/* =========================================
   3. FEATURE PANEL (Why Choose India)
   ========================================= */
.col-lg-5 .panel {
    border: none;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    background: var(--white);
    overflow: hidden;
    position: relative;
}

.col-lg-5 .panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.col-lg-5 .panel-heading {
    background: var(--white);
    padding: 30px 30px 10px 30px;
    border-bottom: none;
}

.col-lg-5 .panel-body {
    padding: 20px 30px 35px 30px;
}

.col-lg-5 .list-unstyled li {
    padding: 15px 0;
    font-size: 1.05rem;
    color: var(--gray-dark);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.col-lg-5 .list-unstyled li:hover {
    padding-left: 10px;
    background: rgba(13, 148, 136, 0.03);
    border-radius: var(--radius-sm);
}

.col-lg-5 .list-unstyled li:last-child {
    border-bottom: none;
}

.col-lg-5 .list-unstyled i {
    font-size: 1.3rem;
    transition: transform 0.3s;
}

.col-lg-5 .list-unstyled li:hover i {
    transform: scale(1.2);
}

/* =========================================
   4. STATISTICS CARDS
   ========================================= */
.stat-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.stat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.stat-card:hover::after {
    transform: scaleX(1);
}

.stat-icon {
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: block;
}

/* =========================================
   5. TREATMENT CARDS (Grid)
   ========================================= */
.treatment-card {
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.treatment-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.treatment-card .panel-body {
    padding: 35px;
    position: relative;
}

/* Header with icon */
.treatment-card h5 {
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.treatment-card h5 i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.1), rgba(16, 185, 129, 0.1));
    border-radius: 12px;
    color: var(--primary);
    font-size: 1.2rem;
}

.treatment-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.treatment-card li {
    padding: 10px 0 10px 25px;
    position: relative;
    color: var(--gray);
    border-bottom: 1px dashed rgba(0,0,0,0.06);
    font-size: 0.95rem;
}

.treatment-card li:last-child {
    border-bottom: none;
}

.treatment-card li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 0.8rem;
    top: 12px;
}

/* =========================================
   6. HOSPITAL CARDS
   ========================================= */
.hospital-card {
    border-radius: var(--radius);
    background: var(--white);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid transparent;
    cursor: pointer;
}

.hospital-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
    transform: scale(1.02);
}

.hospital-card h5 {
    color: var(--dark);
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

/* =========================================
   7. SERVICES / INFRASTRUCTURE CARDS
   ========================================= */
.service-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s;
    border: 1px solid rgba(0,0,0,0.05);
}

.service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.service-card i {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--primary);
    transition: all 0.3s;
}

.service-card:hover i {
    color: var(--accent);
    transform: scale(1.1);
}

.service-card h6 {
    font-size: 1rem;
    color: var(--dark);
}

/* =========================================
   8. VISA PROCESS STEPS
   ========================================= */
.process-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 35px 30px;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s;
    height: 100%;
}

.process-card:hover {
    box-shadow: var(--shadow-lg);
}

.process-card .step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px auto;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.4);
}

.process-card h5 {
    color: var(--dark);
    margin-bottom: 15px;
}

.process-card p {
    color: var(--gray);
    font-size: 0.95rem;
    margin: 0;
}

/* =========================================
   9. DOCUMENT LISTS
   ========================================= */
.doc-list {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--white);
}

.doc-list .list-group-item {
    padding: 18px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    background: var(--white);
    transition: all 0.3s;
}

.doc-list .list-group-item:hover {
    background: rgba(13, 148, 136, 0.04);
    padding-left: 30px;
}

.doc-list .list-group-item:last-child {
    border-bottom: none;
}

.doc-list .list-group-item i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.1), rgba(16, 185, 129, 0.1));
    border-radius: 10px;
    color: var(--primary);
    margin-right: 15px;
    font-size: 1rem;
}

/* =========================================
   10. GETWELLGO SERVICES CARDS
   ========================================= */
.service-feature-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    height: 100%;
    border-top: 3px solid transparent;
}

.service-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-top-color: var(--primary);
}

.service-feature-card i {
    font-size: 2.2rem;
    margin-bottom: 15px;
    display: block;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-feature-card h6 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--dark);
}

.service-feature-card p {
    font-size: 0.9rem;
    color: var(--gray);
    margin: 0;
}

/* =========================================
   11. TRUST BADGES
   ========================================= */
.trust-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.03);
}

.trust-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.trust-card i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--primary);
}

.trust-card h5 {
    font-size: 1.1rem;
    color: var(--dark);
}

/* =========================================
   12. CTA BOX
   ========================================= */
.cta-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-lg);
    padding: 50px;
    text-align: center;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

/* CTA Box Decoration */
.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.cta-box .panel-body {
    position: relative;
    z-index: 1;
}

.cta-box h3 {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 1.5;
}

/* =========================================
   13. SECTION HEADINGS
   ========================================= */
.section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

/* =========================================
   14. FOOTER AREA
   ========================================= */
.footer-section {
    background: var(--dark);
    padding: 60px 0 30px 0;
    margin-top: 80px;
}

.footer-links h5 {
    color: var(--white);
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: var(--primary-light);
    padding-left: 5px;
}

/* =========================================
   15. RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 992px) {
    .page-heading {
        font-size: 2.8rem;
    }
    
    .section-hero {
        padding: 40px 0 70px 0;
    }
}

@media (max-width: 768px) {
    .page-heading {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .lead {
        text-align: center;
        max-width: 100%;
    }
    
    .col-lg-5 {
        margin-top: 40px;
    }
    
    .col-lg-5 .panel {
        margin-top: 0;
    }
    
    .stat-card, 
    .treatment-card,
    .process-card,
    .service-card {
        margin-bottom: 20px;
    }
    
    .section-heading {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .section-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .cta-box {
        padding: 35px 20px;
    }
    
    .cta-box h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .page-heading {
        font-size: 1.8rem;
    }
    
    .btn-green-3 {
        padding: 14px 30px;
        width: 100%;
        justify-content: center;
    }
    
    .treatment-card .panel-body {
        padding: 25px;
    }
    
    .process-card .step-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }
}

/* =========================================
   16. ANIMATIONS
   ========================================= */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }

/* =========================================
   17. UTILITY CLASSES
   ========================================= */
.text-gradient {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-pattern {
    background-image: radial-gradient(var(--primary-light) 1px, transparent 1px);
    background-size: 20px 20px;
}

.shadow-hover {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.shadow-hover:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.border-primary {
    border: 2px solid var(--primary);
}

.rounded-pill {
    border-radius: 50px;
}

.scale-hover {
    transition: transform 0.3s ease;
}

.scale-hover:hover {
    transform: scale(1.05);
}




  /* CENTERED STEP NUMBERS */

.visa-process-section .step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #0daeb2;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px auto;
    display: block;
}
.list-group-item i{
    margin-right:10px;
}
.fa{
    color:#0daeb2;
}

.icon-theme-colored.icon-bordered a:hover, .icon-theme-colored.icon-dark a {
    background-color: #385152;
    color: #fff;
}
.doc-box{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;
    height:100%;
}

.doc-box i{
    color:#0daeb2;
    font-size:20px;
}

.doc-box span{
    font-size:15px;
    font-weight:500;
}
.panel-body i{
    font-size:30px;
}



/* MAXIMUM ICON SIZE */

.getwellgo-services .panel-default .fa {
    font-size: 2.5rem; /* Very Big Icons */
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    margin-bottom: 25px;
}

.getwellgo-services .panel-default:hover .fa {
    -webkit-text-fill-color: var(--accent-color);
    transform: scale(1.25);
}







/* Panel Equal Height */
.mt-5 .panel-defaults {
    width: 100%;
    height: 100%;
    /*min-height: 180px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.mt-5 .panel-defaults:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    border-color: var(--primary-color);
}

/* Panel Body */
.mt-5 .panel-defaults .panel-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Icon Styling */
.mt-5 .panel-defaults .fa {
    font-size: 2rem;
    color: #0daeb2;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.mt-5 .panel-defaults:hover .fa {
    color: var(--accent-color);
    transform: scale(1.15);
}

/* Heading */
.mt-5 .panel-defaults h6 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.4;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mt-5 .panel-defaults {
        min-height: 160px;
    }
    
    .mt-5 .panel-defaults .fa {
        font-size: 1.8rem;
    }
    
    .mt-5 .panel-defaults h6 {
        font-size: 0.85rem;
    }
}









/* =========================================
   EQUAL HEIGHT CARDS - CONTENT AT TOP
   ========================================= */

.row.mt-3 {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .row.mt-3{
        display:block;
    }
}

/*.row.mt-3 > .col-md-4,*/
/*.row.mt-3 > .col-sm-6 {*/
/*    display: flex;*/
/*    margin-bottom: 20px;*/
/*}*/
.mts{
    margin-top: 20px;
}
.row.mt-3 .treatment-card {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    min-height: 280px; /* All cards same height */
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.row.mt-3 .treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.row.mt-3 .treatment-card .panels-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 20px 25px;
}

.row.mt-3 .treatment-card h5 {
    color: var(--dark);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 10px;
}

.row.mt-3 .treatment-card h5 i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(13, 148, 136, 0.1);
    border-radius: 8px;
    color: var(--primary);
    font-size: 30px;
}

.row.mt-3 .treatment-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row.mt-3 .treatment-card li {
    position: relative;
    padding: 8px 0 8px 22px;
    color: var(--gray-dark);
    font-size: 0.9rem;
    line-height: 1.4;
}

.row.mt-3 .treatment-card li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--accent);
    font-size: 0.75rem;
}

/* Simple Fix - Remove auto margin */
.row.mt-3 .treatment-card ul {
    margin-top: 0; /* Content stays at top */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .row.mt-3 .treatment-card {
        min-height: auto;
        margin-bottom: 15px;
    }
}

.list-unstyled li i{
    margin-right:10px;
}


