    .footer-layout2 {
        background: transparent;
        padding: 50px 0 20px 0;
    }

    .footer-about {
        margin-bottom: 30px;
    }

    .footer-about {
        display: flex;
        align-items: center;
        /* Align logo and text vertically */
        gap: 15px;
        /* Add spacing between logo and text */
    }

    .img-box img {
        width: 65%;
        height: auto;
        margin-bottom: 20px;
    }

    .text-box {
        flex: 1;
        /* Allow text to take remaining space */
    }

    .footer-about p {
        text-align: left;
    }

    .img-box {
        text-align: left;
        /* width: 300px; */
    }

    .newsletter p,
    .contact p {
        font-size: 1rem;
        line-height: 1.6;
    }


    .footer-about img {
        margin-bottom: 15px;
        width: 220px;
    }

    .support h4,
    .useful-links h4,
    .newsletter h4,
    .contact h4 {
        font-size: 22px;
        color: #0b8ec2;
    }

    .subscribe-btn {
        background-color: #0c8ec2;
        color: white;
        border: none;
        padding: 15px 20px;
    }

    .text-left p {
        color: black;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .form-control,
    .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 2px solid #60BAD4;
    }

    .links-list {
        display: flex;
        flex-direction: column;
    }

    .links-list a {
        color: #737887;
    }

    .links-list a:hover {
        text-decoration: underline;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 0;
        margin-top: 20px;
    }

    .copyright p {
        margin-bottom: 0;
        margin-top: 30px;
        font-size: 15px;
    }

    .social-icons {
        gap: 10px;
        display: flex;
        font-size: 25px;
    }

    .contact p {
        display: flex;
        align-items: start;
        gap: 8px;
        /* Adjust spacing between icon and text */
        margin-bottom: 5px;
    }

    .contact p i {
        min-width: 20px;
        /* Ensures the icon has a fixed width */
        text-align: center;
        margin-top: 5px;
    }

    .footer-wrapper .col-lg-3 {
        display: flex;
        flex-direction: column;
    }

    #home-section {
        background: none;
    }

    #home-xeno-main {
        position: relative;
        overflow: hidden;
    }

    #home-xeno-main-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 40px;
        left: 0;
        /*background: #d0eefa;*/
        background: url("../img/bg/care_bg.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        margin-top: 0;
        /* Remove Bootstrap's default margin */
    }

    .dropdown-menu {
        display: none !important;
    }

    .main-menu .nav-item a {
        position: relative;
        padding-bottom: 5px;
        transition: all 0.3s ease;
    }

    .main-menu .nav-item a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        bottom: 20px;
        left: 50%;
        background-color: #60BAD4;
        /* background-color: #fff;  */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .dropdown-item a::after {
        bottom: 0 !important;
        background: none !important;
    }

    .main-menu .nav-item a.active,
    .main-menu .nav-item a:hover {
        color: #053175;
        /* Change this to your preferred hover/active color */
    }

    .main-menu .nav-item a.active::after,
    .main-menu .nav-item a:hover::after {
        width: 80%;
    }

    .service-3d-full::before {
        background: url('/assets/img/service/smart1.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 50%;
        left: auto;
        right: 0;
    }

    .hero-style3 {
        padding: 180px 0 45px 50px;
    }

    .hero-right-img {
        height: 100%;
        position: relative;
    }

    .hero-right-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }

    #home-xeno .row {
        min-height: 450px;
    }

    #home-xeno .col-md-6 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .row.g-4 {
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }

    @media screen and (min-width: 1800px) {
        .hero-style3 {
            padding: 180px 0 45px 227px;
        }
    }

    .activities-for-care #home-xeno-main-bg {
        opacity: 1;
    }

    @media(max-width:990px) {
        .hero-style3 {
            padding: 40px;
            text-align: left;
        }
    }

    @media(max-width:990px) {
        .sm-row-reverse {
            flex-direction: column-reverse;
            margin-top: 100px;
        }
    }

    @media (max-width: 991px) {
        #home-section {
            padding-top: 0px;
            margin-top: 0px;
        }

    }

    #about-section .img-box3 .img1 {
        transform: scale(1);
    }

    #about-section .img-box3.xion-img .img1 {
        transform: scale(1.2);
    }

    @media(max-width:990px) {
        #home-xeno-main-bg {
            opacity: 0;
        }
    }

    @media (max-width: 990px) {
        #home-xeno-main-bg {
            display: none;
        }

        .mobile-hero-img {
            display: block;
            width: 100%;
        }
    }

    @media (min-width: 991px) {
        .mobile-hero-img {
            display: none;
        }
    }

    @media (max-width: 990px) {
        .sm-row-reverse {
            flex-direction: column !important;
            margin-top: 100px;
        }
    }

    @media screen and (max-width: 1200px) {
        .img1 {
            margin-left: 0 !important;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {

        .teams-content,
        .residents-content {
            margin-bottom: 45px;
        }

        .about-content {
            margin-bottom: 80px;

        }
    }