﻿.footer-sections {
    position: relative;
    padding: 40px 20px;
    min-height: 120px;
}

/* Social icons on left, stacked */
.social-iconsss {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .social-iconsss img {
        width: 32px;
        height: 32px;
    }

/* Footer text in the center bottom */
.footer-texts {
    text-align: center;
    color: #fff;
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
}






.footer-section{
    display:flex;
}


.social-iconss {
    left: 20px;
    bottom: -4rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}

    .social-iconss a {
        display: inline-block;
        font-size: 12px;
        color: white;
    }

.footer-text {
    bottom: 0;
    left: 50%;
    transform: translate(100%, -20%);
    text-align: center;
    max-width: 90vw;
    padding: 0 1rem;
}

    .footer-text p {
        color: #C4C4C4;
        text-decoration: none;
        font-size: 12px;
    }

    .footer-text span a {
        color: #c36;
    }




.mtt-7{
    margin-top:8rem !important;
}




.helathImageWidth {
    width: 60%;
}

.solutionImage {
    width: 80%;
}

.pText {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    color: #FFFFFF;
}

.overview {
    color: #ffbd39 !important;
}

.holisticWidth {
    width: var(--container-widget-width, 75%);
}

.bgImage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/bg_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.stacked-image {
    position: absolute;
    top: 20px;
    left: 118px;
    width: 60%;
}

    /* Add more stacked images as needed */
    .stacked-image:nth-child(2) {
        width: 29%;
        top: 0px;
        left: -15px;
    }

.newSolutionDropdown {
    top: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    left: -36px;
}

.solution4DivImg {
    width: 60%;
}

.solutionHeadingH1 {
    font-size: 45px;
    color: #3d8fc5;
}

.solutionHeadingH2 {
    font-size: 40px;
    color: #3d8fc5;
}

/* Solution First Pages */
.maskTextp1 {
    position: absolute;
    left: 45px;
    font-weight: 700;
    font-size: 11px;
}

.maskTextp2 {
    position: absolute;
    left: 45px;
    font-size: 10px;
    bottom: -50px;
}

.maskTextp3 {
    position: absolute;
    left: 45px;
    font-size: 10px;
    bottom: -60px;
}

.maskTextp4 {
    position: absolute;
    left: 45px;
    font-size: 10px;
    bottom: -80px;
}

.maskTextp5 {
    position: absolute;
    left: 45px;
    font-size: 10px;
    bottom: -90px;
}
/* Solution Second Pages */

p3Text {
    font-size: 15px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
}

.p1Text {
    font-size: 18px;
    font-weight: 300;
    color: white;
    line-height: 24px;
}

body {
    padding-top: 80px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    font-size: 90%;
    text-align: left;
    background-color: #141414;
}

.ftco-navbar-light {
    background: #141313 !important;
    position: fixed !important;
    top: 0;
    left: 17px;
    right: 0;
    z-index: 1030; /* Bootstrap standard for fixed navbar */
}

.hi {
    width: 80%;
    text-align: center;
    font-size: 11px;
    margin-left: 25rem;
    margin-top: -2rem;
}

.hero-wrap h2 {
    color: #3d8fc5;
}

.indexsec {
    margin-top: 50px;
}

.scmt {
    margin-top: 5rem;
}

.pinkColor {
    color: #c36;
}

.navbar-nav .dropdown > .nav-link span:hover {
    color: #ffbd39 !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav .dropdown > .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/* Sidebar Styles */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: 0.3s;
    padding-top: 60px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
}

.sidebar-header {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}

.sidebar-menu {
    list-style: none;
    padding-left: 0px;
}

    .sidebar-menu li {
        margin: 15px 0;
    }

        .sidebar-menu li a {
            color: #3d8fc5;
            font-size: 12px;
            text-decoration: none;
            display: block;
            position: relative;
            padding: 0px 0 10px 20px;
        }

.dropdown-toggle::after {
    content: '▼';
    position: absolute;
    right: 10px;
    font-size: 10px;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    list-style: none;
    margin-left: -3rem;
    background-color: rgb(244, 244, 244);
}

    .submenu.show {
        max-height: 500px; /* adjust based on expected content height */
    }

    .submenu li a {
        font-size: 12px;
        color: #555;
        padding: 10px 0 10px 30px;
        display: block;
        transition: background-color 0.3s, color 0.3s;
    }

.sidebar-menu .submenu li:hover {
    background-color: white;
}

    .sidebar-menu .submenu li:hover a, .hoverColor:hover, .hoverColor {
        color: #ffbd39;
    }

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1040;
}
.mb-desktop {
    margin-bottom: 0; /* Default for mobile and tablet */
}
.hl-chk-width{
        width:100%;
    }
.work-mt-3 {
    margin-top: -3rem;
}
.work-mt-5 {
    margin-top: 5rem !important;
}
.work-pt-5 {
    padding-top: 5rem;
}
.mbb-5 {
    margin-top: 6rem !important;
    margin-bottom: 0;
}
/* Styles for desktop devices*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 4200px) {
    

    .mb-desktop {
        margin-bottom: 100px; /* Default for mobile and tablet */
    }

    .cuspadd {
        padding: 0px 30px 0px 35px;
    }

    .medsec {
        padding-top: 50px;
    }
}


