/*header*/
.landingpage-logo {
    margin-top: 5px;
    width: 130px;
}

.landingpage-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    height: 70px;
    display: flex;
}

.landingpage-header .callus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background-color: #25D366 !important;
    color: #FFFFFF !important;
    padding: 0 !important;
    min-width: unset !important;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.landingpage-header .callus-btn:hover {
    background-color: #20BA5A !important;
    transform: scale(1.05);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto;
    margin-left: 20px;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    background-color: #FFF5F3;
    border: 1px solid #FBCDC4;
    color: #F04E30;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header-badge:hover {
    background-color: #FCE8E4;
    border-color: #F04E30;
    color: #F04E30;
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 125px !important;
    }

    .landingpage-header {
        height: auto;
        padding-bottom: 12px;
    }

    .header-container {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .landingpage-logo {
        order: 1;
    }

    .landingpage-header .callus-btn {
        order: 2;
    }

    .header-badges {
        order: 3;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        gap: 6px;
        align-items: stretch;
    }

    .header-badge {
        flex: 1;
        text-align: center;
        font-size: 10px;
        padding: 6px 4px;
        white-space: normal;
        line-height: 1.2;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

.site-copyright {
    background: #ee4f39;
    padding: 30px 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-copyright .container {
    width: 100%;
    text-align: center;
}

.footer-info {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
}

.footer-brand {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
    margin-top: 0;
}

.footer-address {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    opacity: 0.9;
    color: #ffffff !important;
}

.footer-contact {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.9;
    color: #ffffff !important;
}

.footer-contact a {
    color: #ffffff !important;
    text-decoration: underline;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.footer-contact a:hover {
    opacity: 0.8;
}

.site-copyright p.copyright-text {
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: center;
    font-size: 13px;
    margin: 15px 0 0 0;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    display: block;
}

@media screen and (max-width: 430px) {
    .callback-button-wrap p {
        width: 50px;
        min-width: 50px;
    }
}

/* --- Reset & Base --- */
.hp-hero-section {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: #F9F9F9;
}

.hp-hero-bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.hp-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-hero-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hp-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* --- Left Side: Content --- */
.hp-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 40px 20px;
}

.hp-hero-title {
    font-size: 24px;
    /* Mobile size */
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 16px;
}

.hp-hero-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    max-width: 480px;
}

.hp-hero-stats {
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hp-hero-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.hp-hero-stat-number {
    font-size: 32px;
    font-weight: 500;
    color: #DE5A3E;
    /* Orange shade from design */
}

.hp-hero-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

/* --- Right Side: Form --- */
.hp-hero-form-wrapper {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 26px 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(100% - 40px);
    max-width: 432px;
    margin: 0 auto 40px auto;
}

.hp-hero-form-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.hp-hero-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hp-hero-input-group {
    width: 100%;
}

.hp-hero-input,
.hp-hero-select {
    width: 100%;
    height: 44px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    background-color: #FFFFFF;
    outline: none;
    transition: border-color 0.3s ease;
}

.hp-hero-input::placeholder {
    color: #999999;
    font-family: Montserrat, sans-serif;
}

.hp-hero-input:focus,
.hp-hero-select:focus {
    border-color: #DE5A3E;
}

/* File Upload Box Styling */
.hp-hero-file-input {
    display: none;
}

.hp-hero-file-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: border-color 0.3s ease;
    font-family: Montserrat, sans-serif;
}

.hp-hero-file-label:hover {
    border-color: #DE5A3E;
}

.hp-hero-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Select Dropdown Arrow Wrapper */
.hp-hero-select-wrapper {
    position: relative;
}

.hp-hero-select-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allows click events to pass through to the select element underneath */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Custom Select Dropdown Styling */
.hp-hero-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 36px;
    /* Ensure space for the custom icon */
    font-family: Montserrat, sans-serif;
}

/* Phone Group Layout */
.hp-hero-phone-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hp-hero-country-code {
    display: flex;
    align-items: center;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    height: 44px;
    padding-left: 12px;
    background: #FFF;
    width: 110px;
    /* Exact width control */
    flex-shrink: 0;
}

.hp-hero-flag {
    font-size: 16px;
    line-height: 1;
}

.hp-hero-code-select {
    border: none;
    height: 100%;
    padding-left: 6px;
    padding-right: 24px;
    /* Space for custom arrow */
    background-color: transparent;
}

/* Custom country code select */
.country-select-custom {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.country-code-native-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.country-select-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    min-width: 110px;
    padding: 0 12px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #333333;
    transition: border-color 0.3s ease;
}

.country-select-trigger:hover,
.country-select-trigger:focus {
    border-color: #DE5A3E;
    outline: none;
}

.country-select-trigger-flag {
    display: block;
    flex-shrink: 0;
    border-radius: 2px;
}

.country-select-trigger-code {
    font-weight: 500;
    white-space: nowrap;
}

.country-select-chevron {
    width: 0;
    height: 0;
    margin-left: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #525252;
}

.country-select-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    width: min(320px, 100%);
    max-height: 240px;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.country-select-panel[hidden] {
    display: none;
}

.country-select-panel.is-open {
    display: block;
}

.country-select-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #333333;
}

