﻿:root {
    --global--color-success: #28a745;
    --global--color-error: #dc3545;
    --global--color-warning: #ffc107;
}
.module-search .form-control {
    margin: 0;
    height: 50px;
}

.module-search .search-bar {
    position: relative;
}

.top-bar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-bar {
    justify-content: end;
    gap: 40px;
    align-items: center;
    position: relative;
    background: radial-gradient(circle at 20% 10%, #1fc1c851 0%, transparent 50%), radial-gradient(circle at 70% 60%, #1fc1c835 0%, transparent 50%);
}
   .lang-icon {
        font-size: 25px;
        color: var(--global--color-heading);
        transition: all 0.3s ease;
        cursor:pointer;
    }
   .lang-icon:hover {
        color: var(--global--color-primary);
        transition: all 0.3s ease;
    }

    .top-bar .header-tel {
        color: var(--global--color-primary);
        font-family: var(--global--font-heading);
        font-size: 22px;
    }

.top-contact a:hover i {
    color: var(--global--color-primary);
    background-color: var(--global--color-white);
}

.top-contact a i {
    font-size: 16px;
    color: var(--global--color-heading);
    background-color: var(--global--color-white);
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-contact .btn {
    width: 150px;
    margin-right: 20px;
}

.blog-entry .entry-title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-carousel {
    padding-top: 80px;
    margin-bottom: 120px;
}

#teamCarousel-1 .team-title h4 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin: 0
}

.blog-entry .entry-more a {
    width: unset;
}

.features-bar .features-holder .feature-panel {
    height: 100%;
}

#about-2 img {
    width: 100%;
    border-radius: 32px 32px 32px 0;
}

.features .feature-panel-holder .feature-panel.feature-panel-dark .feature-icon i::before {
    color: #fff
}

.blog-grid.blog-grid-3 {
    padding: 80px 0;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content {
    transform: unset;
    margin: unset;
    padding: 20px;
}

    .team-modern .team-member .team-member-holder .team-content-holder .team-content .team-cat {
        margin: 0;
    }

.heading.heading-14 .heading-title {
    font-size: 60px;
    color: var(--global--color-heading);
    margin-top: 10px;
}

.entry-bio h2 strong, .entry-bio h2 {
    font-weight: 500;
    font-size: 24px;
}
/* Features panels: show hover state by default */

  
    .features .feature-panel-holder .feature-panel.feature-panel-dark {
        background-color: var(--global--color-heading);
        justify-content: center;
    }

    .features .feature-panel-holder .feature-panel {
        background-color: var(--global--color-white);
    }

        .features .feature-panel-holder .feature-panel .feature-icon i::before {
            color: var(--global--color-primary);
        }

        .features .feature-panel-holder .feature-panel .feature-content h4 {
            color: var(--global--color-heading);
        }

        .features .feature-panel-holder .feature-panel .feature-content p {
            opacity: 1;
            visibility: visible;
        }

        .features .feature-panel-holder .feature-panel a {
            border-color: var(--global--color-primary);
            margin-top: 12px;
            color: var(--global--color-primary);
        }

        

            .features .feature-panel-holder .feature-panel.feature-panel-dark .feature-icon i::before {
                color: var(--global--color-white);
            }

            .features .feature-panel-holder .feature-panel.feature-panel-dark .feature-content h4 {
                color: var(--global--color-white);
            }

            .features .feature-panel-holder .feature-panel.feature-panel-dark a {
                border-color: var(--global--color-primary);
                margin-top: 12px;
                color: var(--global--color-primary);
            }
@media (max-width: 991px) {
    .features .feature-panel-holder{
        padding-top:0
    }
    .features .heading.heading-14 .heading-title {
        font-size: 40px;
    }
    .features .heading.heading-14 .heading-subtitle {
        font-size: 14px;
    }
}

#featuresBar-1 {
    background: url(/assets/images/background/pattern-2.jpg);
}

#features-2 {
    padding-top:80px;
    background: url(/assets/images/background/pattern.png);
}
    #features-2 .features-holder .feature-panel-holder {
        padding-top: 0;
    }
    .donations-3 {
        background: linear-gradient(90deg, var(--global--color-primary), var(--global--color-primary-darken));
        background-size: cover
    }

.slider.slider-2 .slide {
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

    .slider.slider-2 .slide::before {
        pointer-events: none;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        opacity: 0.5;
    }

.slider.slider-2 .slide-content {
    position: relative;
    z-index: 2;
}

.heading-blog {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .heading-blog {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

.heading-blog .heading, .heading-blog .heading-subtitle, .heading-blog .heading-title {
    margin-bottom: 0 !important;
}


/* Modern Header Tel Styles */
.header-tel.modern-tel {
    position:absolute;
    left:0px;
    top:10px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 8px 8px 0 8px;
    color: var(--global--color-heading) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: var(--global--font-heading);
    min-width: 200px;
}



    .header-tel.modern-tel .tel-icon {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .header-tel.modern-tel .tel-icon i {
            font-size: 20px;
          
        }

    .header-tel.modern-tel .tel-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-tel.modern-tel .tel-label {
        font-size: 11px;
        opacity: 0.9;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 2px;
    }

    .header-tel.modern-tel .tel-number {
        font-size: 20px;
        letter-spacing:1px;
        font-weight: 500;
        line-height: 1;
    }

/* Modern Search Bar Styles */
.module-search .modern-search {
    position: relative;
    width: 400px;
}

    .module-search .modern-search .search-input {
        height: 50px;
        border-radius: 8px 8px 0 8px;
        padding: 12px 60px 12px 20px;
        background: #fff;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .module-search .modern-search .search-input:focus {
            border-color: var(--global--color-primary);
            box-shadow: 0 4px 20px rgba(19, 197, 221, 0.15);
            outline: none;
        }

    .module-search .modern-search .search-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
        border: none;
        color: var(--global--color-heading);
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .module-search .modern-search .search-btn i {
            font-size: 16px;
        }

    /* Search Dropdown */
    .module-search .modern-search .search-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--global--color-white);
        border-radius: 15px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        margin-top: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 1000;
        border: 1px solid var(--global--color-gray-light);
        overflow: hidden;
        display: none;
    }

    .module-search .modern-search .search-dropdown.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: block;
    }

    .module-search .modern-search.active .search-dropdown,
    .module-search .modern-search .search-input:focus + .search-btn + .search-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: block;
    }

    .module-search .modern-search .search-suggestions {
        padding: 15px;
        max-height: 300px;
        overflow-y: auto;
    }

    /* Custom Scrollbar */
    .module-search .modern-search .search-suggestions::-webkit-scrollbar {
        width: 4px;
    }

    .module-search .modern-search .search-suggestions::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .module-search .modern-search .search-suggestions::-webkit-scrollbar-thumb {
        background: var(--global--color-primary);
        opacity:0.5;
        border-radius: 3px;
    }

    .module-search .modern-search .search-suggestions::-webkit-scrollbar-thumb:hover {
        background: var(--global--color-primary-dark);
    }

    .module-search .modern-search .suggestion-group {
        margin-bottom: 20px;
    }

        .module-search .modern-search .suggestion-group:last-child {
            margin-bottom: 0;
        }

        .module-search .modern-search .suggestion-group h6 {
            color: var(--global--color-heading);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
            font-family: var(--global--font-heading);
        }

        .module-search .modern-search .suggestion-group ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .module-search .modern-search .suggestion-group li {
            padding: 12px 15px;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            color: var(--global--color-body);
            margin-bottom: 4px;
            border: 1px solid transparent;
        }

            .module-search .modern-search .suggestion-group li:hover,
            .module-search .modern-search .suggestion-group li.active {
                background: var(--global--color-primary-light);
                color: var(--global--color-primary);
                border-color: var(--global--color-primary);
            }

            .module-search .modern-search .suggestion-group li:last-child {
                margin-bottom: 0;
            }

            .module-search .modern-search .suggestion-group li i {
                font-size: 14px;
                color: var(--global--color-primary);
                transition: all 0.2s ease;
            }

            .module-search .modern-search .suggestion-group li:hover i,
            .module-search .modern-search .suggestion-group li.active i {
                color: var(--global--color-primary);
            }

    /* Loading state */
    .module-search .modern-search .search-dropdown.loading {
        pointer-events: none;
    }

    .module-search .modern-search .search-dropdown.loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        border: 2px solid var(--global--color-gray-light);
        border-top: 2px solid var(--global--color-primary);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

