:root {
    --themeColor: #243464;
    --secondaryThemeColor: #c4a42f;
}

@font-face {
    font-family: 'Unbounded';
    src: url('./fonts/unbounded.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.z-index-1 {
    z-index: 1;
}

.home.page-template {
    margin-top: 95px;
}

/* BG Shape Image */
.bg-shape-img {
    position: relative;
}

.bg-shape-img img {
    width: 100%;
    position: relative;
}

.bg-shape-img.hero {
    margin-left: 20%;
}

.bg-shape-img.hero img {
    top: -25px;
}

.bg-shape-img.about img {
    top: 35px;
    height: 100px;
}

.bg-shape-img.communities {
    bottom: -5px;
}

/* Animation */
.animation-1 {
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.animation-2 {
    -webkit-animation: moveUpDown2 5s linear infinite;
    animation: moveUpDown2 5s linear infinite;
}

@-webkit-keyframes moveUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveUpDown2 {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar img {
    max-height: 60px;
}

.navbar .nav-item .nav-link {
    font-size: 16px;
    color: var(--themeColor);
    transition: 0.4s ease-in-out all;
    font-family: "DM Sans", Sans-serif;
}

.navbar .nav-item .nav-link:hover {
    color: white;
    background-color: var(--secondaryThemeColor);
}

.navbar .btn {
    color: white;
    transition: 0.4s ease-in-out all;
    background-color: var(--themeColor);
}

.navbar .btn:hover {
    background-color: var(--secondaryThemeColor);
}

.navbar .navbar-nav {
    margin-right: 40px;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: var(--secondaryThemeColor);
}

/* Hero */
.home-hero {
    background-color: #E8EEFF;
    padding: 57px 0px;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-hero .hero-title {
    color: #101621;
    font-size: 90px;
    line-height: 1.30em;
    font-family: "Unbounded", Sans-serif;
    position: relative;
    z-index: 1;
}

.home-hero .hero-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(241, 193, 83, 0.4);
    left: 0;
    bottom: 12px;
    z-index: -1;
}

.home-hero .hero-title span {
    color: var(--secondaryThemeColor);
}

.home-hero .hero-content p {
    color: #565657;
    font-family: "DM Sans", Sans-serif;
    font-size: 28px;
    line-height: 1.6em;
}

.home-hero a.btn {
    color: white;
    background-color: #436ba3;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    line-height: 56px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 35px 0px 35px;
    transition: 0.4s all ease-in-out;
}

.home-hero a.btn:hover {
    background-color: var(--secondaryThemeColor);
}

.home-hero .hero-img p {
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    color: var(--secondaryThemeColor);
    margin-top: 50px;
}

.hero-anim-img img {
    max-width: 120px;
    max-height: 110px;
}

.hero-anim-img img:first-child,
.hero-anim-img img:last-child {
    margin-top: 100px;
}

.hero-anim-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Features */
.home-about {
    background-color: #e8eeff;
}

.home-about>div {
    background-color: white;
}

.home-about .card {
    border: 2px solid #EEF3F7;
    border-radius: 10px;
    text-align: center;
    padding: 75px 80px 45px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
}

.home-about .card:hover {
    border: 2px solid #101621;
}

.home-about .card img {
    max-width: 75px;
    margin: auto;
}

.home-about .card-title {
    font-size: 20px;
    color: #999;
    padding: 20px 0;
}

.home-about .card-text {
    font-size: 16px;
    line-height: 1.45em;
    color: #000;
    padding-bottom: 27px;
}

.home-about::after,
.home-about::before {
    content: '';
    top: 0;
    height: 215%;
    width: 30px;
    position: absolute;
    background-color: #e8eeff;
    bottom: 0;
}

.home-about::before {
    left: 0;
}

.home-about::after {
    right: 0;
}

/* Client Management */
.client-management .small-title {
    color: #A09A92;
    font-family: "DM Sans", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.75px;
}

.client-management .small-title span {
    color: #0b0b0b;
    text-decoration: underline;
}

.client-management h2 {
    color: #101621;
    font-size: 55px;
    line-height: 1.30em;
    font-family: "Unbounded", Sans-serif;
    z-index: 1;
}

.client-management h2 span {
    position: relative;
    display: inline-block;
}

.client-management h2 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(241, 193, 83, 0.4);
    left: 0;
    bottom: 12px;
    z-index: -1;
}

.client-management p.text {
    color: #0E0E0E;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    line-height: 1.58em;
}

.client-management a.btn {
    color: white;
    background-color: #436ba3;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    line-height: 56px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 35px 0px 35px;
    transition: 0.4s all ease-in-out;
}

.client-management a.btn:hover {
    background-color: var(--secondaryThemeColor);
}

/* Communities */
.home-communities {
    background-color: #DFF1EE;
}

.home-communities p {
    color: #999999;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-communities h2 {
    color: #101621;
    font-size: 55px;
    line-height: 1.30em;
    position: relative;
    font-family: "Unbounded", Sans-serif;
    z-index: 1;
    display: inline-block;
}

.home-communities h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(241, 193, 83, 0.4);
    left: 0;
    bottom: 12px;
    z-index: -1;
}

.home-communities .card {
    min-height: 390px;
    position: relative;
}

.home-communities .card.two {
    min-height: 330px;
}

.home-communities .card.two img {
    min-height: 330px;
}

.home-communities .card img {
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    object-position: center;
}

.home-communities .card img.position-left {
    object-position: left;
}

.home-communities .card::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #4738DE00 0%, #022327 100%);
    opacity: 0.8;
}

