/*!
Theme Name: globalcuretrip
Theme URI: http://underscores.me/
Author: Logiccircle
Author URI: https://logiccircle.co
Description: globalcuretrip.com theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalcuretrip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/* home page  */
 


        /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            overflow-x: hidden;
        } */

        /* ==================== HEADER STYLES ==================== */
        .heal-diagonal-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 800px;
            background: linear-gradient(135deg, #e8f4f8 0%, #d4e7f1 100%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
            z-index: -1;
        }

        .heal-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .heal-header {
            padding: 20px 0;
            position: relative;
            z-index: 100;
        }

        .heal-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .heal-logo {
            font-size: 28px;
            font-weight: bold;
            color: #00bfa5;
            text-decoration: none;
        }

        .heal-nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
            align-items: center;
        }

        .heal-nav-menu a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s;
        }

        .heal-nav-menu a:hover {
            color: #00bfa5;
        }

        .heal-emergency-btn {
            background: #ff9f43;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: background 0.3s;
        }

        .heal-emergency-btn:hover {
            background: #ff8c1a;
        }

        .heal-hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            z-index: 1000;
        }

        .heal-hamburger span {
            width: 25px;
            height: 3px;
            background: #333;
            border-radius: 2px;
            transition: all 0.3s;
        }

        .heal-hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .heal-hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .heal-hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        .heal-hero {
            padding: 9px 0px 81px 0px;
        }

        .heal-hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .heal-hero-text h1 {
            /* font-size: 48px; */
            line-height: 1.2;
            margin-bottom: 20px;
            color: #333;
        }

        .heal-underline-quality,
        .heal-underline-care,
        .heal-underline-cost {
            color: #00bfa5;
            position: relative;
        }

        .heal-hero-text p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .heal-features {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .heal-feature-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .heal-feature-icon {
            background: #00bfa5;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .heal-hero-image {
            position: relative;
        }

        .heal-hero-image img {
            width: 100%;
            border-radius: 15px;
        }

        .heal-floating-icons {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .heal-icon {
            position: absolute;
            background: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            font-size: 24px;
        }

        .heal-icon:nth-child(1) {
            top: 10%;
            left: -5%;
        }

        .heal-icon:nth-child(2) {
            top: 30%;
            right: -5%;
        }

        .heal-icon:nth-child(3) {
            bottom: 30%;
            left: -5%;
        }

        .heal-icon:nth-child(4) {
            bottom: 10%;
            right: -5%;
        }

        .heal-search-section {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin: -80px 0 60px 0;
            position: relative;
            z-index: 10;
        }

        .heal-search-bar {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
        }

        .heal-search-input {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f5f5f5;
            padding: 15px 20px;
            border-radius: 8px;
        }

        .heal-search-input input {
            border: none;
            background: none;
            flex: 1;
            outline: none;
        }

        .heal-search-btn {
            background: #00bfa5;
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
        }

        .heal-categories h3 {
            margin-bottom: 15px;
            color: #333;
        }

        .heal-category-tags {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .heal-tag {
            background: #e8f4f8;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }

        .heal-tag:hover {
            background: #00bfa5;
            color: white;
        }

        /* ==================== HOSPITAL NETWORK STYLES ==================== */
        .heal-network-section {
            max-width: 1400px;
            margin: 80px auto 51px auto;
            background-color: #e8f4f8;
            padding: 40px 20px;
            border-radius: 8px;
        }

        .heal-section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 15px;
        }

        .heal-section-title {
            color: #0095d9;
            font-size: 28px;
            font-weight: 600;
        }

        .heal-header-nav-buttons {
            display: flex;
            gap: 10px;
        }

        .heal-header-nav-button {
            width: 45px;
            height: 45px;
            background: white;
            border: 2px solid #0095d9;
            border-radius: 50%;
            color: #0095d9;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .heal-header-nav-button:hover {
            background-color: #0095d9;
            color: white;
        }

        .heal-slider-container {
            position: relative;
            padding: 0;
        }

        .swiper {
            width: 100%;
            padding: 10px 0;
        }

        .heal-hospital-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .heal-hospital-card:hover {
            transform: translateY(-5px);
        }

        .heal-card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
        }

        .heal-card-content {
            padding: 20px;
        }

        .heal-hospital-name {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .heal-hospital-location {
            font-size: 14px;
            color: #666;
            margin-bottom: 12px;
        }

        .heal-rating-container {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .heal-google-icon {
            width: 16px;
            height: 16px;
            color: #4285f4;
        }

        .heal-rating-score {
            font-size: 14px;
            font-weight: 600;
            color: #333;
        }

        .heal-stars {
            color: #ffa500;
            font-size: 16px;
        }

        /* ==================== CONSULTATION SECTION STYLES ==================== */
        .heal-consultation-container {
            max-width: 1400px;
            margin: 40px auto 72px auto;
            background: linear-gradient(to right, #e8f4f8 0%, #e8f4f8 45%, white 45%, white 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .heal-content-wrapper {
            display: grid;
            grid-template-columns: 45% 55%;
            min-height: 600px;
        }

        .heal-left-section {
            background: linear-gradient(135deg, #d4e7f1 0%, #e8f4f8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
        }

        .heal-doctor-image {
            width: 100%;
            max-width: 450px;
            height: 550px;
            border-radius: 10px;
            object-fit: cover;
        }

        .heal-right-section {
            background: white;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .heal-title {
            font-size: 42px;
            font-weight: 700;
            color: #00bfa5;
            margin-bottom: 40px;
        }

        .heal-feature-item-consult {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 30px;
        }

        .heal-icon-box {
            min-width: 70px;
            height: 70px;
            border: 3px solid #00bfa5;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
        }

        .heal-icon-box svg {
            width: 35px;
            height: 35px;
            stroke: #00bfa5;
            fill: none;
            stroke-width: 2;
        }

        .heal-feature-content {
            flex: 1;
            padding-top: 5px;
        }

        .heal-feature-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .heal-chat-button {
            background: #ff9f43;
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            margin: 10px 0 30px 0;
            width: fit-content;
            transition: background 0.3s ease;
        }

        .heal-chat-button:hover {
            background: #ff8c1a;
        }

        .heal-form-section {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .heal-phone-wrapper {
            display: flex;
            flex: 1;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
        }

        .heal-country-code {
            padding: 14px 5px;
            border: none;
            border-right: 1px solid #ddd;
            background: #f8f9fa;
            font-size: 14px;
            width: 70px;
        }

        .heal-phone-input {
            flex: 1;
            padding: 14px 15px;
            border: none;
            font-size: 14px;
        }

        .heal-notify-button {
            background: #ff9f43;
            color: white;
            border: none;
            padding: 14px 35px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .heal-notify-button:hover {
            background: #ff8c1a;
        }

        /* ==================== DOCTORS SECTION STYLES ==================== */
        .heal-doctors-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 80px 20px;
        }

        .heal-doctors-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            max-width: 1400px;
            margin: 0 auto 40px;
        }

        .heal-doctors-header h2 {
            font-size: 2.5rem;
            color: white;
            font-weight: 700;
        }

        .heal-nav-buttons {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .heal-view-all {
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 500;
        }

        .heal-nav-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: none;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            cursor: pointer;
            transition: all 0.3s;
        }

        .heal-nav-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .heal-doctors-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .heal-doctors-slider-wrapper {
            position: relative;
        }

        .heal-doctorsSwiper {
            width: 100%;
            padding: 10px 0 30px 0;
        }

        .heal-doctor-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.4s ease;
        }

        .heal-doctor-card:hover {
            transform: translateY(-10px);
        }

        .heal-card-header {
            position: relative;
            height: 220px;
            /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
            text-align: center;
            background: #efecec;
        }

        .heal-doctor-image-card {
            /* width: 100%;
            height: 100%;
            object-fit: cover; */
            /* width: 100%; */
  height: 220px;
  object-fit: cover;        /* fills nicely */
  object-position: top;     /* prevents face cutting */
  border-radius: 12px 12px 0 0;
              
        } 

        .heal-flag-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 1.2rem;
        }

        .heal-card-body {
            padding: 20px;
        }

        .heal-doctor-name {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 6px;
        }

        .heal-doctor-title {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 12px;
        }

        .heal-rating {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
        }

        .heal-rating-value {
            font-weight: 700;
            color: #1f2937;
        }

        .heal-consults-at {
            font-size: 0.85rem;
            color: #4b5563;
            margin-bottom: 15px;
            padding: 10px;
            background: #f3f4f6;
            border-radius: 8px;
        }

        .heal-info-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
            font-size: 0.875rem;
            color: #4b5563;
        }

        .heal-action-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
        }

        .heal-btn-whatsapp {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px;
            background: #25d366;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            text-decoration: none;
        }

        .heal-btn-appointment {
            padding: 12px;
            background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
        }

        .heal-security-badge {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 10px;
            background: #f0fdf4;
            border-radius: 8px;
            font-size: 0.8rem;
            color: #166534;
            margin-top: 12px;
        }

        /* ==================== WHY CHOOSE US SECTION ==================== */
        .heal-why-choose-section {
            background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
            padding: 22px 20px;
        }

        .heal-why-container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 30px;
            padding: 60px 40px;
        }

        .heal-section-title-center {
            text-align: center;
            margin-bottom: 50px;
        }

        .heal-section-title-center h2 {
            font-size: 2.5rem;
            color: #1a3a5c;
            font-weight: 700;
        }

        .heal-why-content-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .heal-features-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .heal-feature-card-why {
            background: white;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            gap: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }

        .heal-feature-card-why:hover {
            transform: translateY(-5px);
        }

        .heal-icon-wrapper-why {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .heal-icon-wrapper-why.blue {
            background: #e3f2fd;
        }

        .heal-icon-wrapper-why.purple {
            background: #f3e5f5;
        }

        .heal-icon-wrapper-why.red {
            background: #ffebee;
        }

        .heal-icon-wrapper-why.green {
            background: #e8f5e9;
        }

        .heal-feature-content-why h3 {
            font-size: 1.3rem;
            color: #1a3a5c;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .heal-feature-content-why p {
            color: #94a3b8;
            line-height: 1.6;
        }

        .heal-image-wrapper-why {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(33, 150, 243, 0.3);
        }

        .heal-image-wrapper-why img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* ==================== FOOTER STYLES ==================== */
        .heal-footer {
            background: linear-gradient(135deg, #d4dce6 0%, #c8d5e3 100%);
            padding: 60px 20px 20px;
            color: #2c3e50;
        }

        .heal-footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .heal-footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .heal-footer-section h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #1a252f;
        }

        .heal-footer-section p,
        .heal-footer-section a {
            color: #4a5568;
            text-decoration: none;
            line-height: 2;
            font-size: 15px;
            display: block;
        }

        .heal-footer-section a:hover {
            color: #4c6ef5;
        }

        .heal-newsletter-form {
            display: flex;
            gap: 10px;
            margin: 20px 0;
        }

        .heal-newsletter-form input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            border-radius: 6px;
            font-size: 9px;
        }

        .heal-newsletter-form button {
            padding: 12px 30px;
            background: #4c6ef5;
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 600;
        }

        .heal-social-icons {
            display: flex;
            gap: 15px;
            margin-top: 15px;
        }

        .heal-social-icons a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            color: #4a5568;
            transition: all 0.3s ease;
        }

        .heal-social-icons a:hover {
            background: white;
            transform: translateY(-3px);
        }

        .heal-footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            color: #4a5568;
            font-size: 14px;
        }

        /* ==================== MOBILE MENU STYLES ==================== */
        @media (max-width: 1024px) {
            .heal-nav-menu {
                position: fixed;
                left: -100%;
                top: 0;
                flex-direction: column;
                background: white;
                width: 80%;
                max-width: 300px;
                height: 100vh;
                text-align: left;
                transition: left 0.3s ease;
                box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
                padding: 100px 30px 30px;
                gap: 0;
                z-index: 999;
            }

            .heal-nav-menu li {
                width: 100%;
                padding: 15px 0;
                border-bottom: 1px solid #f0f0f0;
            }

            .heal-nav-menu a {
                display: block;
                width: 100%;
            }

            .heal-nav-menu.active {
                left: 0;
            }

            .heal-hamburger {
                display: flex;
                position: relative;
                z-index: 1001;
            }

            .heal-emergency-btn {
                width: 100%;
                margin-top: 10px;
            }

            .heal-hero-content,
            .heal-content-wrapper,
            .heal-why-content-wrapper {
                grid-template-columns: 1fr;
            }
        }

        body.menu-open::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            /* background: rgba(0, 0, 0, 0.5); */
            z-index: 998;
        }

        @media (max-width: 768px) {
            .heal-hero-text h1 {
                /* font-size: 36px; */
            }

            .heal-search-bar {
                flex-direction: column;
            }

            .heal-doctors-header {
                flex-wrap: wrap;
            }

            .heal-doctors-header h2 {
                font-size: 1.8rem;
                width: 100%;
                margin-bottom: 15px;
            }

            .heal-nav-buttons {
                width: 100%;
                justify-content: space-between;
            }

            .heal-nav-menu {
                width: 85%;
                padding: 80px 20px 20px;
            }

            .heal-category-tags {
                justify-content: center;
            }

            .heal-tag {
                font-size: 12px;
                padding: 8px 16px;
            }
        }

        @media (max-width: 480px) {
            .heal-hero-text h1 {
                /* font-size: 28px; */
            }

            .heal-logo {
                font-size: 24px;
            }

            .heal-section-title {
                font-size: 22px;
            }

            .heal-doctors-header h2 {
                font-size: 1.5rem;
            }

            .heal-nav-menu {
                width: 90%;
            }
        }
    





    /* main page extra section  */