/* Responsive Design - Footer Download Buttons */
@media (max-width: 992px) {
    .download-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .download-btn {
        width: 155px;
        padding: 12px 16px;
        gap: 10px;
    }

        .download-btn .btn-icon {
            width: 22px;
            height: 22px;
        }

            .download-btn .btn-icon i {
                font-size: 18px;
            }

        .download-btn .btn-title {
            font-size: 14px;
        }

        .download-btn .btn-label {
            font-size: 10px;
        }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-tel.modern-tel {
        min-width: auto;
        padding: 6px 12px;
    }

        .header-tel.modern-tel .tel-content {
            display: none;
        }

    .module-search .modern-search {
        width: 250px;
    }

        .module-search .modern-search .search-input {
            font-size: 12px;
            padding: 10px 50px 10px 15px;
            height: 45px;
        }

    .download-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .download-btn {
        width: 150px;
        padding: 12px 14px;
        gap: 10px;
    }

        .download-btn .btn-icon {
            width: 20px;
            height: 20px;
        }

            .download-btn .btn-icon i {
                font-size: 16px;
            }

        .download-btn .btn-title {
            font-size: 13px;
        }

        .download-btn .btn-label {
            font-size: 9px;
        }
}

/* Expert Consultation Styles */
.expert-consultation {
    background: url(/assets/images/site/uzmana-sorun.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
    .expert-consultation .field-error {
        color: var(--global--color-error);
        font-size: 11px;
        position: absolute;
        z-index: 2;
        right: 21px;
        top: -15px;
        pointer-events: none;
    }
 
    .expert-consultation .expert-visual {
        margin-top: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .expert-consultation .expert-bg-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .expert-consultation .expert-visual:hover .expert-bg-image {
        transform: scale(1.05);
    }

    /* Enhanced Form Styles */


    .expert-consultation .expert-form .form-control:focus {
        border-color: var(--global--color-primary);
        box-shadow: 0 4px 20px rgba(19, 197, 221, 0.15);
        outline: none;
    }

    .expert-consultation .expert-form textarea.form-control {
        min-height: 120px;
        resize: vertical;
    }

    /* File Upload Styles */
    .expert-consultation .file-upload-wrapper {
        margin-bottom: 20px;
    }

    .expert-consultation .file-upload-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        border: 2px dashed var(--global--color-primary);
        border-radius: 12px;
        background: var(--global--color-primary-light);
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
        margin-bottom: 0;
    }

        .expert-consultation .file-upload-label:hover {
            border-color: var(--global--color-primary-darken);
            background: rgba(19, 197, 221, 0.1);
        }

        .expert-consultation .file-upload-label i {
            font-size: 2rem;
            color: var(--global--color-primary);
            margin-bottom: 10px;
        }

        .expert-consultation .file-upload-label span {
            font-weight: 600;
            color: var(--global--color-heading);
            margin-bottom: 5px;
        }

        .expert-consultation .file-upload-label small {
            font-size: 12px;
            color: var(--global--color-body);
            opacity: 0.8;
        }

    .expert-consultation .file-upload-input {
        display: none;
    }

    .expert-consultation .file-list {
        margin-top: 15px;
    }

    .expert-consultation .file-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        background: var(--global--color-gray);
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

        .expert-consultation .file-item .file-name {
            color: var(--global--color-heading);
            font-weight: 500;
        }

        .expert-consultation .file-item .file-size {
            color: var(--global--color-body);
            font-size: 12px;
        }

        .expert-consultation .file-item .remove-file {
            color: var(--global--color-primary);
            cursor: pointer;
            font-size: 16px;
            transition: color 0.2s ease;
        }

            .expert-consultation .file-item .remove-file:hover {
                color: #dc3545;
            }

    /* Privacy Checkbox Styles */
    .expert-consultation .privacy-checkbox {
        margin-bottom: 20px;
    }

    .expert-consultation .custom-control-label {
        font-size: 14px;
        color: var(--global--color-body);
        line-height: 1.5;
        padding-left: 10px;
    }

        .expert-consultation .custom-control-label a {
            color: var(--global--color-primary);
            text-decoration: underline;
            font-weight: 500;
        }

            .expert-consultation .custom-control-label a:hover {
                color: var(--global--color-primary-darken);
            }

    .expert-consultation .custom-control-input:checked ~ .custom-control-label::before {
        background-color: var(--global--color-primary);
        border-color: var(--global--color-primary);
    }

    /* reCAPTCHA Styles */
    .expert-consultation .recaptcha-wrapper {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
    }

    .expert-consultation .g-recaptcha {
        transform: scale(0.9);
        transform-origin: center;
    }

    /* Enhanced Button */
    .expert-consultation .btn--secondary {
        border-radius: 25px;
        padding: 15px 30px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 15px rgba(40, 59, 106, 0.3);
        transition: all 0.3s ease;
    }

        .expert-consultation .btn--secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(40, 59, 106, 0.4);
        }

/* Responsive Design */
@media (max-width: 768px) {
    .expert-consultation {
        background-position: top;
    }

        .expert-consultation .expert-bg-image {
            height: 200px;
        }

        .expert-consultation .file-upload-label {
            padding: 20px 15px;
        }

            .expert-consultation .file-upload-label i {
                font-size: 1.5rem;
            }

        .expert-consultation .g-recaptcha {
            transform: scale(0.8);
        }

        .expert-consultation .expert-form .form-control {
            padding: 12px 15px;
            font-size: 13px;
        }
}

/* Modern Footer Styles */
.footer-modern {
    background: transparent;
    position: relative;
    overflow: hidden;
}
    .footer-modern:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 10%, #1fc1c851 0%, transparent 50%), radial-gradient(circle at 70% 60%, #1fc1c835 0%, transparent 50%);
        pointer-events: none;
    }
   



    .footer-modern .footer-top {
        padding: 80px 0 50px;
        position: relative;
    }

.footer .container {
    max-width: 1550px;
}

.footer::after {
    content: none
}
/* Logo & Contact Section */
.footer-brand-section {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    transition: filter 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(19, 197, 221, 0.5));
}

