* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Roboto';
}

/* width */
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 9.399999618530273px #ccc;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}



body {
    background: #fafbfa;
}

/* containers */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 36px;
}

.container-fluid {
    max-width: 100%;
}

/* navigation */
.navigation {
    padding: 14px 0;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    width: 100%;
}

.nav-icon {
    display: flex;
    gap: 20px;
}

.nav-list ul {
    display: flex;
}

.nav-list ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.nav-list ul li a {
    position: relative;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(35, 35, 35);
    line-height: 1.2;
}

.nav-list ul li a::after {
    content: "";
    position: absolute;
    background: #0b6cb0;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -6px;
    transition: all 0.3s ease;
}

.nav-list ul li a:hover::after {
    width: 100%;
}

.nav-list ul li .mobile-icons {
    display: none;
}

.show .nav-list ul li .mobile-icons {
    display: flex;
    justify-content: space-evenly;
}

.social-icon a {
    padding: 0 10px;
}

.social-icon a i {
    font-size: 18px;
    line-height: 26px;
    color: black;
    transform: scale(1);
    transition: all 0.2s ease;
}

.social-icon a i:hover {
    transform: scale(1.2);
}


.burger {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    font-size: 22px;
    position: relative;
    left: 0;
    padding: 0;
    outline: none;
    height: 30px;
    width: 30px;
}

.burger:active {
    color: #000;
    outline: none;
}

.burger .bar {
    background-color: #000;
    position: absolute;
    right: -15px;
    transform: translate(-50%, -50%) rotate(0deg);
    height: 5px;
    width: 30px;
    transition: transform 0.4s ease;
}

.burger .bar:first-of-type {
    top: 4px;
}

.burger .bar:nth-child(2) {
    top: 14px;
}

.burger .bar:last-of-type {
    top: 24px;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1.25s;
}