/* <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
        } */

        .hom-page-helt-container {
            max-width: 1200px;
        }

        .hom-page-helt-title .hom-page-helt-highlight {
            color: #20c997;
        }

        /* Treatment Categories */
        .hom-page-helt-category-card {
            position: relative;
            height: 180px;
            border-radius: 15px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .hom-page-helt-category-card:hover {
            transform: translateY(-5px);
        }

        .hom-page-helt-category-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hom-page-helt-category-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .hom-page-helt-category-icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
        }

        .hom-page-helt-category-title {
            color: white;
            font-size: 1.8rem;
            font-weight: 600;
        }

        /* Swiper Navigation */
        .hom-page-helt-nav-btn {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .hom-page-helt-nav-btn.hom-page-helt-prev {
            background: #ddd;
            color: #666;
        }

        .hom-page-helt-nav-btn.hom-page-helt-next {
            background: #20c997;
            color: white;
        }

        .hom-page-helt-nav-btn:hover {
            opacity: 0.8;
        }

        .hom-page-helt-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        /* Destination Cards */
        .hom-page-helt-destination-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .hom-page-helt-destination-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .hom-page-helt-destination-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .hom-page-helt-destination-item {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            height: 140px;
        }

        .hom-page-helt-destination-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hom-page-helt-destination-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 8px;
            text-align: center;
            font-size: 0.9rem;
        }

        .hom-page-helt-flag {
            font-size: 24px;
        }

        .hom-page-helt-country-name {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .hom-page-helt-price-currency {
            color: #20c997;
            font-weight: 600;
        }

        .hom-page-helt-explore-btn {
            width: 100%;
            padding: 12px;
            background: linear-gradient(135deg, #ff9933, #ff6b35);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s ease;
        }

        .hom-page-helt-explore-btn:hover {
            transform: scale(1.02);
        }

        /* Swiper customization */
        .hom-page-helt-swiper {
            padding-bottom: 20px;
        }

        @media (max-width: 768px) {
            .hom-page-helt-category-card {
                height: 150px;
            }

            .hom-page-helt-category-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .hom-page-helt-destination-grid {
                grid-template-columns: 1fr;
            }

            .hom-page-helt-destination-item {
                height: 120px;
            }
        }
    /* </style> */

    /* maion page extra section end  */

/* end home page  */


/* ABOUT US  */
  
     

        /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #2c3e50;
        } */

        .abo-des-page-hero-highlight {
            color: #20b2aa;
        }

        .abo-des-page-hero-image {
            height: 400px;
            background: linear-gradient(135deg, rgba(32, 178, 170, 0.1), rgba(44, 62, 80, 0.1));
            border-radius: 20px;
            overflow: hidden;
        }

        .abo-des-page-hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .abo-des-page-impact-section {
            background: linear-gradient(135deg, #4a90e2, #5ca4e8);
            color: white;
        }

        .abo-des-page-impact-stat-value {
            font-size: 2.5rem;
            font-weight: bold;
        }

        .abo-des-page-team-member,
        .abo-des-page-advisory-member {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .abo-des-page-team-member:hover,
        .abo-des-page-advisory-member:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }

        .abo-des-page-member-avatar {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: white;
            font-weight: bold;
            margin: 0 auto 20px;
        }

        .abo-des-page-advisory-avatar {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #20b2aa, #3498db);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: white;
            margin: 0 auto 20px;
            box-shadow: 0 8px 20px rgba(32, 178, 170, 0.3);
        }

        .abo-des-page-advisory-exp-badge {
            display: inline-block;
            background: linear-gradient(135deg, #20b2aa, #17a2b8);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .abo-des-page-investor-logo {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 600;
            color: #4a90e2;
        }

        @media (max-width: 768px) {
            .abo-des-page-hero-image {
                height: 300px;
            }

            .abo-des-page-impact-stat-value {
                font-size: 2rem;
            }
        }
    

/* END  ABOUT US  */



/* blog page  */

        /* body {
            background-color: #f8f9fa;
        } */

        .blog-page-innr-main {
            background: white;
        }

        .blog-page-innr-sidebar {
            position: sticky;
            top: 20px;
        }

        .blog-page-innr-title {
            color: #2c3e50;
            font-weight: bold;
        }

        .blog-page-innr-heading {
            color: #2c3e50;
            font-weight: 600;
        }

        .blog-page-innr-text {
            color: #555;
            line-height: 1.6;
        }

        .blog-page-innr-search {
            background: #e8f4f8;
        }

        .blog-page-innr-cta {
            background: #0088cc;
            color: white;
        }

        .blog-page-innr-cta-title {
            color: white;
            font-weight: 600;
        }

        .blog-page-innr-btn-submit {
            background: #005580;
            color: white;
            transition: background 0.3s;
        }

        .blog-page-innr-btn-submit:hover {
            background: #004466;
        }

        .blog-page-innr-checkbox-label {
            color: white;
        }

        .blog-page-innr-related-title {
            color: #0088cc;
            font-weight: 600;
        }

        .blog-page-innr-card-title {
            color: #0088cc;
            font-weight: 600;
        }

        .blog-page-innr-card-meta {
            color: #777;
        }

        .blog-page-innr-highlight {
            background: #fff9e6;
            border-left: 4px solid #ffc107;
        }

        .blog-page-innr-faq {
            border-top: 2px solid #eee;
        }

        .blog-page-innr-faq-question {
            color: #2c3e50;
            font-weight: 600;
        }

        .blog-page-innr-card-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            flex-shrink: 0;
        }

        @media (max-width: 768px) {
            .blog-page-innr-card {
                flex-direction: column;
            }

            .blog-page-innr-card-img {
                width: 100%;
                height: 150px;
            }
        }
   
/* end blog page  */



/* blog  */



        /* body {
            background-color: #f5f5f5;
            color: #333;
        } */

        .blog-des-main-header {
            background-color: #fff;
        }

        .blog-des-main-header-title {
            color: #e91e63;
            font-weight: 600;
        }

        .blog-des-main-card {
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
        }

        .blog-des-main-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
        }

        .blog-des-main-card-img {
            height: 200px;
            object-fit: cover;
        }

        .blog-des-main-card-date {
            color: #999;
            font-size: 12px;
        }

        .blog-des-main-card-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.4;
            min-height: 45px;
        }

        .blog-des-main-card-link {
            color: #e91e63;
            font-size: 14px;
        }

        .blog-des-main-card-link:hover {
            color: #e91e63;
        }

        .blog-des-main-sidebar-btn {
            background-color: #333;
        }

        .blog-des-main-sidebar-btn:hover {
            background-color: #555;
        }

        .blog-des-main-category-tag {
            padding: 8px 15px;
            background-color: #f0f0f0;
            border-radius: 20px;
            font-size: 13px;
            color: #666;
            cursor: pointer;
            transition: background-color 0.3s;
            display: inline-block;
            margin: 5px;
            text-decoration: none;
        }

        .blog-des-main-category-tag:hover {
            background-color: #e91e63;
            color: #fff;
        }

        .pagination .page-link {
            color: #333;
            border-color: #ddd;
        }

        .pagination .page-link:hover {
            background-color: #e91e63;
            color: #fff;
            border-color: #e91e63;
        }

        .pagination .page-item.active .page-link {
            background-color: #e91e63;
            border-color: #e91e63;
        }
    
