﻿/* Hero Background */
.hims-hero {
    padding: 100px 0;
    padding-bottom:10rem;
    background-color: #081f30;
    background-image: url("../images/Rectangle-49.png");
    background-size: cover;
    background-position: center;
    color: white;
}
.product-short-description span{
    font-size:30px;
}
.description-text span {
    font-size: 20px;
    font-weight: 800;
}
/* HIMS Label Style */
.button-label {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border-left: 3px solid #f4f6f9 !important;
    border-right: 3px solid #eff0f1 !important;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(6px);
}

    .button-label i {
        color: #2ecc71;
    }

/* Hero Title */
.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    margin-bottom: 20px;
}

/* Breadcrumb Styling */
.breadcrumb-wrap span,
.breadcrumb-wrap label {
    font-size: 18px;
    color: white !important;
}

/* Certification Logo */
.cert-logo {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.3));
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .hims-hero {
        text-align: center;
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 28px;
    }
}
/* section2 */
.button-label2 {
    background: #f6f9fc;
    color: #000;
    border: 1px solid #dce6f2;
    border-left: 3px solid #2f6db5;
    border-right: 3px solid #2f6db5;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-transform: uppercase;
    cursor: default !important;
    pointer-events: none;
}


    .button-label2.ecg {
        color: #2ecc71;
        font-size: 18px;
        font-weight: 600;
    }

.video-section {
    margin-top: 4%;
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

    .video-section video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .video-section {
        height: 45vh;
    }

        .video-section video {
            width: 100%;
        }
}

/* section2 */
.cards-backgroundcolor {
    background-color: rgb(247, 248, 249);
    padding: 0 100px;
}

.features-mobile {
    background: #f6f7f8;
    padding: 40px 15px;
}

.feature-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

    .feature-box h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        color: rgb(38, 109, 131);
    }

    .feature-box p {
        font-size: 17px;
        color: #555;
        margin: 0;
        line-height: 1.6;
    }
@media (max-width: 768px) {
    .feature-box {
        text-align: center;
    }

        .feature-box h2 {
            font-size: 20px;
        }
}

@media (max-width: 576px) {

    .feature-box {
        width: 100%;
        padding: 30px 22px; /* card lo space increase */
        margin: 0 auto 20px; /* bottom gap */
        border-radius: 20px; /* smooth look */
    }

        .feature-box h2 {
            font-size: 22px; /* heading pedda ga */
            line-height: 1.3;
        }

        .feature-box p {
            font-size: 16px; /* text readable */
            line-height: 1.6;
        }

        .feature-box img {
            max-width: 100%;
            height: auto;
            margin-top: 15px;
        }
}


/* section3 */
.Modules-section {
    background-color: #212C34;
    padding: 3rem 10rem;
    
}

.button-group1 {
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    margin-right: 15px;
    margin-top: 15px;
    border: 1px solid #3d444b;
    background-color: transparent;
    font-size: 16px;
    transition: 0.3s;
}

    .button-group1:hover {
        background-color: #2B6997;
        border-color: #2B6997;
        color: #fff;
    }

    .button-group1.always-active {
        background-color: #2B6997 !important;
        border-color: #2B6997 !important;
        color: #fff !important;
    }

.rounded-box {
    background-color: #fff;
    border-radius: 10px;
}

#contentBox {
    display: none;
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa;
}

    #contentBox.active-content {
        display: block;
    }

.title-name h1 {
    color: #2B6997;
}

.title-name h4 {
    color: #4a4a4a;
}

.title-name h3 {
    color: #585858;
    font-weight: 700;
}

.title-name div {
    color: #585858;
    font-size: 18px;
}

@media (max-width: 768px) {
    .Modules-section {
        padding: 20px;
    }
}

/* --- Section 5: Smart Integrations Styles --- */

.backSVG {
    background-image: url("../images/SVG.png");
    width: 100%;
   
}


/* Content Container */
.tab-content-box {
    flex: 1;
    max-width: 70%;
}