.footer-description {
    margin-bottom: 35px;
}

    .footer-description p {
        color: var(--global--color-heading);
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

/* Contact Info Modern */
.footer .contact-info-modern {
    margin-bottom: 40px;
}

.footer .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .footer .contact-item:hover {
        transform: translateX(5px);
    }

.footer .contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px 8px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .footer .contact-icon i {
        color: var(--global--color-heading);
        font-size: 18px;
    }

.footer .contact-details {
    flex: 1;
}

.footer .contact-label {
    display: block;
    font-size: 12px;
    color: var(--global--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.footer .contact-value {
    display: block;
    color: var(--global--color-heading);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer .contact-value:hover {
        color: var(--global--color-primary);
    }

/* Social Media Modern */
.social-media-modern {
    position: relative;
}

    .social-media-modern h6 {
        color: var(--global--color-heading);
        font-family: var(--global--font-heading);
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
    }

        .social-media-modern h6::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 2px;
            background: var(--global--color-primary);
            border-radius: 1px;
        }

.social-icons-modern {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-modern {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(0, 42, 92);
    border-radius: 8px 8px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--global--color-heading);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .social-modern::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 ease;
    }

    .social-modern:hover::before {
        left: 100%;
    }

    .social-modern:hover {
        background: var(--global--color-primary);
        border-color: var(--global--color-primary);
        color: var(--global--color-white);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(19, 197, 221, 0.3);
    }

    .social-modern i {
        font-size: 20px;
        z-index: 1;
    }

/* Navigation Links */
.footer-navigation {
    position: relative;
    z-index: 2;
}

.footer-nav-section {
    margin-bottom: 40px;
}

    .footer-nav-section .nav-title {
        color: var(--global--color-heading);
        font-family: var(--global--font-heading);
        font-size: 20px;
        letter-spacing: 0.5px;
        font-weight: 500;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 12px;
    }

    .nav-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 3px;
        background: var(--global--color-primary);
        border-radius: 2px;
    }

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

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

        .footer-nav-section .nav-links li a {
            color: var(--global--color-heading);
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;
            transition: 0.3s;
            font-family: var(--global--font-heading);
            transition: all 0.3s ease;
            display: inline-block;
            padding: 5px 0;
            position: relative;
        }

            .footer-nav-section .nav-links li a::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--global--color-primary);
                transition: width 0.3s ease;
            }

            .footer-nav-section .nav-links li a:hover {
                color: var(--global--color-primary);
                padding-left: 5px;
            }

                .footer-nav-section .nav-links li a:hover::before {
                    width: 100%;
                }

/* Mobile App Section */
.footer-app-section {
    position: relative;
    z-index: 2;
}



.app-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(19, 197, 221, 0.1) 0%, transparent 50%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.app-phone-mockup {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.app-preview {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

    .app-preview:hover {
        transform: scale(1.05) rotateY(5deg);
    }

.app-info {
    position: relative;
    z-index: 2;
}



.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--global--color-gray-light);
    font-size: 14px;
}

    .feature-item i {
        color: var(--global--color-primary);
        font-size: 16px;
        width: 20px;
    }

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

/* Custom Download Buttons - Clean & Simple */
.download-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    width: 170px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

    /* Google Play Button */
    .download-btn.custom-google-play {
        background: rgba(52, 168, 83, 0.9);
        color: white;
    }

        .download-btn.custom-google-play:hover {
            background: rgba(52, 168, 83, 1);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(52, 168, 83, 0.25);
        }

    /* App Store Button */
    .download-btn.custom-app-store {
        background: rgba(0, 0, 0, 0.8);
        color: white;
    }

        .download-btn.custom-app-store:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }

    /* Button Icon */
    .download-btn .btn-icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .download-btn .btn-icon i {
            font-size: 20px;
            color: white;
        }

    /* Button Content */
    .download-btn .btn-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
    }

    .download-btn .btn-label {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.75);
        line-height: 1;
        margin-bottom: 2px;
        font-family: var(--global--font-body);
    }

    .download-btn .btn-title {
        font-size: 15px;
        font-weight: 500;
        color: white;
        line-height: 1.2;
        font-family: var(--global--font-heading);
    }

    /* Active State */
    .download-btn:active {
        transform: translateY(0);
    }

/* Footer Bottom */
.footer-modern .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.copyright-text span {
    color: var(--global--color-heading);
    font-size: 14px;
}

.footer-badges {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--global--color-gray-light);
    font-size: 13px;
    font-weight: 500;
}

    .badge-item i {
        color: var(--global--color-primary);
        font-size: 14px;
    }

.similar-content {
    padding-top: 0 !important
}

/* Responsive Design */
@media (max-width: 992px) {
    .similar-content {
        padding-top: 30px !important
    }

    .footer-modern .footer-top {
        padding: 60px 0 40px;
    }

    .footer-navigation {
        margin-top: 40px;
    }

    .footer-badges {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .footer-modern .footer-top {
        padding: 50px 0 30px;
    }

    .social-modern {
        width: 45px;
        height: 45px;
    }

    .app-preview {
        max-width: 325px;
    }

    .download-btn img {
        height: 40px;
    }

    .footer-badges {
        gap: 15px;
    }

    .badge-item {
        font-size: 12px;
    }

    .blog-grid-center {
        padding: 20px 0 !important
    }
}

@media (max-width: 576px) {
    .contact-item {
        margin-bottom: 30px;
    }

    .contact-label {
        font-size: 16px;
    }

    .contact-value {
        font-size: 20px;
    }

    .footer-nav-section, .social-media-modern h6, .copyright-text, .footer-logo, .footer-description {
        text-align: center;
    }

        .footer-nav-section .nav-title::after, .social-media-modern h6::after {
            content: none;
        }

    .footer-logo-img {
        height: 30px;
    }

    .social-icons-modern {
        justify-content: center;
    }

    .footer-badges {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

#page-title {
    position: relative;
    background-size: cover;
    margin: 0;
    background-repeat: no-repeat;
}

.page-title.page-title-3 .title {
    padding-top: 280px;
}



#page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 33%) 0%, rgb(0 0 0 / 70%) 35%, rgb(0 0 0 / 20%) 65%, rgb(0 0 0 / 5%) 100%);
    z-index: 1;
}

#page-title .container {
    position: relative;
    z-index: 2;
}

.index-hospitals .team-member .team-member-holder .team-content-holder .team-content{
    height:70px;
    display:inline-flex;
    align-items:center;
    width:100%;
}
.index-hospitals .heading-title {
    margin-bottom:0!important
}
.index-hospitals {
    padding-top: 50px;
    margin-bottom: 90px;
}
    .index-hospitals .heading.heading-5{
        margin-bottom:40px;
    }
    .index-hospitals .carousel-navs .owl-next:before {
        content: "\f105";
        font-family: 'Font Awesome 7 Pro';
        font-weight: 300;
        color: var(--global--color-secondary);
        font-size: 28px;
        border-radius: 8px 8px 0 8px;
        display: inline-flex;
        background: #fff;
        justify-content: center;
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
        align-items: center;
        width: 42px;
        height: 42px;
        transition: all 0.2s ease;
    }
    .index-hospitals .carousel-navs .owl-prev:before {
        content: "\f104";
        font-family: 'Font Awesome 7 Pro';
        font-weight: 300;
        color: var(--global--color-secondary);
        font-size: 28px;
        border-radius: 8px 8px 0 8px;
        background: #fff;
        display: inline-flex;
        justify-content: center;
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
        align-items: center;
        width: 42px;
        height: 42px;
        transition: all 0.2s ease;
    }
        .index-hospitals .carousel-navs .owl-prev:hover:before
        , .index-hospitals .carousel-navs .owl-next:hover:before {
            transition: all 0.2s ease;
            color: var(--global--color-primary);
        }
    .entry-bio ul, .entry-bio ol {
        list-style: inside !important;
    }

    .entry-bio ul li:before, .entry-bio ol li:before {
        content: "";
        width: 6px;
        height: 6px;
        background: var(--global--color-body);
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: 8px;
        opacity: 0.8;
    }

    .entry-bio ul li, .entry-bio ol li {
        margin: 5px 20px;
        position: relative;
        color: var(--global--color-body);
        font-size: 16px;
        transition: 0.3s ease;
        font-weight: 400;
    }

        .entry-bio ul li a, .entry-bio ul li strong, .entry-bio p strong, .entry-bio ol li a, .entry-bio ol li strong {
            font-size: 15px;
            transition: 0.3s ease;
            font-weight: 500;
            color: var(--global--color-primary);
        }

            .entry-bio ul li a:hover strong, .entry-bio ol li a:hover strong {
                color: var(--global--color-heading) !important;
                transition: 0.3s ease;
            }

#divToc ul li:first-child:before{
    content:none
}