/* end blog  */



/* contact us main  */

  
        /* Contact Page Styles */
        /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        } */

        /* Hero Section */
        .con-page-des-hero {
            background: linear-gradient(135deg, #17b8a0 0%, #0d8b7a 100%);
            position: relative;
            overflow: hidden;
        }

        .con-page-des-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image:
                radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        /* Form Section */
        .con-page-des-form-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }

        .con-page-des-tab-btn {
            padding: 12px 30px;
            border: 2px solid #0066b2;
            background: #0066b2;
            color: white;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1rem;
            transition: all 0.3s;
        }

        .con-page-des-tab-btn.con-page-des-outline {
            background: white;
            color: #0066b2;
        }

        .con-page-des-tab-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 102, 178, 0.3);
        }

        .con-page-des-office {
            background: #0066b2;
            color: white;
            height: 100%;
        }

        .con-page-des-social-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            transition: transform 0.3s;
            text-decoration: none;
        }

        .con-page-des-social-icon:hover {
            transform: scale(1.1);
        }

        .con-page-des-facebook {
            background: #3b5998;
        }

        .con-page-des-instagram {
            background: #e4405f;
        }

        .con-page-des-linkedin {
            background: #0077b5;
        }

        .con-page-des-whatsapp {
            background: #25d366;
        }

        .con-page-des-youtube {
            background: #ff0000;
        }

        .con-page-des-form textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        /* Partner Section */
        .con-page-des-partner {
            background: linear-gradient(135deg, #5b8fc7 0%, #4a7ab8 100%);
            color: white;
        }

        .con-page-des-flags {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
            gap: 15px;
        }

        .con-page-des-flag {
            width: 60px;
            height: 45px;
            border-radius: 5px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        }

        .con-page-des-captcha {
            background: #f5f5f5;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .con-page-des-captcha i {
            color: #28a745;
            font-size: 1.5rem;
        }

        .con-page-des-location-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 102, 178, 0.2);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .con-page-des-flags {
                grid-template-columns: repeat(4, 1fr);
            }
        }
   