.country-select-option:hover,
.country-select-option.is-selected {
    background: #F6F6F6;
}

.country-select-option img {
    flex-shrink: 0;
    border-radius: 2px;
}

.country-select-option-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.country-select-option-name {
    font-weight: 500;
}

.country-select-option-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666666;
    font-size: 11px;
}

.hp-hero-country-select .hp-hero-phone-input {
    flex: 1;
    min-width: 0;
}

/* Submit Button */
.hp-hero-submit-btn {
    width: 100%;
    height: 48px;
    background-color: #DE5A3E;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 4px;
    transition: background-color 0.3s ease;
    font-family: Montserrat, sans-serif;
}


@media (min-width: 1441px) {
    .hp-hero-section {
        display: flex;
        align-items: center;

        height: 444px;
    }

    .hp-hero-container {

        max-width: 1920px;
        width: 100%;

        padding: 0 4%;

        justify-content: space-between;
    }
}

/* --- Desktop Responsive (Min Width: 1024px) --- */
@media (min-width: 1024px) {

    .hp-hero-form-wrapper {
        padding: 26px 30px;
    }

    .hp-hero-section {
        /* 1440px target height */
        min-height: 444px;
        height: auto;
        padding: 0;
        display: flex;
        align-items: center;
        padding: 40px 20px;
    }

    .hp-hero-container {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding: 0 4%;
        /* Prevents sticking to edges below 1440px */
    }

    .hp-hero-content {
        position: static;
        padding: 0;
        padding-right: 40px;
    }

    .hp-hero-title {
        font-size: 32px;
        /* Exact size requested */
        max-width: 508px;
    }

    .hp-hero-stats {
        gap: 40px;
    }

    .hp-hero-form-wrapper {
        /* Exact dimensions matching the design */
        width: 362px;
        min-height: 387px;
        height: auto;
        margin: 0;
        /* Override auto margin from mobile */
        flex-shrink: 0;
    }
}

/* Extra Large Screens (Scaling gracefully up to 1920px) */
@media (min-width: 1441px) {
    .hp-hero-section {
        /* Height maintain rakhega aur center mein rahega */
        display: flex;
        justify-content: center;
    }
}

/* --- Common Section & Container Utilities --- */
.hp-common-section {
    padding: 60px 20px;
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}

.hp-common-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .hp-common-section {
        padding: 60px 4%;
    }
}

@media (min-width: 1441px) {
    .hp-common-container {
        max-width: 1920px;
    }
}

/* Common Section Header */
.hp-section-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.hp-section-title {
    font-size: 28px;
    font-weight: 600;
    color: #DE5A3E;
    font-family: Montserrat, sans-serif;
    margin: 0;
    max-width: 100%;
    line-height: 1.35;
}

.hp-section-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    margin: 0;
}

/* Timeline Wrapper */
.hp-timeline-wrapper {
    position: relative;
    width: 100%;
}

/* Progress Bar (Vertical on Mobile by default) */
.hp-timeline-progress-bar {
    position: absolute;
    top: 0px;
    bottom: 20px;
    left: 15px;
    width: 2px;
    z-index: 1;
}

.hp-timeline-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    border-left: 2px dashed #E5E5E5;
}

.hp-timeline-fill {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background-color: #DE5A3E;
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    height: 0px;
}