.module-language .selected img {
    width: 40px;
}

.module-language .lang-list ul li img {
    width: 40px;
    margin: 0;
}

.module-language .lang-list {
    padding: 15px;
}

.entry-bio a {
    color: var(--global--color-primary);
}

.entry-bio .btn-info {
    color: var(--global--color-white) !important;
    min-width: 300px;
}
.blog-single .entry-content iframe {
    width: 100%;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: end;
    }
}

@media (max-width:991px) and (min-width:768px) {
    #page-title {
        margin-top: 0
    }
}

@media (max-width:991px) {
   
    .header.header-topbar .navbar {
        padding: 0;
        transition:0s
    }

    .page-title.page-title-3 .title {
        padding-top: 100px;
    }

    .page-title.page-title-3 .col-auto {
        width: 100%;
    }

    .entry-title h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .blog-single .entry-content h2, .blog-single .entry-content h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .blog-single {
        padding-bottom: 0
    }

    .widget-recent-posts {
        padding: 20px
    }
}

.contact-card .custom-control {
    display: flex;
}

/* File Upload Progress Bar Styles */
.file-upload-progress {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: var(--global--color-primary-light);
    border-radius: 12px;
    border: 1px solid var(--global--color-primary);
}

.upload-progress-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    padding: 8px 0;
}

    .upload-progress-item:last-child {
        margin-bottom: 0;
    }

.upload-file-info {
    flex: 1;
    min-width: 0;
}

.upload-file-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--global--color-heading);
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-progress-bar {
    width: 100%;
    height: 6px;
    background: #e0e7ff;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 3px;
}

.upload-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--global--color-primary) 0%, var(--global--color-secondary) 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 0%;
}

.upload-progress-text {
    font-size: 12px;
    color: var(--global--color-body);
    display: flex;
    justify-content: space-between;
}