.home-communities .card .content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    text-align: center;
}

.home-communities .card .content h4 {
    font-family: "Unbounded", Sans-serif;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 22px;
}

/* Our Exciting Features */
.our-exciting-features h2 {
    color: #101621;
    font-size: 55px;
    /* line-height: 1.30em; */
    font-family: "Unbounded", Sans-serif;
    position: relative;
    z-index: 1;
}

.our-exciting-features h2 span {
    position: relative;
    display: inline-block;
}

.our-exciting-features h2 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(241, 193, 83, 0.4);
    left: 0;
    bottom: 12px;
    z-index: -1;
}

.our-exciting-features .accordion .accordion-body {
    font-family: 'DM Sans', Sans-serif;
    font-size: 16px;
    background-color: #f7f7f7;
}

.our-exciting-features .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
}

.our-exciting-features .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.our-exciting-features .accordion .accordion-button {
    /* height: 60px; */
    font-size: 22px;
    font-family: "DM Sans", Sans-serif;
    color: #101621;
    background-color: #f7f7f7;
    /*padding: 27px 35px 27px 45px;*/
}

.our-exciting-features .position-sticky {
    top: 120px !important;

    min-height: 85vh;
    width: 100%;
    object-fit: cover;
    /* object-position: center; */
}

.our-exciting-features .anim-img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -120px;
    width: 500px;
}

/* Innovate Care Today */
.innovate-care p {
    font-size: 20px;
    color: #4c5267;
    line-height: 30px;
}

.innovate-care h2 {
    color: #2a2a2a;
    font-size: 31px;
    font-family: "Unbounded", Sans-serif;
    position: relative;
    z-index: 1;
}

.innovate-care a.btn {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    transition: all 0.4s ease-in-out;
}

.innovate-care a.btn:hover {
    color: #6EC1E4;
}

.innovate-care img.shape-img {
    margin-top: -30px;
}

/* Pilot Partner Program */
.partner-program {
    overflow: hidden;
}

.partner-program h2 {
    color: #2a2a2a;
    font-size: 58px;
    line-height: 1.5em;
    font-family: "Unbounded", Sans-serif;
    position: relative;
    z-index: 1;
}

.partner-program span {
    position: relative;
    display: inline-block;
}

.partner-program span img {
    display: block;
    position: absolute;
    bottom: -15px;
    max-width: 100%;
}

.partner-program p {
    text-align: justify;
    color: #93939A;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    line-height: 1.59em;
}

.partner-program form input,
.partner-program form textarea {
    border-radius: 5px;
    font-size: 16px;
    min-height: 59px;
    padding: 7px 20px;
    border: 2px solid transparent;
    background-color: #E8EEFF;
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    outline: 0;
}

.partner-program form input:focus,
.partner-program form textarea:focus {
    border: 2px solid #BBD1FBFF;
    background-color: #E8EEFF;
}

.partner-program a.btn {
    color: white;
    background-color: #243464;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    line-height: 56px;
    border-radius: 5px;
    padding: 0px 35px 0px 35px;
    transition: 0.4s all ease-in-out;
}

.partner-program a.btn:hover {
    background-color: var(--secondaryThemeColor);
}

/* Price */
.home-pricing {
    background-color: #E8EEFF;
    margin: 0px;
}

.home-pricing h2 {
    color: #101621;
    font-size: 55px;
    line-height: 1.30em;
    position: relative;
    font-family: "Unbounded", Sans-serif;
    z-index: 1;
    display: inline-block;
}