/* Image Wrapper: దీనికి relative ఉంటేనే లోపల టెక్స్ట్ కరెక్ట్ గా వస్తుంది */
.tab-content-item.image-u {
    position: relative;
    display: none; /* JS ద్వారా కంట్రోల్ అవుతుంది */
    width: 100%;
    text-align: center;
}

    .tab-content-item.image-u img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 15px; /* ఇమేజ్ అంచులు స్మూత్ గా ఉండటానికి */
    }

/* ఇమేజ్ పైన టెక్స్ట్ సెంటర్ చేసే లాజిక్ */
.info-content {
    position: absolute;
    top: 20%; /* ఇమేజ్ లో పై భాగంలో ఉండటానికి (మీ ఫోటోలో ఉన్నట్లు) */
    left: 50%;
    transform: translate(-50%, -50%); /* ఖచ్చితంగా హారిజాంటల్ గా సెంటర్ చేస్తుంది */
    width: 85%;
    z-index: 5;
}

    .info-content h2 {
        color: #28a745; /* గ్రీన్ కలర్ టైటిల్ */
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .info-content p, .info-content div {
        color: #4a4a4a;
        font-size: 1.2rem;
        line-height: 1.6;
        max-width: 550px;
        margin: 0 auto;
    }
#integrationTabs {
    width: 25%;
    border: none;
}

.nav-link1 {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 1.4rem;
    color: #777;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0; 
    transition: all 0.3s ease;
}

    .nav-link1.active {
        color: #2B6997; 
        font-weight: bold;
        border-bottom: 1px solid #2B6997;
    }

    .nav-link1:hover {
        color: #2B6997;
        padding-left: 10px; 
    }

/* --- Responsive Design (మొబైల్ సెట్టింగ్స్) --- */

@media (max-width: 1200px) {
    .SmartIntegrations-section {
        padding: 40px 50px;
    }
}

@media (max-width: 992px) {
    .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
    }

    .tab-content-box, #integrationTabs {
        width: 100%;
        max-width: 100%;
    }

    .info-content h2 {
        font-size: 1.5rem;
    }

    .info-content p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .SmartIntegrations-section {
        padding: 20px;
    }


    .nav-link1 {
        font-size: 1.1rem;
    }
}


/* section6 Styling */
.Healthcare-section {
  background-color: rgb(247, 248, 249);
    width: 100%;
}

.healthcare-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

/* Instant Access Badge */
.instant-access-badge {
    display: inline-block;
    border: 1px solid #005a5a;
    padding: 5px 15px;
    border-radius: 5px;
    color: #005a5a;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Typography */
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Features List with Vertical Lines */
.healthcare-features {
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    gap: 30px;
}

    .healthcare-features li {
        text-align: left;
    }

    .healthcare-features img {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .healthcare-features p {
        font-size: 16px;
        font-weight: 600;
        color: #1e5a91;
        line-height: 1.3;
    }

/* Vertical Divider Lines */
.divider {
    width: 1px;
    height: 80px;
    background-color: #ddd;
    align-self: center;
}

/* Right Side Image */
.healthcare-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: block;
    margin-left: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .healthcare-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .healthcare-features {
        justify-content: center;
        flex-wrap: wrap;
    }

    .divider {
        display: none; 
    }

    .healthcare-image img {
        margin: 40px auto 0;
    }
}

/* section7 */

.Preview {
    background-color: rgb(248, 248, 249);
    min-height: 100vh;
    width: auto;
    padding: 50px 50px;
}

/* Mee patha code alaage untundi */
.case-btn2 {
    background: #009639;
    color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    cursor: pointer;
    width: 65% !important;
}
 
    .btn-circle {
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
    }


@media (max-width: 768px) {
    .case-btn2 {
        margin-top: 20px;
        padding: 8px 25px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .case-btn2 {
        margin-top: 25px;
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }

    .btn-circle {
        width: 20px;
        height: 20px;
    }
}