.upload-status-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .upload-status-icon.uploading {
        background: var(--global--color-primary);
        color: white;
        animation: pulse 1.5s ease-in-out infinite;
    }

    .upload-status-icon.success {
        background: #10b981;
        color: white;
    }

    .upload-status-icon.error {
        background: #ef4444;
        color: white;
    }

    .upload-status-icon i {
        font-size: 12px;
    }

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Privacy Checkbox Custom Styles - Theme Compatible */
.privacy-checkbox {
    margin: 20px 0;
}

    .privacy-checkbox .custom-control {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        cursor: pointer;
        padding: 16px;
        background: #f8fafc;
        border-radius: 12px;
        border: 2px solid #e2e8f0;
        transition: all 0.3s ease;
    }

        .privacy-checkbox .custom-control:hover {
            border-color: var(--global--color-primary);
            background: var(--global--color-primary-light);
        }

    .privacy-checkbox .custom-control-input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .privacy-checkbox .custom-control-input:focus + .custom-control-label::before {
            box-shadow: 0 0 0 3px rgba(19, 197, 221, 0.15);
        }

    .privacy-checkbox .custom-control-label {
        position: relative;
        margin: 0;
        padding-left: 35px;
        cursor: pointer;
        font-size: 14px;
        line-height: 1.5;
        color: var(--global--color-body);
        font-weight: 400;
        flex: 1;
    }

        .privacy-checkbox .custom-control-label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            background: var(--global--color-white);
            border: 2px solid #cbd5e1;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .privacy-checkbox .custom-control-label::after {
            content: '';
            position: absolute;
            left: 6px;
            top: 5px;
            width: 6px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
            transition: all 0.3s ease;
        }

    .privacy-checkbox .custom-control-input:checked + .custom-control-label::before {
        background: var(--global--color-primary);
        border-color: var(--global--color-primary);
        transform: scale(1.05);
    }

    .privacy-checkbox .custom-control-input:checked + .custom-control-label::after {
        opacity: 1;
    }

    .privacy-checkbox .custom-control-label a {
        color: var(--global--color-primary);
        text-decoration: underline;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .privacy-checkbox .custom-control-label a:hover {
            color: var(--global--color-secondary);
            text-decoration: none;
        }

/* reCAPTCHA Wrapper Enhancement */
.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.g-recaptcha {
    transform: scale(0.9);
    transform-origin: center;
    transition: transform 0.3s ease;
}

    .g-recaptcha:hover {
        transform: scale(0.95);
    }

/* Contact Result Styles */
.contact-result {
    margin-top: 20px;
    padding: 15px;
    border-radius: 12px;
    display: none;
    animation: slideDown 0.3s ease-out;
}

    .contact-result.success {
        background: #f0fdf4;
        border: 1px solid #86efac;
        color: #16a34a;
        display: block;
    }

    .contact-result.error {
        background: #fef2f2;
        border: 1px solid #fca5a5;
        color: #dc2626;
        display: block;
    }

    .contact-result.loading {
        background: var(--global--color-primary-light);
        border: 1px solid var(--global--color-primary);
        color: var(--global--color-primary);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .contact-result .result-icon {
        font-size: 18px;
        margin-right: 8px;
    }

    .contact-result .spinner {
        width: 16px;
        height: 16px;
        border: 2px solid transparent;
        border-top: 2px solid currentColor;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Enhanced Submit Button */
.expert-consultation .btn--secondary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .expert-consultation .btn--secondary:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

    .expert-consultation .btn--secondary .btn-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .expert-consultation .btn--secondary.loading .btn-loading {
        opacity: 1;
    }

    .expert-consultation .btn--secondary.loading span:not(.btn-loading) {
        opacity: 0;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .upload-progress-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .upload-status-icon {
        order: -1;
        align-self: flex-end;
    }

    .privacy-checkbox .custom-control {
        padding: 12px;
    }

    .privacy-checkbox .custom-control-label {
        font-size: 13px;
        padding-left: 30px;
    }

        .privacy-checkbox .custom-control-label::before {
            width: 18px;
            height: 18px;
        }

        .privacy-checkbox .custom-control-label::after {
            left: 5px;
            top: 4px;
            width: 5px;
            height: 8px;
        }

    .g-recaptcha {
        transform: scale(0.8);
    }
}

.we-care-about .contact-panel {
    transform: unset;
    margin: unset;
}

.we-care-about {
    overflow: visible
}

/* ========================================
   SHARE TOOLS COMPONENT STYLES
   ======================================== */

/* Share Tools Container */
.share-tools-component {
    z-index: 1000;
}

.share-tools-wrapper {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}



/* Share Tools List */
.share-tools-list {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Individual Share Tool */
.share-tool-item {
    position: relative;
}

.share-tool-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 15px;
    border: none;
    border-radius: 8px 0 0 0;
    text-decoration: none;
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--global--color-heading);
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.email-tool, .font-decrease, .font-increase {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.share-tool-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.share-tool-btn:hover::before {
    left: 100%;
}

.share-tool-btn:hover {
    border-color: transparent;
    color: var(--global--color-primary);
}


/* Tool Icons */
.share-tool-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .share-tool-icon i {
        font-size: 21px;
        transition: transform 0.3s ease;
    }


/* Tool Labels */
.share-tool-label {
    flex: 1;
    text-align: left;
    position: relative;
    z-index: 1;
}

/* Share Modal Styles */
.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .share-modal-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.share-modal {
    background: var(--global--color-white);
    border-radius: 20px;
    padding: 30px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8) translateY(20px);
    position: relative;
    overflow: hidden;
}

.share-modal-overlay.show .share-modal {
    transform: scale(1) translateY(0);
}


.share-modal-header {
    text-align: center;
    margin-bottom: 25px;
}

.share-modal-title {
    font-family: var(--global--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--global--color-heading);
    margin-bottom: 8px;
}

.share-modal-subtitle {
    font-size: 14px;
    color: var(--global--color-body);
    margin: 0;
}

.share-modal-content {
    margin-bottom: 25px;
}

.share-platforms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.share-platform-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 10px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--global--color-white);
    font-family: var(--global--font-heading);
    font-size: 12px;
    font-weight: 500;
}

    .share-platform-btn:hover {
        transform: translateY(-2px);
        color: var(--global--color-white);
    }

    /* Platform Specific Colors */
    .share-platform-btn.facebook {
        background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
    }

        .share-platform-btn.facebook:hover {
            box-shadow: 0 8px 25px rgba(24, 119, 242, 0.3);
        }

    .share-platform-btn.twitter {
        background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
    }

        .share-platform-btn.twitter:hover {
            box-shadow: 0 8px 25px rgba(29, 161, 242, 0.3);
        }

    .share-platform-btn.linkedin {
        background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
    }

        .share-platform-btn.linkedin:hover {
            box-shadow: 0 8px 25px rgba(0, 119, 181, 0.3);
        }

    .share-platform-btn.whatsapp {
        background: linear-gradient(135deg, #25d366 0%, #20b358 100%);
    }

        .share-platform-btn.whatsapp:hover {
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
        }

    .share-platform-btn.telegram {
        background: linear-gradient(135deg, #0088cc 0%, #006bb3 100%);
    }

        .share-platform-btn.telegram:hover {
            box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
        }

.share-platform-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

    .share-platform-icon i {
        font-size: 16px;
    }

.share-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border: none;
    background: #f1f3f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--global--color-body);
}

    .share-modal-close:hover {
        background: var(--global--color-primary);
        color: var(--global--color-white);
        transform: scale(1.1);
    }

    .share-modal-close i {
        font-size: 14px;
    }

/* Success Message */
.copy-success-message {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--global--color-primary);
    color: var(--global--color-white);
    padding: 12px 24px;
    border-radius: 25px;
    font-family: var(--global--font-heading);
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(19, 197, 221, 0.3);
    z-index: 10001;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .copy-success-message.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .copy-success-message i {
        margin-right: 8px;
    }

/* Font Size Indicator */
.font-size-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--global--color-heading);
    color: var(--global--color-white);
    padding: 15px 25px;
    border-radius: 15px;
    font-family: var(--global--font-heading);
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .font-size-indicator.show {
        opacity: 1;
        visibility: visible;
    }

    .font-size-indicator i {
        margin-right: 10px;
        font-size: 18px;
    }

/* Responsive Design */
@media (max-width: 1199px) {
    .share-tools-component {
        position: static;
        transform: none;
        margin: 15px 0;
    }

    .share-tools-wrapper {
        flex-direction: row;
        padding: 12px;
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .share-tools-list {
        flex-direction: row;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .share-tools-header {
        display: none;
    }

    .share-tool-btn {
    
    }

    .share-tool-icon {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .share-tools-wrapper {
        padding: 10px;
        gap: 6px;
    }



    .share-tool-btn{
        border-radius:50%;
        height:50px;
    }
    .share-tool-label {
        display: none
    }
    .copy-success-message{
         min-width:62%;
         text-align:center;
    }

    

    .share-modal {
        padding: 20px;
        margin: 15px;
    }

    .share-platforms {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }

    .share-platform-btn {
        padding: 12px 8px;
        font-size: 11px;
    }

    .share-platform-icon {
        width: 28px;
        height: 28px;
    }

        .share-platform-icon i {
            font-size: 14px;
        }
}

@media (max-width: 480px) {
    .share-tools-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 8px;
    }

    .share-tools-list {
        flex-direction: row;
        justify-content: center;
        gap: 6px;
    }


    .share-modal {
        width: 95%;
        padding: 15px;
    }

    .share-platforms {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   BLOG FONT SCALING SUPPORT
   ======================================== */

/* CSS Custom Properties for Font Scaling */
:root {
    --blog-font-scale: 1;
    --content-font-scale: 100%;
}

.hero.hero-4 .hero-content .team-modern .team-member {
    max-width: unset !important;
}


/* Social Responsibility Styles */
.social-responsibility-item {
    background: var(--global--color-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2rem !important;
    padding: 25px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .social-responsibility-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

.social-responsibility-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .social-responsibility-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .social-responsibility-image:hover img {
        transform: scale(1.05);
    }

.social-responsibility-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
}

.social-responsibility-title {
    font-family: var(--global--font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .social-responsibility-title a {
        color: var(--global--color-heading);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .social-responsibility-title a:hover {
            color: var(--global--color-primary);
            text-decoration: none;
        }

.social-responsibility-text {
    flex: 1;
    margin-bottom: 0;
}

.social-responsibility-text {
    color: var(--global--color-body);
    line-height: 1.6;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .social-responsibility-text p {
        margin-bottom: 0;
        line-height: 30px
    }

.social-responsibility-button {
    display: flex;
    justify-content: end;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

    .social-responsibility-button .btn {
        transition: all 0.3s ease;
        min-width: 200px;
    }

        .social-responsibility-button .btn:hover {
            transform: translateY(-2px);
        }

/* Responsive Design */
@media (max-width: 768px) {
    .social-responsibility-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .social-responsibility-image img {
        height: 200px;
    }

    .social-responsibility-title {
        font-size: 1.2rem;
    }

    .social-responsibility-text p {
        font-size: 12px;
        line-height: 22px
    }
    .social-responsibility-item{
        padding:20px 5px;
    }
    .social-responsibility-text {
        display: unset;
    }
    .social-responsibility-button {
        justify-content: center;
    }
}

/* Hospital Filter Section */
.hospital-filter-section {
    background: var(--global--color-white);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.filter-title {
    font-family: var(--global--font-heading);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--global--color-heading);
    margin-bottom: 0;
}

.hospital-select-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .hospital-select-wrapper .form-label {
        font-family: var(--global--font-heading);
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--global--color-heading);
        margin-bottom: 0;
    }

.hospital-select {
    background: var(--global--color-white);
    border: 2px solid var(--global--color-gray-light);
    border-radius: 8px;
    padding: 10px 25px;
    height: unset;
    font-family: var(--global--font-body);
    font-size: 1rem;
    color: var(--global--color-heading);
    transition: all 0.3s ease;
    cursor: pointer;
}

.hospital-select-wrapper .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.hospital-select:focus {
    outline: none;
    border-color: var(--global--color-primary);
    box-shadow: 0 0 0 3px rgba(19, 197, 221, 0.1);
}

.hospital-select:hover {
    border-color: var(--global--color-primary);
}

.hospital-select option {
    padding: 10px;
    color: var(--global--color-heading);
}

/* ========================================
   MOBILE SIDEBAR MENU STYLES
   ======================================== */

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--global--color-heading);
    margin: 3px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.mobile-menu-toggle:hover .hamburger-line {
    background: var(--global--color-primary);
}

/* Mobile menu open state - Scroll lock */
body.mobile-menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    left: 0 !important;
    right: 0 !important;
}

html.mobile-menu-open {
    overflow: hidden !important;
    height: 100% !important;
}

body.mobile-menu-open .mobile-menu-toggle .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

body.mobile-menu-open .mobile-menu-toggle .hamburger-line:nth-child(2) {
    opacity: 0;
}

body.mobile-menu-open .mobile-menu-toggle .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Sidebar Overlay */
.mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .mobile-sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* Mobile Sidebar Menu */
.mobile-sidebar-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    min-height: 100vh;
    height:100%;
    background: var(--global--color-white);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
}
    .mobile-sidebar-menu::-webkit-scrollbar {
        display:none;
    }

    .mobile-sidebar-menu.active {
        right: 0;
    }

/* Mobile Sidebar Header */
.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: radial-gradient(circle at 20% 10%, #1fc1c851 0%, transparent 50%), radial-gradient(circle at 70% 60%, #1fc1c835 0%, transparent 50%);
}

.mobile-sidebar-logo img {
    height: 40px;
    width: auto;
}

.mobile-sidebar-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--global--color-heading);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .mobile-sidebar-close:hover {
        background: var(--global--color-white);
        color: var(--global--color-primary);
        transform: scale(1.1);
    }

    .mobile-sidebar-close i {
        font-size: 18px;
    }

/* Mobile Sidebar Content */
.mobile-sidebar-content {
    padding: 20px 0;
}

    .mobile-sidebar-content .mobile-action-buttons {
        padding: 18px 25px;
    }
/* Mobile Search Section */
.mobile-search-section {
    padding: 0 10px 20px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
}

.mobile-search-bar {
    position: relative;
}

.mobile-search-form {
    margin: 0;
}

.mobile-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--global--color-white);
    border: 1px solid var(--global--color-gray-light);
    border-radius: 8px 8px 0 8px;
    padding: 20px 10px;
    transition: all 0.3s ease;
}

    .mobile-search-input-wrapper:hover {
        border-color: var(--global--color-primary);
    }

    .mobile-search-input-wrapper:focus-within {
        border-color: var(--global--color-primary);
        box-shadow: 0 0 0 3px rgba(19, 197, 221, 0.1);
    }

.mobile-search-icon {
    position: absolute;
    left: 15px;
    color: var(--global--color-body);
    font-size: 16px;
    z-index: 2;
    transition: color 0.3s ease;
}

.mobile-search-input-wrapper:focus-within .mobile-search-icon {
    color: var(--global--color-primary);
}

.mobile-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding-left: 45px;
    font-size: 15px;
    font-family: var(--global--font-body);
    color: var(--global--color-heading);
    background: transparent;
    border-radius: 8px;
}

    .mobile-search-input::placeholder {
        color: var(--global--color-body);
        opacity: 0.7;
    }

.mobile-search-btn {
    background: #f2fbfb;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 10px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--global--color-heading);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .mobile-search-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(19, 197, 221, 0.3);
    }

    .mobile-search-btn i {
        font-size: 16px;
    }

/* Mobile Search Dropdown */
.mobile-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--global--color-white);
    border: 1px solid var(--global--color-gray-light);
    border-radius: 12px;
    margin-top: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mobile-search-suggestions {
    padding: 15px;
}

.mobile-suggestion-group h6 {
    font-family: var(--global--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--global--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-suggestion-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-suggestion-group li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: var(--global--color-heading);
}

    .mobile-suggestion-group li:hover {
        background: rgba(19, 197, 221, 0.1);
        color: var(--global--color-primary);
        transform: translateX(5px);
    }

    .mobile-suggestion-group li:last-child {
        margin-bottom: 0;
    }

    .mobile-suggestion-group li i {
        font-size: 12px;
        color: var(--global--color-body);
        transition: color 0.3s ease;
    }

    .mobile-suggestion-group li:hover i {
        color: var(--global--color-primary);
    }

/* Mobile Navigation */
.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    text-decoration: none;
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

    .mobile-nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-secondary) 100%);
        transition: width 0.3s ease;
    }

    .mobile-nav-link:hover::before {
        width: 4px;
    }

    .mobile-nav-link:hover {
        background: rgba(19, 197, 221, 0.05);
        color: var(--global--color-primary);
        text-decoration: none;
    }