.home-pricing p {
    color: #999999;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-pricing .pricing-card {
    background-color: #ffffff;
}

.home-pricing .users {
    background-color: #243464;
    height: 110px;
    position: relative;
}

.home-pricing .users>div {
    background-size: 18% auto;
    opacity: 0.04;
    inset: 0;
    position: absolute;
}

.home-pricing .users h3 {
    text-align: center;
    font-family: "Unbounded", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
    color: #c4a42f;
    margin-bottom: 0;
    padding-top: 7px;
}

.home-pricing .users h3 span {
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #FFFFFF;
}

.home-pricing hr {
    width: 150px;
}

.home-pricing .p_details h3 {
    font-family: "DM Sans", Sans-serif;
    font-size: 21px;
    color: #000000;
    margin-bottom: 0;
}

.home-pricing .p_details p {
    font-family: "DM Sans", Sans-serif;
    font-size: 28px;
    font-weight: 200;
    font-style: normal;
    color: #000000FA;
}

/* Schedule a demo */
.schedule-demo {
    position: relative;
    z-index: 1;
    background-color: #243464;
}

.schedule-demo h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Unbounded", Sans-serif;
    font-size: 44px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.schedule-demo h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: rgba(241, 193, 83, 0.4);
    left: 0;
    bottom: 12px;
    z-index: -1;
}

.schedule-demo .form-container {
    max-width: 600px;
    margin: auto;
}

.schedule-demo .form-container input,
.schedule-demo .form-container textarea {
    color: #ffffff;
    height: 60px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    box-shadow: none;
    outline: 0;
}

.schedule-demo .form-container input::placeholder,
.schedule-demo .form-container textarea::placeholder {
    color: #dfdfdf;
    /* Set your desired color */
    opacity: 1;
    /* Optional: ensures the placeholder is fully visible */
}

/* For cross-browser support */
.schedule-demo .form-container input::-webkit-input-placeholder,
.schedule-demo .form-container textarea::-webkit-input-placeholder {
    color: #dfdfdf;
}

.schedule-demo .form-container input:-ms-input-placeholder,
.schedule-demo .form-container textarea:-ms-input-placeholder {
    color: #dfdfdf;
}

.schedule-demo .submit-btn {
    font-family: "DM Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 13px 60px 13px 60px;
    background-color: #2F4396;
    color: #FFFFFF;
    border-color: white;
    transition: 0.4s all ease-in-out;
}

.schedule-demo .submit-btn:hover {
    background-color: var(--secondaryThemeColor);
}

.schedule-demo .schedule-bg {
    background-color: #2B2D2E;
    /*background-image: url("https://omniyou.landingpages.live/wp-content/uploads/2025/01/white.png");*/
    background-size: 13% auto;
    opacity: 0.02;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: -1;
}

/* Bottom section */
.bottom-section img {
    max-width: 230px;
}