/* banner */
.banner {
    background: url(../images/banner-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-main {
    padding: 150px 0;
}

.banner-title {
    max-width: 524px;
    margin: 0 auto;
}

.banner-title h1 {
    width: 100%;
    font-size: 36px;
    font-family: "Roboto";
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.banner-description {
    padding-top: 36px;
}

.banner-description p {
    font-size: 32px;
    font-family: "Roboto";
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}

.banner-btn {
    padding-top: 52px;
    text-align: center;
}

.banner-btn a {
    display: inline-block;
    background: #0b6cb0;
    padding: 18px;
    border-radius: 10px;
    font-size: 19.296px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

/* services */
.services {
    padding-top: 72px;
}

.services-head {
    padding-bottom: 56px;
}

.services-head h2 {
    font-size: 33.767px;
    font-family: 'Roboto';
    color: #00274d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    gap: 24px;
}

.services-cards {
    flex-basis: 48%;
    background-color: #f2f2f2;
    padding: 42px 86px;
    box-sizing: border-box;
    text-align: center;
}

.services-cards-title {
    padding-top: 36px;
}

.services-cards-title h3 {
    font-size: 24px;
    font-family: 'Roboto';
    color: #00274d;
    line-height: 1.2;
    text-align: center;
}

.services-cards-description {
    padding-top: 24px;
}

.services-cards-description p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #00274d;
    line-height: 1.2;
    text-align: center;
}

/* tamara */

.tamara {
    padding: 100px 0 90px;
}

.tamara_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
}

.tamara-rating-stars {
    padding: 20px 0px;
}

.tamara-rating-stars img {
    width: 150px;
}

.heading-of-card h2 {
    text-align: center;
    padding-bottom: 80px;
}

.heading-name h2 {
    font-size: 29px;
    font-family: 'Roboto';
    color: rgb(0, 39, 77);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.tamara-heading-description p {
    font-size: 22px;
    font-family: 'Myriad Pro';
    color: rgb(0, 39, 77);
    line-height: 1.2;
    text-align: left;
    max-width: 648px;
}

.tamara-heading {
    flex: 0 0 47%;
    max-width: 47%;
}

.tamara-img {
    flex: 0 0 50%;
    max-width: 50%;
}

.tamara-img img {
    display: block;
    width: 100%;
    min-height: 300px;
}

/* tailored */

.heading-of-card h2 {
    font-size: 33.767px;
    font-family: 'Roboto';
    color: rgb(0, 39, 77);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

}

.inner-tailored-cleaning-card {
    padding-bottom: 50px;
}

.tailored-cleaning-card-main {
    position: relative;
    /* display: flex; */
    align-items: stretch;
    justify-content: space-between;
}

section.tailored .owl-stage {
    display: flex;
}

section.tailored .owl-stage-outer {
    overflow: hidden;
    padding: 24px;
}

section.tailored .owl-item {
    flex: 0 0 22.5%;
    max-width: calc(100% / 3);
    margin: 0 16px;
}

.card-heading {
    background-color: rgb(0, 39, 77);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 35px 0px;
}

.cleaning-card {
    /* flex: 0 0 31%;
    max-width: 31%; */
    transition: all 0.4s ease;
}



.cleaning-card {
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 999;
}

section.tailored .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

section.tailored button.owl-prev, section.tailored button.owl-next {
    position: absolute;
    font-size: 64px;
    border: none;
    background: none;
    outline: none;
    color: #00274d;
}
section.tailored button.owl-prev {
    left: -6px;
}
section.tailored button.owl-next {
    right: -18px;
}

.card-heading h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto';
    /* color: rgb(0, 39, 77); */
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.card-description {
    padding: 70px 30px;
}

.card-description-text {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}

.card-heading :active :hover {
    background-color: #fff;
}

.right-image i.fa-check {
    color: rgb(0, 39, 77);
}

.cleaning-card:hover .right-img-text p {
    color: #fff;
}

.cleaning-card:hover .card-heading h2 {
    color: rgb(0, 39, 77);
}

.cleaning-card:hover .right-image i.fa-check {
    color: #fff;
}

.right-img-text p {
    color: #707070;
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 1.2;
}

.cleaning-card:hover .card-heading {
    background-color: #fff;
}
.cleaning-card:hover {
    background: rgb(0, 39, 77);
}

/* AI hadeer */

.main-ai-hadeer {
    padding-top: 100px;
}

.main-ai-hadeer-card {
    display: flex;
    justify-content: space-between;
}

.ai-card-hadeer {
    flex-basis: 32%;
    max-width: 32%;
    padding: 16px 24px;
    background: #fafbfa;
}

.heading-ai-text {
    padding-bottom: 43px;
}

.heading-ai-text h2 {
    font-size: 33.767px;
    font-family: 'Roboto';
    color: rgb(0, 39, 77);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.hadeer-image-heading h2 {
    font-size: 24px;
    font-family: 'Roboto';
    color: rgb(11, 108, 176);
    line-height: 1.2;
    text-align: center;
    padding-top: 30px;
}

.hadeer-images {
    text-align: center;
}

.hadeer-image-text-description p {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    color: #707070;
    font-family: 'Roboto';
}

/* focus */
.why_inner_focus {
    padding-top: 100px;
}

.why_main_focus {
    display: flex;
    align-items: center;
    column-gap: 16px;
    background-color: rgb(242, 242, 242);
}

.focus_heading {
    flex-basis: 38%;
    margin: auto 0 auto auto;
}

.heading_focus_text {
    max-width: 483px;
    width: 100%;
}

.heading_focus_description {
    max-width: 560px;
    width: 100%;
}

.why_image_focus {
    flex: 0 0 50%;
    max-width: 50%;
}

.why_image_focus img {
    display: block;
    width: 100%;
    min-height: 300px;
}

.heading_focus_text h2 {
    font-size: 33.767px;
    font-family: 'Roboto';
    color: rgb(0, 39, 77);
    font-weight: bold;
    line-height: 1.2;
}

.heading_focus_description p {
    font-size: 16px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    line-height: 1.2;
    padding-top: 36px;
    color: #707070;
}


/* contact us */
.contact_us {
    padding: 100px 0;
}

.contact_us-head h2 {
    font-size: 33.767px;
    font-family: 'Roboto';
    color: #00274d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.contact_us-main {
    padding-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_us-content {
    flex: 0 0 45%;
    max-width: 45%;
}

.contact_us-location, .contact_us-email_info, .contact_us-number {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 42px;
}

.contact_us-location-text, .contact_us-email_info-text, .contact_us-number-text {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #707070;
    line-height: 1.2;
    text-align: center;
}

.contact_us-maps iframe {
    width: 100%;
    min-height: 272px;
}

.contact_us-form {
    flex: 0 0 45%;
    max-width: 45%;
}

.contact_us-form form label {
    display: none;
}

.contact_us-form form input {
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 24px 42px;
    border-radius: 8px;
    border: none;
    background: #f4f4f4;
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

.contact_us-form form input:focus-visible {
    outline: none;
}

.contact_us-form form textarea {
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 24px 42px;
    border-radius: 8px;
    border: none;
    background: #f4f4f4;
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

.contact_us-form form textarea:focus-visible {
    outline: none;
}

.contact_us-form-submit button {
    border-radius: 11px;
    background-color: rgb(11, 108, 176);
    font-size: 19.296px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding: 20px 42px;
    border: none;
}

/* clients says */
.clients {
    padding: 100px 0;
}

.client-head h2 {
    text-align: center;
    padding-bottom: 50px;
    font-family: 'Roboto';
    font-size: 32px;
}

.clients-wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* gap: 40px; */
}

.client_card {
    position: relative;
    max-width: 374px;
    margin: 0 auto;
}

.client_card::before {
    content: "";
    background: rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0px 0px 5px 5px rgb(195 195 195 / 60%);
}

.client_card::after {
    content: "";
    background: rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 68%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0px 0px 5px 5px rgb(195 195 195 / 60%);
}

.card_title {
    padding: 35px 0;
}

.card_title h2 {
    font-size: 23px;
    font-family: "Roboto";
    color: rgb(0, 39, 77);
    line-height: 0.754;
    text-align: center;
}

.client_image {
    text-align: center;
}

.client_image img {
    width: 100%;
    max-width: 192px;
    box-shadow: 0px 0px 4px 7px rgb(185 185 185 / 99%);
    border-radius: 100%;
}

.client_image img {
    display: inline-block !important;
}

.rating_image_client {
    text-align: center;
    padding-top: 24px;
}

.rating_image_client img {
    max-width: 120px;
    margin: 0 auto;
}

.client_description {
    display: inline-block;
    margin: 24px 24px 64px 24px;
    padding: 40px 22px 26px;
    background-color: rgb(242, 242, 242);
}

.client_description p {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(83, 83, 83);
    line-height: 1.284;
    text-align: center;
    min-height: 140px;
}


.clients_main .owl-stage-outer {
    padding: 16px 0;
}

.clients_main button.owl-prev {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    left: -8px;
    z-index: 999;
    color: #fff !important;
}

.clients_main button.owl-next {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    right: -8px;
    z-index: 999;
    color: #fff !important;
}

.clients_main button.owl-prev::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    position: absolute;
    top: 8px;
    left: -10px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}

.clients_main button.owl-next::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    position: absolute;
    top: 8px;
    right: -10px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}

.clients_main button.owl-next:hover::after {
    background: #00274d;
}

.clients_main button.owl-prev:hover::after {
    background: #00274d;
}

.clients_main .owl-dots {
    position: relative;
    top: 16px;
    left: 0;
    text-align: center;
}

.clients_main button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: #f2f2f2 !important;
    margin: 0 8px;
}

.clients_main button.active {
    background: #00274d !important;
}



/* footer */
.footer {
    background: #e7e7e7;
    padding: 64px 0;
}

.footer_main p {
    font-size: 22px;
    font-family: 'Myriad Pro';
    color: rgb(0, 39, 77);
    line-height: 1.2;
    text-align: center;
}



@media (max-width: 1025px) {
    .focus_heading {
        flex-basis: 45%;
        margin: auto 0 auto auto;
    }

    .card_heading h2 {
        font-size: 19px;
    }

    .client_card::before {
        height: 28%;
    }

    .client_card::after {
        height: 70%;
    }

    .client_image {
        padding-bottom: 0;
    }

    .client_card {
        max-width: 300px;
    }

    /* tailored */
    .card-heading {
        padding: 42px 24px;
    }
}

@media (max-width: 992px) {
    .client_card {
        max-width: 380px;
    }
}

@media (max-width:769px) {

    /* navigation */
    .social-icon {
        display: none;
    }

    .show .nav-list ul {
        transform: translateX(0);
        align-items: stretch;
        transition: all 0.3s ease-in;
    }

    .nav-list ul {
        background-color: #0b6cb0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        text-align: start;
        position: absolute;
        top: 105px;
        width: 50%;
        left: 0;
        transform: translateX(-120%);
        /* transition: all 0.3s ease-in; */
        z-index: 100;
        padding: 0 24px;
    }

    .show ul li {
        padding: 13px 0;
    }

    .show ul li a {
        color: #fff;
    }

    .burger {
        display: block;
    }

    .burger.show-x .bar:first-of-type {
        top: 8px;
        transform: translate(-50%, 50%) rotate(225deg);
    }

    .burger.show-x .bar:last-of-type {
        top: 18px;
        transform: translate(-50%, -150%) rotate(-225deg);
    }

    .burger .bar:nth-child(2) {
        display: block;
    }

    /* banner */
    .banner {
        background-position: left;
    }

    .banner-contant {
        max-width: 310px;
    }

    .banner-contant h1 {
        font-size: 19px;
    }

    .banner-contant p {
        font-size: 18px;
    }

    /* tamara */
    .tamara_main {
        flex-direction: column;
    }

    .tamara-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tamara-heading {
        margin-top: 20px;
    }

    .tamara-heading {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 42px;
    }

    /* services */
    .services-cards {
        padding: 32px 16px;
    }

    /* AI hadeer */
    .main-ai-hadeer-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .heading-of-card h2 {
        padding-bottom: 50px;
    }

    .ai-card-hadeer {
        padding-bottom: 40px;
        flex: 0 0 47%;
        max-width: 47%;
    }

    /* tailored */
    /* .cleaning-card {
        flex: 0 0 70%;
        max-width: 70%;
    } */
    section.tailored button.owl-next {
        right: -6px;
    }
    section.tailored .owl-item {
        flex: 0 0 22.2%;
        max-width: calc(100% / 2);
        margin: 0 12px;
    }

    .cleaning-card:hover {
        margin: 0px;
    }

    .why_main_focus {
        flex-direction: column-reverse;
    }

    .why_image_focus {
        /* flex: 0 0 50%; */
        /* max-width: 50%; */
        flex: unset;
        max-width: unset;
    }

    .focus_heading {
        padding: 52px;
        margin: 0 auto;
        flex-basis: 100%;
    }

    .why_inner_focus {
        padding: 10px 0px 0px 0px;
    }

    .tailored-cleaning-card-main {
        row-gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    .card-description {
        padding: 34px 24px;
    }

    .heading_focus_description p {
        padding-top: 24px;
    }

    .heading_focus_description {
        max-width: unset;
        width: unset;
    }

    .tamara {
        padding-top: 50px;
    }

    .client_card {
        max-width: 300px;
    }
}

@media (max-width:430px) {
    .container {
        padding: 0 24px;
    }

    /* navbar */
    .nav-list ul {
        width: 75%;
    }

    .burger .bar {
        height: 3px;
        width: 30px;
    }

    .burger.show-x .bar:first-of-type {
        top: 10px;
    }

    .burger.show-x .bar:last-of-type {
        top: 16px;
    }

    /* banner */
    .banner-main {
        padding: 92px 0;
    }

    .banner-title h1 {
        font-size: 26px;
    }

    .banner-description p {
        font-size: 22px;
    }

    .banner-description {
        padding-top: 18px;
    }

    .banner-btn {
        padding-top: 32px;
    }

    .banner-btn a {
        padding: 12px 18px;
        font-size: 16px;
    }

    /* tamara */
    .tamara-img img, .why_image_focus img {
        min-height: auto;
    }

    .hadeer-image-text-description p {
        font-size: 17px;
    }

    .heading-of-card h2 {
        font-size: 23px;
    }

    .tamara-heading-description p {
        font-size: 20px;
    }

    .heading-name h2 {
        font-size: 26px;
    }

    .heading_focus_text h2 {
        font-size: 24px;
    }

    .focus_heading, .tamara-heading {
        padding: 32px;
        margin: 0;
    }

    .ai-card-hadeer {
        position: sticky;
        top: 100px;
    }

    .ai-card-hadeer {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* tailored */
    section.tailored .owl-stage-outer {
        padding: 0;
    }
    section.tailored .owl-item {
        flex: 0 0 23.4%;
        max-width: 100%;
        margin: 0 12px;
    }

    /* services */
    .services-head, .heading-ai-text {
        position: sticky;
        top: 24px;
    }

    .services-cards {
        position: sticky;
        top: 98px;
    }

    .services-cards {
        flex-basis: 100%;
        padding: 32px 24px;
    }

    .services-cards-description p {
        font-size: 16px;
    }

    .contact_us-main {
        row-gap: 24px;
    }

    /* contact */
    .contact_us-content, .contact_us-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact_us-location-text, .contact_us-email_info-text, .contact_us-number-text {
        font-size: 16px;
    }

    .contact_us-form form input, .contact_us-form form textarea {
        font-size: 16px;
        padding: 20px;
    }

    /* client says */
    .client_card::before {
        height: 26%;
    }

    .client_card::after {
        height: 72%;
    }

    .card_title h2 {
        font-size: 20px;
    }

    .client_image img {
        max-width: 160px;
    }

    .client_description p {
        font-size: 16px;
    }

    /* footer */
    .footer {
        padding: 42px 0;
    }

    .footer_main p {
        font-size: 16px;
    }
}

@media (max-width:380px) {

    /* services */
    .services-cards {
        padding: 32px 16px;
    }

    /*  */
    .right-img-text p {
        font-size: 16px;
    }

    .card-description {
        padding: 13px;
    }

    .hadeer-image-text-description p {
        font-size: 15px;
    }

    .heading-of-card h2 {
        font-size: 19px;
    }

    .card-heading h2 {
        font-size: 19px;
    }

    .heading_focus_text h2 {
        font-size: 20px;
    }

    .heading_focus_description {
        font-size: 15px;
    }

    .tamara-heading-description p {
        font-size: 15px;
    }

    .heading-name h2 {
        font-size: 24px;
    }

    .tamara-rating-stars img {
        width: 130px;
    }

    .heading-ai-text h2 {
        font-size: 27px;
    }
}

@media (max-width: 330px) {
    .client_card {
        max-width: 252px;
    }

    .card_title h2 {
        font-size: 16px;
    }

    .client_image img {
        max-width: 130px;
    }

    .client_description p {
        font-size: 14px;
    }
    section.tailored .owl-item {
        flex: 0 0 22.8%;
    }
}