/* ==================== [ 1500px ] ==================== */
@media (min-width: 1500px) {

    /* ==================== [ Common Start ] ==================== */
    .container-fluid,
    .container {
        max-width: calc(1280px + 40px);
    }

    /* ==================== [ Common End ] ==================== */
}

/* ==================== [ 1399px ] ==================== */
@media (max-width: 1399px) {

    /* ==================== [ All Maintenance Start ] ==================== */
    .all-maintenance .maintenance-group .image-container .image-dark {
        left: -25px;
    }

    /* ==================== [ All Maintenance End ] ==================== */

    /* ==================== [ Why Choose Start (Business Page) ] ==================== */
    .why-choose .row {
        margin-inline: -15px;
        row-gap: 40px;
    }

    .why-choose .row>* {
        padding-inline: 15px;
    }

    .why-choose .why-choose-card .text-content {
        gap: 10px;
    }

    .why-choose .why-choose-card .title * {
        font-size: 20px;
    }

    /* ==================== [ Why Choose End (Business Page) ] ==================== */
}

/* ==================== [ 1299px ] ==================== */
@media (max-width: 1299px) {
    /* ==================== [ Typography Start ] ==================== */

    h1 {
        font-size: 40px;
        letter-spacing: -0.80px;
    }

    h2 {
        font-size: 36px;
        letter-spacing: -0.72px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    h4 {
        font-size: 20px;
        line-height: normal;
        letter-spacing: -0.20px;
    }

    h5 {
        font-size: 18px;
        line-height: normal;
    }

    h6, .h6 {
        font-size: 16px;
        line-height: normal;
    }

    /* ==================== [ Typography End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner .image-group .image-dark {
        top: 40px;
        right: -40px;
        max-width: 370px;
    }

    .home-banner .image-group .image-white {
        left: -40px;
        bottom: 50px;
        max-width: 475px;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ Partners Group Start ] ==================== */
    .partners-group .partners-container {
        gap: 30px;
    }

    /* ==================== [ Partners Group End ] ==================== */

    /* ==================== [ Partners Content Start ] ==================== */
    .partners-content .form-card {
        max-width: 480px;
    }

    /* ==================== [ Partners Content End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    .section-title * {
        font-size: 36px;
        max-width: 480px;
    }

    .section-subtitle * {
        font-size: 28px;
        margin-bottom: 50px;
    }

    /* ==================== [ Extra Common End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .footer-block {
        gap: 110px;
    }

    .footer .f-top .title * {
        font-size: 40px;
        max-width: 460px;
        width: 100%;
        margin-inline: auto;
    }

    .footer .nav-link {
        font-size: 18px;
    }

    .footer .f-main {
        margin-bottom: 100px;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== [ Testimonials Start ] ==================== */
    .slider-block {
        padding-block: 100px 10px;
    }

    .testimonials .testimonial-card {
        padding: 30px;
    }

    .testimonials .testimonial-card .details * {
        font-size: 20px;
        line-height: 150%;
    }

    .testimonials .testimonial-card .profile .title * {
        font-size: 18px;
    }

    /* ==================== [ Testimonials End ] ==================== */

    /* ==================== [ FAQs Start ] ==================== */
    .faqs {
        padding-block: 130px 0;
    }

    .faqs .multi-acco-block {
        gap: 100px;
    }

    .faqs .acco-button * {
        font-size: 20px;
        line-height: 26px;
    }

    /* ==================== [ FAQs End ] ==================== */

    /* ==================== [ FAQs (Light) Start ] ==================== */
    .faqs-light {
        padding-bottom: 140px;
    }

    /* ==================== [ FAQs (Light) End ] ==================== */

    /* ==================== [ Email Section Start (Contact Page) ] ==================== */
    .email-section {
        padding-block: 100px 10px;
    }

    .email-section .action {
        padding-top: 10px;
    }

    .email-section .text-content {
        gap: 20px;
    }

    .email-section .title * {
        font-size: 26px;
    }

    /* ==================== [ Email Section End (Contact Page) ] ==================== */

    /* ==================== [ Contact Banner Start ] ==================== */
    .contact-banner {
        padding-block: 100px 60px;
    }

    /* ==================== [ Contact Banner End ] ==================== */

    /* ==================== [ Business Banner Start ] ==================== */
    .business-banner {
        padding-block: 100px;
    }

    .business-banner .action {
        gap: 10px;
    }

    /* ==================== [ Business Banner End ] ==================== */

    /* ==================== [ Why Choose Start (Business Page) ] ==================== */
    .why-choose {
        padding-block: 40px 140px;
    }

    /* ==================== [ Why Choose End (Business Page) ] ==================== */

    /* ==================== [ Discover Features Start (Business Page) ] ==================== */
    .discover-features {
        padding-block: 100px 70px;
    }

    .discover-features .discover-card .title * {
        font-size: 20px;
    }

    .discover-features .row>* {
        padding-inline: 10px;
    }

    .discover-features .row {
        margin-inline: -10px;
    }

    .discover-features .discover-card .text-content {
        gap: 10px;
    }

    /* ==================== [ Discover Features End (Business Page) ] ==================== */

    /* ==================== [ Work Process Start (Business Page) ] ==================== */
    .work-process {
        padding-block: 70px 140px;
    }

    .work-process .heading-600 {
        max-width: 450px;
        width: 100%;
    }

    .work-process .process-item .title * {
        font-size: 20px;
    }

    .work-process .process-item .text-content {
        gap: 20px;
    }

    /* ==================== [ Work Process End (Business Page) ] ==================== */
}

/* ==================== [ 1199px ] ==================== */
@media (max-width: 1199px) {
    /* ==================== [ Typography Start ] ==================== */

    h1 {
        font-size: 36px;
        letter-spacing: -0.72px;
    }

    h2 {
        font-size: 34px;
        letter-spacing: -0.68px;
    }

    h3 {
        font-size: 26px;
        letter-spacing: -0.52px;
    }

    h4 {
        font-size: 20px;
        line-height: normal;
        letter-spacing: -0.20px;
    }

    h5 {
        font-size: 18px;
        line-height: normal;
    }

    h6, .h6 {
        font-size: 16px;
        line-height: normal;
    }

    /* ==================== [ Typography End ] ==================== */

    /* ==================== [ Header Start ] ==================== */
    .header .navbar .navbar-collapse {
        margin-top: 80px;
    }

    .header .navbar .navbar-nav {
        margin-bottom: 40px;
    }

    .header .navbar .nav-item {
        padding: 0;
        margin-bottom: 20px;
    }

    .header .navbar .nav-link {
        font-size: 24px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.48px;
    }

    .header .navbar .header-button-group {
        flex-direction: column;
    }

    .header .navbar .header-button-group>* {
        width: 100%;
    }

    .header .navbar-brand img {
        height: 24px;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner::before {
        height: 800px;
    }

    .home-banner::after {
        top: 780px;
        height: 613px;
    }

    .home-banner .image-group .image-dark {
        top: 40px;
        right: -20px;
        max-width: 270px;
    }

    .home-banner .image-group .image-white {
        left: -20px;
        bottom: 50px;
        max-width: 375px;
    }

    .home-banner {
        padding: 100px 0;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ All Maintenance Start ] ==================== */
    .all-maintenance .maintenance-group .image {
        max-width: 400px;
    }

    /* ==================== [ All Maintenance End ] ==================== */

    /* ==================== [ Living Environment End ] ==================== */
    .living-environment .maintenance-group .image-container {
        position: relative;
        flex-shrink: 0;
        margin-left: -370px;
    }

    /* ==================== [ Living Environment Start ] ==================== */

    /* ==================== [ About Banner Start ] ==================== */
    .about-banner {
        padding: 100px 0 60px;
    }

    .about-banner .image {
        aspect-ratio: 1280 / 600;
    }

    /* ==================== [ About Banner End ] ==================== */


    /* ==================== [ About Message Start ] ==================== */
    .about-message {
        position: relative;
        padding: 100px 0 140px;
    }

    /* ==================== [ About Message End ] ==================== */

    /* ==================== [ Partners Overview Banner Start ] ==================== */
    .partners-overview .image {
        max-width: 420px;
    }

    /* ==================== [ Partners Overview Banner End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .footer .f-top .title * {
        font-size: 36px;
        line-height: 120%;
        max-width: 410px;
        width: 100%;
        margin-inline: auto;
    }

    .footer .f-top .heading {
        max-width: 520px;
        width: 100%;
    }

    .footer .f-logo {
        width: 248px;
    }

    .footer .f-main .right-block .link-block-parent {
        gap: 60px;
    }

    .footer .f-main .right-block .f-dropdown,
    .footer .f-main .right-block .link-block-parent>* {
        max-width: 200px;
        width: 100%;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== [ Business Banner Start ] ==================== */
    .business-banner .business-banner-block>* {
        max-width: calc(50% - 30px);
        width: 100%;
    }

    /* ==================== [ Business Banner End ] ==================== */

    /* ==================== [ Work Process Start (Business Page) ] ==================== */
    .work-process .process-item {
        gap: 80px;
    }

    .work-process .process-item::after {
        left: calc(415px + 40px);
    }

    .work-process .process-item::before {
        left: calc(415px + 34px);
    }

    /* ==================== [ Work Process End (Business Page) ] ==================== */
}

/* ==================== [ 991px ] ==================== */
@media (max-width: 991px) {

    /* ==================== [ Typography Start ] ==================== */
    h1 {
        font-size: 32px;
        letter-spacing: -0.64px;
    }

    h2 {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    h3 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    h4 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }

    h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    /* ==================== [ Typography End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    .pagination {
        justify-content: center;
    }

    /* ==================== [ Extra Common End ] ==================== */

    /* ==================== [ Header Start ] ==================== */
    .header .navbar-brand img {
        height: 22px;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner::before {
        height: 716px;
    }

    .home-banner::after {
        top: 700px;
        height: 520px;
    }

    .home-banner .image-group .image-dark {
        top: 87px;
        right: -11px;
        max-width: 270px;
    }

    .home-banner .image-group .image-white {
        left: -9px;
        bottom: -20px;
        max-width: 375px;
    }

    .home-banner .banner-form-group {
        flex-direction: column;
        gap: 20px;
    }

    .home-banner .banner-form-group .action,
    .home-banner .banner-form-group .action button {
        width: 100%;
    }

    .home-banner .image {
        margin-top: 100px;
        min-height: 395px;
        width: 100%;
        aspect-ratio: 362 / 395;
    }

    .home-banner .image * {
        object-fit: cover !important;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ All Maintenance Start ] ==================== */
    .all-maintenance {
        padding: 0 0 140px;
    }

    .all-maintenance .maintenance-group {
        flex-direction: column;
        gap: 60px;
    }

    .all-maintenance .maintenance-group .content {
        max-width: 100%;
    }

    .all-maintenance .maintenance-group .image-container .image-dark {
        max-width: 209px;
        left: 16px;
        bottom: -40px;
    }

    /* ==================== [ All Maintenance End ] ==================== */

    /* ==================== [ Living Environment End ] ==================== */
    .living-environment {
        padding: 0 0 140px;
    }

    .living-environment .maintenance-group {
        flex-direction: column-reverse;
        align-items: end;
        gap: 60px;
    }

    .living-environment .maintenance-group .content {
        max-width: 100%;
    }

    .living-environment .maintenance-group .image-container {
        position: relative;
        flex-shrink: 0;
        margin-left: 0px;
    }

    .living-environment .maintenance-group .image {
        min-width: 791px;
    }

    /* ==================== [ Living Environment Start ] ==================== */

    /* ==================== [ Jobs Around House Start ] ==================== */
    .jobs-around-house {
        padding: 100px 0 70px;
        position: relative;
    }

    .jobs-around-house .jobs-group {
        flex-direction: column;
    }

    .jobs-around-house .main-image {
        aspect-ratio: 897 / 991;
    }

    .jobs-around-house .jobs-group .jobs-card .content {
        max-width: 100%;
    }

    .jobs-around-house .jobs-group .jobs-card .content .title * {
        margin-bottom: 10px;
    }

    /* ==================== [ Jobs Around House End ] ==================== */

    /* ==================== [ Featured Assist Start ] ==================== */
    .featured-assist {
        padding: 50px 0 110px;
    }

    .assist-card>a {
        padding: 20px;
    }

    /* ==================== [ Featured Assist End ] ==================== */

    /* ==================== [ About Banner Start ] ==================== */
    .about-banner .image {
        aspect-ratio: 362 / 300;
    }

    /* ==================== [ About Banner End ] ==================== */

    /* ==================== [ About Message Start ] ==================== */
    .about-message {
        position: relative;
        padding: 100px 0 140px;
    }

    .about-message .message-container .service-providers {
        flex-direction: column;
    }

    .about-message .message-container .service-providers .card {
        gap: 20px;
    }

    .about-message .message-container .service-providers .card .icon {
        margin-bottom: 10px;
    }

    /* ==================== [ About Message End ] ==================== */

    /* ==================== [ Partners Overview Banner Start ] ==================== */
    .partners-overview {
        padding: 100px 0 60px;
    }

    .partners-overview .partners-container {
        flex-direction: column;
    }

    .partners-overview .content {
        max-width: 100%;
    }

    .partners-overview .image {
        max-width: 100%;
        aspect-ratio: 362 / 300;
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    /* ==================== [ Partners Overview Banner End ] ==================== */


    /* ==================== [ Partners Group Start ] ==================== */
    .partners-group {
        padding: 80px 0 140px;
    }

    .partners-group .partners-container {
        flex-direction: column;
        row-gap: 60px;
    }

    .partners-group .filter-group .search {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .partners-group .filter-group .filter-select-group {
        gap: 20px;
    }

    .partners-group .filter-group {
        position: relative;
        top: unset;
    }

    /* ==================== [ Partners Group End ] ==================== */


    /* ==================== [ Partners Content Start ] ==================== */
    .partners-content {
        padding: 80px 0 140px;
    }

    .partners-content .form-card {
        max-width: 100%;
        margin-top: 70px;
    }

    .partners-content .partners-container {
        flex-direction: column;
    }

    .partners-content .form-card {
        padding: 40px;
    }

    .partners-detail-img .image {
        aspect-ratio: 402 / 400;
    }

    /* ==================== [ Partners Content End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    .section-title * {
        font-size: 32px;
        max-width: 360px;
        margin-bottom: 40px;
    }

    .section-subtitle * {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .heading-600:has(.section-title) {
        margin-bottom: 40px;
    }

    /* ==================== [ Extra Common End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .footer {
        padding-block: 120px 30px;
    }

    .footer .f-top .title * {
        font-size: 32px;
        line-height: 120%;
        max-width: 370px;
        width: 100%;
        margin-inline: auto;
    }

    .footer .f-main {
        flex-direction: column;
        gap: 60px;
    }

    .footer .f-main .right-block .link-block-parent {
        justify-content: space-between;
    }

    .footer .f-main .right-block {
        gap: 50px;
        align-items: start;
    }

    .footer .f-main .right-block .f-dropdown {
        max-width: 240px;
        width: 100%;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== [ Testimonials Start ] ==================== */
    .testimonials .testimonial-card .details * {
        font-size: 18px;
    }

    /* ==================== [ Testimonials End ] ==================== */

    /* ==================== [ FAQs Start ] ==================== */
    .faqs .acco-body {
        padding-top: 30px;
    }

    .faqs .acco-button * {
        font-size: 18px;
        line-height: 22px;
    }

    /* ==================== [ FAQs End ] ==================== */

    /* ==================== [ Business Banner Start ] ==================== */
    .business-banner .business-banner-block {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }

    .business-banner .business-banner-block>* {
        max-width: fit-content;
        width: 100%;
    }

    .business-banner .business-banner-block .image-content {
        max-width: 467px;
        width: 100%;
    }

    .business-banner .image-content .business-image {
        width: 88%;
        height: 89%;
    }

    /* ==================== [ Business Banner End ] ==================== */

    /* ==================== [ Why Choose End (Business Page) ] ==================== */
    .why-choose .why-choose-card .title * {
        font-size: 18px;
    }

    /* ==================== [ Why Choose End (Business Page) ] ==================== */

    /* ==================== [ Discover Features Start (Business Page) ] ==================== */
    .discover-features .discover-card .title * {
        font-size: 18px;
    }

    .discover-features .discover-features-block .heading-600 {
        margin-bottom: 60px;
    }

    /* ==================== [ Discover Features End (Business Page) ] ==================== */

    /* ==================== [ Work Process Start (Business Page) ] ==================== */
    .work-process .process-item .title * {
        font-size: 18px;
    }

    .work-process .process-block {
        gap: 60px;
    }

    .work-process .process-item {
        flex-direction: column;
        gap: 20px;
        padding-left: 40px;
    }

    .work-process .process-item>* {
        max-width: calc(100% - 26px);
    }

    .work-process .process-item::after {
        height: calc(100% + 60px);
        left: 6px;
    }

    .work-process .process-item::before {
        left: 0;
    }

    /* ==================== [ Work Process End (Business Page) ] ==================== */
}

/* ==================== [ 767px ] ==================== */
@media (max-width: 767px) {

    /* ==================== [ Typography Start ] ==================== */
    h1 {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    h2 {
        font-size: 26px;
        letter-spacing: -0.52px;
    }

    h3 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    h4 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }

    h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    /* ==================== [ Typography End ] ==================== */

    /* ==================== [ Header Start ] ==================== */
    .header .navbar-brand img {
        height: 20px;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner .image-group .image-dark {
        top: 87px;
        right: -11px;
        max-width: 220px;
    }

    .home-banner .image-group .image-white {
        left: -9px;
        bottom: -20px;
        max-width: 300px;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ Living Environment End ] ==================== */
    .living-environment .maintenance-group .image {
        min-width: 620px;
    }

    /* ==================== [ Living Environment Start ] ==================== */

    /* ==================== [ Partners Content Start ] ==================== */
    .partners-content {
        padding: 60px 0 100px;
    }

    .partners-content .form-card .form-group .input-group.half {
        flex: 0 0 100% !important;
    }

    .partners-content .form-card {
        padding: 30px;
    }

    /* ==================== [ Partners Content End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    .section-title * {
        font-size: 26px;
        max-width: 330px;
    }

    .section-subtitle * {
        font-size: 24px;
    }

    /* ==================== [ Extra Common End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .footer .f-top .title * {
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.56px;
        max-width: 370px;
        width: 100%;
        margin-inline: auto;
    }

    .footer {
        padding-block: 120px 20px;
    }

    .footer .f-copyright {
        flex-direction: column;
        align-items: start;
        margin-bottom: 40px;
    }

    .footer .f-text * {
        font-size: 12px;
        line-height: 16px;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== [ Email Section Start (Contact Page) ] ==================== */
    .email-section .title * {
        font-size: 24px;
    }

    /* ==================== [ Email Section End (Contact Page) ] ==================== */

    /* ==================== [ Work Process End (Business Page) ] ==================== */
    .work-process .heading-600 {
        max-width: 100%;
        width: 100%;
    }

    /* ==================== [ Work Process End (Business Page) ] ==================== */
}

/* ==================== [ 575px ] ==================== */
@media (max-width: 575px) {

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner .image-group .image-dark {
        top: 75px;
        right: -11px;
        max-width: 170px;
    }

    .home-banner .image-group .image-white {
        left: -9px;
        bottom: -20px;
        max-width: 251px;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ Living Environment End ] ==================== */
    .living-environment .maintenance-group .image {
        min-width: 470px;
    }

    /* ==================== [ Living Environment Start ] ==================== */

    /* ==================== [ Featured Assist Start ] ==================== */
    .assist-card .point-group ul {
        flex-direction: column;
    }

    .assist-card .point-group ul li {
        width: 100%;
        justify-content: flex-start;
    }

    /* ==================== [ Featured Assist End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .copyright-link-list {
        margin-inline: -2px;
    }

    .footer .f-copyright .copyright-link-list ul {
        gap: 10px;
        justify-content: start;
    }

    .footer .f-copyright .copyright-link-list li * {
        font-size: 12px;
    }

    .footer .f-top .action {
        flex-direction: column;
        gap: 10px;
    }

    .footer .f-text * {
        font-size: 11px;
        line-height: 14px;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== [ Work Process Start (Business Page) ] ==================== */
    .work-process .process-item {
        padding-left: 26px;
    }

    /* ==================== [ Work Process End (Business Page) ] ==================== */
}