/* Cards Container */
.hp-timeline-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 50px;
    position: relative;
    z-index: 2;
}

/* Individual Card */
.hp-timeline-card {
    position: relative;
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.hp-timeline-card.active {
    opacity: 1;
}

/* Timeline Dot */
/* Timeline Dot */
.hp-timeline-dot {
    position: absolute;
    top: 10px;
    left: -35px;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFFFFF;
    /* Solid white background to hide the progress bar behind it */
    /* Light gray border by default */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
}

.hp-timeline-card.active .hp-timeline-dot {
    width: 20px;
    height: 20px;
    border: 1px solid #DE5A3E;
    /* Orange border when active */
}

.hp-timeline-dot-inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DCDCDC;
    /* Gray inner dot by default */
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-timeline-card.active .hp-timeline-dot .hp-timeline-dot-inner {
    width: 8px;
    height: 8px;
    background-color: #DE5A3E;
    /* Orange inner dot when active */
}

/* Card Content Details */
.hp-timeline-card-number {
    font-size: 13px;
    font-weight: 600;
    color: #DE5A3E;
    font-family: Montserrat, sans-serif;
    margin-bottom: 6px;
}

.hp-timeline-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
}

/* Two-color dash (30% orange, 70% gray) */
.hp-timeline-card-dash {
    width: 50px;
    height: 2px;
    margin-bottom: 12px;
    background: linear-gradient(to right, #DE5A3E 30%, #E5E5E5 30%);
}

.hp-timeline-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* --- Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {


    .hp-section-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 30px;
    }

    .hp-section-title {
        font-size: 32px;
        flex-shrink: 0;
        max-width: 460px;
    }

    .hp-section-subtitle {
        padding-left: 0px;
        margin-top: 10px;
        max-width: 450px;
    }

    /* Horizontal Progress Bar */
    .hp-timeline-progress-bar {
        top: 22px;
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 2px;
    }

    .hp-timeline-track {
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 2px;
        transform: translateY(-50%);
        border-left: none;
        border-bottom: 2px dashed #E5E5E5;
    }

    .hp-timeline-fill {
        top: 50%;
        left: 0;
        width: 0%;
        height: 2px;
        transform: translateY(-50%);
        transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    }

    /* Horizontal Cards Layout */
    .hp-timeline-cards {
        flex-direction: row;
        gap: 24px;
        padding-left: 0;
        margin-top: 69px;
        /* 22px bar + 47px gap = 69px top margin */
    }

    .hp-timeline-card {
        flex: 1;
        text-align: left;
    }

    /* Horizontal Dot positioning */
    .hp-timeline-dot {
        top: -47px;
        /* Exact 47px spacing from the card top */
        left: 0;
        transform: translate(-50%, -50%);
    }
}



/* --- Support / International Patients Section --- */

.hp-support-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.hp-support-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    border: 1px solid #ECECEC;
    border-radius: 16px;
    padding: 20px 24px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hp-support-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-family: Montserrat, sans-serif;
    margin-top: 0;
    margin-bottom: 0px;
}

.hp-support-card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
}

.hp-support-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hp-support-card-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-support-card-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Desktop styles for Support Section */


@media (min-width: 1024px) {
    .hp-support-cards {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        padding: 30px 34px;

    }

    .hp-support-card {
        flex: 1;
        max-width: fit-content;
        height: auto;
        min-height: auto;
    }

    .hp-support-card-title {
        font-size: 16px;
    }

    .hp-support-card-desc {
        font-size: 14px;
    }
}

/* --- Why Choose Medanta Section --- */
.hp-why-section {
    background-color: #FFFFFF;
}

.hp-why-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.hp-why-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 258px;
    border: 3px solid #ECECEC;
    border-radius: 16px;
    padding: 20px 24px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Soft layered box shadows */
    box-shadow:
        0px 13px 28px 0px #7A7A7A1A,
        0px 51px 51px 0px #7A7A7A17,
        0px 114px 69px 0px #7A7A7A0D,
        0px 203px 81px 0px #7A7A7A03,
        0px 317px 89px 0px #7A7A7A00;
}

.hp-why-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-family: Montserrat, sans-serif;
    margin-bottom: 12px;
    line-height: 1.4;
}

.hp-why-card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 70px;
}