.mobile-nav-icon {
    width: 40px;
    height: 40px;
    background: rgba(19, 197, 221, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover .mobile-nav-icon {
    background: var(--global--color-primary);
    color: var(--global--color-white);
    transform: scale(1.1);
}

.mobile-nav-icon i {
    font-size: 18px;
    color: var(--global--color-primary);
    transition: color 0.3s ease;
}

.mobile-nav-link:hover .mobile-nav-icon i {
    color: var(--global--color-white);
}

.mobile-nav-arrow {
    margin-left: auto;
    color: var(--global--color-body);
    transition: all 0.3s ease;
}

.mobile-nav-link:hover .mobile-nav-arrow {
    color: var(--global--color-primary);
    transform: translateX(5px);
}

.mobile-nav-arrow i {
    font-size: 14px;
}

/* Mobile Submenu Styles */
.mobile-nav-item.has-submenu {
    position: relative;
}

.mobile-nav-item.has-submenu .mobile-nav-toggle {
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.mobile-submenu li:last-child {
    border-bottom: none;
}

.mobile-submenu a {
    display: block;
    padding: 10px 25px 10px 60px;
    color: var(--global--color-heading);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-submenu a::before {
    content: '›';
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--global--color-primary);
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-submenu a:hover {
    background: rgba(19, 197, 221, 0.08);
    color: var(--global--color-primary);
    padding-left: 85px;
    text-decoration: none;
}

.mobile-submenu a:hover::before {
    opacity: 1;
    left: 65px;
}

/* Rotate arrow when submenu is open */
.mobile-nav-item.active .mobile-nav-arrow i {
    transform: rotate(180deg);
}

.mobile-phone-content
/* Mobile Action Buttons */
.mobile-action-buttons {
    padding: 30px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-action-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    margin-bottom: 12px;
    border-radius: 8px 8px 0 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .mobile-action-btn:last-child {
        margin-bottom: 0;
    }

    .mobile-action-btn.primary {
        background: radial-gradient(circle at 20% 10%, #1fc1c851 0%, transparent 50%), radial-gradient(circle at 70% 60%, #1fc1c835 0%, transparent 50%);
        color: var(--global--color-heading);
        border:2px solid;
    }

    .mobile-action-btn.secondary {
        color: var(--global--color-heading);
        border: 2px solid var(--global--color-primary);
    }

    .mobile-action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(19, 197, 221, 0.3);
        text-decoration: none;
    }

    .mobile-action-btn.primary:hover {
    }

    .mobile-action-btn.secondary:hover {
        background: var(--global--color-primary);
        color: var(--global--color-white);
    }

.mobile-action-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-action-btn.secondary .mobile-action-icon {
    background: rgba(19, 197, 221, 0.1);
}

.mobile-action-btn.secondary:hover .mobile-action-icon {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-action-icon i {
    font-size: 20px;
}

.mobile-action-content {
    flex: 1;
}

.mobile-action-title {
    display: block;
    font-family: var(--global--font-heading);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.mobile-action-subtitle {
    display: block;
    font-size: 13px;
    opacity: 0.8;
}

/* Mobile Contact Info */
.mobile-contact-info {
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(19, 197, 221, 0.1);
    border: 2px solid rgba(19, 197, 221, 0.2);
    border-radius: 8px 8px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .mobile-contact-icon i {
        font-size: 18px;
        color: var(--global--color-primary);
    }

.mobile-contact-content {
    flex: 1;
}

.mobile-contact-label {
    display: block;
    font-size: 12px;
    color: var(--global--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.mobile-contact-value {
    display: block;
    color: var(--global--color-heading);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .mobile-contact-value:hover {
        color: var(--global--color-primary);
        text-decoration: none;
    }

/* Mobile Social Media */
.mobile-social-media {
    margin-top: 20px;
    padding-bottom:50px;
}

.mobile-social-title {
    font-family: var(--global--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--global--color-heading);
    margin-bottom: 15px;
    text-align: center;
}

.mobile-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mobile-social-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--global--color-white);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .mobile-social-icon::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: scale(0);
        transition: transform 0.3s ease;
    }

    .mobile-social-icon:hover::before {
        transform: scale(1);
    }

    .mobile-social-icon:hover {
        transform: translateY(-2px);
    }

    .mobile-social-icon i {
        font-size: 18px;
        position: relative;
        z-index: 1;
    }

    /* Social Media Platform Colors */
    .mobile-social-icon.facebook {
        background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
    }

    .mobile-social-icon.instagram {
        background: linear-gradient(135deg, #e4405f 0%, #f77737 50%, #ffc633 100%);
    }

    .mobile-social-icon.twitter {
        background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
    }

    .mobile-social-icon.youtube {
        background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    }

    .mobile-social-icon.linkedin {
        background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
    }



/* Responsive Design */
@media (max-width: 380px) {
    .mobile-sidebar-menu {
        width: 100%;
        right: -100%;
    }

    .mobile-sidebar-content {
        padding: 20px 0;
    }

    .mobile-nav-link {
        padding: 15px 20px;
        font-size: 15px;
    }

    .mobile-nav-icon {
        width: 35px;
        height: 35px;
    }

        .mobile-nav-icon i {
            font-size: 16px;
        }

    .mobile-action-buttons {
        padding: 20px;
    }

    .mobile-action-btn {
        padding: 15px;
    }

    .mobile-action-icon {
        width: 45px;
        height: 45px;
    }

        .mobile-action-icon i {
            font-size: 18px;
        }

    .mobile-contact-info,
    .mobile-social-media {
        padding: 20px;
    }
}

/* Hide desktop menu on mobile */
@media (max-width: 1199px) {
    .header-mobile-content {
        display: flex;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        width: 100%;
    }

    .navbar-collapse {
        display: none !important;
    }
}

/* Responsive Design for Filter */
@media (max-width: 768px) {
    .page-title .title .breadcrumb{
        line-height:unset;
    }
    .hospital-filter-section {
        padding: 20px;
    }

    .filter-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .hospital-select-wrapper {
        text-align: center;
    }

        .hospital-select-wrapper .form-label {
            text-align: center;
        }
    .page-title.page-title-3 .title .title-card{
        padding:30px
    }
    .page-title .title .title-heading h1, .page-title .title .title-heading h2{
        font-size:22px;
        margin-bottom:10px;
    }
    .page-title.page-title-3 .title .title-card .title-heading{
        margin-bottom:0
    }
    .entry-bio h2 strong, .entry-bio h2{
        font-size:18px;
        margin-bottom:15px;
    }
    .entry-bio p{
        margin-bottom:15px;
        line-height:1.5;
        font-size:14px;
    }
    
}


/* Mobile Phone Bar - Separate Section */
.mobile-phone-bar {
    background: radial-gradient(circle at 20% 10%, #1fc1c851 0%, transparent 50%), radial-gradient(circle at 70% 60%, #1fc1c835 0%, transparent 50%);
    position: relative;
    z-index: 999;
    display: none;
}

@media screen and (max-width: 991px) {

    .mobile-phone-bar {
        display: block;
    }
}

.mobile-phone-bar .mobile-actions a {
    border-radius: 8px 8px 0 8px;
    padding: 8px;
    font-size: 10px;
    color: var(--global--color-heading);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(31, 193, 200, 0.3);
}

    .mobile-phone-bar .mobile-actions a:first-child {
        margin-right: 5px;
    }

.mobile-phone-bar .mobile-phone-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.mobile-phone-bar .phone-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.mobile-phone-bar .phone-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

    .mobile-phone-bar .phone-icon i {
        font-size: 18px;
        color: var(--global--color-heading);
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.mobile-phone-bar .phone-details {
    display: flex;
    flex-direction: column;
    line-height:20px;
}

.mobile-phone-bar .phone-label {
    font-size: 11px;
    color: var(--global--color-heading);
    font-weight: 400;
}

.mobile-phone-bar .phone-number {
    font-size: 16px;
    font-weight: 500;
    color: var(--global--color-heading);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .mobile-phone-bar .phone-number:hover {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
    }

.mobile-phone-bar .phone-action {
    flex-shrink: 0;
}

.mobile-phone-bar .phone-call-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--global--color-white);
    color: var(--global--color-primary);
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

    .mobile-phone-bar .phone-call-btn:hover {
        background: transparent;
        color: var(--global--color-white);
        border-color: var(--global--color-white);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        text-decoration: none;
    }

    .mobile-phone-bar .phone-call-btn i {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    .mobile-phone-bar .phone-call-btn:hover i {
        transform: rotate(15deg);
    }

/* Mobile Phone Bar - Responsive */
@media screen and (max-width: 480px) {
    .mobile-phone-bar .mobile-phone-content {
        padding: 10px 0;
    }

    .mobile-phone-bar.phone-info {
        gap: 10px;
    }

    .mobile-phone-bar .phone-icon {
        width: 36px;
        height: 36px;
    }

        .mobile-phone-bar .phone-icon i {
            font-size: 16px;
        }

    .mobile-phone-bar .phone-number {
        font-size: 15px;
    }

    .mobile-phone-bar .phone-call-btn {
        padding: 8px 12px;
        font-size: 13px;
    }

        .mobile-phone-bar .phone-call-btn span {
            display: none;
        }

    .mobile-phone-bar .phone-call-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
        padding: 0;
    }
}

.slider-home-page {
    background: url(/assets/images/site/BANNER/Davinci/1920x800.png);
}
.slider-home-page-2 {
    background: url(/assets/images/site/BANNER/bosna/banner-1920x800.jpg);
}
.slider-home-page-3 {
    background: url(/assets/images/site/BANNER/dr/banner-1920x800.jpg);
}
.slider-home-page-4 {
    background: url(/assets/images/site/MR-LINAC-1920X800.jpg);
}

.slider-home-page-5 {
    background: url(/assets/images/site/BANNER/ingiltere/banner-1920x800.jpg);
}

/* Slider Detail Button Styles */
.slider-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 25px;
    font-family: var(--global--font-heading);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px 8px 0 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 20px;
    border: 2px solid transparent;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: var(--global--color-secondary);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

    .slider-detail-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(19, 197, 221, 0.2), transparent);
        transition: left 0.6s ease;
    }

.slider-detail-btn:hover::before {
    left: 100%;
}

.slider-detail-btn::after {
    content: '\f061';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 300;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

    .slider-detail-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
        color: var(--global--color-primary);
    }

.slider-detail-btn:hover::after {
    transform: translateX(5px);
}

/* Slider Dark için White Button */
.slider-dark .slider-detail-btn {
    background: rgba(255, 255, 255, 0.95);
    color: var(--global--color-secondary);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.slider-dark .slider-detail-btn:hover {
    background: white;
    color: var(--global--color-primary);
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.slider-dark .slider-detail-btn::before {
    background: linear-gradient(90deg, transparent, rgba(19, 197, 221, 0.2), transparent);
}


@media (max-width: 1199px) {
    .slider-detail-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
   
}

/* Laptop Landscape - 1600px */
@media (max-width: 1599px) {
    .slider .slide .slide-content .slide-headline{
        font-size:60px;
        line-height:70px;
    }
    .slider.slider-2 .slide{
        height:600px;
    }
    .slider.slider-2 .slide-content {
        padding-top: 100px;
    }
    .slider .slide .slide-content .slide-desc{
        font-size:16px;
    }

    .slider-home-page {
        background: url(/assets/images/site/BANNER/Davinci/1600x700.jpg);
    }
    .slider-home-page-2 {
        background: url(/assets/images/site/BANNER/bosna/banner-1600x700.jpg);
    }
    .slider-home-page-3 {
        background: url(/assets/images/site/BANNER/dr/banner-1600x700.jpg);
    }
    .slider-home-page-4 {
        background: url(/assets/images/site/BANNER/mrlinac/banner-1600x700.jpg);
    }
     .slider-home-page-5 {
        background: url(/assets/images/site/BANNER/ingiltere/banner-1600x700.jpg);
    }
}

/* Tablet Portrait - 1200px */
@media (max-width: 1199px) {
    .slider-home-page {
        background: url(/assets/images/site/BANNER/Davinci/1200X600.jpg);
    }
      .slider-home-page-2 {
        background: url(/assets/images/site/BANNER/bosna/banner1200x600.jpg);
    }
      .slider-home-page-3 {
        background: url(/assets/images/site/BANNER/dr/banner1200x600.jpg);
    }
    .slider-home-page-4 {
        background: url(/assets/images/site/BANNER/mrlinac/banner1200x600.jpg);
    }
     .slider-home-page-5 {
        background: url(/assets/images/site/BANNER/ingiltere/banner1200x600.jpg);
    }
    .slider.slider-2 .slide{
        height:550px;
    }
}
@media (max-width: 991px) {
    .slider.slider-2 .slide {
        height: 500px;
        padding-top:80px;
    }
    .slider .slide .slide-content .slide-headline{
        text-align:left;
        font-size:50px;
        line-height:60px;
    }
    .slider .slide .slide-content .slide-desc{
        text-align:left;
    }
    
    .slider-detail-btn {
        padding: 11px 20px;
        font-size: 13px;
    }
}

/* Mobile - 1080px */
@media (max-width: 768px) {
    .slider-home-page-5  .slide-content .slide-desc {
        display: none;
    }
    .slider-home-page {
        background: url(/assets/images/site/BANNER/Davinci/1080X1350.jpg);
    }
    .slider-home-page-2 {
        background: url(/assets/images/site/BANNER/bosna/banner-1080x1350.jpg);
    }
    .slider-home-page-3 {
        background: url(/assets/images/site/BANNER/dr/banner-1080x1350.jpg);
    }
     .slider-home-page-4 {
        background: url(/assets/images/site/BANNER/mrlinac/banner-1080x1350.jpg);
    }
     .slider-home-page-5 {
        background: url(/assets/images/site/BANNER/ingiltere/banner-1080x1350.jpg);
    }
    .slider.slider-2 .slide-content{
        padding-top:0
    }
   
    .slider .slide .slide-content .slide-headline {
        line-height: 40px;
        font-size: 40px;
    }
    .slider .slide .slide-content .slide-desc{
        font-size:14px;
        line-height:20px;
    }
    
    .slider-detail-btn {
        padding: 10px 18px;
        font-size: 12px;
        margin-top: 15px;
    }
    
    .slider-detail-btn::after {
        margin-left: 6px;
    }
    
    .features-holder .feature-panel .btn, .features-holder .feature-panel .btn span, .features-bar .features-holder .feature-panel.feature-reservation a span {
        font-size: 13px;
        font-weight: 500;
    }
        .features-holder .feature-panel .btn{
            width:unset;
        }
    .features-bar .features-holder .feature-panel{
        padding:15px;
    }
        .features-bar .features-holder .feature-panel .feature-content p {
            font-size: 12px;
            line-height: 18px;
        }
        .features-bar .features-holder .feature-panel .feature-content{
            gap:10px;
        }
    .slider .slide .slide-content .slide-list .icon {
        width: calc(25% - 10px);
        height: auto;
        gap: 0;
        padding-top: 8px;
    }
        .slider .slide .slide-content .slide-list .icon i::before{
            font-size:30px;
        }
        .slider .slide .slide-content .slide-list .icon p{
            font-size:7px;
        }
        .slider .slide .slide-content .slide-list {
            gap: 0;
            justify-content: space-between;
        }
}


.cta.cta-3{
    padding-top:0
}

/* Medical Departments Section - Modern Design */
.medical-departments-section {
    padding: 80px 0;
    overflow: visible;
}

.medical-departments-section .contact-panel {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: none;
}

.medical-departments-section .contact-card {
    padding: 30px;
}

.medical-departments-heading {
    text-align: left;
}

.medical-departments-heading .section-title {
    margin-bottom: 8px;
    line-height: 1.3;
}

.medical-departments-heading .section-desc {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}



.medical-dept-card {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    height: 180px;
}

.medical-dept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 136, 206, 0.25);
}

.medical-dept-card .card-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.medical-dept-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.medical-dept-card:hover .card-image img {
    transform: scale(1.1);
}

.medical-dept-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: background 0.4s ease;
}

.medical-dept-card:hover .card-overlay {
    background: linear-gradient(180deg, rgba(0, 136, 206, 0.3) 0%, rgba(0, 136, 206, 0.8) 100%);
}

.medical-dept-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 2;
}

.medical-dept-card .card-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.medical-dept-card:hover .card-title {
    transform: translateY(-4px);
    font-size: 15px;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .medical-dept-card {
        height: 160px;
    }
    
    .medical-departments-heading .section-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .medical-departments-section {
        padding: 60px 0;
    }
    
    .medical-dept-card {
        height: 140px;
    }
    
    .medical-dept-card .card-title {
        font-size: 13px;
    }
    
    .medical-cards-container {
        margin-top: 20px;
    }
    .family.img-fluid{
        margin-bottom:50px;
    }
}

@media (max-width: 767px) {
    .medical-dept-card {
        height: 130px;
    }
    
    .medical-dept-card .card-content {
        padding: 12px;
    }
    
    .medical-dept-card .card-title {
        font-size: 12px;
    }
    
    .medical-departments-heading .section-title {
        font-size: 20px;
    }
    
    .medical-departments-heading .section-desc {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .medical-dept-card {
        height: 120px;
    }
    
}
.family.img-fluid {
    border-radius: 32px 32px 0 32px;
    transform: translate3d(0px, 30px, 0px);
}

.slider-dark .slide-content .slide-headline, .slider-dark  .slide-content .slide-desc, .slider-dark  .slide-content .slide-list .icon i::before, .slider-dark .slide-content .slide-list .icon p {
    color: var(--global--color-heading)!important;
}

/* Hospitals Dropdown - Modern Grid Design */
#departments .hospitals-dropdown {
    min-width: 900px;
    max-width: 1200px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: none;
    background: #ffffff;
}

#departments .hospitals-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#departments .hospital-grid-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

#departments .hospital-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

#departments .hospital-grid-item:hover::before {
    left: 100%;
}

    #departments .hospital-grid-item:hover {
        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
        border-color: var(--global--color-primary);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 136, 206, 0.25);
    }

#departments .hospital-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    border-radius: 8px;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

#departments .hospital-grid-item:hover .hospital-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1) rotate(5deg);
}

#departments .hospital-icon i {
    font-size: 14px;
    color: var(--global--color-primary);
    transition: all 0.3s ease;
}

#departments .hospital-grid-item:hover .hospital-icon i {
    color: var(--global--color-primary);
}

#departments .hospital-name {
    font-family: var(--global--font-heading);
    font-size: 12px;
    font-weight: 500;
    color: var(--global--color-heading);
    line-height: 1.3;
    transition: all 0.3s ease;
}

#departments .hospital-grid-item:hover .hospital-name {
    color: var(--global--color-primary);
}

/* Responsive Design */
@media (max-width: 1400px) {
    #departments .hospital-grid-item {
        padding: 12px 14px;
    }
    #departments .hospital-name {
        font-size: 12px;
    }
}


.header .dropdown-toggle:after {
    content:unset
}

.nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: var(--global--color-white);
    border-radius: 20px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 30px;
    margin-top: 5px;
}

    .nice-select .list li {
        cursor: pointer;
        transition: 0.3s ease;
        border-radius: 8px 8px 0 8px;
        font-size: 13px;
        font-weight: 500;
        color: var(--global--color-heading);
        border-bottom: 1px solid #f8f9fa;
        transition: 0.2s ease;
    }


.custom-select-wrapper {
    position: relative;
}

.custom-select {
    margin: 0;
    line-height: 50px;
    width: 100%;
    border-radius: 8px 8px 0 8px;
    height: 60px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--global--color-heading);
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .custom-select:focus {
        outline: none;
        border: none;
        color: var(--global--color-heading);
    }

