﻿:root {
    --blue-dark: #0040df;
    --blue-main: #367ff5;
    --blue-soft: #c6dff7;
    --bg-light: #f2f6f7;
    --text-dark: #0f172a;
    --text-gray: #475569;
    --border-light: #e2e8f0;
}
.text-blue {
    color: #041533 !important;
}
.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #041533;
}
p {
    color: #42526e ;
    font-weight:600 !important;
    
}
a {
    color: #041533 ;
    font-weight: 600 ;
}
.top-header-area {
    background: var(--bg-light) !important;
    border-bottom: 1px solid var(--border-light) !important;
    font-size: 13px;
}

.header-content-left li a,
.header-content-right li a {
    color: #0e4687 !important;
    font-weight: 500 !important;
    text-decoration:none;
}
    .header-content-left li a:hover,
    .header-content-right li a:hover {
        color: #367ff5 !important;
        font-weight: 500 !important;
    }
    .header-content-left li a i:hover,
    .header-content-right li a i:hover {
        color: #367ff5 !important;
        font-weight: 500 !important;
    }
.header-content-left i,
.header-content-right i {
    color: #0e4687 !important;
  
    font-size: 12px;
}

.header-content-right li a:hover i {
    color: #050b1a !important;
}
.product-section {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #041533;
}

.product-section p {
    color: #42526e;
    font-weight:600;
    text-align:center !important;
    
}
.nav-pills .nav-link {
    color: #041533;
    font-weight: 500;
    border-left: 1px solid #0e4687;
    border-right: 1px solid #0e4687;

}
@media screen and (max-width: 991px){
    .nav-link{
        display:none;
    }
}
    .nav-pills .nav-link.active {
        color: #0e4687;
        border-bottom: 1px solid #0e4687;
        background: none;
        border-left: 1px solid #0e4687;
        border-right: 1px solid #0e4687;
        border-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }


.product-card {
    
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
/*    padding-bottom: 24px;
    border: 5px solid #9bfaf7 !important;*/
}
.product-card p {
    text-align:justify !important;
}
   
    .product-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    }

   
    .product-card img {
        height: 230px;
        object-fit: cover;
        transition: transform 0.5s ease;
       
        
    }

   
    .product-card:hover img {
        transform: scale(1.08);
    }

.card-body-desc {
    border: 1px solid #9bfaf7 !important;
}
   
    .product-card .card-body-desc {
        padding: 14px;
        
    }

    /* TITLE */
    .product-card .card-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #0f172a;
    }

    /* DESCRIPTION */
    .product-card .card-text {
        font-size: 15px;
        line-height: 1.6;
        color: #475569;
        margin-bottom: 20px;
    }

    /* BUTTON */
    .product-card .btn {
        padding: 10px 22px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(135deg, #041533 , #9bfaf7);
        border: none;
        color: #fff;
        transition: all 0.3s ease;
    }

        /* BUTTON HOVER */
        .product-card .btn:hover {
            background: linear-gradient(135deg, #041533, #0078db );
            transform: translateY(-2px);
        }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .product-card img {
        height: 200px;
    }
}

.carousel-wrapper {
    width: 100%;
    padding: 40px 80px; /* left-right breathing space */
}
@media screen and (max-width: 991px){
    .carousel-wrapper{
        display:none;
    }
}
#productCarousel {
    width: 100%;
}


.carousel-item {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.slide-margin{
    margin-top:0px;
}

/* Remove carousel borders completely */
#productCarousel,
#productCarousel * {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/* Remove unwanted white line under carousel */
#productCarousel,
.carousel-inner,
.carousel-item {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

    /* Extra safety – bottom line usually yahin se aati hai */
    .carousel-inner::before,
    .carousel-inner::after,
    .carousel-item::before,
    .carousel-item::after {
        display: none !important;
        content: none !important;
    }

/* Prevent overflow bleed */


/* Extra safety */
.carousel-inner {
    border: 0 !important;
    overflow: hidden;
}
.carousel-indicators {
    bottom: 10px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important; 
    justify-content: center;
    gap: 6px;
}


    /* Style all dots */
    .carousel-indicators button {
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        background-color: #041533 !important;
        border: none !important;
        margin: 0 6px !important;
        transition: background-color 0.3s !important;
        cursor:pointer !important;
    }

    /* Active dot */
    .carousel-indicators .active {
        background-color: #c6dff7 /* active dot color */
    }

    /* Optional: hover effect */
    .carousel-indicators button:hover {
        background-color: #0056ff;
    }
/* MOBILE TABS SLIDER */
@media (max-width: 768px) {
    #productTabs {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding: 8px 12px;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
    }

        #productTabs::-webkit-scrollbar {
            display: none;
        }

        #productTabs li {
            flex-shrink: 0;
        }

        #productTabs .nav-link {
            white-space: nowrap;
            padding: 8px 16px;
            border-radius: 20px;
        }
}

