@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: "Noto Serif", serif;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Inter', sans-serif; */
    /* font-family: 'Manrope', sans-serif; */
    /* font-family: 'Plus Jakarta Sans', sans-serif; */
    /* font-family: 'Outfit', sans-serif; */
    font-size: 15px;
    font-weight: 500;
    background: #FFFFFF;
    color: #000;
}
.btn {
    font-size: 1.2rem !important;
}

/****** Heading navbar *********/
/* Main dropdown */
.nav-item.dropdown {
    position: relative;
}

/* Show first dropdown on hover */
.nav-item.dropdown:hover .main-dropdown {
    display: block;
    margin-top: 0;
}

/* HMIS parent */
.submenu-parent {
    position: relative;
}

/* Hide submenu initially */
.submenu-dropdown {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
}

/* Show submenu on HMIS hover */
.submenu-parent:hover>.submenu-dropdown {
    display: block !important;
}

/* Optional styling */
.dropdown-menu {
    border-radius: 10px;
    padding: 10px;
    min-width: 220px;
}

.dropdown-item:hover {
    background: transparent;
    color: #ff6600;
    transform: translateX(5px);
}

.nav-link {
    font-weight: 500;
    margin: 0 24px;
    font-size: 16px;
}

.book-demo-btn {
    background: #0d6efd;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
}

.book-demo-btn:hover {
    background: #084298;
    color: white;
}

/* Hover Dropdown */
@media(min-width:992px) {

    .mega-dropdown:hover .dropdown-menu,
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Mobile */
@media(max-width:991px) {

    .mega-menu {
        width: 100%;
        transform: none;
        left: 0;
    }

    .mega-menu .row>div {
        margin-bottom: 20px;
    }
}

.navbar-light .navbar-text {
    color: rgb(0 0 0 / 64%);
}

/* .second-navbar{
    margin-top: 39px;
} */
.container-topHead {
    display: inline-block !important;
    text-align: center;
}

.nav-logo {
    width: 100%;
    height: 80px;
}

.nav-link {
    padding-right: 38px !important;
}

/* .nav-link {
    padding: 1.3rem 1rem;
} */

.nav-link {
    padding: 1rem 0.1rem !important;
}

.modal-header {
    color: #fff;
    background: #1a385b;
}
.btn-close{
    opacity: 1; 
    filter: brightness(0) invert(1);
}
.sol-icons {
    max-width: 100%;
    filter: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: rgb(63, 81, 181);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(248, 249, 250);
    border-image: initial;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 12px;
}

.enterprise-hmis-btn:hover {
    padding: 1.3rem 1rem;
    background-image: url('../images/enterprise-hmis-overlay.png') !important;
    background-repeat: no-repeat !important;
    background-size: 327px 200px !important;
    border-bottom: 4px solid rgb(32, 83, 147) !important;
}

.enterprise-hmis-btn .p2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0;
}

.enterprise-hmis-btn:hover .p2 {
    opacity: 1;
    max-height: 100px;
    padding-top: 12px;
}

.white-space-nowrap {
    white-space: nowrap;
}

p {
    color: #504f4f;
    line-height: 1.7;
}

.btn:hover {
    color: #eeecea;
}

.free-consultation-btn {
    background: #3470b7;
    color: #fff;
    border-radius: 22px;
    padding: 0.775rem .95rem;
}

.book-demo-btn {
    background: #3470b7;
    color: #fff;
    border-radius: 22px;
}

/***** Home section *****/

.banner-bg {
    background: url('../images/banner.png') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    margin-top: 90px;
    padding: 44px 0;
}

.left-content h1 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
}

.font-weight-800 {
    font-weight: 800;
}

.text-orange {
    color: #f36f28;
}

.text-blue {
    color: #3470b7;
}

.left-content p {
    color: #504f4f;
    line-height: 1.7;
}

.right-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.right-content img {
    width: 100%;
    max-width: 650px;
    border-radius: 24px;
    /* transform: rotate(4deg) skewY(-2deg); */
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    /* transition: all 0.4s ease; */
}

/* .right-content img:hover {
    transform: rotate(-2deg) skewY(1deg) scale(1.02);
} */

/***** Unified Solutions for Every Provider *****/
.unified-solutions {
    padding: 60px 0;
}

