.badge-case {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}

.bg {
    background: #f9faff;
}

/* Hero section styling */
.hero-medical {
    background: linear-gradient(90deg, #000080, #6600d3);
    color: #fff;
    padding: 80px 0;
}

.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-top: 15px;
}

.hero-form-box {
    background: #ffffff;
    border-radius: 12px;
}

.hero-form-box h4 {
    color: #000080;
    font-weight: 700;
}

.btn-primary {
    background-color: #ef4a44;
    border-color: #ef4a44;
}

.btn-primary:hover {
    background-color: #d53d37;
    border-color: #d53d37;
}

.btn-outline-light:hover {
    background: #ffffff;
    color: #000080;
}



/* About section styling */
.about-medical {
    background-color: #f8fafe;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000080;
    margin-bottom: 20px;
}

.section-title span {
    color: #ef4a44;
}

.about-text {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    color: #000080;
    font-weight: 500;
    margin-bottom: 6px;
}

.about-img {
    max-height: 380px;
    border: 5px solid #ffffff;
    border-radius: 1rem;
}

.about-list li i {
    width: 20px;
}

/* Icon color helpers */
.text-purple {
    color: #6600d3;
}

.text-primary {
    color: #ef4a44;
}

.client-card {
    transition: all 0.35s ease-in-out;
    border-radius: 15px;
    background: #ffffff;
}

.client-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.client-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
}

.client-info h5 {
    font-size: 1rem;
    color: #222;
}

.client-info a:hover {
    text-decoration: underline;
}

.section-pill {
    background: #e7f0ff;
    color: #004aad;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

.case-card {
    border-radius: 14px;
    transition: all .3s ease;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.case-points li {
    margin-bottom: 4px;
}

.icon-wrap {
    width: 58px;
    height: 58px;
    background: #004aad;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.case-link {
    font-size: 14px;
    font-weight: 600;
    color: #004aad;
    text-decoration: none;
}

.case-link:hover {
    text-decoration: underline;
}

.step-number {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 3rem;
    font-weight: 800;
    color: #ddd;
    pointer-events: none;
}

.step-number1 {
    position: absolute;
    top: 10px;
    left: -506px;
    font-size: 8rem;
    font-weight: 800;
    color: #ddd;
    pointer-events: none;
}


/* =========================
   SERVICES SECTION STYLES
========================= */

.services-medical {
    background: #f9faff;
    /* Light background for contrast */
    padding: 80px 0;
    position: relative;
}

.services-medical .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000080;
    /* Nayana main blue */
    margin-bottom: 15px;
}

.services-medical .section-title i {
    color: #ef4a44;
    /* Accent red */
}

.text-muted {
    color: #555 !important;
}

/* Service Card Styling */
.services-medical .service-card {
    border-radius: 15px;
    background: #ffffff;
    transition: 0.3s ease;
    padding: 30px 20px;
    position: relative;
}

.services-medical .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

/* Service Icon */
.services-medical .service-icon {
    font-size: 30px;
    /* color: #6600d3; */
    padding: 10px;
    transition: 0.3s ease;
}

.services-medical .service-card:hover .service-icon {
    color: #ef4a44;
    /* Icon color on hover */
}

/* Card Titles */
.services-medical .service-card h5 {
    font-size: 1.2rem;
    color: #000080;
    margin-bottom: 12px;
}

/* Card Paragraphs */
.services-medical .service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* View Details Button */
.services-medical .service-card .btn {
    background-color: #ef4a44;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 0.85rem;
    padding: 6px 14px;
}

.services-medical .service-card .btn:hover {
    background-color: #d53d37;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .services-medical .service-card {
        padding: 25px 15px;
    }
}

#branding-identity {
    background: #ffffff;
}

