/* FONT IMPORT */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #1C73E4;
    --secondary: #333333;
    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.btn:focus {
    box-shadow: none;
}


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */

.main-section {
    padding: 0 !important;
}

.card {
    border-block: 3px solid #DBDBDB;
    border-inline: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.card .card-header {
    box-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.75rem 4rem 3.125rem;
}

.card .card-header a {
    color: var(--primary);
    font-size: 2rem;
    text-decoration: underline !important;
    transition: 0.5s ease-in-out;
}

.card .card-header a:hover {
    color: #333333;
}

.card .card-body {
    padding: 0 3.75rem;
}

.card .card-footer {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.main-hero .card-header {
    align-items: start;
    gap: 1rem;
}

.hero-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hero-title .dropdown-menu {
    min-width: 300px;
    right: 0;
    left: auto;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.16);
    border: 0;
    padding: 0;
    border-radius: 1.25rem;
    overflow: hidden;
}

.hero-title a.dropdown-item {
    text-decoration: none !important;
    font-size: 1.375rem;
    color: #5A5B5D;
    padding: 0.75rem 1rem;
    transition: 0.5s ease-in-out;
}

.hero-title a.dropdown-item:hover {
    background-color: var(--primary);
    color: var(--white);
}

.main-hero .title {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 4.75rem;
}

.main-hero .title h4 {
    margin: 0;
    font-size: 2.75rem;
    color: var(--black);
    font-weight: 500;
}

.main-hero .title span {
    margin-left: 5rem;
    color: #5A5B5D;
    font-size: 3.125rem;
}

.hero-title .btn {
    padding: 0 0.75rem;
    font-size: 3.75rem;
}

.main-hero p {
    font-size: 2.25rem;
    color: #536065;
    line-height: 1.52;
    width: 70%;
    margin: 1.625rem 0 0;
}

.open {
    color: #1A7B44;
}

.main-img {
    position: relative;
    width: fit-content;
    min-width: 332px;
    border-radius: 1.25rem;
    overflow: hidden;
}

.main-img a.figure-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, var(--black));
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 3rem;
    line-height: 1;
    color: var(--white) !important;
    padding: 1.75rem 2rem;
    font-family: var(--font-heading);
    text-decoration: none !important;
}

#myTab {
    margin-bottom: 2.5rem;
    margin-right: -3.75rem;
}

#myTab.swipe-nav .nav-link {
    width: 100%;
    padding: 0.875rem;
    background-color: #E6EDFF;
    border: 2px solid #E6EDFF;
    border-radius: 5rem;
    font-size: 1.75rem;
    font-family: var(--font-heading);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    transition: 0.5s ease-in-out;
    user-select: none;
}

#myTab.swipe-nav .nav-link.active {
    border-color: var(--primary);
    color: var(--primary);
}

.quick-list {
    /* margin: 0 3.75rem 2.75rem; */
    background-color: rgba(235, 235, 235, 0.42);
    display: flex;
    padding: 3.125rem 5rem;
    /* border-radius: 1.25rem; */
    justify-content: space-between;
    border-top: 3px solid #DBDBDB;
}

.quick-list a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.125rem;
    font-size: 2.625rem;
    text-transform: uppercase;
    color: var(--primary);
}

.quick-list a figure {
    width: 9.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid var(--primary);
    display: grid;
    place-items: center;
    font-size: 3.5rem;
    transition: 0.5s ease-in-out;
}

.quick-list a:hover figure {
    background-color: var(--primary);
    color: var(--white);
}

.list-item li {
    border-top: 3px solid #DBDBDB;
}

.list-item li .list-item-wrap {
    display: flex;
    align-items: center;
    padding: 3.75rem;
    gap: 2.75rem;
    flex-wrap: wrap;
}

.list-item li .list-item-wrap figure {
    width: 3.25rem;
    font-size: 3.125rem;
    color: var(--primary);
}

.list-item li .list-item-wrap div {
    display: grid;
    flex: 1;
}

.list-item li .list-item-wrap div p span {
    display: block;
    font-size: inherit;
}

.list-item li .list-item-wrap div span {
    font-size: 2.375rem;
    color: #536065;
}

.list-item li .list-item-wrap p {
    font-size: 2.625rem;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    line-height: 1.42;
    width: 100%;
}

.list-item li .list-item-wrap>a {
    font-size: 2rem;
    color: #5F5F5F;
}