.hp-why-card-icon-wrapper {
    position: absolute;
    bottom: 20px;
    right: 34px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #EDEDED80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-why-card-icon {
    width: auto;
    height: auto;
    max-width: 44px;
    max-height: 44px;
}

.hp-why-card-num {
    position: absolute;
    bottom: 30px;
    right: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #DE5A3E;
    font-family: Montserrat, sans-serif;
}

/* Desktop styles for Why Section */
@media (min-width: 1024px) {
    .hp-why-cards {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }

    .hp-why-card {
        flex: 1;
        max-width: 427px;
        height: auto;
        min-height: auto;
        padding: 30px 34px;
    }

    .hp-why-card-title {
        font-size: 16px;
    }

    .hp-why-card-desc {
        font-size: 14px;
    }
}



@media (min-width: 1441px) {
    .hp-why-card {
        max-width: fit-content;
    }
}

/* --- CTA Banner Section --- */
.hp-cta-section {
    background-color: #FFFFFF;
}

.hp-cta-banner {
    width: 100%;
    background: linear-gradient(90deg, #DE5A3E 0%, #FF9C87 112.65%);
    border-radius: 24px;
    padding: 30px 20px;
    /* Aligns with section grid on mobile */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* Tighter gap for stacked mobile view */
}

.hp-cta-title {
    font-size: 22px;
    /* Slightly smaller for mobile to prevent overflow */
    font-weight: 600;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    line-height: 1.35;
    margin: 0;
}

.hp-cta-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hp-cta-desc {
    font-size: 13px;
    /* Cleaner read on mobile */
    font-weight: 500;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

.hp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    background-color: #FFFFFF;
    color: #DE5A3E;
    font-size: 13px;
    /* Prevents text wrap on small mobile viewports */
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 16px;
    /* Tighter mobile padding */
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    gap: 8px;
    transition: all 0.3s ease;
    width: 100%;
    /* Spans full width for tap accessibility on mobile */
}

.hp-cta-btn:hover {
    background-color: #FFF5F3;
    transform: translateY(-2px);
}

.hp-cta-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Desktop styles for CTA Banner */
@media (min-width: 1024px) {
    .hp-cta-banner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px 53px;
        /* Exact desktop padding */
        gap: 60px;
    }

    .hp-cta-left {
        flex: 1.2;
    }

    .hp-cta-right {
        flex: 1;
        max-width: 480px;
        gap: 20px;
    }

    .hp-cta-title {
        font-size: 32px;
        max-width: 527px;
    }

    .hp-cta-desc {
        font-size: 14px;
    }

    .hp-cta-btn {
        width: auto;
        font-size: 15px;
        padding: 11px 21px;
        gap: 12px;
    }
}

.grays-clip {
    width: 50px;
    height: 50px;
    background: #ededed;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 0 0 18px;
}

.grays-clip::before,
.grays-clip::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: -21px;
    background: url(../images/new-landing/grays-clip.svg) center no-repeat;
    background-size: 100%;
}

.grays-clip::after {
    top: auto;
    bottom: -20px;
    left: auto;
    right: 0;
}

.treatments-sec {
    background: #EDEDED;
}

.treatments-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.treatments-list .treatments-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 29px 36px 20px 20px;
    position: relative;
}

.treatments-list .treatments-card .medantaxxsheading {
    margin-bottom: 6px;
}

.treatments-list .treatments-card .medantaxxsheading a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #525252;
    text-decoration: none;
}

.treatments-list .treatments-card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #525252;
    height: 63px;
    margin-bottom: 0px;
}

