    @media (max-width: 991px) {
        .header-top {
            display: none !important;
        }
    }

    .header-top {
        width: 100%;
        height: 40px;
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
    }

    .header-wrap {
        display: flex;
        height: 40px;
        background: #2A77BB;
    }

    /* LEFT ORANGE */

    .header-left {
        width: 52%;
        background: #87C18E;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 2;
        position: relative;
    }

    /* RIGHT BROWN */

    .header-right {
        width: 50%;
        background: #2A77BB;
        margin-left: -60px;
        padding-left: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .header-item {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }

    .header-item i {
        font-size: 13px;
        margin-right: 12px;
    }

    .line {
        width: 1px;
        height: 24px;
        background: rgba(255, 255, 255, .35);
        margin: 0 30px;
    }

    .header-right a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }

    .header-right a:hover {
        color: #fff;
    }
    
.dropdown-menu {
    width: 400px !important;
    min-width: 400px;

    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 5px;
}


.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}


.dropdown-menu>li>a {
    display: block;
    padding: 12px 20px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;

}


.dropdown-menu>li>a:hover {
    background-color: #f4f7f6;
    color: #007bff;

    padding-left: 25px;

}

    .ng-nephro-hero-slider-section {
        overflow: hidden;
        position: relative;

    }

    .ng-nephro-hero-slider .ng-nephro-slider-item {
        position: relative;
        outline: none;
    }

    .ng-nephro-hero-slider .ng-nephro-slider-item img {
        width: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.08);
        transition: transform 6000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Smooth zooming animation effect on the active auto-sliding frame */
    .ng-nephro-hero-slider .slick-current .ng-nephro-slider-item img {
        transform: scale(1);
    }

    /* Navigation Arrows styling using your brand colors */
    .ng-nephro-hero-slider .slick-prev,
    .ng-nephro-hero-slider .slick-next {
        z-index: 10;
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .ng-nephro-hero-slider .slick-prev {
        left: 30px;
    }

    .ng-nephro-hero-slider .slick-next {
        right: 30px;
    }

    .ng-nephro-hero-slider .slick-prev:hover,
    .ng-nephro-hero-slider .slick-next:hover {
        background-color: #2A77BB;
    }

    .ng-nephro-hero-slider .slick-prev:before,
    .ng-nephro-hero-slider .slick-next:before {
        font-size: 24px;
        color: #ffffff;
        opacity: 1;
    }

    /* Customized navigation dots using your brand colors */
    .ng-nephro-hero-slider .slick-dots {
        bottom: 30px;
    }

    .ng-nephro-hero-slider .slick-dots li {
        margin: 0 6px;
    }

    .ng-nephro-hero-slider .slick-dots li button:before {
        color: #ffffff;
        font-size: 14px;
        opacity: 0.4;
        transition: all 0.3s ease;
    }

    .ng-nephro-hero-slider .slick-dots li.slick-active button:before {
        color: #87C18E;
        opacity: 1;
        transform: scale(1.3);
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .ng-nephro-hero-slider .ng-nephro-slider-item img {
            height: 400px;
        }

        .ng-nephro-hero-slider .slick-prev,
        .ng-nephro-hero-slider .slick-next {
            width: 40px;
            height: 40px;
        }
    }

    @media (max-width: 768px) {
        .ng-nephro-hero-slider .ng-nephro-slider-item img {
            height: 140px;
        }

        .ng-nephro-hero-slider .slick-prev,
        .ng-nephro-hero-slider .slick-next {
            display: none !important;
        }

        .ng-nephro-hero-slider .slick-dots {
            bottom: 15px;
        }
    }
    
.dropdown-menu>li>a:focus {
    background-color: #e9ecef;
    outline: none;
}
.premium-services-section {
    background-color: #f8fafc;
}

.premium-services-section .section-subtitle {
    display: inline-block;
    color: #87C18E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.premium-services-section .section-title {
    color: #2A77BB;
    font-weight: 800;
    font-size: 2.5rem;
}

.premium-services-section .title-separator {
    width: 60px;
    height: 4px;
    background-color: #87C18E;
    margin: 15px auto 0;
    border-radius: 2px;
}

.premium-service-card {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.premium-service-card .card-img-wrapper {
    width: 100%;
    height: 100%;
}

.premium-service-card .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-service-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(42, 119, 187, 0.95) 0%, rgba(42, 119, 187, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    padding: 35px;
    transition: background 0.4s ease;
}

.premium-service-card .card-content {
    width: 100%;
    transform: translateY(40px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-service-card .service-count {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #87C18E;
    margin-bottom: 5px;
    opacity: 0.8;
}

.premium-service-card .service-name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.premium-service-card .accent-line {
    width: 40px;
    height: 3px;
    background-color: #87C18E;
    transition: width 0.4s ease;
}

.premium-service-card .read-more-text {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.premium-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(42, 119, 187, 0.25);
}

.premium-service-card:hover .card-img-wrapper img {
    transform: scale(1.08);
}

.premium-service-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(42, 119, 187, 0.98) 0%, rgba(135, 193, 142, 0.7) 100%);
}

.premium-service-card:hover .card-content {
    transform: translateY(0);
}

.premium-service-card:hover .accent-line {
    width: 100%;
    background-color: #ffffff;
}

.premium-service-card:hover .read-more-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
    .premium-service-card {
        height: 350px;
    }

    .premium-service-card .card-content {
        transform: translateY(0);
    }

    .premium-service-card .read-more-text {
        opacity: 1;
        transform: translateY(0);
    }

    .premium-service-card .accent-line {
        width: 100%;
    }
}

                    .ng-transplant-video-container {
                        width: 100%;
                        height: 480px;
                        border-radius: 24px;
                        overflow: hidden;
                        background: radial-gradient(circle, #ffffff 0%, #f4f8fb 100%);
                        position: relative;
                        transform-style: preserve-3d;
                        animation: premiumFloat3D 8s ease-in-out infinite;
                        box-shadow: 0 20px 40px rgba(42, 119, 187, 0.08);
                        border: 2px solid rgba(42, 119, 187, 0.05);
                        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                            box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                    }

                    /* Forces the video player to render correctly across browsers */
                    .ng-transplant-video-container video {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        /* Change to 'contain' if you don't want the edges cropped */
                        display: block;
                        pointer-events: none;
                        /* Prevents user clicks from pausing the looping playback */
                    }

                    /* 3D Hover Parallax effect on video */
                    .ng-transplant-booking-section:hover .ng-transplant-video-container {
                        animation-play-state: paused;
                        transform: rotateX(8deg) rotateY(-14deg) translateZ(15px);
                        box-shadow: -20px 30px 50px rgba(42, 119, 187, 0.18);
                    }


                    @media (max-width: 991px) {
                        .ng-transplant-video-container {
                            height: 380px;
                        }
                    }
                    
.why-choose-section {
    background-color: #ffffff;
    overflow: hidden;
}

.why-choose-section .section-subtitle {
    display: inline-block;
    color: #87C18E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.why-choose-section .section-title {
    color: #2A77BB;
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
}

.why-choose-section .branding-card {
    position: relative;
    border-radius: 24px;
    background: #f4f8fb;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(42, 119, 187, 0.05);
}

.why-choose-section .branding-img {
    width: 100%;
    height: 480px;
    border-radius: 18px;
    overflow: hidden;
    background: #e2e8f0;
}

.why-choose-section .branding-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-section .branding-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, #2A77BB 0%, #1d588d 100%);
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(42, 119, 187, 0.3);
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.why-choose-section .branding-badge .badge-number {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #87C18E;
    line-height: 1;
    margin-bottom: 4px;
}

.why-choose-section .branding-badge .badge-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.why-choose-section .feature-box {
    display: flex;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    box-shadow: 1px 1px #498eaf
}

.why-choose-section .feature-icon-wrapper {
    flex-shrink: 0;
}

.feature-icon img {
    height: 60px;
}

.why-choose-section .feature-icon {
    width: 66px;
    height: 66px;
    border-radius: 10px;
    background-color: rgba(135, 193, 142, 0.12);
    color: #87C18E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.why-choose-section .feature-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.why-choose-section .feature-body h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    transition: color 0.3s ease;
}

.why-choose-section .feature-body p {
    color: #666666;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
}

.why-choose-section .feature-box:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 1px 1px #498eaf;
}

.why-choose-section .feature-box:hover .feature-icon {
    background-color: #2A77BB;
    color: #ffffff;
}

.why-choose-section .feature-box:hover .feature-body h5 {
    color: #2A77BB;
}

@media (max-width: 991px) {
    .why-choose-section .branding-card {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .why-choose-section .branding-img {
        height: 380px;
    }

    .why-choose-section .branding-badge {
        bottom: 10px;
        right: 10px;
    }
}

.ng-transplant-booking-section {
    background-color: #fcfdfe;
}

.ng-transplant-subtitle {
    display: inline-block;
    color: #87C18E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.ng-transplant-title {
    color: #2A77BB;
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
}

.ng-transplant-decor-line {
    width: 50px;
    height: 3px;
    background-color: #87C18E;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Horizontal Info Strip Styles */
.ng-transplant-info-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.ng-transplant-strip-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}

.ng-transplant-strip-block:not(:last-child) {
    border-right: 1px solid #edf2f7;
}

/* Icon box ko strictly equal aur robust banane ke liye updates */
.ng-transplant-strip-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background-color: rgba(42, 119, 187, 0.08);
    color: #2A77BB;

    /* Perfect Center Alignment Core */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* Grid ya flex layout me width ko text ke dabav se chota hone se rokne ke liye */
    flex-shrink: 0;

    font-size: 20px;
    /* Thoda optimize kiya premium standard ke liye */
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* IMPORTANT: FontAwesome icons ki intrinsic width ko fix karne ke liye */
.ng-transplant-strip-icon i {
    width: 24px;
    text-align: center;
    display: inline-block;
}

/* Pura row equal height aur clean alignment me dikhe uske liye is class ko update kare */
.ng-transplant-strip-block {
    display: flex;
    align-items: center;
    /* Icons aur text vertical center me exact barabar rahenge */
    gap: 20px;
    padding: 15px 20px;
    /* Balanced inner spacing */
    height: 100%;
    /* Agar container badha ho to sabki height equal rahegi */
    width: 100%;
}

.ng-transplant-strip-text span {
    display: block;
    font-size: 12px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ng-transplant-strip-text h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.ng-transplant-strip-block:hover .ng-transplant-strip-icon {
    background-color: #87C18E;
    color: #ffffff;
    transform: scale(1.05);
}

/* Main Form Wrapper */
.ng-transplant-form-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 45px rgba(42, 119, 187, 0.04);
}

.ng-transplant-form-intro h4 {
    color: #333333;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.ng-transplant-form-intro p {
    color: #718096;
    max-width: 700px;
    margin: 0 auto;
    font-size: 14.5px;
    line-height: 1.6;
}

/* Full-Border Input Fields Box */
.ng-transplant-input-group {
    position: relative;
}

.ng-transplant-field {
    width: 100%;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
}

.ng-transplant-input-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: transparent;
}

/* Premium Floating Label Animation with Full Borders */
.ng-transplant-field:focus~label,
.ng-transplant-field:not(:placeholder-shown)~label {
    top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #2A77BB;
    background-color: #ffffff;
    padding: 0 8px;
    transform: translateY(-50%);
}

.ng-transplant-select:valid~label {
    top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #2A77BB;
    background-color: #ffffff;
    padding: 0 8px;
    transform: translateY(-50%);
}

.ng-transplant-field:focus {
    background-color: #ffffff;
    border-color: #2A77BB;
    box-shadow: 0 0 0 4px rgba(42, 119, 187, 0.08);
}

.ng-transplant-select {
    cursor: pointer;
    appearance: none;
}

/* Form Action Buttons */
.ng-transplant-submit-btn {
    background: linear-gradient(135deg, #2A77BB 0%, #1d588d 100%);
    color: #ffffff;
    border: none;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(42, 119, 187, 0.25);
    transition: all 0.3s ease;
    display: inline-block;
}

.ng-transplant-submit-btn:hover {
    background: linear-gradient(135deg, #87C18E 0%, #68a370 100%);
    box-shadow: 0 8px 25px rgba(135, 193, 142, 0.3);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .ng-transplant-info-strip {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ng-transplant-strip-block:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #edf2f7;
        padding-bottom: 15px;
    }

    .ng-transplant-form-container {
        padding: 35px 25px;
    }
}

.tm-cta-section {
    position: relative;
    background: url('../img/banner/7.jpg') center/cover no-repeat;
    padding: 80px 20px;
    overflow: hidden;
}

/* Overlay */
.tm-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(42, 119, 187, 0.98) 0%, rgba(135, 193, 142, 0.9) 100%);
    z-index: 1;
}

/* Content */
.tm-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
    color: #fff;
}