/* .list-item li .list-item-wrap .location {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: -4rem;
    flex: auto;
    border-top: 3px solid #DBDBDB;
    padding-top: 2.75rem;
}

.list-item li .list-item-wrap .location p a {
    color: var(--primary);
} */

.list-item li:first-child .list-item-wrap:first-child {
    align-items: start;
}

.services-wrap {
    padding-bottom: 4.5rem;
}

.serv-card,
.services-card {
    user-select: none;
    display: block;
}

.serv-card figure,
.services-card figure {
    margin-bottom: 1.75rem;
}

.servicesSlider,
.servicesSlider1 {
    margin: 0 -4rem;
    padding-left: 4rem;
}

.servicesSlider .swiper-button-prev,
.servicesSlider1 .swiper-button-prev {
    left: 2.5rem;
}

.servicesSlider .swiper-button-next,
.servicesSlider1 .swiper-button-next {
    right: 2.5rem;
}

.servicesSlider .swiper-button-prev,
.servicesSlider .swiper-button-next,
.servicesSlider1 .swiper-button-prev,
.servicesSlider1 .swiper-button-next {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    border: 4px solid var(--white);
    background-color: var(--primary);
    margin: 0;
    transform: translateY(-50%);
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}

.servicesSlider .swiper-button-prev::after,
.servicesSlider .swiper-button-next:after,
.servicesSlider1 .swiper-button-prev::after,
.servicesSlider1 .swiper-button-next:after {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.servicesSlider .swiper-button-next.swiper-button-disabled,
.servicesSlider .swiper-button-prev.swiper-button-disabled,
.servicesSlider1 .swiper-button-next.swiper-button-disabled,
.servicesSlider1 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: none;
}

.servicesSlider .swiper-button-prev:hover,
.servicesSlider .swiper-button-next:hover,
.servicesSlider1 .swiper-button-prev:hover,
.servicesSlider1 .swiper-button-next:hover {
    color: var(--primary);
    background-color: var(--white);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.16);
}

.servicesSlider::before,
.servicesSlider::after,
.servicesSlider1::before,
.servicesSlider1::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
}

.servicesSlider::before,
.servicesSlider1::before {
    right: 0;
    width: 153px;
    background: linear-gradient(to right, transparent, var(--white));
}

.servicesSlider::after,
.servicesSlider1::after {
    left: 0;
    width: 80px;
    background: linear-gradient(to left, transparent, var(--white));
}

.services-card h4 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.services-card p {
    font-size: 1.75rem;
    color: #5A5B5D;
    margin: 0;
    line-height: 1;
}

.reviews-card {
    position: relative;
}

.review-list {
    max-height: 550px;
    overflow-y: auto;
    padding-bottom: 6rem;
}


/* Chrome, Edge and Safari */

.review-list::-webkit-scrollbar {
    width: 18px;
}

.review-list::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: var(--white);
    border: 1px solid #C6C8C9;
}

.review-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #C6C8C9;
}

.review-list::-webkit-scrollbar-thumb:hover {
    background-color: #8A8C8C;
}

.review-list::-webkit-scrollbar-thumb:active {
    background-color: #8A8C8C;
}

.reviews-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 4.875rem);
    height: 153px;
    background: linear-gradient(to bottom, transparent, var(--white));
}

.review-list-item+.review-list-item {
    margin-top: 2.25rem;
}

.review-list-item {
    display: flex;
    align-items: baseline;
    max-width: 1020px;
    gap: 2rem;
}

.review-list-item .user {
    width: 8.5rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    background-color: #C6C8C9;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--white);
    border-radius: 50%;
    text-transform: uppercase;
}

.review-list-item>div {
    display: grid;
    gap: 1rem;
    flex: 1;
    margin: auto 0;
}

.review-list-item>div figure {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1.125rem;
    flex-wrap: wrap;
}

.review-list-item>div figure img {
    border-radius: 0.5rem;
}

.review-list-item>div q {
    font-size: 1.35rem;
    color: #536065;
}

.review-list-item>div q span {
    color: var(--black);
    font-weight: 500;
}

.rating {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 1.75rem;
}

.rating i {
    color: #FEB733;
}

.rating li {
    line-height: 1;
}

.rating li:last-child {
    color: #5A5B5D;
    border-left: 2px solid;
    padding-left: 1rem;
    margin-left: 0.5rem;
}

.heading {
    font-size: 3.125rem;
    font-weight: 500;
}


/* ABOUT SECTION CSS */

