html {
    scroll-behavior: smooth;
}
html , body {
    overflow-x: clip;
}
/* Hero Section */
.hero-layout {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-text {
    flex-basis: 55%;
    padding-right: 40px;
    position: relative;
    padding-bottom: 194px;
    margin-left: 108px;
}

.hero-text h1 {
    font-family: Inter Tight;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text h1 span {
    font-family: Inter Tight;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    margin-top: 0;
    color: #053862;
}

.hero-text p {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 120%;
}

.search-container {
    position: absolute;
    left: 0;
    width: 110%;
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 10;
}

.search-container h3 {
    margin-top: 0;
    font-weight: 600;
}

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

.search-bar input {
    flex-grow: 1;
    padding: 14px;
    border: 1px solid #ced4da;
    border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 15px;
}

.search-bar a {
    padding: 14px 25px;
    border: none;
    background-color: #0d2d52;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 15px;
}

.filters {
    display: flex;
    gap: 10px;
}

.filter-btn {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #E6EBEF;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #053258;

}

.hero-image {
    flex-basis: 45%;
    align-self: stretch;
    min-height: 500px;
}

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

/* Info Section */
.info-section {
    background-color: #F7F7F7;
    margin-top: 79px;
    padding: 60px 120px;
}

.info-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.info-icon img {
    width: 167px;
    height: 167px;
    object-fit: contain;
}

.info-text h2 {
    font-family: Inter Tight;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}


.info-text h2 span {
    color: #0056b3;
}

.info-description p {
    font-family: Inter Tight;
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #555;
}

.info-description a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

/* ------------ Responsive Design ------------ */

@media (max-width: 1400px) {
    .navbar-brand img {
        width: 40px !important;
        height: 40px !important;
    }

    .navbar-brand span {
        font-size: 30px !important;
    }

    .nav-link {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .contact-btn {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }

    .hero-text h1 {
        font-size: 45px !important;
    }

    .hero-text span {
        font-size: 21px !important;
    }

    .hero-text p {
        font-size: 15px !important;
    }

    .filter-btn {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }

    .footer-links-container {
        gap: 15px !important;
    }
}

@media (max-width: 1200px) {
    .navbar-brand img {
        width: 30px !important;
        height: 30px !important;
    }

    .navbar-brand span {
        font-size: 25px !important;
    }

    .nav-link {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .support-info span {
        font-size: 12px !important;
    }

    .support-info a {
        font-size: 12px !important;
    }

    .link-column {
        min-width: 110px !important;
    }

    .slider-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
    }

    .slider-arrow.next {
        right: -30px !important;
    }

    .slider-arrow.prev {
        left: -30px !important;
    }

    .section-header h2 {
        font-size: 40px !important;
    }

    .hero-text h1 {
        font-size: 38px !important;
    }

    .hero-text p {
        font-size: 14px !important;
    }

    .info-icon img {
        width: 140px;
        height: 140px;
        object-fit: contain;
    }

    .info-text h2 {
        font-size: 22px !important;
        font-weight: 600 !important;
    }

    .info-description p {
        font-size: 14px !important;
    }

    .filter-btn {
        font-size: 13px !important;
        padding: 7px 10px !important;
    }

}

@media (max-width: 992px) {
    .container {
        max-width: 850px !important;
    }

    .desktop-nav {
        display: none;
        /* Hide desktop nav */
    }

    .hamburger-menu {
        display: block;
        /* Show hamburger icon */
    }

    .hero-layout {
        flex-direction: column;
        padding-top: 40px !important;
    }

    .hero-text {
        flex-basis: auto;
        text-align: center;
        padding-right: 0;
        padding-bottom: 40px;
        margin: 0 auto;
    }

    .hero-image {
        width: 100%;
        margin-top: 20px;
        min-height: 300px;
    }

    .search-container {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    }

    .info-content {
        flex-direction: column;
        text-align: center;
    }

    .info-text {
        order: 1;
    }

    .info-icon {
        order: 2;
    }

    .info-description {
        order: 3;
    }

    .stat-box {
        padding: 12px 25px !important;
    }

    .stat-number {
        font-size: 24px !important;
    }

    .stat-label {
        font-size: 15px !important;
    }

    .footer-top {
        flex-direction: column !important;
    }

    .footer-links-container {
        gap: 27px !important;
    }

    .link-column {
        min-width: 150px !important;
    }

    .treatment-services {
        padding: 40px 20px !important;
        margin: 50px auto !important;
    }

    .header-text p {
        font-size: 16px !important;
    }

    .process-card h3 {
        font-size: 18px !important;
    }

    .process-card p {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 0 30px !important;
    }

    .container {
        max-width: 700px !important;
    }

    .slider-arrow.prev {
        left: -50px !important;
    }

    .slider-arrow.next {
        right: -50px !important;
    }

    .logo-grid img {
        flex: 0 1 calc(33.33% - 38px) !important;
        max-width: calc(33.33% - 38px) !important;
    }

    .footer-links-container {
        gap: 27px !important;
    }

    .link-column {
        min-width: 150px !important;
    }

    .footer-links-container {
        gap: 15px !important;
    }

    .link-column {
        min-width: 150px !important;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .destinations-section {
        margin-top: 280px !important;
    }
}

@media (max-width: 660px) {
    .container {
        max-width: 600px !important;
    }

    .slider-arrow.prev {
        left: -30px !important;
    }

    .slider-arrow.next {
        right: -30px !important;
    }

    .header-text h2 {
        font-size: 28px !important;
    }

    .header-text p {
        font-size: 13px !important;
    }

    .destinations-section {
        margin-top: 320px !important;
    }

    .section-header h2 {
        font-size: 35px !important;
    }
}

@media (max-width: 576px) {
    .slider-arrow.prev {
        display: none !important;
    }

    .slider-arrow.next {
        display: none !important;
    }

    .hero-text h1 {
        font-size: 38px;
    }

    .filters {
        flex-direction: column;
    }

    .filter-btn {
        justify-content: center;
    }

    .info-text h2 {
        font-size: 20px !important;
    }

    .section-header h2 {
        font-size: 32px !important;
    }

    .process-grid {
        grid-template-columns: 1fr !important;
    }

    .how-it-works-container {
        height: auto !important;
    }

    .destinations-section {
        margin-top: 50px !important;
    }

    .how-it-works-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .how-it-works-header .header-text {
        width: 100%;
    }

    .how-it-works-header {
        gap: 10px !important;
    }

    .learn-more-btn {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 425px) {
    .hero-section {
        padding: 0 17px !important;
    }

    .hero-text h1 {
        font-size: 30px !important;
    }

    .hero-text span {
        font-size: 30px !important;
    }

    .hero-text p {
        line-height: 160% !important;
    }

    .hero-image {
        min-height: 200px !important;
    }

    .info-section {
        padding: 20px 30px !important;
    }

    .header-text h2 {
        font-size: 24px !important;
    }

    .header-text p {
        font-size: 15px !important;
    }
}

.rounded-left-bottom {
    border-radius: 0 0 0 99px;
}

/* Treatment Services Section */
.treatment-services {
    /* padding: 80px 20px; */
    text-align: center;
    /* border-top: 2px solid #007bff;
        border-bottom: 2px solid #007bff; */
    margin: 60px auto;
}

.section-header h2 {
    font-family: Inter Tight;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
}

.section-header p {
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #565656;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
}

.treatments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.treatment-tag {
    display: inline-block;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.treatment-tag:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

/* How It Works Section */
.how-it-works-section {
    padding: 40px 0px 120px 0px;
}

.how-it-works-container {
    background-color: #0d2d52;
    color: white;
    padding: 35px;
    border-radius: 20px;
    height: 299px;
}

.how-it-works-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-text h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
    font-style: bold;
    line-height: 120%;
    letter-spacing: 0px;
}

.header-text p {
    font-family: Inter Tight;
    font-size: 18px;
    color: #e9ecef;
    max-width: 490px;
    line-height: 125%;
    font-weight: 400;
    font-style: normal;
}

.learn-more-btn {
    background-color: white;
    color: #0d2d52;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    flex-shrink: 0;
    /* Prevents the button from shrinking */
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px;
    /* This creates the overlap effect */
    position: relative;
    z-index: 5;
}

.process-card {
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    text-align: left;
}

.process-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
}

.process-card h3 {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: medium;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #343434;

}

.process-card p {
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 120%;
    letter-spacing: 0px;
}

/*=============== SLIDER & CARD STYLES (Used by both new sections) ===============*/
.destinations-section,
.explore-treatment-section {
    padding: 80px 0;
}

.destinations-section {
    background-color: #F7F7F7;
    margin-top: 170px;
}

.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    max-width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    flex: 1;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slider-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 10px;
    cursor: grab;
    user-select: none;
}

.slider-grid.active {
    cursor: grabbing;
}

.slider-grid::-webkit-scrollbar {
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prev-arrow {
    left: -20px;
}

.next-arrow {
    right: -20px;
}

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

.card-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card-title-bar h3 {
    font-family: Inter Tight;
    font-weight: 600;
    font-style: semi-bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

.rating {
    font-weight: bold;
    color: #053862;
    white-space: nowrap;
}

.rating .star {
    color: #FFC107;
    margin-right: 2px;
}

.view-all-btn {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 16px 24px;
    background-color: #053862;
    color: white;
    text-decoration: none;
    font-family: manrope;
    font-size: 18px;
    line-height: 13px;
    letter-spacing: 0px;
    font-weight: 600;
    border-radius: 6px;
}

/* Destination Card Specifics */
.destination-card {
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    width: calc(100% / 4);
}

.destination-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.count {
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0px;
}

.card-subtitle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
}

.icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-img {
    width: 40px;
    height: 23px;
    object-fit: contain;
}


.slider-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.image-loading {
    filter: blur(5px);
    transition: filter 0.3s;
}

.image-loading.loaded {
    filter: blur(0);
}

.card-details {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 25px;
    padding: 8px 12px;
    border: 1px solid #D4D4D4
}

.card-details span {
    display: flex;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: medium;
    font-size: 17px;
    line-height: 0;
    letter-spacing: 0px;
    color: #343434;
    align-items: center;
    gap: 5px;
}

.card-details svg {
    width: 16px;
    height: 16px;
    fill: #6c757d;
}

.line {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: medium;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0px;
    vertical-align: middle;
}

/* Treatment Card Specifics */
.treatment-list-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.treatment-list-slider-wrapper {
    overflow: hidden;
    flex: 1;
}

.treatment-list-slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.treatment-list-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    flex: 0 0 auto;
    width: calc(100% / 4);
    margin: 4px;
}

.treatment-list-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
  .treatment-list-card {
    width: calc(100% / 2);
  }
}

@media (max-width: 767.98px) {
  .treatment-list-card {
    width: 100%;
    margin-right: 0 !important;
  }
}

.treatment-list-slider-arrow {
    background: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    padding: 5px 10px;
}

.treatment-list-slider-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.treatment-list-location {
    align-items: center;
    color: rgb(108, 117, 125) !important;
    display: flex;
    font-size: 14px;
    margin: 0px 0px 5px;
    padding: 10px;
}
.treatment-list-card-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
    
}

.treatment-list-card-title-bar h3 a {
    font-family: "Inter Tight", "Inter Tight Fallback: Arial";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 100%;
    margin: 0px;
    color: rgb(5, 56, 98) !important;
}
.image-loading {
    filter: blur(5px);
    transition: filter 0.3s;
}

.image-loading.loaded {
    filter: blur(0);
}

.location {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}

.price {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0 0;
}

/* Responsive adjustments for new sections */
@media (max-width: 992px) {
    .slider-arrow {
        display: none;
        /* Hide arrows on tablets and mobile, rely on swipe */
    }
}

@media (max-width: 576px) {

    .destinations-section,
    .explore-treatment-section {
        padding: 60px 0;
    }

    .slider-grid {
        padding-left: 20px;
        /* Add padding to see the start of the scroll */
        padding-right: 20px;
        margin-left: -20px;
        /* Make it full-width */
        margin-right: -20px;
    }
}

/*=============== POPULAR HOSPITALS SECTION ===============*/
.popular-hospitals-section {
    padding: 80px 0;
    background-color: #F7F7F7;
}

.hospital-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    flex: 0 0 270px;
}