.tm-cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.tm-cta-content p {
    font-size: 16px;
    color: white;
    opacity: 0.9;
    margin-bottom: 35px;
}

/* Buttons */
.tm-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tm-btn {
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* WhatsApp Button */
.tm-btn-whatsapp {
    background: #87c18e;
    color: #fff;
    border: 1px solid white;
}

.tm-btn-whatsapp:hover {
    color: white;
    /* border: 1px solid white; */
    background: transparent;
}

/* Call Button */
.tm-btn-call {
    background: #fff;
    color: #03246b;
}

.tm-btn-call:hover {
    background: #e6e6e6;
}

/* Responsive */
@media (max-width: 768px) {
    .tm-cta-content h2 {
        font-size: 24px;
    }
}

.gallery-items .pf-item img {
    width: 100%;
    height: 250px;
    /* ðŸ”¥ same height for all */
    object-fit: cover;
    /* image crop hoga but stretch nahi hoga */
    border-radius: 10px;
}

/* OPTIONAL: spacing improve */
.pf-item {
    padding: 8px;
}

/* HOVER EFFECT (optional premium feel) */
.effect-box {
    overflow: hidden;
    border-radius: 10px;
}

.effect-box img {
    transition: 0.4s;
}

.effect-box:hover img {
    transform: scale(1.08);
}

.tm-faq-section {
    background: #f8fbff;
}

/* Heading */
.tm-faq-heading {
    font-size: 32px;
    font-weight: 700;

}

.tm-faq-sub {
    color: #6c757d;
}

/* Accordion */
.tm-faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Button */
.tm-faq-accordion .accordion-button {
    font-weight: 600;
    color: #03246b;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Active */
.tm-faq-accordion .accordion-button:not(.collapsed) {
    background: #2A77BB;
    color: #fff;
}

/* Icon */
.tm-faq-accordion .accordion-button i {
    font-size: 18px;
}

/* Body */
.tm-faq-accordion .accordion-body {
    background: #fff;
    color: #555;
    font-size: 14px;
}

/* Remove default arrow */
.accordion-button::after {
    filter: brightness(0);
}

.tm-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.quick-services-section {
    position: relative;
    z-index: 10;
    margin-top: -80px;
    padding-bottom: 40px;
}

.quick-services-section .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    min-height: 150px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 2px solid transparent;
}

.quick-services-section .service-card .icon-box {
    font-size: 42px;
    color: #87C18E;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.icon-box img {
    height: 70px;
    width: 70px;
}

.quick-services-section .service-card h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.quick-services-section .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(42, 119, 187, 0.15);
    border-color: #2A77BB;
}