@media only screen and (min-device-width: 1280px) and (max-device-width: 4200px) {
    .cusMt {
        margin-top: 17rem;
    }

    .hero-wrap {
        position: relative;
        height: 100vh;
        overflow: hidden;
        margin-top: 1rem;
    }
    .hero-wrap1 {
        position: relative;
        height: 50vh;
        overflow: hidden;
        margin-top: 1rem;
       height:auto;
    }
    @keyframes fadeInBg {
        to {
            opacity: 1;
        }
    }

    .nav-item span {
        font-size: 17px;
    }

    .first {
        width: 40%;
        display: flex;
        column-gap: 1rem;
    }

    .second {
        width: 40%;
        display: flex;
        flex-direction: row-reverse;
        column-gap: 1rem;
    }

    .mtt-5 {
        margin-top: 12rem;
    }

    .indexsec {
        margin-top: 250px;
    }

    .banner-font {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
    .hero-wrap1 {
        position: relative;
        height: 50vh;
        overflow: hidden;
        margin-top: 1rem;
        height: auto;
    }
    .cusMt {
        margin-top: 11rem !important;
    }

    .work-mt-3 {
        margin-top: 0;
    }

    .work-mt-5 {
        margin-top: 5rem;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important;
    }

    .resMobileNavLogo > img {
        width: 45%;
    }
}
/* Styles for tablets (portrait + landscape) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    

    .hero-wrap1 {
        position: relative;
        height: 50vh;
        overflow: hidden;
        margin-top: 1rem;
        height: auto;
    }
    .solutionImage{
        width:90%;
    }
    /* Overview page */
    .helathImageWidth {
        width: 100%;
    }
    .mtt-5 {
        margin-top: 0;
    }
    .medsec{
        padding-top:0;
    }
    
    /* End Overview page */
    .hero-wrap::before {
        background-size: auto;
    }

    .ftco-navbar-light {
        background: #141313 !important;
        position: fixed !important;
        top: 15px;
        left: 17px;
        right: 0;
        z-index: 1030;
    }

    .banner-font {
        font-size: 35px;
    }



    .indexHubxBox {
        width: 100%;
    }

    .hi {
        width: 90%;
        text-align: justify;
        font-size: 11px;
        margin-left: 3rem;
        margin-top: -7rem;
    }

    
}

@media only screen and (min-width: 800px) and (max-width: 991px) {
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: -130px;
        width: 45%;
    }

    .resMobileNavLogo {
        display: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: -210px;
        width: 40%;
    }
}






/* Styles for mobile devices*/
@media only screen and (max-width: 767px) {
    .social-iconsss {
        position: static; /* remove absolute */
        flex-direction: row; /* place icons in a row */
        justify-content: center; /* center them */
        margin-bottom: 10px; /* space before footer text */
        transform: none; /* reset translate */
    }

    .footer-sections {
        padding-bottom: 20px; /* extra breathing room */
    }
    .mbb-5 {
        margin-top: 0 !important;
        margin-bottom: 4rem !important;
    }
    .hero-wrap1 {
        position: relative;
        height: 50vh;
        overflow: hidden;
        margin-top: 1rem;
        height: auto;
    }
    .solutionImage {
        width: 90%;
    }
    /* Overview page */
    .helathImageWidth, .hl-chk-width {
        width: 85%;
    }

    .hero-wrap, .hero-wrap1 {
        height: auto;
    }

    .mb-5, .my-5 {
        margin-bottom: 0rem;
    }

   

    .medsec {
        padding-top: 0px;
    }

    .cuspadd {
        padding: 0 0 0 15px;
    }
    /* End Overview page */
    
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: 0px;
        width: 45%;
    }
    /* Styles for all mobile devices */
    .hi {
        width: 90%;
        text-align: justify;
        font-size: 11px;
        margin-left: 1rem;
        margin-top: -9rem;
        color: lightgray;
    }


    .scmt {
        margin-top: 15rem;
    }

    

    .ftco-navbar-light {
        padding: 15px;
    }

    .resMobileNavLogo > img {
        width: 45%;
    }

    .banner-font {
        font-size: 30px;
        padding-left: 1rem;
    }

    .cusMt {
        margin-top: 6rem;
    }

    .indexHubxBox {
        width: 95% !important;
    }

    .mtt-5 {
        margin-top: 0rem !important;
    }
}





@media (min-width: 500px) and (max-width: 767px) {
    /* Overview page */
    .hl-chk-width {
        width: 50%;
        padding-bottom: 1.5rem;
    }
    .helathImageWidth {
        width: 50%;
    }

    .mtt-5 {
        margin-top: 0;
    }

    .medsec {
        padding-top: 0;
    }

    .hero-wrap, .hero-wrap1 {
        height: auto;
    }
    /* End Overview page */

    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: -183px;
        width: 45%;
    }

    .banner-font {
        font-size: 45px;
    }

    .hi {
        width: 90%;
        text-align: justify;
        font-size: 13px;
        margin-left: 2rem;
        margin-top: -8rem;
        color: lightgray;
    }

    
}

@media (min-width: 430px) and (max-width: 499px) {
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: -150px;
        width: 45%;
    }

    .banner-font {
        font-size: 35px;
    }

    .hi {
        width: 90%;
        text-align: justify;
        font-size: 11px;
        margin-left: 1.5rem;
        margin-top: -8rem;
        color: lightgray;
    }

    
}

@media (min-width: 321px) and (max-width: 375px) {
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: 0px;
        width: 45%;
    }

   

    .banner-font {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    
    .resMobileNavLogo > img {
        position: relative;
        display: inherit;
        right: 0px;
        width: 45%;
    }

    .banner-font {
        font-size: 27px !important;
        padding-left: 0rem;
    }

    .cusMt {
        margin-top: 0rem !important;
    }


    .scmt {
        margin-top: -14rem !important;
    }

    .hi {
        width: 90%;
        text-align: justify;
        font-size: 10px;
        margin-left: 1rem;
        margin-top: -9rem;
    }

    

}