/* Responsive */
@media only screen and (max-width: 1350px) {
    .navbar .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .bg-shape-img.hero img {
        top: -18px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar .navbar-nav {
        margin-right: 0 !important;
    }

    /* About */
    .home-about .card {
        padding: 50px 30px 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1130px) {
    .navbar .nav-item .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar img {
        max-width: 230px;
    }
}

@media only screen and (max-width: 991px) {

    /* Body */
    /* .home.page-template {
        margin-top: 75px;
    } */

    /* navbar */
    .navbar {
        text-align: center;
    }

    .navbar .nav-ex-btn {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 25px;
    }

    /* Hero */
    .home-hero .hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .home-hero .hero-img {
        margin-bottom: 60px;
    }

    /* About */
    .home-about .card {
        padding: 25px 20px 0;
        margin-top: 0px;
        height: auto !important;
    }

    .home-about .row>* {
        margin: 15px 0 !important;
        padding: 0 !important;
    }

    .bg-shape-img.about img {
        top: -52px;
    }

    .home-about>div {
        background-color: transparent;
    }

    .home-about::after,
    .home-about::before {
        display: none;
    }

    /* Client Management */
    .client-management {
        margin: 0 !important;
        padding: 0 !important;
    }

    .client-management img {
        margin-bottom: 50px;
    }

    /*  Communities */
    .home-communities>div.container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .home-communities h2 {
        font-size: 42px;
    }

    .home-communities p {
        margin-bottom: 0;
        padding-top: 30px;
    }

    .bg-shape-img.communities {
        margin-top: 0 !important;
    }

    .bg-shape-img.communities {
        bottom: -52px;
    }

    .home-communities .text-center.mb-5.mt-5 {
        margin-bottom: 20px !important;
    }

    /* Features */
    .our-exciting-features h2 {
        font-size: 42px;
        text-align: center;
    }

    /*.our-exciting-features .accordion {*/
    /*    margin-bottom: 25px;*/
    /*}*/

    .our-exciting-features .position-sticky {
        min-height: auto;
    }

    .our-exciting-features .anim-img {
        top: 10%;
    }

    /* .our-exciting-features .accordion .accordion-item {
        margin-bottom: 0;
    } */

    /* Care */
    .innovate-care {
        margin: 0 !important;
    }

    .innovate-care p {
        margin-bottom: 10px !important;
    }

    .innovate-care a.btn {
        margin-bottom: 40px;
        margin-top: -10px !important;
    }

    /* Partner program */
    .partner-program h2 {
        font-size: 42px;
        margin-bottom: 20px !important;
    }

    .partner-program p {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .partner-program form {
        margin-top: 20px;
    }

    /* Price */
    .home-pricing h2 {
        font-size: 40px;
    }

    .home-pricing .container>div {
        margin: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-hero .hero-title {
        font-size: 70px;
    }

    .client-management h2 {
        font-size: 38px;
        margin-bottom: 15px !important;
    }

    .client-management .small-title {
        font-size: 18px;
        margin-bottom: 6px !important;
    }

    .client-management p.text {
        font-size: 16px;
    }

    .client-management p.text.mb-4,
    .client-management p.text.mb-5 {
        margin-bottom: 15px !important;
    }

    .client-management a.btn {
        font-size: 16px;
        line-height: 35px;
        padding: 0px 18px 0px 18px;
    }

    .home-communities h2 {
        font-size: 28px;
    }

    .home-communities p {
        margin-bottom: 5px;
        padding-top: 30px;
    }

    .home-communities .card .content h4 {
        line-height: 16px;
        font-size: 16px;
    }

    .our-exciting-features h2 {
        font-size: 32px;
        /* margin-bottom: 18px !important; */
    }

    .our-exciting-features .accordion .accordion-button {
        /* height: 50px; */
        font-size: 16px;
    }

    .innovate-care h2 {
        font-size: 24px;
    }

    .innovate-care p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Partner program */
    .partner-program {
        margin-top: -40px;
    }

    .partner-program h2 {
        font-size: 32px;
        margin-bottom: 15px !important;
    }

    .partner-program form {
        margin-top: 5px;
    }

    .partner-program form .mb-4 {
        margin-bottom: 10px !important;
    }

    .partner-program form input,
    .partner-program form textarea {
        font-size: 16px;
        min-height: 20px;
        padding: 10px 20px;
    }

    .partner-program form textarea {
        height: 140px !important;
    }

    .partner-program a.btn {
        font-size: 16px;
        line-height: 42px;
    }

    .home-pricing h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .home-pricing p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .home-pricing .mb-4 {
        margin-bottom: 12px !important;
    }

    .schedule-demo .submit-btn {
        font-size: 16px;
        padding: 12px 25px 12px 25px;
    }

    .bottom-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .home-hero .hero-title {
        font-size: 42px;
        margin-top: 30px;
    }

    .home-hero .hero-content p {
        font-size: 18px;
        line-height: 1.5em;
    }

    .home-hero a.btn {
        font-size: 15px;
        line-height: 38px;
        padding: 0px 15px 0px 15px;
    }

    .home-hero .hero-anim-img img:last-child {
        display: none;
    }

    .bg-shape-img.about img {
        top: -58px;
    }

    .client-management img {
        margin-bottom: 25px;
    }

    .client-management h2 {
        font-size: 32px;
    }

    .our-exciting-features h2 {
        font-size: 24px;
    }

    .partner-program h2 {
        font-size: 22px;
    }

    .home-pricing {
        margin-top: 25px;
    }

    .home-pricing h2 {
        font-size: 20px;
    }

    .home-pricing .container.py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .bg-shape-img.communities {
        display: none;
    }

    .schedule-demo h2 {
        font-size: 32px;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

}

@media only screen and (max-width: 490px) {
    .hero-anim-img img:nth-child(2) {
        display: none;
    }

    .schedule-demo h2 {
        font-size: 26px;
    }
}

.video-modal .close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: #911a1a;
    border: 0;
    color: white;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
}

.video-modal .close-btn:hover {
    background: #731010;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px;
    }
}