.hospital-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.hospital-card h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin: 0;
}

.hospital-card .location {
    font-size: 14px;
    color: #6c757d;
    margin: 8px 0 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hospital-card .location svg {
    width: 16px;
    height: 16px;
}

/*=============== BLOGS SECTION ===============*/
/* .blogs-section {
    padding: 80px 0;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.blog-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.blog-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-content a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}


@media (max-width: 992px) {
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .popular-hospitals-section {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
   .blog-detail-page .hero-title {
        font-size: 30px !important;
    }
}
.blog-detail-page .breadcrumb {
 margin: 0px !important;
 padding: 0px !important;
 align-items: center;
} */





.blogs-section {
  padding: 50px 0;
}

/* ===== Same Slider Design ===== */

.blog-slider-container {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-slider-wrapper {
  overflow: hidden;
  flex: 1;
}

.blog-slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.blog-slide {
  flex: 0 0 auto;
  width: calc(100% / 4);
  padding: 10px;
  box-sizing: border-box;
}

/* Tablet */
@media (max-width: 991.98px) {
  .blog-slide {
    width: calc(100% / 2);
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .blog-slide {
    width: 100%;
  }
}

/* ===== Card ===== */

.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-content a{
    color: rgb(0, 86, 179);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.blog-content h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #053862;
  font-weight: 600;
}

.blog-truncate-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* ===== Same Arrow Design ===== */

.blog-slider-arrow {
  background: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  padding: 5px 10px;
}

.blog-slider-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.blog-prev-arrow {
  margin-right: 10px;
}

.blog-next-arrow {
  margin-left: 10px;
}




.find-plan-section {
  max-width: 1488px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: white;
  font-family: 'Inter', Arial, sans-serif;
}

.find-plan-section .header {
  text-align: center;
  margin-bottom: 4rem;
}

.find-plan-section .header h1 {
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.2;
  color: #111;
  margin: 0;
}

.find-plan-section .subtitle {
  color: #777;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  margin-top: 0.5rem;
}

.find-plan-section .content {
  display: flex;
  gap: 4rem;
  align-items: stretch;
}

.find-plan-section .steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.find-plan-section .step-card1,
.find-plan-section .step-card {
  display: flex;
  gap: 1.25rem;
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 0.75rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.find-plan-section .step-number {
  background-color: #0f3d63;
  color: white;
  font-weight: 600;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.find-plan-section .step-content h3 {
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.4;
  color: #053862;
  margin: 0 0 0.5rem 0;
}

.find-plan-section .step-content p {
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

.find-plan-section .image-container {
  flex: 1;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 1.25rem;
}

.find-plan-section .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  transform: scale(0.9);
}

@media (min-width: 1600px) {
  .find-plan-section .content {
    gap: 6rem;
  }
}

@media (max-width: 992px) {
  .find-plan-section .content {
    flex-direction: column;
    gap: 3rem;
  }

  .find-plan-section .image-container {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .find-plan-section {
    padding: 3rem 0;
  }

  .find-plan-section .step-card1,
  .find-plan-section .step-card {
    flex-direction: column;
    padding: 1.25rem;
  }

  .find-plan-section .step-number {
    width: 3rem;
    height: 3rem;
  }

  .find-plan-section .image-container {
    height: 280px;
  }
}

.global-section {
  background: white;
  padding: 180px 0 80px;
}

.global-section .container {
  max-width: 1488px;
  margin: 0 auto;
  padding: 0 24px;
}

.global-card {
  position: relative;
  background: #053862;
  border-radius: 50px;
  padding: 220px 40px 80px;
  text-align: center;
  overflow: visible;
}

.global-card::before {
  content: "";
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 420px;
  background: white;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  z-index: 1;
}

.image-wrapper {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 350px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 44px 84px 0px #01020266;
  animation: rotateGlobe 30s linear infinite;
  transform-origin: center;
  will-change: transform;
}

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

.global-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 35px;
}

.global-content p {
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.global-content button {
  padding: 14px 32px;
  background: #ffffff;
  color: #053862;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.global-content button:hover {
  background: #e6e6e6;
}

@media (max-width: 768px) {
  .global-card {
    padding: 130px 20px 60px;
  }

  .global-card::before {
    width: 240px;
    height: 150px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .image-wrapper {
    width: 200px;
    height: 200px;
    top: -100px;
  }

  .global-content h2 {
    font-size: 28px;
  }

  .global-content p {
    font-size: 16px;
  }
}

/*=============== POPULAR HOSPITALS SECTION STYLES ===============*/
.popular-hospitals-section {
  background-color: #f8f9fa;
}

.popular-hospitals-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e2a3e;
  margin-bottom: 1rem;
}

.popular-hospitals-section .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}


.popular-hospital-card {
  flex: 0 0 calc(100% / 4 - 1rem);
  min-width: 0;
  border: none;
  border-radius: 12px;
  width: 87px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: none;
  margin: 0 0.5rem;
  
}

.popular-hospital-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-img-top-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.popular-hospital-card:hover .card-img-top {
  transform: scale(1.05);
}

.rating-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  color: #ffc107;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating-badge .star {
  color: #ffc107;
  font-size: 0.9rem;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #053862;
  margin: 10px;
}
.card-title a {
 
  color: #053862 !important;

}


.card-text {
  font-size: 0.85rem;
  line-height: 1.4;
   margin: 10px;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #1e2a3e;
  transition: all 0.2s ease;
  z-index: 10;
}

.slider-nav:hover:not(:disabled) {
  background: #1e2a3e;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.slider-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.prev-nav {
  left: 0;
}

.next-nav {
  right: 0;
}

.btn-view-all {
  padding: 10px 32px;
  border-radius: 30px;
  font-weight: 500;
  border-color: #1e2a3e;
  color: #1e2a3e;
  transition: all 0.2s ease;
}

.btn-view-all:hover {
  background-color: #1e2a3e;
  color: white;
}

@media (max-width: 992px) {
  .popular-hospitals-section .section-title {
    font-size: 1.75rem;
  }
  
  .popular-hospitals-slider-container {
    margin: 0 30px;
  }
}

@media (max-width: 768px) {
  .popular-hospitals-section .section-title {
    font-size: 1.5rem;
  }
  
  .popular-hospitals-section .section-subtitle {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
  
  .popular-hospitals-slider-container {
    margin: 0 20px;
  }
  
  .slider-nav {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .card-img-top-wrapper {
    height: 180px;
  }
}

.custom-collapse .collapse {
    visibility: unset !important;
}

.breadcrumb li {
    align-items: center !important;
}

.testimonials-section-index {
  background: #0d4a73;
  color: #fff;
}
.testimonials-section {
  background: #0d4a73;
  color: #fff;
}

.testimonials-section .testimonial-title {
  font-size: 36px;
  font-weight: bold;
}

.testimonials-section .testimonial-subtitle {
  color: #cfd8dc;
  margin-bottom: 40px;
}

.testimonials-section .testimonial-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-section .testimonial-cards {
  display: flex;
  gap: 20px;
}

.testimonials-section .testimonial-card {
  width: 280px;
  border-radius: 12px;
  padding: 25px 20px;
  background: #f5f5f5;
  color: #333;
}

.testimonials-section .testimonial-quote {
  font-size: 28px;
  color: #4caf50;
}

.testimonials-section .testimonial-text {
  font-size: 14px;
  margin: 15px 0;
}

.testimonials-section .testimonial-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 10px auto;
}

.testimonials-section .testimonial-name {
  margin-top: 10px;
  font-weight: 600;
}

.testimonials-section .nav-btn {
  position: absolute;
  background: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.testimonials-section .nav-btn.left {
  left: -60px;
}

.testimonials-section .nav-btn.right {
  right: -60px;
}

/*=============== HEADER / DROPDOWN SECTION ===============*/
header {
  border-bottom: 1px solid rgba(13, 45, 82, 0.08);
}



header .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: #053862;
}

header .navbar-brand span {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

header .logo {
  width: 38px;
  height: auto;
  transition: opacity 0.3s ease;
}

header .logo.image-loading {
  opacity: 0.5;
}

header .navbar-toggler {
  border: none;
  padding: 0.35rem 0.65rem;
}

header .navbar-toggler .bi {
  color: #053862;
}

header .navbar-nav {
  gap: 0.75rem;
}

header .nav-link {
  color: #1f2937;
  font-weight: 500;
  transition: color 0.2s ease;
}

header .nav-link:hover {
  color: #0066b3;
}

header .dropdown-wrapper {
  position: relative;
}

header .dropdown-toggle {
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: #1f2937;
  background: transparent;
  border: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

header .dropdown-toggle:hover {
  color: #0066b3;
}

header .main-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  z-index: 1050;
  padding: 0.5rem 0;
}

header .main-treatment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .treatment-item {
  position: relative;
}

header .treatment-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.50rem 1.25rem;
  color: #1f2937;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  
}

header .treatment-link:hover,
header .treatment-link.active {
  background-color: #f8fbff;
  color: #0b4f85;
}

header .treatment-item + .treatment-item .treatment-link {
  border-top: 1px solid #e5e7eb;
}

header .chevron-icon {
  font-size: 1rem;
  color: #9ca3af;
  transition: transform 0.2s ease, color 0.2s ease;
}

header .treatment-link:hover .chevron-icon {
  transform: translateX(2px);
  color: #0b4f85;
}

header .subtreatment-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  margin-left: 0.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  z-index: 1060;
}

header .subtreatment-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

header .subtreatment-list li {
  margin: 0;
}

header .subtreatment-list li + li {
  border-top: 1px solid #f1f5f9;
}

header .subtreatment-list a {
  display: block;
  padding: 0.85rem 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

header .subtreatment-list a:hover {
  background-color: #f8fbff;
  color: #0b4f85;
}

header .main-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 1.5rem;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
  border-left: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}

header .navbar-collapse {
  transition: all 0.3s ease;
}

header .navbar-collapse.show {
  display: block !important;
}

@media (max-width: 991.98px) {
  header .navbar-nav {
    width: 100%;
    gap: 0.5rem;
  }

  header .nav-item {
    width: 100%;
  }

  header .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }

  header .main-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
    border: 1px solid #e5e7eb;
  }

  header .subtreatment-dropdown {
    position: static;
    margin-left: 0;
    width: 100%;
    box-shadow: none;
    border-left: none;
    border-radius: 0 0 1rem 1rem;
  }

  header .main-dropdown-menu::before {
    display: none;
  }
}
.procedure-list-treatment-title{
    font-family: Inter Tight, "Inter Tight Fallback: Arial";
    font-weight: 500;
    letter-spacing: 0;
     color: #565656;
    font-size: 16px;
    line-height: 100%;
}
.procedure-list{
    display: flex;
    flex-direction: column;
}
  .support-info {
    text-align: left !important;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }
/* Image styling */
.card-custom img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.country-flag {
    background-color: #f0f0f0;
    border: 1px solid #e5e7eb;
    border-radius: 20%;
    flex-shrink: 0;
    height: 25px;
    margin-right: 5px;
    overflow: hidden;
    width: 30px;
}

.country-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
}
.see-all-link {
    color: #0066b3;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    transition: all .2s ease;
}

.paragraph{
     width: 100%;
    font-size: 12px;
    
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;   /* number of lines */
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
}


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

.card-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card-title-bar h3 {
    font-family: Inter Tight;
    font-weight: 600;
    font-style: semi-bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

.card-rating {
    font-weight: bold;
    color: #053862;
    white-space: nowrap;
}
.text-decoration-none{
  color: #053862;
  text-decoration: none;
}
.hospital-count {
    color: #6b7280;
    font-size: 11px;
}
.section-base {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.ambulance-request-card {
    padding: 1.5rem;
    position: sticky;
    top: 20px;
    gap: 20px;
}

.ambulance-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ambulance-card-image {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.ambulance-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.ambulance-disclaimer {
    font-size: 0.82rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0;
}

.ambulance-success {
    margin-top: 1rem;
    border-radius: 0.75rem;
    padding: 0.9rem 1rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}




/*   */


.registration-page {
  letter-spacing: 1px;
  background: transparent;
  display: flex;
  border: none;
  align-items: center;
  text-align: center;
}

.registration-card {
  text-align: center;
  width: 100%;
  background: none;
padding: 5px;
  transition: all 0.2s;
}


.page-header h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b2b4a;
  line-height: 1.2;
}

.subhead {
  margin: auto;
  margin-bottom: 10px;
}

.page-header .subhead {
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 12px;
  width: 40%;
  color: #3e5a70;
  font-weight: 400;
  margin-top: 0.4rem;
  max-width: 700px;
}

.page-header .subhead i {
  text-align: center;
  color: #0a7e8c;
  margin-right: 0.4rem;
  justify-content: center;
  display: flex;
}

.plans-grid {
  display: flex;
  justify-content: center;
  margin: 1.8rem 0 2.2rem;
}

.plan-card {
  background: none;
  border-radius: 5px;
  border: 1px solid #e4ebf3;
  padding: 2rem 2rem 2.2rem;
  flex-direction: column;
  transition:
    box-shadow 0.2s,
    border-color 0.2s,
    transform 0.15s;
  position: relative;
  width: 33%;
  padding: 2rem;
  margin-left: 20px;
}

.plan-card:hover {
  border-color: #cbd8e6;
  box-shadow: 0 16px 32px -8px rgba(10, 126, 140, 0.08);
  transform: translateY(-2px);
}

/* Card 2 - Featured */
.plan-card.featured {
  background-color: #012147;
  border-color: #012147;
  color: #ffffff;
}

.plan-card.featured .plan-title {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.plan-card.featured .plan-subtitle,
.plan-card.featured .price,
.plan-card.featured .period,
.plan-card.featured .plan-description,
.plan-card.featured .feature-list li {
  color: #ffffff;
}

.plan-card.featured .badge {
  background: #1f9479;
  color: white;
}

.plan-card.featured .btn-featured {
  background: #1f9479;
  color: #ffffff;
}

.plan-card.featured .btn-featured:hover {
  background: #166b57;
}

.plan-card.featured:hover {
  border-color: #012147;
  box-shadow: 0 20px 40px -10px rgba(1, 33, 71, 0.4);
}

.badge {
  text-align: right;
  background: #1f9479;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  padding: 8px 1rem;
  border-radius: 10px;
  display: flex;
  width: fit-content;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.plan-header {
  margin-bottom: 1.5rem;
}

.plan-title {
  background-color: #e7e8e9;
  font-size: 10px;
  width: 70px;
  margin-bottom: 25px;
  border-radius: 8px;
  padding: 0.2rem 0.6rem;
  font-weight: 700;
  color: #585b62;
  text-align: left;
  letter-spacing: -0.01em;
}

.plan-subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: #203d5e;
  margin-top: 0.1rem;
}

.plan-price {
  margin: 1rem 0 0.5rem;
  text-align: left;
}

.plan-price .price {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0b2b4a;
  letter-spacing: -0.02em;
}

.plan-price .period {
  font-size: 1rem;
  font-weight: 500;
  color: #5f7b94;
  margin-left: 0.2rem;
}

.plan-description {
  font-size: 12px;
  display: flex;
  justify-content: left;
  text-align: left;
  color: #3e5a70;
  line-height: 1.5;
  margin-top: 1.2rem;
  border-bottom: 0.5px solid #555758;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1d3b53;
}

.feature-list li:last-child {
  border-bottom: none;
}
.basic{
    padding: 20px;
}
.featured{
     padding: 20px;
}
.btn-basic {
  background: #eef3f9;
  color: #0b2b4a;
}

.btn-basic:hover {
  background: #e2eaf3;
  transform: scale(1.01);
}

.btn-featured {
  background: #0a7e8c;
  color: white;
  box-shadow: 0 6px 16px rgba(10, 126, 140, 0.25);
}

.btn-featured:hover {
  background: #086c79;
  box-shadow: 0 8px 24px rgba(10, 126, 140, 0.35);
  transform: scale(1.01);
}

.btn i {
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .registration-card {
    padding: 2rem 1.8rem;
  }

  .page-header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .registration-card {
    padding: 1.8rem 1.5rem;
  }

  .plans-grid {
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
  }

  .plan-card {
    width: 90%;
    margin-left: 0;
  }

  .page-header h1 {
    font-size: 1.8rem;
  }

  .page-header .subhead {
    font-size: 1rem;
  }

  .plan-card {
    padding: 1.8rem 1.5rem;
  }

  .plan-price .price {
    font-size: 2.2rem;
  }

  .badge {
    right: 1.2rem;
    top: -0.6rem;
    font-size: 0.65rem;
    padding: 0.2rem 1rem;
  }
}

@media (max-width: 480px) {


  .registration-card {
    padding: 1.5rem 1rem;
  }

  .page-header h1 {
    font-size: 1.5rem;
  }

  .page-header .subhead {
    font-size: 0.9rem;
  }

  .plan-title {
    font-size: 1.1rem;
  }

  .feature-list li {
    font-size: 0.88rem;
  }
}