.about-card .card-header {
    padding: 3.75rem 3.75rem 1.75rem;
}

.about-card p {
    font-size: 1.625rem;
    color: #536065;
    line-height: 1.84;
    width: 100%;
    margin: 0;
    margin-bottom: 4.375rem;
}

.about-card .card-footer {
    padding: 3.25rem 3.75rem;
    border-top: 3px solid #DBDBDB;
}

.about-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.625rem;
}

.about-title figure {
    position: relative;
}

.about-title figure .icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-title h3 {
    font-size: 2.625rem;
    color: var(--black);
    font-weight: 500;
}

.about-title h3 span {
    font-size: 2.25rem;
    color: #5A5B5D;
    font-weight: 400;
    display: block;
}

.serv-card h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.375rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serv-card p {
    font-size: 1.375rem;
    color: #5A5B5D;
    margin-bottom: 1.125rem;
}

.serv-card a {
    font-size: 1.5rem;
    color: #1C73E4;
    text-decoration: underline !important;
}


/* !ABOUT SECTION CSS */


/* SOCIAL SECTION CSS  */

.social-card {}

.social-links {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 2.625rem;
    width: 100%;
    margin-bottom: 4.375rem;
}

.social-links li {
    width: 100%;
    flex: 1;
    max-width: 300px;
}

.social-links a {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.75rem;
    width: 100%;
    border: 3px solid #DBDBDB;
    border-radius: 1.375rem;
    padding: 2.625rem 2rem;
}

.social-links h5 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    transition: 0.5s ease-in-out;
}

.social-links a:hover h5 {
    color: #161DAE;
    text-decoration: underline !important;
}


/* !SOCIAL SECTION CSS  */


/* FOOTER CSS */

footer {
    background-color: #EBEBEB;
    padding: 1.5rem 0;
    text-align: center;
}

footer ul {
    display: flex;
    gap: 1.375rem;
    justify-content: center;
    align-items: center;
}

footer ul li {
    line-height: 1;
}

footer ul li+li {
    padding-left: 1.375rem;
    border-left: 2px solid var(--black);
}

footer p {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1.3125;
}

footer a {
    font-size: 1rem;
    color: #161DAE;
    text-transform: uppercase;
}

.call-btn {
    position: fixed;
    right: -15rem;
    bottom: 2rem;
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary);
    font-size: 2.5rem;
    color: var(--white);
    z-index: 9999;
    display: grid;
    place-items: center;
    box-shadow: 0px 0px 0px 10px rgb(28 115 228 / 34%);
    transition: 0.5s ease-in-out, right 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.call-btn.show {
    right: 2rem;
}

.call-btn:hover {
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0px 0px 0px 3px rgb(28 115 228 / 100%);
}

.call-btn i {
    animation: trin 2s infinite linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


/* !FOOTER CSS */


/* SERVICES PAGE */

.inner {
    padding: 4.375rem 3.75rem 4.375rem;
    border-top: 3px solid #DBDBDB;
}

.services-list h3 {
    font-size: 2.25rem;
    color: #536065;
    font-family: var(--font-text);
    font-weight: 400;
    margin-bottom: 2rem;
}

.services-list-wrap .services-list-tab+.services-list-tab {
    margin-top: 1.75rem;
}

.services-list-tab a {
    position: relative;
    border: 2px solid #EBEBEB;
    font-size: 2.25rem;
    font-family: var(--font-heading);
    font-weight: 500;
    padding: 1.75rem 3.75rem;
    display: block;
    border-radius: 4rem;
    color: var(--black);
    transition: 0.5s ease-in-out;
}

.services-list-tab a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    float: right;
    display: inline-block;
    transform: translateX(-2rem);
    opacity: 0;
    color: var(--primary);
    transition: 0.5s ease-in-out;
}

.services-list-tab a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.services-list-tab a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.service-tab-content {
    position: relative;
    border: 2px solid #EBEBEB;
    padding: 1.75rem 3.75rem;
    border-radius: 4rem;
    transition: 0.5s ease-in-out;
    margin: 2rem 0 0;
}

.service-tab-content h3 {
    font-size: 2.25rem;
    font-weight: 500;
    font-family: var(--font-heading);
    color: var(--black);
    margin: 0 0 1.75rem;
}

.service-tab-content h4 {
    font-size: 1.75rem;
    font-family: var(--font-text);
    font-weight: 500;
    margin: 1.125rem 0;
}

.service-tab-content p {
    font-size: 1.125rem;
    margin: 0;
}