.div-center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.primary-symptoms-btn {
    color: #0d6efd;

}

.primary-symptoms-btn p {
    color: #504f4f;
    margin-left: 28px;
}

.primary-symptoms-btn {
    color: #000;
    font-weight: 600;
}

.primary-symptoms-btn.active {
    color: #205393 !important;
    background-color: #edf2fa !important;
    font-weight: 600;
}

.primary-symptoms-btn.active p {
    color: #205393 !important;
}

.nav-pills .nav-link {
    text-align: start;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #205393;
    border-radius: .25rem;
    border-radius: 16px;
    margin-bottom: 23px;
}

.osteoarthritis {
    position: relative;
    top: 14px;
    left: -4px;
}

i.fa.fa-arrow-right {
    position: absolute;
    left: 365px;
    margin-top: 4px;
}

.diagnostic-content {
    border: 1px solid #e4e4e4;
    padding: 14px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.potential-Diagnosis {
    font-size: 12px;
    color: #205393;
    letter-spacing: 2.1px;
    background: #edf2fa;
    border-radius: 12px;
    font-weight: 600;
    padding: 0px 8px;
}

.display-flex {
    display: flex;
}

.display-inline {
    display: inline;
}

.diagnostic-content h2 {
    color: #205393;
}

.diagnostic-content-detail {
    background: #edf2fa;
    padding: 12px 6px 2px 12px;
    border-radius: 16px;
}

.diagnostic-content-detail p {
    color: #000;
    font-size: 15px;
    font-style: italic;
}

.book-appoint-btn {
    background: #205393;
    color: #fff;
    border-radius: 22px;
    width: 50%;
    margin: auto;
}

.border-radius-52px {
    border-radius: 52px;
}

.w-32 {
    width: 33%;
}

/***** Go Paperless to Accelerate Efficiency Across Your Hospital *****/

.go-paperless {
    background-color: #11172b;
}

.stats-wrapper {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-card {
    width: 200px;
    height: 235px;
    background: rgba(11, 22, 55, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 10px 30px rgba(0, 0, 0, 0.35);
    padding: 20px 0;
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.12);
}

/* Progress Ring */
.progress-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.progress-ring::before {
    content: '';
    position: absolute;
    inset: 6px;
    background: #0a1637;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.04);
}

.progress-ring .inner-icon {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111f47;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
}

/* Blue */
.blue {
    background:
        conic-gradient(#2d7cff 0% 85%, rgba(255, 255, 255, 0.08) 85% 100%);
}

/* Orange */
.orange {
    background:
        conic-gradient(#ff7a1a 0% 92%, rgba(255, 255, 255, 0.08) 92% 100%);
}

/* Green */
.green {
    background:
        conic-gradient(#1dd65f 0% 100%, rgba(255, 255, 255, 0.08) 100% 100%);
}

.percentage {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.signs {
    font-size: 38px;
    font-weight: 900;
}

.title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.about-title{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subtitle {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
}

/* Simple Icon Cards */
.simple-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 26px;
    color: #fff;
}

.icon-blue {
    background: rgba(52, 110, 255, 0.2);
    color: #4d8dff;
}

.icon-green {
    background: rgba(29, 214, 95, 0.18);
    color: #1dd65f;
}

@media(max-width:768px) {
    .stat-card {
        width: 100%;
        max-width: 320px;
    }
}


.claim-auto-box {
    width: 100%;
    background: #fff;
    padding: 14px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 0 -0.125rem 0.5rem #b8beba63;
    border-radius: 12px;
}

.claim-auto-box:hover{
 /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.claim-auto-box:hover .box_icons i {
    color: #fff;
    background-color: #3059ee;
}

/* .claim-auto-box:hover {
    box-shadow: #3F51B5 0px 0px 3px 0px;
} */

.claim-auto-box:hover::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #3059ee;
    content: '';
}

.box-icons i {
    /* max-width: 100%; */
    filter: none;
    border: 1px solid #f8f9fa;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: #3F51B5;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-13 {
    font-size: 13px;
}

.causes-sec {
    padding: 60px 0;
}

.carousel-inner {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 24px;
}

.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: relative;
}

.quote-icon {
    font-size: 50px;
    color: #0d6efd;
    line-height: 1;
    margin-bottom: 15px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.stars {
    color: #ffb400;
    font-size: 18px;
}

.rating-text {
    font-weight: 600;
    color: #666;
}

.testimonial-text {
    font-size: 22px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-weight: 700;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.designation {
    color: #777;
    font-size: 14px;
}

.company {
    color: #0d6efd;
    font-weight: 600;
    font-size: 14px;
}

@media(max-width:600px) {

    .testimonial-card {
        width: 100%;
        padding: 28px;
    }

    .testimonial-text {
        font-size: 26px;
    }

    .rating-text {
        font-size: 18px;
    }

    .quote-icon {
        font-size: 70px;
    }

}

/* Real-World Success Stories */

.success-stories {
    background-color: #f5fafb;
}

.caseStudy {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.caseStudy-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.5s ease forwards;
}

.caseStudy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.caseStudy-item > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.caseStudy-item:hover > img {
    transform: scale(1.05);
}

.item-info {
    padding: 15px;
    background-color: white;
}

.item-info h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #2c3e50;
}

.item-info p {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.text-right {
    text-align: right;
}

.empowering-healthcare {
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #7f8c8d;
}

@media (max-width: 834px) {
    .caseStudy {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .sliding {
        width: 100%;
        height: 53vh;
    }

    .slide1:checked~.images {
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .caseStudy {
        grid-template-columns: 1fr;
    }

    .tab {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .header h1 {
        font-size: 32px;
    }

    .case-study-section img {
        width: 100%;
    }
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.footer-logo span {
    font-size: 32px;
    font-weight: 700;
    color: #2156d9;
}

.footer-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 420px;
    margin-bottom: 35px;
}

.social-icons {
    display: flex;
    gap: 18px;
}

.social-icons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
    font-size: 22px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #2156d9;
    color: #fff;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 35px;
    color: #fff;
    margin-left: 28px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 18px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ffffffb5;
    font-size: 15px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #2156d9;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-item i {
    color: #2156d9;
    font-size: 24px;
    margin-top: 6px;
}

.contact-item span {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.footer-bottom {
    margin-top: 60px;
    padding: 30px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: 0.3s;
}

.footer-bottom-links a:hover {
    color: #2156d9;
}

.footer-section {
    background-color: #07134e;
    padding-top: 80px;
}

@media (max-width: 768px) {

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* Responsive */
@media (max-width: 992px) {

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-section {
        padding: 60px 0;
    }
}

/***** HMIS Page design start here *****/

.section-padding {
    padding: 60px 0;
}

.key-challenges {
    background-color: #07134e;
    border-radius: 22px;
    padding: 40px;
}

.challenges-sub-section {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    min-height: 400px;
}

.challengesIcon {
    background: #f5fafb;
    padding: 8px;
    border: 1px solid #e8eff1;
    border-radius: 6px;
}

.challenges-sub-section:hover .challengesIcon {
    background: #f36f28;
    color: #fff;

}

.key-text {
    color: #7c7979;
    letter-spacing: 3.2px;
}

.orange-divider {
    width: 30%;
    background-color: #f36f28;
    height: 0.7vh;
}

.solution-sub-section {
    border-left: 4px solid #f3712b;
    padding: 12px;
    background-color: #f36f2812;
}

.digital-simulation {
    background-color: #3470b7;
}

.video-section {
    background-color: #224c7d;
    height: 60vh;
}

.hospital-capacity-section {
    /* background-color: #032043; */
    background: url('../images/hmis/free-demo-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.text-gray {
    color: #ffffff94;
}

/* tab section */

.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e4e8;
    padding-bottom: 10px;
}

.tab {
    padding: 12px 24px;
    margin: 0 5px 10px;
    background: none;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #7f8c8d;
}

.tab:hover {
    background-color: #e9ecef;
    color: #495057;
}

.tab.active {
    background-color: #3498db;
    color: white;
}

.upgrade {
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    padding: 22px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

/***** HMIS Page design end here *****/

/***** About section start here *****/

.list-style-none {
    list-style: none;
}

.warning-btn {
    background: #f36f28;
    color: #fff;
    border-radius: 22px;
    padding: 10px 20px;
}

.box-section {
    background-color: #011a38;
    border-radius: 36px;
    padding: 28px;
}

.icon-box {
    background-color: #f36f28;
    width: 30px;
    padding: 12px;
    border-radius: 12px;
    font-size: 24px;
}

/***** About section end here *****/

/***** Contact-us section start here *****/

.contact-info,
.send-msg {
    border: 1px solid #e4e4e4;
    padding: 12px;
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.tele-icon {
    padding: 8px;
    border-radius: 12px;
    background-color: #3470b682;
    color: #3470b6;
}

.bi-telephone::before {
    content: "\f5c1";
    font-weight: bolder !important;
}

.email-icon {
    padding: 8px;
    border-radius: 12px;
    background-color: #f36f2863;
    color: #f36f28;
}

.bi-envelope::before {
    content: "\f32f";
    font-weight: bolder !important;
}

.bi-geo-alt::before {
    content: "\f3e8";
    font-weight: bolder !important;
}

.bi-clock::before {
    content: "\f293";
    font-weight: bolder !important;
}

/***** Contact-us section end here *****/

/***** ipd-management section start here *****/

.header-line {
    width: 200px;
    height: 4px;
    background-color: #f46f28;
    text-align: center;
    border-radius: 6px;
}

.text-pink {
    color: #ee3555;
}

.min-height-40 {
    min-height: 39vh;
}

.why-choose {
    border: 1px solid #011731;
    background-color: #0d223b;
    padding: 12px;
    border-radius: 18px;
}

/****** Frequently asked question *********/
.faq {
    padding: 60px 0;
    background: #f5fafb;
}

.que-container {
    max-width: 900px;
    margin: 50px auto 0;
}

.question {
    border: 1px solid #131313;
    margin-bottom: 16px;
    padding: 0px 14px;
    border-radius: 12px;
    background-color: #fff;
}

.question:last-child {
    border-bottom: 1px solid #131313;
}

.question button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    font-size: 16px;
    color: #131313;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 15px 4px 0;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.question button i {
    color: #205393;
    transition: transform 0.3s;
}

.question p {
    color: #504f4f;
    line-height: 1.6;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.question button.show+p {
    height: auto;

}

.question button.show {
    color: #205393;
}

.question button.show i {
    transform: rotate(180deg);
}

.border-none {
    border: none !important;
}

/***** ipd-management section end here *****/

/***** OPD-management section start here *****/

.line-ht {
    line-height: 1.7;
}

.font-size-5rem {
    font-size: 5.5rem;
}

.bg-white-box {
    background: url('../images/hmis/bg-white.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 730px;
}

.bg-core-features-box {
    background: url('../images/hmis/bg-core-features.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.hims-section {
    background: url('../images/hmis/free-demo-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.chatbotBtn {
    position: fixed;
    right: -60px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/***** OPD-management section end here *****/

/***** OPD-challenges Moving tabs start*****/
/* Left Tab Button */
.primary-symptoms-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

/* Loader Line */
.primary-symptoms-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #0d6efd;
    transition: width var(--loader-duration, 5s) linear;
}

/* Active Loader Animation */
.primary-symptoms-btn.active-loader::after {
    width: 100%;
}

/* Optional Active Button Style */
.primary-symptoms-btn.active {
    background-color: #f4f9ff !important;
    color: #0d6efd !important;
    border-left: 4px solid #0d6efd;
}

/***** OPD-challenges Moving tabs End*****/
#successMsg {
    border: 1px solid #026b02;
    color: #fff;
    background-color: #026b02;
    width: 35%;
    border-radius: 12px;
    padding: 12px;
    position: fixed;
    top: 143px;
    right: 25px;
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

#successMsg.show {
    opacity: 1;
    transform: translateY(0);
}

.partner-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.partner-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: marquee 35s linear infinite;
}

.partner-track img {
    height: 80px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pause On Hover */
.partner-slider:hover .partner-track {
    animation-play-state: paused;
}

/* Mobile */
@media(max-width:768px) {

    .partner-track {
        gap: 30px;
    }

    .partner-track img {
        height: 55px;
    }
}
.modal-content {
    border-radius: 26px;
}
.modal-header {
    border-radius: 26px 0 26px 0;
}
.modal-title {
    margin-left: 14px;
}
.module-logo{
    margin-left: 70px;
    opacity: 0.3;
    width: 20%;
}