.mobile-only {
    display: none;
}

@media (max-width: 991px) {

    .mobile-only {
        display: block;
        width: 100%;
    }

    /* SCROLL CONTAINER */
    .mobile-tabs-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .mobile-tabs-wrapper::-webkit-scrollbar {
            display: none;
        }

    /* TAB ROW */
    .mobile-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 8px 16px;
        min-width: 100%;
        width: max-content;
        margin-bottom: 15px;
        align-items: center;
        justify-content: center;
    }

        /* BUTTONS */
        .mobile-tabs button {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            padding: 8px 18px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all .25s ease;
            color: #0e4687;
            border-bottom: 1px solid #0e4687;
            background: none;
            border-radius: 0;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

            .mobile-tabs button.active {
                background: #9bfaf7;
                color: #fff;
                border-left: 1px solid #0e4687;
                border-right: 1px solid #0e4687;
            }
}
.service-glow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    color: #041533;
    background: #9bfaf7;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .service-glow-btn:hover {
        background: transparent;
        color: #9bfaf7;
        border: 1px solid #9bfaf7;
    }
.industry-card-icon{
    font-size: 25px !important;
}
svg {
    width: 100%;
    height: auto;
    margin: 0 auto;
  
    position: relative;
    z-index: 1;
}
/* Wrappers in index.html */
#ourMissionsvg {
}

#OurMission.blue-gradient-background {
    background-image: linear-gradient(135deg,#fff,#fff);
}

#OurMission {
    margin: 0;
    padding: 0;
    position: relative; 
    
    z-index: 5;
}

    #OurMission.HSDA-mission-statement h3 {
        font-family: 'Oswald', Georgia, "Times New Roman", Times, serif;
        color: #041533;
        font-size: 2.5em;
        line-height: 110%;
        font-weight: 400;
        text-transform: uppercase;
        position: absolute;
        top: 70px;
        left: 8%;
    }

    #OurMission.HSDA-mission-statement p {
        color: #42526e;
        font-size: 1em;
        position: absolute;
        top: 260px;
        left: 8%;
        width: 25%;
        padding: 20px 20px;
        border-left: 1px solid #041533;
        border-right: 1px solid #041533;
    }

    #OurMission.HSDA-mission-statement h3,
    #OurMission.HSDA-mission-statement p {
        z-index: 10;
    }
    @media screen and (max-width:767px){
        #OurMission{
            min-height:250px;
        }
        #OurMission.HSDA-mission-statement h3 {
            font-size: 1.3em;
        }
         #OurMission.HSDA-mission-statement p{
             font-size:0.6em;
             width:100%;
             border:0px;
             top:180px;
             left:4%;
         }
    }
#dots-static {
}

#dot-large-right {
}

#icons-static {
}

#to-lead-dot-large-statoc {
}


#dots-small-animate {
    stroke-dashoffset: 0;
}

#to-lead-dots-small-animate {
    stroke-dashoffset: 0;
}

#gear-animate-rotate {
}


#dots-to-mission-statement {
}

#medical-insignia-circle, #icon-ppl-circle {
    fill: #041533;
    fill-opacity: 0.1;
}

#medical-insignia-animate-morph-start {
}

#medical-insignia-animate-morph-end {
    display: none;
}

#about-hsda {
    opacity: 0;
    cursor: pointer;
}

#icon-ppl-animate {
}

#icon-ppl-circle-animate-rotate {
}

#participate {
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #dots-to-mission-statement {
        opacity: 0 !important;
    }

    #OurMission.blue-gradient-background {
        background-image: linear-gradient(to bottom,#fff,#fff);
    }
}