.treatments-list .treatments-card .treatments-btn {
    width: 68px;
    height: 68px;
    background: #EDEDED80;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* .treatments-list .treatments-card .treatments-btn:hover{background: var(--primary);}
.treatments-list .treatments-card .treatments-btn:hover svg path{stroke: #ffffff;} */

.technology-section {
    background: #f1f1f1;
}


/* ================================
   HEADING
================================ */

.technology-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.technology-section .top-heading .medantalgheading {
    width: 460px;
}

/* ================================
   MAIN GRID
================================ */

.technology-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    gap: 18px;
    align-items: stretch;
}


/* ================================
   COMMON CARD
================================ */

.tech-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.tech-image {
    overflow: hidden;
}

.tech-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* ================================
   LARGE CARDS
================================ */

.tech-card-large {
    display: flex;
    flex-direction: column;
    min-height: 314px;
}

.tech-card-large .tech-image {
    width: 100%;
    height: auto;
}

.tech-card-large .tech-content {
    padding: 30px 78px 30px 30px;
}


/* ================================
   CENTER COLUMN
================================ */

.tech-middle {
    display: flex;
    flex-direction: column;
    gap: 18px;
}


/* ================================
   HORIZONTAL CARDS
================================ */

.tech-card-horizontal {
    height: calc((100% - 18px) / 2);
    min-height: 148px;

    display: flex;
    align-items: stretch;
}

.tech-card-horizontal .tech-image {
    width: 42%;
    flex-shrink: 0;
}

.tech-card-horizontal .tech-content {
    width: 58%;
    padding: 19px 18px;
}


/* ================================
   CARD CONTENT
================================ */

.tech-content h3 {
    margin: 0 0 14px;
    color: #525252;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.tech-content p {
    margin: 0;
    color: #525252;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}


/* ================================
   LARGE CARD TEXT
================================ */

.tech-card-large .tech-content h3 {
    margin-bottom: 12px;
}

.tech-card-large .tech-content p {
    max-width: 95%;
}


/* ================================
   HOVER
================================ */

.tech-card {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.tech-card img {
    transition: transform 0.5s ease;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1200px) {
    .treatments-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {

    .technology-container {
        width: calc(100% - 40px);
    }

    .heading-left h2 {
        font-size: 26px;
    }

    .technology-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tech-middle {
        order: 3;
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tech-card-horizontal {
        height: 260px;
    }

    .tech-card img {
        height: 259px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {



    .technology-section .top-heading .medantalgheading {
        width: 100%;
    }

    /* Main cards */
    .technology-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }


    /* Large card */
    .tech-card-large {
        min-height: auto;
    }

    .tech-card-large .tech-image {
        height: auto;
    }

    .tech-card-large .tech-content {
        padding: 18px;
    }


    /* Center cards */
    .tech-middle {
        display: flex;
        flex-direction: column;
        gap: 15px;
        order: initial;
    }

    .tech-card-horizontal {
        height: auto;
        min-height: auto;
        flex-wrap: wrap;
    }

    .tech-card-horizontal .tech-image {
        width: 100%;
    }

    .tech-card-horizontal .tech-content {
        width: 100%;
        padding: 16px;
    }

    .tech-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tech-content p {
        font-size: 14px;
        line-height: 1.45;
    }



    .treatments-list {
        gap: 17px;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -20px 0 0;
    }

    .treatments-list .treatments-card {
        white-space: normal;
        flex: 0 0 calc(100% / 1.2);
        width: calc(100% / 1.2);
        border-radius: 18px;
        padding: 20px 39px 21px 24px;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .technology-container {
        width: calc(100% - 24px);
    }

    .heading-left h2 {
        font-size: 22px;
    }

}

.hp-hero-form-feedback .success_error {
    padding: 14px;
    line-height: 1.4;
    position: fixed;
    /*top: 40px;
    right: 10px;*/
    top: 62px;
    right: 157px;
    z-index: 123456;
    max-width: 280px;
}

.hp-hero-form-feedback .success_error {
    padding: 12px;
}

@media (max-width: 1024px) {
    .hp-hero-form-feedback .success_error {
        position: inherit;
        max-width: fit-content;
    }

    .hp-hero-submit-btn {
        font-size: 14px;
    }
    .hp-hero-bg-picture{position: inherit;}
    .hp-hero-form-wrapper{margin-top: 30px}
}

/* --- Mobile Sticky Bottom Bar --- */
.hp-mobile-sticky-bar {
    display: none;
}

@media (max-width: 1023px) {
    body {
        padding-bottom: 75px !important;
    }

    .hp-mobile-sticky-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        border-top: 3px solid #cc3919;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
        z-index: 99999;
        height: 65px;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        padding: 6px 0;
    }

    .hp-sticky-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none !important;
    }

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

    .hp-sticky-icon svg {
        width: 28px;
        height: 28px;
        display: block;
    }

    .hp-sticky-label {
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #cc3919;
        text-transform: capitalize;
        line-height: 1.2;
    }
}