/* end contact us  */


/* doctor profile  */


       

        /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        } */

        .doc-prof-innr-hero {
            background: linear-gradient(135deg, #eff9ff 0%, #fde2e2 100%);
            padding: 2rem 0;
        }

        .doc-prof-innr-img {
            width: 100%;
            max-width: 300px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-height: fit-content;
        }

        .doc-prof-innr-download-btn,
        .doc-prof-innr-book-btn {
            background-color: #42b3fa;
            color: white;
            border: none;
            padding: 12px 18px;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s;
            width: 100%;
            text-decoration: none;
        }

        .doc-prof-innr-download-btn:hover,
        .doc-prof-innr-book-btn:hover {
            background-color: #932e2e;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .doc-prof-innr-hospital-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 20px;
            background: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .doc-prof-innr-info-badge {
            display: inline-block;
            background: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .doc-prof-innr-section-title {
            color: #1e3d59;
            font-weight: 700;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #42b3fa;
        }

        .doc-prof-innr-accordion-button:not(.collapsed) {
            background-color: #eff9ff;
            color: #1e3d59;
        }

        .doc-prof-innr-accordion-button:focus {
            box-shadow: none;
            border-color: #42b3fa;
        }

        .doc-prof-innr-sidebar-form {
            position: sticky;
            top: 20px;
            background: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .doc-prof-innr-form-title {
            color: #17a2b8;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .doc-prof-innr-hospital-img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .doc-prof-innr-list-unstyled {
            list-style: none;
            padding-left: 0;
        }

        .doc-prof-innr-list-unstyled li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .doc-prof-innr-list-unstyled li:before {
            content: "✓";
            color: #42b3fa;
            font-weight: bold;
            margin-right: 10px;
        }

        .doc-prof-innr-section-content {
            transition: all 0.3s ease;
        }

        .doc-prof-innr-section-content.doc-prof-innr-hidden {
            display: none;
        }

        .doc-prof-innr-toggle-section {
            font-size: 0.8rem;
            padding: 4px 12px;
        }

        .doc-prof-innr-toggle-section i {
            transition: transform 0.3s ease;
        }
 

/* end doctor profile  */


/* doctor page  */



        /* body {
            background: #f8f9fa;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        } */

        /* Sidebar Styles */
        .doc-prof-pag-sidebar {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 20px;
        }

        .doc-prof-pag-sidebar-header {
            border-bottom: 1px solid #e9ecef;
        }

        .doc-prof-pag-clear-btn {
            color: #3ecf8e;
            background: none;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: opacity 0.3s;
        }

        .doc-prof-pag-clear-btn:hover {
            opacity: 0.7;
        }

        .doc-prof-pag-filter-label {
            font-weight: 600;
            color: #2c3e50;
            font-size: 14px;
        }

        .doc-prof-pag-price-range {
            accent-color: #3ecf8e;
        }

        .doc-prof-pag-filter-select {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 10px 12px;
            transition: border-color 0.3s;
        }

        .doc-prof-pag-filter-select:focus {
            border-color: #3ecf8e;
            box-shadow: 0 0 0 0.2rem rgba(62, 207, 142, 0.25);
        }

        /* Search Section */
        .doc-prof-pag-search-section {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        }

        .doc-prof-pag-search-input {
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            padding: 14px 20px 14px 48px;
            transition: border-color 0.3s;
        }

        .doc-prof-pag-search-input:focus {
            border-color: #3ecf8e;
            box-shadow: 0 0 0 0.2rem rgba(62, 207, 142, 0.25);
        }

        .doc-prof-pag-search-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }

        .doc-prof-pag-title {
            font-size: 32px;
            font-weight: 700;
            color: #3ecf8e;
            background: linear-gradient(135deg, #3ecf8e, #2eb876);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Doctor Card Styles */
        .doc-prof-pag-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
        }

        .doc-prof-pag-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(62, 207, 142, 0.15);
        }

        .doc-prof-pag-card-img {
            height: 280px;
            object-fit: cover;
            transition: transform 0.4s;
            width: auto;
        }

        .doc-prof-pag-card:hover .doc-prof-pag-card-img {
            transform: scale(1.05);
        }

        .doc-prof-pag-flag-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: white;
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 24px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .doc-prof-pag-doctor-name {
            font-size: 22px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .doc-prof-pag-doctor-title {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            min-height: 42px;
        }

        .doc-prof-pag-rating-stars {
            color: #ffc107;
            font-size: 18px;
        }

        .doc-prof-pag-rating-value {
            font-weight: 700;
            color: #2c3e50;
            font-size: 16px;
        }

        .doc-prof-pag-consults {
            font-size: 13px;
            color: #555;
            background: #f8f9fa;
            padding: 8px 12px;
            border-radius: 8px;
            display: inline-block;
        }

        .doc-prof-pag-stat-icon {
            color: #3ecf8e;
            font-size: 20px;
        }

        .doc-prof-pag-stat-text {
            font-size: 14px;
            color: #555;
            font-weight: 500;
        }

        .doc-prof-pag-btn-primary {
            background: linear-gradient(135deg, #ff9445, #ff7f2e);
            border: none;
            padding: 14px 24px;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s;
            box-shadow: 0 4px 12px rgba(255, 148, 69, 0.3);
        }

        .doc-prof-pag-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 148, 69, 0.4);
            background: linear-gradient(135deg, #ff7f2e, #ff9445);
        }

        .doc-prof-pag-btn-secondary {
            background: white;
            color: #3ecf8e;
            border: 2px solid #3ecf8e;
            padding: 14px 24px;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s;
        }

        .doc-prof-pag-btn-secondary:hover {
            background: #3ecf8e;
            color: white;
            transform: translateY(-2px);
        }

        .doc-prof-pag-data-protection {
            font-size: 12px;
            color: #000000;
            background: #f8f9fa;
            padding: 10px;
            border-radius: 8px;
        }

        .doc-prof-pag-mobile-filter-btn {
            background: linear-gradient(135deg, #3ecf8e, #2eb876);
            border: none;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(62, 207, 142, 0.3);
        }

        .doc-prof-pag-mobile-filter-btn:hover {
            box-shadow: 0 6px 20px rgba(62, 207, 142, 0.4);
        }

        /* Pagination Styles */
        .doc-prof-pag-pagination-wrapper {
            background: white;
            padding: 24px;
            border-radius: 12px;
            /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
        }

        .doc-prof-pag-pagination-wrapper .pagination {
            margin-bottom: 0;
        }

        .doc-prof-pag-nav-btn {
            background: white;
            border: 2px solid #e0e0e0;
            color: #2c3e50;
            padding: 12px 24px;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
        }

        .doc-prof-pag-nav-btn:hover:not(:disabled) {
            background: #3ecf8e;
            border-color: #3ecf8e;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(62, 207, 142, 0.3);
        }

        .doc-prof-pag-nav-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .doc-prof-pag-page-btn {
            background: white;
            border: 2px solid #e0e0e0;
            color: #2c3e50;
            width: 45px;
            height: 45px;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .doc-prof-pag-page-btn:hover {
            background: #f8f9fa;
            border-color: #3ecf8e;
            color: #3ecf8e;
            transform: translateY(-2px);
        }

        .doc-prof-pag-page-active {
            background: linear-gradient(135deg, #3ecf8e, #2eb876);
            border-color: #3ecf8e;
            color: white;
            box-shadow: 0 4px 12px rgba(62, 207, 142, 0.3);
        }

        .doc-prof-pag-page-active:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(62, 207, 142, 0.4);
        }

        .doc-prof-pag-page-dots {
            color: #999;
            font-weight: 700;
            padding: 0 8px;
            display: inline-flex;
            align-items: center;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .doc-prof-pag-title {
                font-size: 24px;
            }

            .doc-prof-pag-card-img {
                height: 220px;
            }

            .doc-prof-pag-nav-btn {
                padding: 10px 20px;
                font-size: 14px;
            }

            .doc-prof-pag-page-btn {
                width: 40px;
                height: 40px;
                font-size: 14px;
            }

            .doc-prof-pag-pagination-wrapper {
                padding: 16px;
            }
        }
  
/* end doctor page  */


/* hospital profile  */

        /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
        } */

        .doc-page-prof-hero-img {
            max-height: 320px;
            object-fit: cover;
        }

        .doc-page-prof-hero-points li {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
            color: #ffffff;
        }

        .doc-page-prof-hero-main-img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .doc-page-prof-gallery-thumb {
            width: 100%;
            height: 100px;
            object-fit: cover;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .doc-page-prof-gallery-thumb:hover {
            transform: scale(1.05);
        }

        .doc-page-prof-section-title {
            color: #17a2b8;
            font-size: 22px;
            font-weight: 600;
            border-bottom: 2px solid #17a2b8;
            padding-bottom: 10px;
        }

        .doc-page-prof-service-list {
            list-style: none;
            padding: 0;
        }

        .doc-page-prof-service-list li {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
        }

        .doc-page-prof-service-list li:before {
            content: "•";
            color: #17a2b8;
            font-weight: bold;
            margin-right: 10px;
            font-size: 20px;
        }

        .doc-page-prof-service-list.hos-infra li {
            padding: 0px !important;
        }

        .doc-page-prof-doctor-img {
            width: 100%;
            height: auto;
            /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            display: flex;
            align-items: center;
            justify-content: center;
            /* background-image: url("https://www.globalcuretrip.com/wp-content/uploads/2025/12/photo-doc_chaubeyjpg-300x300.jpg"); */
            background-repeat: no-repeat;
        }

        .doc-page-prof-doctor-img i {
            font-size: 80px;
            color: white;
        }

        .doc-page-prof-doctor-img.variant-2 {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .doc-page-prof-gallery-item {
            width: 100%;
            height: 200px;
            object-fit: cover;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .doc-page-prof-gallery-item:hover {
            transform: scale(1.05);
        }

        .doc-page-prof-form-sticky {
            position: sticky;
            top: 20px;
        }

        @media (max-width: 768px) {
            .doc-page-prof-hero-main-img {
                height: 250px;
            }

            .doc-page-prof-gallery-thumb {
                height: 80px;
            }
        }
   

/*end  hospital profile  */


/* hospital  */

   
        /* body {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;
        } */

        .hosp-page-desig-header {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .hosp-page-desig-title span {
            color: #00b8a9;
        }

        .hosp-page-desig-select {
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .hosp-page-desig-select:hover {
            border-color: #00b8a9;
        }

        .hosp-page-desig-select:focus {
            border-color: #00b8a9;
            box-shadow: 0 0 0 3px rgba(0, 184, 169, 0.1);
        }

        .hosp-page-desig-card {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .hosp-page-desig-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .hosp-page-desig-img {
            position: relative;
            height: 200px;
            overflow: hidden;
        }

        .hosp-page-desig-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hosp-page-desig-accent {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 100%;
            opacity: 0.3;
        }

        .hosp-page-desig-accent.green {
            background: linear-gradient(135deg, #00b8a9, #00f5d4);
        }

        .hosp-page-desig-accent.orange {
            background: linear-gradient(135deg, #ff9a56, #ffcd39);
        }

        .hosp-page-desig-accent.blue {
            background: linear-gradient(135deg, #3f5efb, #fc6c85);
        }

        .hosp-page-desig-accent.purple {
            background: linear-gradient(135deg, #667eea, #764ba2);
        }

        .hosp-page-desig-location::before {
            content: '📍';
            margin-right: 5px;
        }

        .hosp-page-desig-rating-badge {
            background: #f8f9fa;
            border-radius: 8px;
        }

        .hosp-page-desig-google {
            font-weight: bold;
            color: #4285f4;
        }

        .hosp-page-desig-stars {
            color: #ffa500;
            font-size: 1.1rem;
            letter-spacing: 2px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hosp-page-desig-card {
            animation: fadeIn 0.5s ease forwards;
        }

        .hosp-page-desig-pagination .btn {
            min-width: 120px;
        }
 
/* end hospital  */


/* join as partner  */
 
        /* Minimal custom styles - most styling now uses Bootstrap classes */
        .join-part-page-hero-section {
            background: linear-gradient(135deg, #e8f4f8 0%, #f0f0f0 100%);
        }

        .join-part-page-benefit-item::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #00a651;
            font-weight: bold;
            background: #e6f7ed;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        .join-part-page-hero-image-box::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 136, 204, 0.05) 0%, rgba(74, 171, 247, 0.05) 100%);
            z-index: 0;
        }

        .join-part-page-upload-area {
            /* border: 3px dashed #0088cc; */
            cursor: pointer;
            transition: all 0.3s;
            background: rgba(255, 255, 255, 0.8);
        }

        .join-part-page-upload-area:hover {
            border-color: #006699;
            background: rgba(0, 136, 204, 0.05);
            transform: scale(1.02);
        }

        .join-part-page-partner-card {
            transition: all 0.3s;
        }

        .join-part-page-partner-card:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-3px);
        }

        .join-part-page-form-tab {
            transition: all 0.3s;
        }

        .join-part-page-form-tab.active {
            color: white !important;
            background: #0088cc !important;
        }

        .join-part-page-submit-btn {
            background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
            transition: transform 0.3s;
        }

        .join-part-page-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3);
        }

        .join-part-page-choice-card-doctors {
            background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
            border: 2px solid #ffdddd;
        }

        .join-part-page-choice-card-hospitals {
            background: linear-gradient(135deg, #f0f8ff 0%, #e3f2ff 100%);
            border: 2px solid #d6ebff;
        }

        .join-part-page-choice-list-doctors li::before {
            content: "●";
            position: absolute;
            left: 0;
            color: #e63946;
            font-size: 20px;
        }

        .join-part-page-choice-list-hospitals li::before {
            content: "●";
            position: absolute;
            left: 0;
            color: #4dabf7;
            font-size: 20px;
        }

        .join-part-page-news-logo {
            font-weight: 700;
            font-size: 1.2rem;
            color: #333;
            opacity: 0.6;
            transition: opacity 0.3s;
        }

        .join-part-page-news-logo:hover {
            opacity: 1;
        }

        .join-part-page-contact-btn {
            background: linear-gradient(135deg, #7b68ee 0%, #6a5acd 100%);
            transition: transform 0.3s;
        }

        .join-part-page-contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(123, 104, 238, 0.3);
        }

        .join-part-page-faq-question {
            cursor: pointer;
            transition: background 0.3s;
        }

        .join-part-page-faq-question:hover {
            background: #f0f0f0;
        }

        .join-part-page-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s;
        }

        .join-part-page-faq-item.active .join-part-page-faq-answer {
            max-height: 300px;
        }

        .join-part-page-faq-toggle {
            transition: transform 0.3s;
        }

        .join-part-page-faq-item.active .join-part-page-faq-toggle {
            transform: rotate(180deg);
        }


/*end join as partner  */



/* treatment  */

      .treat-page-des-main {
            background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f7 100%);
            min-height: 100vh;
        }

        .treat-page-des-title {
            font-size: 2.5rem;
            color: #2c3e50;
        }

        .treat-page-des-highlight {
            color: #00bcd4;
        }

        .treat-page-des-tabs {
            border-bottom: 2px solid #e0e0e0;
        }

        .treat-page-des-tab {
            padding: 10px 24px;
            background: none;
            border: none;
            color: #666;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 8px 8px 0 0;
        }

        .treat-page-des-tab:hover {
            background: rgba(0, 188, 212, 0.1);
            color: #00bcd4;
        }

        .treat-page-des-tab.active {
            color: #00bcd4;
            border-bottom: 3px solid #00bcd4;
            font-weight: 600;
        }

        .treat-page-des-section-title {
            font-size: 1.8rem;
            color: #2c3e50;
        }

        .treat-page-des-treatments-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
        }

        .treat-page-des-treatment-card {
            background: white;
            border-radius: 16px;
            padding: 30px 24px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
            animation: fadeIn 0.4s ease forwards;
        }

        .treat-page-des-treatment-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 188, 212, 0.15);
            border-color: #00bcd4;
        }

        .treat-page-des-icon {
            width: 60px;
            height: 60px;
            font-size: 2.5rem;
            color: #00bcd4;
        }

        .treat-page-des-treatment-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
        }

        .treat-page-des-doctor-count {
            color: #00bcd4;
            font-size: 0.95rem;
        }

        .treat-page-des-clinic-type {
            color: #7f8c8d;
            font-size: 0.9rem;
        }

        .treat-page-des-price-tag {
            background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        @media (max-width: 1200px) {
            .treat-page-des-treatments-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .treat-page-des-title {
                font-size: 2rem;
            }

            .treat-page-des-treatments-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 16px;
            }

            .treat-page-des-treatment-card {
                padding: 24px 16px;
            }

            .treat-page-des-section-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .treat-page-des-title {
                font-size: 1.5rem;
            }

            .treat-page-des-treatments-grid {
                grid-template-columns: 1fr;
            }

            .treat-page-des-tab {
                padding: 8px 16px;
                font-size: 0.9rem;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* end treatment  */




@media (min-width: 320px) and (max-width: 575px) {
  .heal-form-section {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
}


.heal-doctor-image {
    width: 100%;
    max-width: 342px;
    height: 550px;
    border-radius: 10px;
    object-fit: cover;
}

.heal-feature-card-why {
    background: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heal-right-section {
padding: 60px 14px;
}

}



button.btn.btn-warning.text-white.w-100.fw-semibold a {
    color: white !important;
    text-decoration: none;
}



img.doctor_image_assoc {
width: 100%;
    max-width: 100%;
}


a {
    text-decoration: none;
}


.doc-img-siz-mang {
    text-align: center;
    background: #efecec;
}


body.menu-open::before {
    pointer-events: none;
}










      .hom-des-sec-new-numbers-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            /* padding: 3rem 0; */
        }

        .hom-des-sec-new-section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
        }

        .hom-des-sec-new-section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            border-radius: 2px;
        }

        .hom-des-sec-new-awards-section {
            /* background: white; */
            /* border-radius: 20px; */
            padding: 2.5rem;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-right: 1px solid black;
        }

        /* .hom-des-sec-new-awards-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        } */

        .hom-des-sec-new-accreditations-section {
            /* background: white; */
            /* border-radius: 20px; */
            padding: 2.5rem;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* .hom-des-sec-new-accreditations-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        } */

        .hom-des-sec-new-award-item {
            /* background: #f8f9fa; */
            border-radius: 15px;
            /* padding: 1.5rem; */
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hom-des-sec-new-award-item:hover {
            transform: scale(1.05);
            background: #e9ecef;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .hom-des-sec-new-award-item img {
            max-width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

        .hom-des-sec-new-award-item:hover img {
            transform: scale(1.02);
        }

        .hom-des-sec-new-accreditation-item {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 1.5rem;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: auto;
        }

        .hom-des-sec-new-accreditation-item:hover {
            transform: translateY(-8px) scale(1.05);
            background: #e9ecef;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .hom-des-sec-new-accreditation-item img {
            max-width: 100%;
            height: auto;
            max-height: 120px;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .hom-des-sec-new-accreditation-item:hover img {
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .hom-des-sec-new-section-title {
                font-size: 1.5rem;
                text-align: center;
            }

            .hom-des-sec-new-section-title::after {
                left: 50%;
                transform: translateX(-50%);
            }

            .hom-des-sec-new-awards-section,
            .hom-des-sec-new-accreditations-section {
                padding: 1.5rem;
                margin-bottom: 2rem;
            }

            .hom-des-sec-new-award-item,
            .hom-des-sec-new-accreditation-item {
                padding: 1rem;
                min-height: 120px;
            }

            .hom-des-sec-new-numbers-section {
                padding: 2rem 0;
            }
        }

        @media (max-width: 576px) {
            .hom-des-sec-new-section-title {
                font-size: 1.25rem;
            }

            .hom-des-sec-new-award-item,
            .hom-des-sec-new-accreditation-item {
                padding: 0.75rem;
                min-height: 100px;
            }

            .hom-des-sec-new-accreditation-item img {
                max-height: 80px;
            }
        }


















/* doctor slider about us css 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */


   .heal-image-wrapper-why {
            position: relative;
            width: 100%;
            height: 600px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .slider-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        .slide.active {
            opacity: 1;
        }

        .slide img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            object-fit: contain;
        }

        /* Navigation Arrows */
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #333;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .slider-nav:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav.prev {
            left: 20px;
        }

        .slider-nav.next {
            right: 20px;
        }

        /* Dots Navigation */
        .slider-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            border: 2px solid white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: white;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .hom-abo-sec-sli-why-content-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .heal-image-wrapper-why {
                height: 400px;
            }
        }

        @media (max-width: 768px) {
            .hom-abo-sec-sli-why-choose-section {
                padding: 40px 20px;
            }

            .hom-abo-sec-sli-section-title-center h2 {
                font-size: 2rem;
            }

            .hom-abo-sec-sli-feature-card-why {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .heal-image-wrapper-why {
                height: 300px;
            }

            .slider-nav {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }












    .hom-sec-des-gradient-btn {
        background: linear-gradient(135deg, #ff9933, #ff6b35);
    }

    .hom-sec-des-gradient-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(78, 205, 196, 0.4);
    }

    .hom-sec-des-card-primary {
           background: linear-gradient(135deg, #d4e7f1 0%, #e8f4f8 100%);
    }








        /* body {
            overflow-x: hidden;
        } */

        .hom-des-man-slid-carousel-container {
            position: relative;
            height: 420px;
            perspective: 1000px;
            overflow: visible;
            margin: 0 auto;
        }

        .hom-des-man-slid-carousel {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
        }

        .hom-des-man-slid-card {
            position: absolute;
            width: 300px;
            height: 360px;
            transition: transform 0.6s ease, opacity 0.6s ease;
            top: 50%;
            left: 50%;
            will-change: transform, opacity;
        }

        .hom-des-man-slid-card.depth::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px;
        }

        .hom-des-man-slid-btn {
            background: linear-gradient(135deg, #ff9933, #ff6b35);;
            box-shadow: 0 8px 20px rgba(241, 188, 73, 0.4);
            transition: all 0.3s ease;
        }

        .hom-des-man-slid-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(247, 171, 101, 0.5);
        }

        .doctor-image {
            max-width: 100%;
            height: auto;
        }

        /* Tablet styles */
        @media (max-width: 991px) {
            .hom-des-man-slid-card {
                width: 250px;
                height: 300px;
            }

            .hom-des-man-slid-carousel-container {
                height: 380px;
            }

            
        }

        /* Mobile landscape and small tablets */
        @media (max-width: 768px) {
            .hom-des-man-slid-card {
                width: 200px;
                height: 240px;
            }

            .hom-des-man-slid-carousel-container {
                height: 320px;
                max-width: 100%;
            }

           

            .hom-des-man-slid-btn {
                font-size: 1rem !important;
                padding: 0.75rem 2rem !important;
            }
        }

        /* Small mobile devices */
        @media (max-width: 576px) {
            .hom-des-man-slid-card {
                width: 160px;
                height: 200px;
            }

            .hom-des-man-slid-carousel-container {
                height: 280px;
            }

           

            .hom-des-man-slid-btn {
                font-size: 0.9rem !important;
                padding: 0.65rem 1.5rem !important;
            }
        }

        /* Extra small devices */
        @media (max-width: 400px) {
            .hom-des-man-slid-card {
                width: 140px;
                height: 180px;
            }

            .hom-des-man-slid-carousel-container {
                height: 250px;
            }

           
        }

        /* Adjust spacing for different screen sizes */
        @media (min-width: 992px) {
            .content-wrapper {
                padding: 2rem 3rem;
            }
        }

        @media (max-width: 991px) {
            .content-wrapper {
                padding: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            .content-wrapper {
                padding: 1rem;
            }



            .hom-des-sec-new-awards-section {
 border-right: 1px solid #d5e0f1;
}
        }


html, body {
  overflow-x: hidden;
}





button.hos-pag-doc-des-btn-request a {
    color: #ffffff !important;
}


.hos-pag-doc-des-btn-request:hover {
    background-color: #00bcd4;
}


.form-glo-hel-sec-men {
    display: flex;
    gap: 11px;
    width: 500px;
}

@media (min-width: 300px) and (max-width: 500px) {

   .form-glo-hel-sec-men {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 380px;
}

}