.quick-services-section .service-card:hover .icon-box {
    transform: scale(1.1);
}

.quick-services-section .service-card:hover h5 {
    color: #2A77BB;
}

.quick-services-section .service-card.featured {
    border: 3px solid #2A77BB;
    overflow: hidden;
}

.quick-services-section .service-card.featured .ribbon {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 28px;
    color: #2A77BB;
    z-index: 2;
    line-height: 1;
}

@media (min-width: 992px) {
    .quick-services-section .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px) {
    .quick-services-section {
        margin-top: -30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.doctor-profile-section {
    background-color: #fbfdfc;
}

.doctor-profile-section .img-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(42, 119, 187, 0.12);
    border: 4px solid #ffffff;
}

.doctor-profile-section .img-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.doctor-profile-section .img-box:hover img {
    transform: scale(1.04);
}

.doctor-profile-section .subtitle {
    display: inline-block;
    background-color: rgba(135, 193, 142, 0.15);
    color: #4c8a53;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.doctor-profile-section .doc-name {
    color: #2A77BB;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
}

.doctor-profile-section .doc-designation {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    border-left: 3px solid #87C18E;
    padding-left: 12px;
}

.doctor-profile-section .doc-qualifications {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    background-color: #f4f8fb;
    padding: 12px 16px;
    border-radius: 8px;
}

.doctor-profile-section .doc-desc {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

.doctor-profile-section .btn-profile-more {
    background-color: #2A77BB;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 50px;
    border: 2px solid #2A77BB;
    box-shadow: 0 4px 15px rgba(42, 119, 187, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.doctor-profile-section .btn-profile-more:hover {
    background-color: #87C18E;
    border-color: #87C18E;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(135, 193, 142, 0.4);
    transform: translateY(-2px);
}

    .kdy-eval-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
}

.kdy-eval-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a77bb;
  margin-bottom: 0.5rem;
}

.kdy-eval-subtitle {
  color: #4a5568;
  font-size: 0.98rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.kdy-eval-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.kdy-eval-card {
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  border-bottom: 3px solid rgba(135, 193, 142, 0.3);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  transition: all 0.25s ease;
}

.kdy-eval-card:hover {
  border-bottom-color: #2a77bb;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(42, 119, 187, 0.08);
  transform: translateY(-3px);
}

.kdy-eval-icon-box {
  width: 44px;
  height: 44px;
  background-color: rgba(135, 193, 142, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.kdy-eval-card:hover .kdy-eval-icon-box {
  background-color: #2a77bb;
}

.kdy-eval-icon-box i {
  color: #87C18E;
  font-size: 1.25rem;
  transition: all 0.25s ease;
}

.kdy-eval-card:hover .kdy-eval-icon-box i {
  color: #ffffff;
}

.kdy-eval-content h3 {
  font-size: 0.98rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
  line-height: 1.4;
}

    .kdy-benefits-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
}

.kdy-benefits-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a77bb;
  margin-bottom: 2rem;
}

.kdy-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.kdy-benefit-card {
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  border-bottom: 3px solid rgba(135, 193, 142, 0.3);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  transition: all 0.25s ease;
}

.kdy-benefit-card:hover {
  border-bottom-color: #2a77bb;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(42, 119, 187, 0.08);
  transform: translateY(-3px);
}

.kdy-card-icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: rgba(135, 193, 142, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.kdy-benefit-card:hover .kdy-card-icon-wrapper {
  background-color: #2a77bb;
}

.kdy-card-icon-wrapper i {
  color: #87C18E;
  font-size: 1.25rem;
  transition: all 0.25s ease;
}

.kdy-benefit-card:hover .kdy-card-icon-wrapper i {
  color: #ffffff;
}

.kdy-card-content h3 {
  font-size: 0.98rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
  line-height: 1.4;
}

    .kdy-eligibility-section{
    padding:60px 0;
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.kdy-section-heading{
    font-size:1.75rem;
    font-weight:700;
    color: #2a77bb;
    margin-bottom:12px;
}

.kdy-section-desc{
    max-width:650px;
    color:#6c757d;
    font-size:16px;
    margin-bottom:35px;
}

.kdy-grid-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    gap:20px;
}

.kdy-icon-box{
    display:flex;
    align-items:center;
    gap:16px;
    background:#fff;
    border-radius:16px;
    padding:18px 20px;
    border:1px solid #e6eef9;
    border-left:5px solid #2a77bb;
    box-shadow:0 10px 25px rgba(11,94,215,.08);
    transition:all .35s ease;
}

.kdy-icon-box:hover{
    transform:translateY(-6px);
    border-left-color:#87C18E;
    box-shadow:0 18px 35px rgba(11,94,215,.15);
}

.kdy-icon-box i{
    width:40px;
    height:40px;
    min-width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#afd4f5;
    color:#2a77bb;
    border-radius:50%;
    font-size:15px;
    box-shadow:0 8px 18px rgba(11,94,215,.25);
}

.kdy-icon-box span{
    color:#1f2937;
    font-size:15px;
    font-weight:600;
    line-height:1.5;
}

@media (max-width:768px){

.kdy-eligibility-section{
    padding:40px 0;
}

.kdy-section-heading{
    font-size:28px;
}

.kdy-grid-container{
    gap:15px;
}

.kdy-icon-box{
    padding:15px;
}

.kdy-icon-box i{
    width:42px;
    height:42px;
    min-width:42px;
    font-size:16px;
}

}

    .kdy-info-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.kdy-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a77bb;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.kdy-sub-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2d3748;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.kdy-text-para {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.kdy-highlight-para {
  border-left: 3px solid #87C18E;
  padding-left: 12px;
}

.kdy-image-wrapper {
  position: relative;
  height: 100%;
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
}

.kdy-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

    .premium-transplant-banner{
    background: #2A77BB;

    overflow:hidden;
    position:relative;
    box-shadow:0 18px 45px rgba(10,76,181,.22);
}

.premium-transplant-banner::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

.premium-transplant-banner::after{
    content:"";
    position:absolute;
    bottom:-120px;
    left:-100px;
    width:320px;
    height:320px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.premium-transplant-banner .row{
    position:relative;
    z-index:2;
}

.banner-badge{
    display:inline-flex;
    align-items:center;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    backdrop-filter:blur(10px);
}

.banner-heading{
    color:#fff;
    font-size:32px;
    font-weight:700;
    line-height:1.3;
}

.banner-desc{
    color:rgba(255,255,255,.92);
    font-size:15px;
    line-height:1.8;
}

.banner-desc strong{
    color:#ffd86b;
}


.btn-prime{
    background:#fff;
    color:#0b5ed7;
    border:2px solid #fff;
    padding:12px 28px;
    font-weight:700;
    transition:.35s;
}

.btn-prime:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
}
.banner-media-box{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}


.btn-second{
    background:transparent;
    color:#fff;
    border:2px solid rgba(255,255,255,.8);
    padding:12px 28px;
    font-weight:700;
    transition:.35s;
}

.btn-second:hover{
    background:#fff;
    color:#0b5ed7;
}

.banner-media-box{
    height:100%;
    width: 100%;
    position:relative;
}

.banner-media-box::before{
    content:"";
    position:absolute;
    inset:0;
    
    z-index:1;
}

.banner-media-box img{
    width:100%;
    height:250px;
    border-radius: 5px;
    object-fit:cover;
    transition:.5s;
}

.banner-media-box img:hover{
    transform:scale(1.05);
}

@media(max-width:767px){

.banner-heading{
    font-size:24px;
}

.banner-desc{
    font-size:14px;
}
}
    .kdy-stages-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f8fbff;
}

.kdy-stages-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a77bb;
  margin-bottom: 2rem;
}

.kdy-stages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
}

.kdy-stage-card {
  background-color: #ffff;
  border-top: 4px solid #87C18E;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
}

.kdy-stage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(42, 119, 187, 0.08);
}

.kdy-stage-critical {
  border-top-color: #2a77bb;
  background-gradient: linear-gradient(180deg, #f8fafc 0%, rgba(42, 119, 187, 0.02) 100%);
}

.kdy-stage-header {
  margin-bottom: 1rem;
}

.kdy-stage-badge {
  display: inline-block;
  background-color: rgba(42, 119, 187, 0.1);
  color: #2a77bb;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.kdy-stage-card:hover .kdy-stage-badge {
  background-color: #2a77bb;
  color: #ffffff;
  transition: all 0.25s ease;
}

.kdy-stage-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.kdy-stage-body p {
  font-size: 0.9rem;
  color: #5a6578;
  margin: 0;
  line-height: 1.45;
}

    .medical-thesis-container {
    background-color: #f8f9fa;
    padding: 50px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thesis-main-title {
    color: #2a77bb;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}


.thesis-premium-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thesis-premium-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.thesis-icon-shield {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2a77bb, #87C18E);
    color: white;
    font-size: 1.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.thesis-body-shield {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.thesis-meta-badge {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #87C18E;
    margin-bottom: 6px;
}

.thesis-body-shield h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.thesis-title-box {
    background-color: #f8fafc;
    border-left: 4px solid #2a77bb;
    border-radius: 4px 12px 12px 4px;
    padding: 20px;
}

.title-label-tag {
    font-size: 0.8rem;
    font-weight: 700;
    background-color: rgba(42, 119, 187, 0.1);
    color: #2a77bb;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.title-main-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 576px) {
    .thesis-main-title {
        font-size: 1.8rem;
    }
    .thesis-premium-panel {
        padding: 20px;
        gap: 20px;
    }
    .thesis-icon-shield {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
    }
    .thesis-body-shield h3 {
        font-size: 1.15rem;
        margin-bottom: 14px;
    }
    .thesis-title-box {
        padding: 14px;
    }
    .title-main-text {
        font-size: 1rem;
    }
}

    .medical-publications-grid {
    background-color: #f8f9fa;
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pub-main-title {
    color: #2a77bb;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.pub-title-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2a77bb, #87C18E);
    margin: 0 auto;
    border-radius: 10px;
}

.pub-inline-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pub-inline-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.highlight-award-border {
    border: 1.5px solid rgba(212, 175, 55, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(212, 175, 55, 0.02));
}

.pub-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.p-blue {
    background-color: rgba(42, 119, 187, 0.1);
    color: #2a77bb;
}

.p-green {
    background-color: rgba(135, 193, 142, 0.15);
    color: #3b7a42;
}

.p-gold {
    background-color: rgba(212, 175, 55, 0.15);
    color: #b8860b;
}

.pub-details-holder {
    display: flex;
    flex-direction: column;
}

.pub-meta-tag {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.tag-blue { color: #2a77bb; }
.tag-green { color: #3b7a42; }
.tag-gold { color: #b8860b; }

.pub-details-holder h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.pub-details-holder p {
    font-size: 1rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 576px) {
    .pub-main-title {
        font-size: 1.8rem;
    }
    .pub-inline-wrapper {
        padding: 16px;
        gap: 14px;
    }
    .pub-icon-holder {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
        border-radius: 8px;
    }
    .pub-details-holder h3 {
        font-size: 1.1rem;
    }
    .pub-details-holder p {
        font-size: 0.92rem;
    }
}

    .medical-achievements-showcase {
    background-color: #f8f9fa;
    padding: 50px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.showcase-heading {
    color: #2a77bb;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.showcase-heading-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2a77bb, #87C18E);
    margin: 0 auto;
    border-radius: 10px;
}

.achieve-premium-inline-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achieve-premium-inline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.achieve-icon-frame {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.frame-blue {
    background-color: rgba(42, 119, 187, 0.1);
    color: #2a77bb;
}

.frame-green {
    background-color: rgba(135, 193, 142, 0.15);
    color: #3b7a42;
}

.achieve-text-frame {
    display: flex;
    flex-direction: column;
}

.achieve-meta {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.meta-blue { color: #2a77bb; }
.meta-green { color: #3b7a42; }

.achieve-text-frame h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.achieve-text-frame p {
    font-size: 1.05rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 576px) {
    .showcase-heading {
        font-size: 1.8rem;
    }
    .achieve-premium-inline-card {
        padding: 16px;
        gap: 16px;
    }
    .achieve-icon-frame {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        border-radius: 10px;
    }
    .achieve-text-frame h3 {
        font-size: 1.25rem;
    }
    .achieve-text-frame p {
        font-size: 0.95rem;
    }
}

    .medical-memberships-section {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.main-heading {
    color: #2a77bb;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}


.membership-inline-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.membership-inline-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.membership-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.blue-zone {
    background-color: rgba(42, 119, 187, 0.1);
    color: #2a77bb;
}

.green-zone {
    background-color: rgba(135, 193, 142, 0.15);
    color: #3b7a42;
}

.membership-info {
    display: flex;
    flex-direction: column;
}

.membership-info h3 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #87C18E;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 2px 0;
}

.membership-info p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 1.8rem;
    }
    .membership-inline-card {
        padding: 12px 16px;
        gap: 14px;
    }
    .membership-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        border-radius: 8px;
    }
    .membership-info h3 {
        font-size: 0.72rem;
    }
    .membership-info p {
        font-size: 0.98rem;
    }
}

    .appointment-section {
    background-color: #f8f9fa; 
    padding: 60px 0; 
    min-height: 100vh; 
    display: flex; 
    align-items: center; 
}

.appointment-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.form-header {
    background: linear-gradient(135deg, #2a77bb, #87C18E);
    color: white;
    padding: 30px;
    text-align: center;
}

.form-header h2 { 
    font-weight: 700; 
    margin-bottom: 5px; 
}

.form-header p {
    color: rgba(255, 255, 255, 0.8);
}

.form-body { 
    padding: 40px; 
}

.form-label { 
    font-weight: 600; 
    color: #495057; 
}

.form-control {
    border: 2px solid #e9ecef;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #87C18E;
    box-shadow: 0 0 0 0.25rem rgba(135, 193, 142, 0.25);
    outline: none;
}

.btn-submit {
    background-color: #2a77bb;
    border: none;
    color: white;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #1e5c94;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 119, 187, 0.3);
}


    .medical-badges-section {
    background-color: #f8f9fa;
    padding: 40px 0;

}

.main-heading {
    color: #2a77bb;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}


.premium-badge-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-badge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.badge-icon-layer {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.blue-zone {
    background-color: rgba(42, 119, 187, 0.1);
    color: #2a77bb;
}

.green-zone {
    background-color: rgba(135, 193, 142, 0.15);
    color: #3b7a42;
}

.badge-content-layer {
    display: flex;
    flex-direction: column;
}

.meta-tag {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.blue-text { color: #2a77bb; }
.green-text { color: #3b7a42; }

.badge-content-layer h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.badge-content-layer p {
    font-size: 1.05rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
}

.honor-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.panel-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #2a77bb, #87C18E);
    color: white;
    font-size: 1.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.panel-details h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.honor-badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.honor-pill {
    font-size: 0.95rem;
    font-weight: 700;
    background-color: #f7fafc;
    color: #2d3748;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    letter-spacing: 0.5px;
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 1.8rem;
    }
    .premium-badge-card {
        padding: 16px;
        gap: 16px;
    }
    .badge-icon-layer {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        border-radius: 10px;
    }
    .badge-content-layer h3 {
        font-size: 1.25rem;
    }
    .badge-content-layer p {
        font-size: 0.95rem;
    }
    .honor-panel {
        padding: 16px;
        gap: 16px;
    }
    .panel-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }
    .panel-details h3 {
        font-size: 1.25rem;
    }
    .honor-pill {
        font-size: 0.85rem;
        padding: 4px 12px;
    }
}