.service-tab-content p+p {
    margin: 1.125rem 0 0;
}

/* SERVICES PAGE */


/* REVIEW PAGE */

.reviews-list-new {}

.review-summary {
    background-color: rgba(235, 235, 235, 0.42);
    padding: 2.25rem 3.5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 3.75rem;
}

.review-summary .overall {
    display: flex;
    align-items: center;
    gap: 3.125rem;
}

.review-summary .overall h3 {
    font-size: 7.5rem;
    font-weight: 500;
    margin: 0;
}

.review-summary .overall .rating li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.review-summary .overall div {
    display: grid;
    gap: 0.75rem;
}

.review-summary .overall div span {
    font-size: 1.75rem;
    color: #5A5B5D;
}

.review-summary .icon-down {
    font-size: 1.75rem;
    color: #5F5F5F;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.reviews-list-wrap .review-list {
    max-height: 100%;
    overflow: visible;
    margin: 0 -3.75rem;
    padding: 0;
}

.reviews-list-wrap .review-list-item {
    max-width: 100%;
    padding: 2rem 3.75rem;
}

.reviews-list-wrap .review-list-item+.review-list-item {
    border-top: 3px solid #DBDBDB;
    margin-top: 0;
}

.view-more {
    border-top: 3px solid #DBDBDB;
    display: grid;
    place-items: center;
    padding: 2rem;
    gap: 0.625rem;
    font-size: 1.5625rem;
    color: #1C73E4;
}

.view-more:hover {
    background: #E6EDFF;
}


/* REVIEW PAGE */


/* BY OWNER PAGE */

.latest-post .row {
    gap: 2.625rem 0;
}

.post-card {
    background-color: var(--white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0.5rem;
    overflow: hidden;
    height: 100%;
}

.post-card .post-card-content {
    padding: 1.75rem 2rem;
}

.post-card h4 {
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-card p {
    font-size: 1.5625rem;
    font-weight: 500;
    color: #5A5B5D;
    width: 100%;
    margin: 0;
    margin-bottom: 0.9375rem;
}

.post-card a {
    color: #1C73E4;
    font-size: 1.75rem;
    text-decoration: underline !important;
}

.post-card .user-detail {
    display: flex;
    align-items: center;
    gap: 1.0625rem;
    margin-top: 1.125rem;
}

.post-card .user-detail figure {
    width: 6.375rem;
    position: relative;
}

.post-card .user-detail figure .icon {
    position: absolute;
    right: -0.25rem;
    bottom: 0.25rem;
    max-width: 1.375rem;
}

.post-card .user-detail h5 {
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-card .user-detail h6 {
    font-size: 1.625rem;
    margin: 0;
    color: #5A5B5D;
}


/* BY OWNER PAGE */


/* PHOTOS PAGE  */

.gallery-sec .row {
    gap: 1.875rem 0;
}

.gallery-sec figure {
    border-radius: 0.5rem;
    overflow: hidden;
}


/* !PHOTOS PAGE  */


/* ABOUT PAGE */

.about-inner-sec {}

.about-inner-sec ul {
    font-size: 2.25rem;
    color: #536065;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 0;
}

.about-inner-sec ul li {
    width: calc(50% - 2rem);
    padding-left: 0.75rem;
    margin-left: 2rem;
}

.about-inner-sec ul li::marker {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
}

.about-inner-sec ul li.no::marker {
    content: "\f00d";
}

.about-inner-sec ul li ul li {
    width: calc(100% - 2rem);
}

.highlight-card {
    width: 240px;
    background-color: rgba(235, 235, 235, 0.42);
    border-radius: 1.25rem;
    padding: 1.625rem;
    text-align: center;
    color: #536065;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.highlight-card span {
    max-width: 100px;
    display: inline-block;
    margin-top: 5px;
}

.highlight-card:hover {
    color: var(--white);
    background-color: var(--primary);
}

.list-item li .list-item-wrap p a {
    color: var(--black);
}


/* !ABOUT PAGE */

.main-hero .card-header>div {
    flex: 1;
}

.services-card figure img,
.serv-card figure img {
    width: 100%;
}

.post-card figure img {
    width: 100%;
}

.gallery-sec figure a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.serv-card figure img {
    aspect-ratio: 21/14;
    object-fit: cover;
    border-radius: 0.75rem;
}

.post-card-img img {
    aspect-ratio: 21/12;
    object-fit: cover;
}