.customPadding {
    padding-left: 80px;
    padding-right: 80px;
}

.activeHeaderFont {
    color: #328535 !important;
}

.font64 {
    font-size: 64px;
}

.font92 {
    font-size: 92px;
}

.font110 {
    font-size: 110px;
}

.marginTop100 {
    margin-top: 100px;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.section1-img {
    height: 500px;
    width: 663px;
}

.section4-img {
    height: 398px;
}

.section6-img {
    height: 90%;
    width: 90%;
}

.section1InputWidth {
    width: 400px;
}

.simplified_for_text {
    color: #43b647;
    font-size: 42px;
}

.connecting_caregiver_text {
    color: #101410;
}

.searchBox {
    background-color: #f6f8f6;
    width: 495px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #eef2ee;
}

.newSearchButton {
    height: 44px;
    color: #fefefe;
    background-color: #328535;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 300;
    position: absolute;
    right: -30px;
    border-radius: 12px !important;
}

.searchActiveTab {
    background-color: #dbe4dc;
    color: #338535;
    border-radius: 10px;
    padding-inline: 20px;
}

.logoBackSide {
    background-color: #f7f7f7;
    border-radius: 16px;
    border: 1px solid #eef2ee;
    padding: 12px;
    width: fit-content;
}

/* Logo Slider Section ----------------------------------------------------------------------------------------  */
.blur-container {
    position: relative;
    overflow: hidden;
}

.blur-container::before,
.blur-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    /* backdrop-filter: blur(10px); */
}

.blur-container::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.blur-container::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}
/* End Logo Slider Section ----------------------------------------------------------------------------------------  */

.section2 {
    background-color: #f6f8f6;
}

.paddingTop80 {
    padding-top: 80px;
}

.paddingBottom80 {
    padding-bottom: 80px;
}

.paddingBottom60 {
    padding-bottom: 60px;
}

.what_us_apart_text {
    color: #111827;
    font-size: 64px;
}

.what_us_apart_text_small {
    color: #4b5563;
    font-size: 18px;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.borderBottom2White {
    border-bottom: 2px solid white;
}

.borderRight2White {
    border-right: 2px solid white;
}

.card-title-text {
    font-size: 36px;
    font-weight: 600;
}

.card-title-text-small {
    font-size: 18px;
    font-weight: 300;
    color: #64786a;
}

.cardBorder {
    border: 2px solid #d4d4d8;
    border-radius: 24px;
    background-color: #ffffff;
}

.section4_right_box {
    padding: 1.5rem;
    border: 2px solid rgba(128, 128, 128, 0.156);
    border-radius: 24px;
    height: 50%;
}

.section4_right_box h3 {
    font-weight: 600;
    color: #000000;
    font-size: 36px;
    margin-bottom: 20px;
}

.section4_right_box p {
    font-weight: 500;
    color: #64786a;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 140%;
}

.uberBox {
    height: 100%;
    background-color: black;
    border-radius: 24px;
}

.num-tell-story-box {
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.community-box {
    border: 2px solid rgba(128, 128, 128, 0.156);
    border-radius: 24px;
}

.section8_img_position {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.section8-img {
    height: 550px;
    width: 550px;
}

@media (max-width: 768px) {
    .num-tell-story-box h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .num-tell-story-box p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .margin-bottom-mobile {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 700px) {
    .customPadding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uberBox {
        height: 300px;
    }

    .section1-img {
        height: 300px;
        width: 100%;
    }

    .font92 {
        font-size: 64px;
    }

    .simplified_for_text {
        font-size: 30px;
    }
}

@media (max-width: 570px) {
    .what_us_apart_text {
        font-size: 45px;
    }

    .paddingTop80 {
        padding-top: 40px;
    }

    .font64 {
        font-size: 50px;
    }

    .section8_img_position {
        right: 16px;
        bottom: 0px;
    }

    .section8-img {
        height: 300px;
        width: 340px;
    }

    .searchBox {
        width: 100%;
        padding-inline: 20px;
    }

    .section1InputWidth {
        width: 338px;
    }

    .font24 {
        font-size: 16px;
    }

    .font18 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slick-slide {
        margin: 10px 10px;
        margin-bottom: 50px;
    }

    .what_us_apart_text {
        font-size: 35px;
    }

    .section1InputWidth {
        width: 280px;
    }

    .section4-img {
        height: 300px;
    }

    .section6-img {
        width: 100%;
    }

    .registerDropdown-content {
        right: 0px;
    }

    .font64 {
        font-size: 30px;
    }
}

@media (max-width: 390px) {
    .section8-img {
        width: 302px;
    }
}

.footer {
    background-color: #0a1a0a;
    color: #cbd5e1;
}

.footer h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer a {
    display: block;
    color: #94a3b8;
    font-size: 15px;
    text-decoration: none;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer .logo-text {
    font-size: 15px;
    color: #94a3b8;
    margin-top: 10px;
}

.footer-bottom {
    background-color: #0a1a0a;
    border-top: 1px solid #1f2937;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #94a3b8;
}

@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }

    .footer .col-md-2,
    .footer .col-md-3 {
        margin-top: 30px;
    }
}