/* Pill Label */
.section-pill {
    display: inline-block;
    background: #ef4a44;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

/* Titles */
.section-title {
    color: #000080;
    letter-spacing: -0.3px;
}

.section-subtitle {
    color: #555;
    max-width: 760px;
    margin: auto;
}

/* Lists */
.key-list li,
.included-list li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.key-list i {
    color: #ef4a44;
    margin-right: 8px;
}

.included-list i {
    color: #6600d3;
    margin-right: 8px;
}

/* Cards */
.brand-card {
    border-radius: 14px;
    padding: 18px;
    background: #f8faff;
    border: 1px solid #e6e9f3;
    transition: all .3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.brand-card:hover {
    transform: translateY(-6px);
    border-color: #000080;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.brand-card img {
    height: 120px;
    object-fit: contain;
    margin-bottom: 12px;
}

.brand-card h6 {
    font-weight: 700;
    font-size: 15px;
    color: #000080;
}

/* Button */
.btn-view {
    display: inline-block;
    padding: 6px 14px;
    background: #000080;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.btn-view:hover {
    background: #ef4a44;
    color: #fff;
}

#healthcare-seo ul {
    list-style: none;
}

#healthcare-seo li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

#healthcare-seo li i {
    margin-right: 8px;
    color: #0d6efd;
}

.seo-card {
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    transition: .25s;
    background: #fff;
}

.seo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.seo-card img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.btn-view {
    font-size: 12px;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #0d6efd;
    transition: .25s;
}

.btn-view:hover {
    background: #0d6efd;
    color: #fff;
}

#digital-marketing ul {
    list-style: none;
}

#digital-marketing li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

#digital-marketing li i {
    margin-right: 8px;
    color: #0d6efd;
}

#crm-automation ul {
    list-style: none;
}

#crm-automation li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

#crm-automation li i {
    margin-right: 8px;
    color: #0d6efd;
}

.text-navy {
    color: #032659;
}

.service-block ul li i {
    width: 28px;
    text-align: center;
}

.service-block img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block img:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.reputation-card {
    background: #ffffff;
    transition: all 0.3s ease;
}

.reputation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.text-navy {
    color: #032659;
}

.service-block ul li i {
    width: 28px;
    text-align: center;
}

.service-block img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block img:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.social-card {
    background: #ffffff;
    transition: 0.3s ease;
}

.social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}

.text-navy {
    color: #032659;
}

.crm-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.crm-icon-box {
    padding: 28px 18px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.crm-icon-box i {
    font-size: 42px;
    margin-bottom: 12px;
    color: #005cbb;
}

.crm-icon-box p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #2d3a4a;
}

.crm-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.text-navy {
    color: #032659;
}

.crm-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.crm-icon-box {
    padding: 28px 18px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.crm-icon-box i {
    font-size: 42px;
    margin-bottom: 12px;
    color: #005cbb;
}

.crm-icon-box p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #2d3a4a;
}

.crm-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.text-navy {
    color: #032659;
}

.crm-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.crm-icon-box {
    padding: 28px 18px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.crm-icon-box i {
    font-size: 42px;
    margin-bottom: 12px;
    color: #005cbb;
}

.crm-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.why-choose-us {
    background: #ffffff;
    padding: 80px 0;
}

.why-choose-us .section-title {
    font-size: 2.3rem;
    color: #000080;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-choose-us .section-title span {
    color: #ef4a44;
}

.why-choose-us .text-muted {
    color: #555 !important;
}

.choose-card {
    border-radius: 15px;
    transition: 0.3s ease;
    background: #f9faff;
}

.choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

.choose-icon {
    font-size: 42px;
    color: #6600d3;
    transition: 0.3s ease;
}

.choose-card:hover .choose-icon {
    color: #ef4a44;
}

.choose-card h5 {
    font-size: 1.2rem;
    color: #000080;
    margin-bottom: 12px;
}

.choose-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}


/* =========================
   TESTIMONIALS / CASE STUDIES CAROUSEL STYLES
========================= */

.testimonials {
    background: #f9faff;
    padding: 80px 0;
}

.testimonials .section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #000080;
}

.testimonials .text-muted {
    color: #555 !important;
}

.case-card {
    background: #ffffff;
    border-radius: 15px;
    transition: 0.3s ease;
    padding: 30px 20px;
}

.case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

.case-card h5 {
    color: #000080;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.case-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.case-card i {
    transition: 0.3s ease;
}

.case-card:hover i {
    transform: scale(1.2);
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000080;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.glassy-form {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* icon input */
.icon-input {
    position: relative;
}

.icon-input i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
}

.icon-input input,
.icon-input textarea {
    padding-left: 45px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.icon-input textarea {
    padding-top: 12px;
}

/* textarea icon position */
.textarea-icon i {
    top: 20px;
    transform: none;
}