/*
 * PROJECT STYLESHEET MAP
 * [01] Imports + Design Tokens (:root)
 * [02] Base / Global / Shared Components
 * [03] Chunk Styles (village, maps, galleries, video, etc.)
 * [04] Responsive Rules (@media)
 *
 * Notes:
 * - Keep cascade order; do not reorder sections without visual check.
 * - Add new chunk styles inside [03], then related media rules in [04].
 */

@import"https://api.fontshare.com/v2/css?f[]=switzer@1,2&f[]=clash-display@1&f[]=sentient@400,401,500&display=swap";

@import"../fonts/obviously/stylesheet.css";

@import"../fonts/autograf/stylesheet.css";

@import"../fonts/bootstrap-icons-1.11.1/font/bootstrap-icons.css";

/* @import"../fonts/font-awesome-6.4.2/css/all.css"; */

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-brand-500: #1f8a8a;
    --color-brand-700: #176b6b;
    --color-ink-900: #111827;
    --color-text-900: #202020;
    --color-text-500: #585858;
    --color-border-300: #d1d5db;
    --color-border-200: #e3e6ea;
    --color-surface-100: #f3f4f6;
    --color-overlay-soft: rgba(255, 255, 255, .94);
    --color-text-primary: var(--color-text-900);
    --color-border-soft: var(--color-border-300);
    --color-surface-hover: var(--color-surface-100);
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 48px;
    --space-10: 64px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-2xl: 30px;
    --fs-xs: 12px;
    --fs-sm: 13px;
    --fs-md: 14px;
    --fs-base: 16px;
    --fs-lg: 18px;
    --fs-xl: 20px;
    --lh-tight: 1.2;
    --lh-normal: 1.35;
    --lh-relaxed: 1.5;
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --tj-color-common-white: var(--color-white);
    --tj-color-common-black: var(--color-black);
    --tj-color-heading-primary: #0c1e21;
    --tj-color-text-body: #364e52;
    --tj-color-text-body-2: #a9b8b8;
    --tj-color-text-body-5: rgba(255, 255, 255, 0.8);
    --tj-color-theme-primary: #1e8a8a;
    --tj-color-theme-bg: #d8e5e5;
    --tj-color-theme-dark: #0c1e21;
    --tj-color-border-2: #313d3d;
    --tj-fw-regular: 400;
    --tj-fw-medium: 500;
    --tj-fw-sbold: 600;
    --plots-stroke-color: var(--color-white);
}

/* ===== [02] Base / Global / Shared Components ===== */
.fs-13 {
        font-size: 13px!important;
    }
.fs-16 {
        font-size: 16px!important;
    }
    
.fs-24 {
    font-size: 24px;
    line-height: 1.4583em
}

.settlements-grid-columns {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.settlements-col {
    flex: 0 0 270px;
    display: flex;
    flex-direction: column;
}

.theme-main-menu.menu-style-two .navbar .nav-item.mega-dropdown {
    position: static;
}

.theme-main-menu .mega-dropdown .dropdown-menu.settlements-menu {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(0) !important;
    width: 95vw;
    max-width: 1200px;
    min-width: auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.settlement-card {
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 20px;
    background: var(--color-white);
    break-inside: avoid;
    transition: all 0.3s ease;
}

.settlement-card:hover {
    border-color: var(--color-brand-500);
    box-shadow: 0 5px 15px rgba(31, 138, 138, 0.1);
}

.promotion-card {
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    padding: 15px;
    background: var(--color-white);
    transition: all 0.3s ease;
    text-decoration: none !important;
    margin: 10px 0;
}

.promotion-card:hover {
    border-color: var(--color-brand-500);
    box-shadow: 0 5px 15px rgba(31, 138, 138, 0.1);
}

.promotion-card .pr-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.promotion-card span {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.promotion-card strong {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.82);
    display: block;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.promotion-card:hover strong {
    color: var(--color-brand-500);
}

.promotion-card:hover span {
    color: var(--color-brand-500);
}

.settlement-card__title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: var(--color-black);
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
}

.settlement-card__title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--color-black);
    left: 0;
    bottom: -8px;
}

.settlement-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.settlement-card__list li {
    padding: 0;
}

.settlement-card__list .dropdown-item {
    font-size: 14px;
    line-height: 1.6;
    padding: 3px 0;
    color: #444;
}

.manager-card {
    background-color: #2f9f8c;
    background-image: url(../images/shape/menedger_pp.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px;
    min-height: 150px;
    display: flex;
    align-items: center;
    border: 1px solid #e3e6ea !important;
    padding: 0 20px !important;
}

.manager-content {
    width: 65%;
}

.manager-content p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 0;
}

.manager-link {
    display: inline-block;
    color: var(--color-black) !important;
    background: var(--color-white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 25px;
    line-height: 36px;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-top: 15px;
    text-align: center;
    width: auto !important;
}

.manager-link:hover {
    background: var(--color-black);
    color: var(--color-white) !important;
}

.theme-main-menu.menu-style-two .btn-one {
    border: 1px solid var(--color-white);
    color: var(--color-black);
    background: var(--color-white);
}

.theme-main-menu.menu-style-two .btn-one:hover {
    background: hsl(0deg 0% 100% / 44%);
    color: var(--color-white);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
}

.btn-two.btn-green {
    background: var(--color-brand-500);
}

.btn-two.btn-green:hover {
    background: var(--color-black);
}

.btn-with-arrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.btn-with-arrow .arrow-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    transition: transform .3s ease;
}

.btn-with-arrow .arrow-icon.big {
    width: 38px;
    height: 38px;
}

.btn-with-arrow:hover .arrow-icon {
    transform: translateX(4px);
}

.btn-big {
    padding: 27px 70px !important;
    line-height: 1.2 !important;
    border-radius: 500px !important;
}

.theme-main-menu .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0 0 15px;
    margin: 0;
    right: 0
}

.hero-banner-two.hero-banner-two--village .main-bg {
    min-height: 85vh;
}

.hero-banner-two__content {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-banner-two .hero-heading.hero-heading--long {
    font-size: 100px;
    padding-bottom: 20px;
}

.hero-banner-two .tags.tags-right {
    left: auto;
    right: 45px;
}


.hero-banner-two.hero-banner-two--village .village-hero__cta {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 22px 0 0;
    justify-content: center;
}

.hero-banner-two .tags li {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    padding: 0 35px;
    line-height: 53px;
    border-radius: 50px;
    border: 1px solid var(--color-white);
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out 0s;
}

.hero-banner-two .tags li .hero-cta {
    color: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.hero-banner-two .tags li:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.card-style-one .main-count {
    font-family: "Obviously";
    font-weight: 500;
    font-size: 130px;
    line-height: 1em
}

.card-style-one p {
    font-size: 32px;
    font-weight: 500;
    margin: 0
}

.card-style-two .main-count {
    font-family: "Obviously";
    font-weight: 500;
    font-size: 130px;
    line-height: 1em
}

.photo-grid {
    --photo-grid-gap: 24px;
    --photo-grid-top-height: 700px;
    --photo-grid-small-height: calc((var(--photo-grid-top-height) - var(--photo-grid-gap)) / 2);
    display: block;
}

.photo-grid__row {
    margin-bottom: var(--photo-grid-gap);
}

.photo-grid__row:last-child {
    margin-bottom: 0;
}

.photo-grid__cell,
.photo-grid__stack,
.photo-grid__tall-col {
    display: flex;
    flex-direction: column;
}

.photo-grid__stack {
    gap: var(--photo-grid-gap);
}

.photo-grid__media {
    width: 100%;
    height: var(--photo-grid-small-height);
    object-fit: cover;
    display: block;
}

/* Top row: big video equals full height of stacked right column. */
.photo-grid__row:first-child .photo-grid__cell--hero .photo-grid__media {
    height: var(--photo-grid-top-height);
}

.photo-grid__row:first-child .photo-grid__stack .photo-grid__media {
    height: var(--photo-grid-small-height);
}

/* Second row: all three cells keep same strict height. */
.photo-grid__row:nth-child(2) .photo-grid__media {
    height: var(--photo-grid-small-height);
}

@media (max-width: 1199px) {
    .photo-grid {
        --photo-grid-gap: 18px;
        --photo-grid-top-height: 440px;
    }
}

@media (max-width: 767px) {
    .photo-grid {
        --photo-grid-gap: 14px;
        --photo-grid-top-height: 260px;
        --photo-grid-small-height: 220px;
    }

    .photo-grid__media,
    .photo-grid__row:first-child .photo-grid__cell--hero .photo-grid__media,
    .photo-grid__row:first-child .photo-grid__stack .photo-grid__media,
    .photo-grid__row:nth-child(2) .photo-grid__media {
        height: var(--photo-grid-small-height);
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: var(--color-white)
}

::-webkit-scrollbar-thumb {
    background: var(--color-black);
    border-radius: 0
}

.main-page-wrapper {
    overflow-x: hidden
}

body {
    font-family: "Switzer", sans-serif;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    color: var(--color-black)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

.font-CD {
    font-family: "Clash Display", sans-serif
}

p {
    line-height: 1.777em
} 
.fw-100 {
    font-weight: 100;
} 
.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fs-28 {
    font-size: 28px;
    line-height: 1.428em
}



.border-30 {
    border-radius: 30px
}

.p-lr-25 {
    padding-left: 25px;
    padding-right: 25px
}

.line-bg {
    display: inline;
    background-image: linear-gradient(to right, var(--color-black) 0%, var(--color-black) 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 0 2px;
    transition: background-size .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.line-bg:hover {
    background-size: 100% 2px
}

.ctn-preloader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.ctn-preloader .icon {
    display: inline-block;
    position: relative
}

.ctn-preloader .icon img {
    width: 55px
}

.ctn-preloader .txt-loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 45px;
    text-align: center
}

.ctn-preloader .txt-loading .txt-loading-line {
    display: block
}

.ctn-preloader .txt-loading .txt-loading-line+.txt-loading-line {
    margin-top: 10px
}

.ctn-preloader .txt-loading .letters-loading {
    font-weight: 700;
    letter-spacing: 10px;
    display: inline-block;
    color: rgba(0, 0, 0, .08);
    position: relative;
    font-size: 65px;
    line-height: 30px
}

.ctn-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--color-black);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 30px;
    position: absolute;
    animation-delay: calc(var(--i, 0) * .2s)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

.tran3s {
    transition: all .3s ease-in-out
}

.tran4s {
    transition: all .4s ease-in-out
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none
}

img {
    max-width: 100%;
    display: block
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: inherit
}

button:focus {
    outline: none
}

input {
    outline: none;
    box-shadow: none;
    transition: all .3s ease-in-out
}

video {
    max-width: 100%
}

.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.p0 {
    padding: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-20 {
    padding-top: 20px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-70 {
    padding-top: 70px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-150 {
    padding-top: 150px
}

.pt-170 {
    padding-top: 170px
}

.pt-200 {
    padding-top: 200px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-170 {
    padding-bottom: 170px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-40 {
    margin-top: 40px
}

.mt-70 {
    margin-top: 70px
}

.mt-100 {
    margin-top: 100px
}

.mt-150 {
    margin-top: 150px
}

.mt-170 {
    margin-top: 170px
}

.mt-225 {
    margin-top: 225px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-90 {
    margin-bottom: 90px
}

.title-one .upper-title {
    margin: 10px 0 60px;
    text-transform: uppercase
}

.title-one .upper-title .numb {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    width: 25px
}

.title-one .upper-title .line {
    width: 85px;
    height: 1px;
    background: var(--color-black);
    margin: 0 28px 0 16px
}

.title-one .upper-title .sec-title {
    letter-spacing: 2px
}

.title-one h2 {
    font-family: "Clash Display", sans-serif;
    font-size: 72px;
    line-height: 1.1111em;
    margin: 0
}

.title-one h2 span {
    color: rgba(0, 0, 0, .35)
}

.btn-one {
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 50px!important;
    padding: 10px 40px!important;
    border-radius: 40px!important;
    background: var(--color-white);
    transition: all .3s ease-in-out 0s;
    width: auto !important;
    height: auto !important;
}

.btn-one:hover {
    background: var(--color-brand-500);
    color: var(--color-white);
}

.btn-two {
    font-size: 18px!important;
    font-weight: 500;
    line-height: 50px;
    padding: 0 32px;
    border-radius: 40px!important;
    color: var(--color-white)!important;
    background: #255a50;
    width: auto !important;
    height: auto !important;
}

.btn-two:hover {
    background: var(--color-brand-500)
}

.btn-two.xl {
    line-height: 70px;
    font-size: 24px;
    padding: 0 55px
}

.btn-two.inverse {
    font-family: "Clash Display", sans-serif;
    background: var(--color-white);
    color: var(--color-black)
}

.btn-two.inverse:hover {
    background: var(--color-brand-500);
    color: var(--color-white)
}

.btn-three .text {
    font-style: italic;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--color-black)
}

.btn-three .text.text-white {
    border-color: var(--color-white)
}

.btn-three .icon {
    width: 55px;
    height: 55px;
    background: var(--color-black);
    margin-left: 40px;
    padding: 15px;
    position: relative
}

.btn-three:hover .icon {
    background: var(--color-brand-500)
}

.offcanvas.sidebar-nav {
    width: 450px;
    border: none;
    padding: 30px 30px 20px;
    max-height: 100%;
    overflow-y: auto
}

.offcanvas.sidebar-nav .btn-close {
    box-shadow: none;
    opacity: 1;
    background: none
}

.offcanvas.sidebar-nav .sidebar-nav-item {
    padding: 30px 0 55px
}

.offcanvas.sidebar-nav .sidebar-nav-item .nav-item>a {
    font-size: 22px;
    line-height: 2.42em;
    color: var(--color-black);
    position: relative;
    transition: all .3s ease-in-out
}

.offcanvas.sidebar-nav .sidebar-nav-item .nav-item:hover>a,
.offcanvas.sidebar-nav .sidebar-nav-item .nav-item.active>a {
    color: var(--color-brand-500)
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
    display: none
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
    content: "";
    position: absolute;
    margin: 0;
    border: none;
    font-size: 18px;
    right: -25px;
    top: 2px;
    font-family: "bootstrap-icons";
    font-weight: 700;
    transition: transform .3s ease-in-out
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::before.show::before {
    transform: rotate(180deg)
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu {
    position: static !important;
    border: none;
    transform: scale(1) !important;
    padding: 10px 0 10px 15px
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a {
    font-size: 18px;
    line-height: 45px;
    color: var(--color-black);
    padding: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
    color: var(--color-brand-500)
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover span:before {
    transform: scale(1)
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a span {
    position: relative
}

.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: var(--color-brand-500);
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all .3s ease-in-out
}

.offcanvas.sidebar-nav .title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 22px
}

.offcanvas.sidebar-nav .address-block p a {
    font-size: 1.2em;
    font-weight: 500;
    color: var(--color-black);
    text-decoration: underline
}

.offcanvas.sidebar-nav .social-icon a {
    font-size: 1.3em;
    margin: 10px 10px 0;
    transition: all .2s ease-in-out 0s
}

.offcanvas.sidebar-nav .social-icon a:hover {
    color: var(--color-brand-500)
}

.offcanvas.sidebar-nav.dark-style {
    background: hsla(0, 0%, 100%, .01);
    border: 1px solid hsla(0, 0%, 100%, .12);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    color: var(--color-white)
}

.offcanvas.sidebar-nav.dark-style .btn-close {
    color: var(--color-white)
}

.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .nav-item>a {
    color: var(--color-white)
}

.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .nav-item:hover>a,
.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .nav-item.active>a {
    color: var(--color-brand-500)
}

.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .dropdown-menu {
    border-radius: 15px;
    background: hsla(0, 0%, 100%, .08)
}

.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .dropdown-menu a {
    color: var(--color-white)
}

.offcanvas.sidebar-nav.dark-style .sidebar-nav-item .dropdown-menu a:hover {
    color: var(--color-brand-500)
}

.offcanvas.sidebar-nav.dark-style .title {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    letter-spacing: 0
}

.offcanvas.sidebar-nav.dark-style .address-block p a {
    color: var(--color-white)
}

.theme-main-menu {
    position: relative;
    z-index: 999;
    transition: all .4s ease-in-out 0s
}

.theme-main-menu.gap-one {
    padding: 30px 0
}

.theme-main-menu.gap-two {
    padding: 55px 70px
}

.theme-main-menu.gap-three {
    padding: 45px 0
}

.theme-main-menu.gap-four {
    padding: 45px 70px
}

.theme-main-menu.gap-five .top-header {
    padding: 40px 0
}

.theme-main-menu.menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0)
}

@keyframes sticky {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.theme-main-menu.fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    background: var(--color-white);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .1);
    animation: sticky 1s
}

.theme-main-menu.fixed.gap-one {
    padding-top: 10px;
    padding-bottom: 10px
}

.theme-main-menu.fixed.gap-three {
    padding-top: 15px;
    padding-bottom: 15px
}

.theme-main-menu.fixed.gap-four {
    padding-top: 15px;
    padding-bottom: 15px
}

.theme-main-menu.fixed.menu-style-four {
    background: #151617
}

.theme-main-menu.fixed.gap-five .top-header {
    padding: 12px 0
}

.theme-main-menu.fixed.menu-style-seven .top-header.border-bottom {
    border: none !important
}

.theme-main-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 20px;
    line-height: initial;
    color: var(--color-black);
    padding: 10px 0;
    margin: 0 23px;
    position: relative;
    transition: all .2s ease-in-out 0s
}

.theme-main-menu .nav-item .dropdown-toggle::after {
    content: "";
    font-family: "bootstrap-icons";
    border: none;
    vertical-align: -1px;
    margin-left: 3px;
    font-weight: 900;
    font-size: 12px;
    transition: all .3s ease-in-out 0s
}

.theme-main-menu .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg)
}

.theme-main-menu.menu-style-one .nav-item .nav-link {
    margin: 0 50px 0 0
}

.theme-main-menu.menu-style-one .navbar .dropdown-menu .dropdown-item span:before,
.theme-main-menu.menu-style-one .mega-dropdown .home-item span:before {
    background: #fd8e44
}

.theme-main-menu.menu-style-one .navbar .dropdown-menu .dropdown-item:hover,
.theme-main-menu.menu-style-one .navbar .dropdown-menu .dropdown-item.active,
.theme-main-menu.menu-style-one .mega-dropdown .home-item:hover span {
    color: #fd8e44
}

.theme-main-menu.menu-style-one .navbar .mega-dropdown-sm .dropdown-menu {
    left: -105px
}

.theme-main-menu.menu-style-two .navbar-toggler {
    background: var(--color-white)
}

.theme-main-menu.menu-style-two .navbar-toggler:after,
.theme-main-menu.menu-style-two .navbar-toggler:before,
.theme-main-menu.menu-style-two .navbar-toggler span {
    background: var(--color-black)
}

.theme-main-menu.menu-style-three .nav-item .nav-link {
    font-size: 18px;
    border: 1px solid var(--color-black);
    border-radius: 50px;
    margin: 0;
    padding: 11px 43px
}

.theme-main-menu.menu-style-three .nav-item:hover .nav-link {
    background: var(--color-black);
    color: var(--color-white)
}

.theme-main-menu.menu-style-four .nav-item .nav-link {
    font-size: 18px;
    color: var(--color-white);
    border-radius: 50px;
    margin: 0;
    padding: 12px 43px
}

.theme-main-menu.menu-style-four .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .07);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 50px;
    z-index: -1
}

.theme-main-menu.menu-style-four .nav-item:hover .nav-link {
    background: hsla(0, 0%, 100%, .1);
    color: var(--color-white)
}

.theme-main-menu.menu-style-four .navbar-toggler {
    background: var(--color-brand-500)
}

.theme-main-menu.menu-style-six .top-header.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.theme-main-menu.menu-style-six .navbar-toggler {
    background: #00b134
}

.theme-main-menu.menu-style-seven .top-header.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.theme-main-menu.menu-style-seven .navbar-toggler {
    background: var(--color-brand-700)
}

.theme-main-menu.menu-style-seven .navbar .dropdown-menu .dropdown-item span:before,
.theme-main-menu.menu-style-seven .mega-dropdown .home-item span:before {
    background: var(--color-brand-700)
}

.theme-main-menu.menu-style-seven .navbar .dropdown-menu .dropdown-item:hover,
.theme-main-menu.menu-style-seven .navbar .dropdown-menu .dropdown-item.active,
.theme-main-menu.menu-style-seven .mega-dropdown .home-item:hover span {
    color: var(--color-brand-700)
}

.theme-main-menu.menu-style-eight .top-header.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.theme-main-menu.menu-style-eight .navbar-toggler {
    background: #ff4b33
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item {
    line-height: 40px;
    font-size: .9em;
    background: rgba(0, 0, 0, 0);
    position: relative;
    color: var(--color-black);
    transition: all .2s ease-in-out 0s
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item span {
    position: relative
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--color-brand-500);
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item:hover span:before,
.theme-main-menu .navbar .dropdown-menu .dropdown-item.active span:before {
    transform: scale(1)
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item.active,
.theme-main-menu .navbar .dropdown-menu .dropdown-item:hover {
    color: var(--color-brand-500)
}

.theme-main-menu .sidenavbtn {
    width: 60px;
    height: 50px;
    border-radius: 50px;
    background: var(--color-white);
    padding: 0 15px
}

.theme-main-menu .sidenavbtn.style-two {
    border: 1px solid var(--color-black)
}

.theme-main-menu .sidenavbtn.style-two:hover {
    background: var(--color-black)
}

.theme-main-menu .sidenavbtn.style-three {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--color-white)
}

.theme-main-menu .sidenavbtn.style-three span {
    background: var(--color-white)
}

.theme-main-menu .sidenavbtn.style-three:hover {
    background: var(--color-brand-500);
    border-color: var(--color-brand-500)
}

.theme-main-menu .sidenavbtn span {
    display: block;
    height: 1px;
    background: var(--color-black);
    margin: 8px 0;
    transition: all .3s ease-in-out 0s;
    width: 27px
}

.theme-main-menu .sidenavbtn span:nth-child(2) {
    width: 17px
}

.theme-main-menu .sidenavbtn:hover {
    background: var(--color-brand-500)
}

.theme-main-menu .sidenavbtn:hover span:nth-child(2) {
    width: 27px
}

.theme-main-menu .sidenavbtn:hover span {
    background: var(--color-white)
}

.theme-main-menu .lang-dropdown .dropdown-toggle {
    font-weight: 500
}

.theme-main-menu .lang-dropdown .dropdown-toggle:after {
    content: url(../images/icon/icon_34.svg);
    border: none;
    width: auto;
    margin: 0 0 0 7px;
    vertical-align: initial
}

.theme-main-menu .lang-dropdown .dropdown-menu {
    padding: 8px 12px;
    border: 2px solid var(--color-black)
}

.theme-main-menu .lang-dropdown .dropdown-menu li {
    line-height: 32px
}

.theme-main-menu .lang-dropdown .dropdown-menu li a:hover {
    text-decoration: underline
}

.theme-main-menu .navbar-toggler {
    width: 52px;
    height: 50px;
    padding: 0;
    box-shadow: none;
    position: relative;
    z-index: 99;
    border: none;
    background: #fd8e44
}

.theme-main-menu .navbar-toggler:focus {
    box-shadow: none
}

.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 32px;
    height: 2px;
    pointer-events: none;
    transition: transform .25s;
    transform-origin: 50% 50%;
    background: var(--color-white)
}

.theme-main-menu .navbar-toggler span {
    position: absolute;
    left: 10px;
    overflow: hidden;
    width: 32px;
    height: 2px;
    margin-top: -1px;
    text-indent: 200%;
    transition: opacity .25s;
    background: var(--color-white)
}

.theme-main-menu .navbar-toggler::before {
    transform: translate3d(0, -9px, 0) scale3d(1, 1, 1)
}

.theme-main-menu .navbar-toggler::after {
    transform: translate3d(0, 8px, 0) scale3d(1, 1, 1)
}

.theme-main-menu .navbar-toggler[aria-expanded=true] span {
    opacity: 0
}

.theme-main-menu .navbar-toggler[aria-expanded=true]::before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
    transform: rotate3d(0, 0, 1, -45deg)
}

.theme-main-menu .mega-dropdown,
.theme-main-menu .navbar {
    position: static
}

.theme-main-menu .mega-dropdown .col-lg-3 {
    max-width: 25%;
    width: 25%
}

.theme-main-menu .mega-dropdown .home-item {
    text-align: center;
    margin-top: 15px
}

.theme-main-menu .mega-dropdown .home-item .img-item {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.theme-main-menu .mega-dropdown .home-item .img-item img {
    transition: all .6s ease-in-out 0s
}

.theme-main-menu .mega-dropdown .home-item span {
    font-size: .9em;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    transition: all .3s ease-in-out 0s
}

.theme-main-menu .mega-dropdown .home-item span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--color-brand-500);
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s
}

.theme-main-menu .mega-dropdown .home-item:hover span {
    color: var(--color-brand-500);
    letter-spacing: .3px
}

.theme-main-menu .mega-dropdown .home-item:hover span:before {
    transform: scale(1)
}

.theme-main-menu .mega-dropdown .home-item:hover .img-item img {
    transform: scale3d(1.1, 1.1, 1);
    filter: blur(1px)
}

.theme-main-menu .navbar [class*=mega-dropdown] .dropdown-menu {
    margin: 0 auto;
    right: 0
}

.theme-main-menu .navbar .mega-dropdown-sm .dropdown-menu {
    min-width: 820px;
    left: -360px;
    padding: 10px
}

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column {
    padding: 5px 0
}

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding-left: 15px
}

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 1px;
    background: var(--color-black);
    left: 15px;
    bottom: -5px
}

.hero-banner-one .hero-heading {
    font-family: "Obviously Narrow";
    font-size: 130px;
    font-weight: 700;
    line-height: .923em;
    text-transform: uppercase
}

.hero-banner-one .about-info .discuss-btn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-17.67deg)
}

.hero-banner-one .image-wrapper .tags li {
    font-size: 32px;
    color: var(--color-white);
    border-radius: 50px;
    padding: 13px 40px;
    background: var(--color-black);
    transform: rotate(17deg);
    position: absolute;
    right: -75px;
    top: 11%
}

.hero-banner-one .image-wrapper .tags li:nth-child(2) {
    top: 26%;
    right: auto;
    left: -125px;
    transform: rotate(-10.85deg)
}

.hero-banner-one .image-wrapper .name {
    font-family: "Autograf PERSONAL USE ONLY";
    font-size: 200px;
    line-height: 1em;
    color: #7308ff;
    position: absolute;
    width: 100%;
    max-width: 1720px;
    left: 50%;
    top: 31%;
    z-index: 1;
    transform: translateX(-50%)
}

.hero-banner-two .main-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25px;
    padding: 450px 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-banner-two--long-heading .main-bg {
    padding: 450px 0 20px;
}

.hero-banner-two .main-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

.hero-banner-two .hero-heading {
    font-family: "Clash Display", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: .8666em;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 25px
}

.hero-banner-two .hero-heading span {
    display: block;
    position: relative;
    z-index: 1;
    text-shadow: 0 50px 100px rgba(0, 0, 0, .6)
}

.hero-banner-two .tags {
    position: absolute;
    left: 45px;
    bottom: 50px
}

.hero-banner-two .tags li {
    overflow: hidden
}

.hero-banner-two .tags li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px)
}

.village-images__caption {
    position: absolute;
    top: 37px;
    left: 40px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: min(60%, 720px);
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.village-images__caption::before {
    content: "";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg focusable='false' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/></svg>");
}

.village-images__caption.is-empty {
    display: none;
}

.hero-banner-two .slider-arrows {
    position: absolute;
    right: 65px;
    bottom: 50px;
    z-index: 1
}

.hero-banner-two .slider-arrows li {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    text-align: center;
    line-height: 48px;
    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    margin: 0 5px;
}

.hero-banner-two .slider-arrows li:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.hero-banner-three .hero-heading {
    font-family: "Sentient", serif;
    font-weight: normal;
    font-size: 130px;
    line-height: .9615em;
    letter-spacing: -2.6px
}

.hero-banner-three .hero-heading span {
    font-family: "Switzer", sans-serif;
    font-size: 36px;
    padding: 15px 35px;
    line-height: initial;
    border-radius: 50px;
    letter-spacing: 0;
    position: absolute;
    left: -18px;
    top: 13px;
    z-index: 1;
    transform: rotate(11deg)
}

.hero-banner-three .hero-heading span:last-child {
    left: auto;
    top: auto;
    right: -48px;
    bottom: 48px;
    transform: rotate(-11deg)
}

.hero-banner-four .hero-heading {
    font-family: "Clash Display", sans-serif;
    font-size: 190px;
    line-height: .842em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 100px 0 85px
}

.hero-banner-four .hero-heading span {
    font-family: "Sentient", serif;
    font-size: 240px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: -12px;
    text-transform: capitalize;
    display: block;
    margin-top: -15px
}

.hero-banner-five .main-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 590px 0 140px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-banner-five .hero-heading {
    font-family: "Obviously Narrow";
    font-size: 140px;
    line-height: .8571em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white)
}

.hero-banner-five .slider-arrows {
    position: absolute;
    right: 100px;
    bottom: 135px;
    z-index: 1
}

.hero-banner-five .slider-arrows li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .3);
    text-align: center;
    line-height: 48px;
    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
    margin-left: 100px;
    transition: all .3s ease-in-out 0s
}

.hero-banner-five .slider-arrows li:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.hero-banner-six .hero-heading {
    font-family: "Sentient", serif;
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -2px;
    margin-bottom: 35px
}

.hero-banner-six .card-wrapper .main-count {
    font-family: "Sentient", serif;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: -12px
}

.hero-banner-seven .hero-heading {
    font-size: 110px;
    line-height: .9636em;
    font-weight: 600;
    margin-bottom: 40px
}

.hero-banner-eight .hero-heading {
    font-size: 190px;
    line-height: .92105em
}

.fancy-banner-one .bg-wrapper {
    background: url(../images/media/img_03.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 35px
}

.fancy-banner-one .info {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    color: var(--color-white);
}

.fancy-banner-one h3 {
    font-family: "Clash Display", sans-serif;
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white);
    line-height: .7666em;
    margin: 400px 0 25px
    text-shadow: 0 50px 100px rgba(0, 0, 0, .6)
}

.fancy-banner-one h3 span {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 75px;
    padding: 40px;
    font-weight: 600;
}

.fancy_tag {
    right: 15px;
    top: 15px;
    letter-spacing: 1px;
    background: var(--color-white);
    padding: 8px 22px;
    border-radius: 30px;
    color: var(--color-black);
    margin: 0;
    list-style: none;
    z-index: 3;
}

.fancy_tag li:last-child, .fancy_tag li:first-child{
    color: rgba(0, 0, 0, .35);
    padding:0 5px;
}


.fancy-banner-one .tags li {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    padding: 0 35px;
    line-height: 53px;
    border-radius: 50px;
    border: 1px solid var(--color-white);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.fancy-banner-one .tags li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px)
}

.fancy-banner-one .icon {
    width: 72px;
    height: 72px;
    background: var(--color-white)
}

.fancy-banner-one .icon:hover {
    background: var(--color-brand-500)
}

.fancy-banner-six .bg-wrapper {
    background: #f7f7f7;
    border-radius: 40px;
    padding: 100px 0 0
}

.fancy-banner-six .bg-wrapper h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1em
}

.fancy-banner-eight .bg-wrapper {
    padding: 110px 15px 110px
}

.inner-banner-one {
    margin-top: 25px
}

.inner-banner-one .bg-wrapper {
    background-position: center;
    background-size: cover;
    padding: 130px 0 50px;
}

.inner-banner-one h2 {
    font-family: "Clash Display", sans-serif;
    font-size: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 0;
    text-align: center
}

.inner-banner-one p {
    text-align: center
}

.inner-banner-two .main-bg {
    background: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 40px;
    padding: 100px 10px 75px;
    text-align: center
}

.video-banner-one .bg-wrapper {
    background: url(../images/media/img_133.jpg) no-repeat center;
    background-size: cover;
    padding: 40px;
    border-radius: 40px;
    height: 825px
}

.video-banner-two .bg-wrapper {
    background: url(../images/media/img_142.jpg) no-repeat center;
    background-size: cover;
    padding: 40px;
    border-radius: 30px;
    height: 775px
}

.feature-block-one .sec-btn {
    position: absolute;
    right: 0;
    top: 0
}

.feature-block-one h3 {
    font-family: "Clash Display", sans-serif;
    font-size: 90px;
    line-height: 1em;
    margin: 60px 0 25px;
    max-width: 880px
}

.feature-block-one .box-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: rgba(0, 0, 0, .2)
}

.feature-block-one .box-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgba(0, 0, 0, .2)
}

.feature-block-two .card-wrapper .card-block .icon {
    height: 138px;
    margin-bottom: 88px
}

.feature-block-two .card-wrapper .card-block .icon img {
    max-height: 100%
}

.feature-block-four .block-wrapper .count-wrapper .main-count {
    font-family: "Sentient", serif;
    font-size: 80px;
    line-height: 1em
}

.about-me-section .cv-btn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.feature-block-six .bg-wrapper {
    padding: 120px 60px 120px
}

.feature-block-six .card-wrapper .card-block .main-count {
    font-family: "Clash Display", sans-serif;
    font-size: 110px;
    line-height: 1em
}

.feature-block-nine .list-wrapper .list-item .title {
    width: 64%
}

.feature-block-nine .list-wrapper .list-item .title h5 {
    font-family: "Obviously Narrow";
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.feature-block-nine .list-wrapper .list-item .title p {
    font-size: 22px;
    color: rgba(0, 0, 0, .6);
    margin: 0
}

.feature-block-nine .list-wrapper .list-item .icon {
    font-size: 35px;
    width: 95px;
    height: 95px;
    border: 2px solid var(--color-black);
    margin: 0 25px 0 auto
}

.feature-block-nine .list-wrapper .list-item .icon:hover {
    background: var(--color-black);
    color: var(--color-white)
}

.feature-block-eleven .counter-wrapper .counter-block .main-count {
    font-family: "Sentient", serif;
    font-size: 110px;
    line-height: 1em;
    letter-spacing: -4.4px
}

.feature-block-eleven .accordion-style-one .accordion-item .accordion-button {
    font-size: 28px
}

.feature-block-thirteen .bg-wrapper {
    background: #f4f4f4;
    overflow: hidden
}

.feature-block-thirteen .nav-tab-wrapper .nav-link {
    background: rgba(0, 0, 0, 0);
    padding: 55px 40px 45px 45px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    color: var(--color-black);
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5
}

.feature-block-thirteen .nav-tab-wrapper .nav-link .icon {
    width: 25px
}

.feature-block-thirteen .nav-tab-wrapper .nav-link .text {
    width: calc(100% - 60px);
    padding: 0 10px 0 25px;
    text-align: start
}

.feature-block-thirteen .nav-tab-wrapper .nav-link .text strong {
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 1em
}

.feature-block-thirteen .nav-tab-wrapper .nav-link.active {
    border-left-color: #ffc936;
    background: var(--color-white)
}

.feature-block-fifteen .nav-tab-wrapper .nav-link {
    padding: 28px 80px;
    font-size: 28px;
    color: rgba(0, 0, 0, .3);
    position: relative;
    transition: all .3s ease-in-out 0s
}

.feature-block-fifteen .nav-tab-wrapper .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: #ffc936;
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.feature-block-fifteen .nav-tab-wrapper .nav-link.active {
    color: var(--color-black)
}

.feature-block-fifteen .nav-tab-wrapper .nav-link.active:before {
    opacity: 1
}

.feature-block-fifteen .tab-content .icon {
    width: 90px;
    height: 90px;
    background: var(--color-brand-700)
}

.feature-block-sixteen .row-wrapper .column-wrapper .name {
    font-size: 24px;
    font-weight: 500
}

.feature-block-sixteen .row-wrapper .column-wrapper .name span {
    font-weight: normal;
    color: rgba(0, 0, 0, .4)
}

.feature-block-sixteen .row-wrapper .column-wrapper .main-count {
    font-size: 250px;
    line-height: 1em;
    margin-bottom: 25px
}

.feature-block-sixteen .row-wrapper .column-wrapper .rating li {
    font-size: 26px;
    margin: 0 5px
}

.feature-block-nineteen .bg-wrapper {
    overflow: hidden;
    background: #f7f7f7;
    padding: 85px 80px 0
}

.partner-section-four .client-logos .logo {
    margin: 0
}

.client-logos .logo {
    width: 335px;
    height: 335px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -15px;
    padding: 20px
}

.client-logos .logo:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px dashed rgba(0, 0, 0, .08);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    animation: rotated 50s infinite linear
}

.client-logos .logo:hover {
    border-color: rgba(0, 0, 0, 0)
}

.client-logos .logo:hover img {
    transform: scale(1.2)
}

.client-logos .logo:hover::before {
    opacity: 1
}

.client-logos.white-version .logo {
    border-color: hsla(0, 0%, 100%, .15)
}

.insta-feed .insta-text-slider {
    font-family: "Obviously Narrow";
    font-size: 147px;
    font-weight: 700;
    text-transform: uppercase
}

.accordion-style-one .accordion-item {
    border: none;
    border-bottom: 1px solid var(--color-black);
    border-radius: 0
}

.accordion-style-one .accordion-item:last-child {
    border-bottom: none
}

.accordion-style-one .accordion-item .accordion-button {
    font-family: "Sentient", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.55em;
    color: var(--color-black);
    padding: 34px 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none
}

.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 13px
}

.accordion-style-one .accordion-item .accordion-body {
    padding: 0 20px 15px 0
}

.accordion-style-one .accordion-item .accordion-body p {
    color: rgba(0, 0, 0, .7)
}

.accordion-style-two .accordion-item {
    border: none;
    border-radius: 30px;
    background: var(--color-white);
    margin-bottom: 20px
}

.accordion-style-two .accordion-item .accordion-button {
    font-family: "Obviously Narrow";
    font-weight: 700;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -4px;
    color: var(--color-black);
    padding: 95px 73px 57px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 25px
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed)::before {
    opacity: 0;
    transform: rotate(90deg)
}

.accordion-style-two .accordion-item .accordion-button:after {
    content: "";
    width: 80px;
    height: 3px;
    background: var(--color-black);
    position: absolute;
    right: 60px;
    top: 50%;
    transition: all .3s ease-in-out 0s
}

.accordion-style-two .accordion-item .accordion-button:before {
    content: "";
    width: 3px;
    height: 80px;
    background: var(--color-black);
    position: absolute;
    right: 97px;
    top: calc(50% - 40px);
    transition: all .3s ease-in-out 0s
}

.accordion-style-two .accordion-item .accordion-body {
    padding: 0 20px 70px 73px
}

.accordion-style-two .accordion-item .accordion-body p {
    font-size: 48px;
    line-height: 1.208em
}

.accordion-style-three .accordion-item {
    border: none;
    border-top: 2px solid var(--color-black);
    border-radius: 0;
    background: rgba(0, 0, 0, 0)
}

.accordion-style-three .accordion-item:last-child {
    border-bottom: 2px solid var(--color-black)
}

.accordion-style-three .accordion-item .accordion-button {
    font-family: "Obviously Narrow";
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: var(--color-black);
    padding: 60px 35px 50px 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none
}

.accordion-style-three .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 15px
}

.accordion-style-three .accordion-item .accordion-button:not(.collapsed)::before {
    opacity: 0;
    transform: rotate(90deg)
}

.accordion-style-three .accordion-item .accordion-button:after {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--color-black);
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .3s ease-in-out 0s
}

.accordion-style-three .accordion-item .accordion-button:before {
    content: "";
    width: 2px;
    height: 28px;
    background: var(--color-black);
    position: absolute;
    right: 13px;
    top: calc(50% - 13px);
    transition: all .3s ease-in-out 0s
}

.accordion-style-three .accordion-item .accordion-body {
    padding: 0 20px 40px 0
}

.accordion-style-three .accordion-item .accordion-body p {
    font-size: 24px;
    line-height: 1.583em
}

.accordion-style-four .accordion-item {
    border: 2px solid var(--color-black);
    border-radius: 300px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out 0s
}

.accordion-style-four .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 52px;
    line-height: 1.55em;
    letter-spacing: -1px;
    color: var(--color-black);
    padding: 50px 70px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none
}

.accordion-style-four .accordion-item .accordion-button .icon {
    width: 55px
}

.accordion-style-four .accordion-item .accordion-button .shape {
    width: 115px;
    transition: all .3s ease-in-out 0s
}

.accordion-style-four .accordion-item .accordion-button span {
    width: calc(100% - 160px);
    padding: 0 15px 0 35px
}

.accordion-style-four .accordion-item .accordion-button:after {
    display: none
}

.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 13px
}

.accordion-style-four .accordion-item .accordion-button:not(.collapsed) .shape {
    opacity: 0
}

.accordion-style-four .accordion-item .accordion-body {
    padding: 45px 70px 40px 160px
}

.accordion-style-four .accordion-item .accordion-body h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .96px;
    margin-bottom: 30px
}

.accordion-style-four .accordion-item .accordion-body p {
    font-size: 36px;
    line-height: 1.4444em;
    color: var(--color-black);
    margin: 0
}

.accordion-style-four .accordion-item .accordion-body .img-wrapper {
    margin-top: -140px
}

.accordion-style-four .accordion-item .accordion-body .img-wrapper .play-btn {
    width: 90px;
    height: 90px;
    background: var(--color-white);
    border: 2px solid var(--color-black);
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.accordion-style-four .accordion-item .accordion-body .img-wrapper .play-btn:hover {
    background: #00b134
}

.accordion-style-four .accordion-item:has(.show) {
    background: #00b134;
    border-radius: 70px
}

.accordion-style-five .accordion-item {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    margin-bottom: 4px;
    background: var(--color-white);
    transition: all .3s ease-in-out 0s
}

.accordion-style-five .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 150px;
    letter-spacing: -4.5px;
    color: var(--color-black);
    padding: 50px 55px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    position: relative
}

.accordion-style-five .accordion-item .accordion-button:not(.collapsed)::before {
    transform: rotate(45deg)
}

.accordion-style-five .accordion-item .accordion-button:after {
    display: none
}

.accordion-style-five .accordion-item .accordion-button:before {
    content: "";
    width: 150px;
    height: 113px;
    background: url(../images/icon/icon_119.svg) no-repeat right center;
    background-size: cover;
    position: absolute;
    right: 55px;
    top: calc(50% - 55px);
    transition: all .3s ease-in-out 0s
}

.accordion-style-five .accordion-item .accordion-body {
    padding: 0 55px 60px
}

.accordion-style-five .accordion-item .accordion-body p {
    font-size: 32px;
    line-height: 1.5625em;
    color: var(--color-black);
    margin: 0
}

.counter-box-one .main-count {
    font-family: "Obviously";
    font-size: 140px;
    font-weight: 500;
    text-align: center;
    margin-bottom: -35px
}

.counter-box-one .rating li {
    font-size: 30px;
    color: var(--color-black);
    margin: 0 0 0 7px
}

.counter-box-two .main-count {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: -9px
}

.card-style-one .title h4 {
    margin: 0;
    font-size: 32px;
    line-height: 1.25em;
    padding-right: 40px
}

.card-style-one .title:hover .arrow-icon {
    transform: translate(20px, -10px)
}

.card-style-one .main-count .counter {
    font-weight: 500;
    font-size: 90px;
    line-height: 1em
}

.card-style-one .main-count {
    font-weight: 300;
    font-size: 70px;
    line-height: 1em
}

.card-style-one p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #949494;
}

.card-style-two .main-count {
    line-height: 1em
}

.card-style-two .rating {
    margin-top: -70px
}

.card-style-two .rating li {
    font-size: 30px;
    color: var(--color-black);
    margin: 0 0 25px 7px
}

.card-style-three .numb {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: hsla(0, 0%, 100%, .3);
    margin-bottom: 60px
}

.card-style-three .icon {
    width: 80px;
    height: 80px;
    background: hsla(0, 0%, 100%, .1)
}

.card-style-three .icon img {
    opacity: .2
}

.card-style-three:hover .icon img {
    opacity: 1
}

.card-style-four .icon {
    width: 75px
}

.card-style-five .icon {
    width: 72px;
    height: 72px;
    background: var(--color-text-900)
}

.card-style-five:hover .icon {
    background: var(--color-brand-500)
}

.card-style-six .icon {
    width: 100px;
    height: 100px
}

.card-style-seven .icon {
    width: 100px;
    height: 100px;
    background: var(--color-brand-700)
}

.card-style-seven.sm .icon {
    width: 70px;
    height: 70px
}

.card-style-eight .icon {
    width: 100px;
    height: 100px
}

.card-style-eight .icon img {
    max-height: 100%
}

.pricing-nav-one .nav .nav-link {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    position: relative;
    font-size: 18px;
    color: rgba(0, 0, 0, .3)
}

.pricing-nav-one .nav .nav-link.active {
    background: var(--color-brand-700);
    color: var(--color-black)
}

.pricing-nav-one .nav .nav-link:nth-child(1):before {
    content: "Billed Monthly";
    position: absolute;
    left: -140px;
    top: 1px;
    cursor: pointer
}

.pricing-nav-one .nav .nav-link:nth-child(2):before {
    content: "Billed Yearly";
    position: absolute;
    right: -120px;
    top: 1px;
    cursor: pointer
}

.pricing-section-one .pr-column.active {
    background: var(--color-white);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec
}

.pricing-section-one .pr-column .pr-header .info {
    line-height: 1.55em;
    margin: 4px 0 22px
}

.pricing-section-one .pr-column .pr-header .price {
    font-size: 82px;
    font-weight: 600;
    letter-spacing: -3px
}

.pricing-section-one .pr-column .pr-header .price sub {
    font-size: 20px;
    color: rgba(0, 0, 0, .4);
    font-weight: normal;
    letter-spacing: initial;
    bottom: 6px;
    left: 9px
}

.service-section-one .accordion-container {
    width: 100%;
    overflow: hidden
}

.service-section-one .accordion-container .accordion-item {
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    display: flex
}

.service-section-one .accordion-container .accordion-item:first-child {
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.service-section-one .accordion-container .accordion-item .label {
    font-family: "Clash Display", sans-serif;
    font-size: 36px;
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    width: 240px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    transition: transform .3s ease;
    cursor: pointer
}

.service-section-one .accordion-container .accordion-item .content {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: opacity .5s ease
}

.service-section-one .accordion-container .accordion-item .content .icon {
    width: 48px;
    height: 48px;
    background: var(--color-black)
}

.service-section-one .accordion-container .accordion-item .content .icon:hover {
    background: var(--color-brand-500)
}

.service-section-one .accordion-container .accordion-item .content p {
    margin: 0px 0 20px
}

.service-section-one .accordion-container .accordion-item.active {
    flex-grow: 5
}

.service-section-one .accordion-container .accordion-item.active .label {
    width: 200px
}

.service-section-one .accordion-container .accordion-item.active .content {
    opacity: 1;
    visibility: visible;
    padding: 0 55px 0 0;
    width: calc(100% - 240px)
}

.service-section-four .service-block .icon {
    min-height: 200px;
    margin: 150px 0 250px
}

.service-section-four .service-block .icon img {
    max-height: 100%
}

.service-section-six .bg-wrapper {
    background: #f0f0f0
}

.service-section-seven .rating li {
    color: #ffcf25;
    margin: 0 4px
}

.service-details-one .card-style-seven .icon {
    width: 60px;
    height: 60px
}

.service-details-one .sidebar .service-category li .icon {
    width: 40px;
    opacity: .3;
    transition: all .3s ease-in-out 0s
}

.service-details-one .sidebar .service-category li a:hover .icon,
.service-details-one .sidebar .service-category li a.active .icon {
    opacity: 1
}

.service-details-one .sidebar .service-category li a.active span {
    color: var(--color-black)
}

.grid-1column .grid-sizer,
.grid-1column .isotop-item {
    width: 100%;
    padding: 0 25px
}

.grid-2column {
    margin: 0 -25px
}

.grid-2column .grid-sizer,
.grid-2column .isotop-item {
    width: 50%;
    padding: 0 25px;
    float: left
}

.grid-2column.xl {
    margin: 0 -50px
}

.grid-2column.xl .grid-sizer,
.grid-2column.xl .isotop-item {
    padding: 0 50px
}

.grid-3column .grid-sizer,
.grid-3column .isotop-item {
    width: 33.3333%;
    padding: 0 15px;
    float: left
}

.grid-3column.xl .grid-sizer,
.grid-3column.xl .isotop-item {
    padding: 0 25px
}

.grid-4column .grid-sizer,
.grid-4column .isotop-item {
    width: 25%;
    padding: 0 10px
}

@media (max-width: 991.98px) {
    .grid-4column .grid-sizer,
    .grid-4column .isotop-item {
        width: 50%;
        padding: 0 25px;
        float: left
    }
}

@media (max-width: 767.98px) {
    .grid-4column .grid-sizer,
    .grid-4column .isotop-item {
        width: 100%;
        padding: 0 25px
    }
}

@media (max-width: 575.98px) {
    .grid-4column .grid-sizer,
    .grid-4column .isotop-item {
        width: 100%;
        padding: 0 25px
    }
}

.filter-nav-one .isotop-menu-wrapper {
    margin: 0 -5px
}

.filter-nav-one .isotop-menu-wrapper li {
    margin: 0 5px 10px;
    font-family: "Clash Display", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 38px;
    border-radius: 50px;
    padding: 0 20px;
    font-weight: 500;
    transition: all .3s ease-in-out 0s
}

.filter-nav-one .isotop-menu-wrapper li.is-checked {
    background: var(--color-black);
    color: var(--color-white)
}

.filter-nav-two .isotop-menu-wrapper {
    margin: 0 -5px
}

.filter-nav-two .isotop-menu-wrapper li {
    margin: 0 5px 0;
    font-size: 43px;
    cursor: pointer;
    text-transform: capitalize;
    line-height: 70px;
    color: rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out 0s
}

.filter-nav-two .isotop-menu-wrapper li.is-checked {
    color: var(--color-black)
}

.project-section-one .bg-wrapper {
    background: #f0f0f0
}

.project-section-one .carousel-indicators {
    position: static;
    margin: 120px 0 0;
    display: block
}

.project-section-one .carousel-indicators button {
    text-indent: initial;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 12px;
    opacity: 1;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    color: rgba(0, 0, 0, .2)
}

.project-section-one .carousel-indicators button.active {
    color: var(--color-black)
}

.project-section-one .arrow-btns {
    position: absolute;
    width: 222px;
    left: 0;
    bottom: 35px
}

.project-section-one .arrow-btns:before {
    content: "";
    position: absolute;
    width: calc(100% - 140px);
    height: 2px;
    background: var(--color-black);
    top: 50%;
    left: 50%;
    transform: translateX(-50%)
}

.project-section-one .arrow-btns button {
    position: static;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 24px;
    transition: all .3s ease-in-out 0s
}

.project-section-one .arrow-btns button:hover {
    background: var(--color-black);
    color: var(--color-white)
}

.project-section-one .carousel-inner {
    max-width: 942px;
    margin-left: auto
}

.project-section-one .carousel-inner h4 {
    font-size: 36px;
    line-height: 1.2777em;
    margin: 0;
    width: calc(100% - 90px);
    padding-right: 15px;
    max-width: 590px
}

.project-section-one .carousel-inner .icon {
    width: 80px;
    height: 80px;
    background: var(--color-white)
}

.project-section-two .slider-arrows li {
    width: 75px;
    height: 75px;
    cursor: pointer;
    font-size: 25px
}

.project-section-two .slider-arrows li:hover {
    background: var(--color-black);
    color: var(--color-white)
}

.project-section-four .grid-sizer {
    width: 45%
}

.project-section-four .isotop-item.lg {
    width: 55%
}

.project-section-four .isotop-item.md {
    width: 45%
}

.project-section-five .slider-arrows {
    position: absolute;
    left: -5px;
    bottom: -155px;
    width: calc(100% + 38vw)
}

.project-section-five .slider-arrows:before {
    content: "";
    position: absolute;
    width: calc(100% - 175px);
    height: 1px;
    background: hsla(0, 0%, 100%, .3);
    top: 50%;
    right: 0
}

.project-section-five .slider-arrows li {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .3);
    margin: 0 5px;
    position: relative;
    z-index: 1;
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out 0s
}

.project-section-five .slider-arrows li .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .3s ease-in-out 0s
}

.project-section-five .slider-arrows li .icon-dark {
    opacity: 0
}

.project-section-five .slider-arrows li:hover {
    background: var(--color-white)
}

.project-section-five .slider-arrows li:hover .icon-white {
    opacity: 0
}

.project-section-five .slider-arrows li:hover .icon-dark {
    opacity: 1
}

.project-block-two .info {
    position: absolute;
    left: 45px;
    bottom: 40px
}

.project-block-two .info li:first-child {
    font-family: "Obviously Narrow";
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--color-white);
    border-radius: 50px;
    padding: 17px 39px 10px;
    margin-right: 15px;
    transition: all .3s ease-in-out 0s
}

.project-block-two .info li a {
    width: 75px;
    height: 75px;
    font-size: 35px;
    background: var(--color-white)
}

.project-block-two .info li a:hover {
    background: #ff6118;
    color: var(--color-white)
}

.project-block-two:hover .info li:first-child {
    background: #ff6118;
    color: var(--color-white)
}

.project-block-three .img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.project-block-three .icon {
    display: none !important;
}

.project-block-four .tags {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1
}

.project-block-four .tags li {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--color-white);
    text-transform: uppercase;
    border: 1px solid var(--color-white);
    background: hsla(0, 0%, 100%, .3);
    line-height: 48px;
    padding: 0 30px;
    border-radius: 50px
}

.project-details-one .project-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .65px;
    border: 1px solid var(--color-black);
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 13px;
    border-radius: 30px;
    margin-bottom: 25px
}

.project-details-one .social-icon {
    margin: 0 -5px
}

.project-details-one .social-icon li {
    padding: 0 5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-black)
}

.project-details-one .social-icon li a {
    width: 50px;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    font-size: 22px;
    transition: all .3s ease-in-out 0s
}

.project-details-one .social-icon li a:hover {
    background: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white)
}

.project-details-one .social-icon li:first-child {
    margin-right: 45px
}

.project-details-one .social-icon li:first-child i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 14px
}

.project-details-one .title-one h2 {
    text-transform: initial
}

.project-details-one .project-info {
    padding: 35px 45px 60px;
    border-radius: 20px;
    background: #f2f2f2
}

.project-details-one .project-info ul {
    margin: 0 -15px
}

.project-details-one .project-info ul li {
    padding: 0 15px;
    margin-top: 30px;
    position: relative
}

.project-details-one .project-info ul li .icon {
    max-width: 40px
}

.project-details-one .project-info ul li .text {
    width: calc(100% - 40px);
    padding-left: 25px
}

.project-details-one .project-info ul li .text h6 {
    font-family: "Switzer", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -2px
}

.project-details-one .project-info ul li .text span {
    font-size: 18px;
    color: rgba(0, 0, 0, .5)
}

.project-details-one .project-info ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 90px;
    background: var(--color-black);
    top: -21px;
    left: -70px;
    transform: rotate(18deg)
}

.project-details-one .project-info ul li:first-child:before {
    display: none
}

.project-details-one .project-pagination {
    border-top: 1px solid #cbcbcb;
    margin-top: 60px;
    padding-top: 60px
}

.project-details-one .project-pagination .pr-img {
    width: 80px;
    border-radius: 10px
}

.project-details-one .project-pagination span {
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase
}

.project-details-one .project-pagination strong {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-black);
    display: block;
    margin-top: 5px
}

.project-details-one .project-pagination .arrow-icon {
    width: 60px;
    height: 60px;
    background: var(--color-black);
    transition: all .3s ease-in-out 0s
}

.project-details-one .project-pagination .arrow-icon:hover {
    background: var(--color-brand-500)
}

.feedback-section-one .feedback-wrapper {
    border: 1px solid #e5e4e4;
    padding: 65px 60px 0
}

.feedback-section-one .feedback-wrapper blockquote {
    font-size: 18px;
    font-weight: 300;
    padding-right: 60px;
    margin-bottom: 45px;
    padding-top: 10px;
}

.feedback-section-one .feedback-wrapper h6 {
    font-size: 20px
}

.feedback-section-one .feedback-wrapper h6+span {
    color: rgba(0, 0, 0, .4)
}

.feedback-section-one .feedback-wrapper .rating li {
    color: #fac109;
    margin-right: 6px
}

.feedback-section-one .feedback-wrapper .slider-arrows {
    border-top: 1px solid #e5e4e4;
    margin-top: 35px;
    padding: 40px 0
}

.feedback-section-one .feedback-wrapper .slider-arrows li {
    width: 50px;
    height: 50px;
    background: var(--color-white);
    cursor: pointer;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05)
}

.feedback-section-one .feedback-wrapper .slider-arrows li:hover {
    background: var(--color-black);
    color: var(--color-white)
}

.feedback-section-one .feedback-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 30px);
    margin-left: auto
}

.feedback-section-one .feedback-img .rating-cp {
    position: absolute;
    top: 47%;
    left: -130px;
    z-index: 1;
    transform: translateY(-50%)
}

.feedback-section-one .feedback-img .rating-cp p {
    font-size: 28px;
    line-height: 1.142em;
    text-align: center;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.feedback-section-one .feedback-img .rating-cp img {
    animation: rotated 140s infinite linear
}

.feedback-section-three .feedback-wrapper {
    border-bottom: 3px solid rgba(0, 0, 0, .2)
}

.feedback-section-three .feedback-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 34%;
    left: 0;
    bottom: -4px;
    background: linear-gradient(178.24deg, rgba(196, 204, 213, 0) 1.79%, #C4CCD5 98.82%)
}

.feedback-section-three .feedback-block .text {
    width: calc(100% - 450px);
    padding-right: 30px;
    max-width: 1060px
}

.feedback-section-three .feedback-block .text .rating li {
    font-size: 18px;
    color: var(--color-black);
    margin-right: 5px
}

.feedback-section-three .feedback-block .text .rating li:first-child {
    font-weight: 500;
    font-size: 24px;
    margin-right: 10px
}

.feedback-section-three .feedback-block .text blockquote {
    font-size: 72px;
    line-height: 1.1111em;
    font-weight: 600;
    margin: 40px 0 70px
}

.feedback-section-three .feedback-block .text .name {
    font-size: 28px;
    font-weight: 600
}

.feedback-section-four .slider-bg .slider-arrows li {
    width: 55px;
    height: 55px;
    background: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px
}

.feedback-section-four .slider-bg .slider-arrows li:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.feedback-section-four .slider-bg .slider-arrows li:last-child {
    left: auto;
    right: -100px
}

.feedback-section-four .feedback-block .rating li {
    font-size: 18px;
    color: #eccf70;
    margin-right: 10px
}

.feedback-section-four .feedback-block .rating li:last-child {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
    color: var(--color-white)
}

.feedback-section-four .feedback-block .name {
    font-size: 24px
}

.feedback-section-five .feedback-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 43%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101010 100%);
    z-index: 1
}

.feedback-section-five .feedback-wrapper .avg-rating {
    position: absolute;
    right: -80px;
    bottom: -80px;
    z-index: 1;
    font-weight: 500;
    font-size: 32px
}

.feedback-section-five .feedback-wrapper .avg-rating .sticker {
    animation: rotated 100s infinite linear
}

.feedback-section-five .feedback-wrapper .avg-rating .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.feedback-section-five .feedback-wrapper .avg-rating .text span {
    display: block;
    font-family: "Obviously Narrow";
    font-weight: 600;
    font-size: 80px;
    line-height: 1em;
    margin-bottom: -13px
}

.feedback-section-five .feedback-wrapper .feedback-block {
    padding: 35px
}

.feedback-section-five .feedback-wrapper .feedback-block .media {
    width: 37%
}

.feedback-section-five .feedback-wrapper .feedback-block .text {
    width: 63%;
    padding-left: 95px
}

.feedback-section-five .feedback-wrapper .feedback-block .text blockquote {
    font-size: 62px;
    line-height: 1.1612em;
    font-weight: 500;
    margin: 25px 0 120px
}

.feedback-section-five .feedback-wrapper .feedback-block .text .name {
    font-size: 24px
}

.feedback-section-five .feedback-wrapper .feedback-block .text .post {
    color: rgba(0, 0, 0, .5)
}

.feedback-section-five .feedback-wrapper .feedback-block .text .rating {
    margin: 0 -4px
}

.feedback-section-five .feedback-wrapper .feedback-block .text .rating li {
    margin: 0 4px;
    font-size: 19px
}

.feedback-section-five .feedback-wrapper .feedback-block:nth-child(1) {
    background: #ffded2
}

.feedback-section-five .feedback-wrapper .feedback-block:nth-child(2) {
    background: #ffeee8
}

.feedback-section-five .feedback-wrapper .feedback-block:nth-child(3) {
    background: #fff7f4
}

.feedback-section-six .feedback-wrapper {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 120px 0 120px 120px
}

.feedback-section-six .rating .main-shape {
    animation: rotated 120s infinite linear
}

.feedback-section-six .rating .text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.feedback-section-six .rating .text .main-count {
    font-size: 200px;
    letter-spacing: -2px;
    line-height: .9em
}

.feedback-section-six .rating .text p {
    font-size: 36px;
    font-weight: 500;
    margin: 0
}

.feedback-section-seven .feedback-wrapper {
    background: var(--color-white);
    border-radius: 30px;
    padding: 50px 65px
}

.feedback-section-seven .feedback-block .rating li {
    font-size: 18px;
    color: #ffc936;
    margin-right: 10px
}

.feedback-section-seven .feedback-block .rating li:last-child {
    font-weight: 500;
    font-size: 24px;
    margin-left: 5px;
    color: rgba(0, 0, 0, .3)
}

.feedback-section-seven .feedback-block .name {
    font-size: 24px;
    margin-bottom: 3px
}

.feedback-section-seven .feedback-block .post {
    color: rgba(0, 0, 0, .3)
}

.feedback-section-seven .slider-arrows {
    position: absolute;
    right: 40px;
    bottom: 50px;
    margin: 0 -5px;
    background: var(--color-white)
}

.feedback-section-seven .slider-arrows li {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.feedback-section-seven .slider-arrows li:hover {
    background: var(--color-brand-700);
    border-color: var(--color-brand-700);
    color: var(--color-white)
}

.feedback-section-eight .feedback-block .rating li {
    font-size: 18px;
    color: #ffcc4a;
    margin-right: 6px
}

.feedback-section-nine .feedback-block .rating li {
    color: #ffc936;
    margin-right: 9px;
    font-size: 18px
}

.feedback-section-nine .feedback-block .name {
    font-size: 24px;
    margin-bottom: 0
}

.feedback-section-nine .slider-arrows {
    margin: 0 -5px;
    background: var(--color-white)
}

.feedback-section-nine .slider-arrows li {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.feedback-section-nine .slider-arrows li:hover {
    background: var(--color-brand-700);
    border-color: var(--color-brand-700);
    color: var(--color-white)
}

.feedback-photo-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feedback-section-one .feedback-photo-slider .slick-slider,
.feedback-section-one .feedback-photo-slider .slick-list,
.feedback-section-one .feedback-photo-slider .slick-track {
    height: 100% !important;
}

.feedback-section-one .feedback-photo-slider .slick-slide,
.feedback-section-one .feedback-photo-slider .slick-slide > div {
    height: 100% !important;
}

.feedback-section-one .feedback-photo-slider .item {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    min-height: 400px;
}

.feedback-section-one .feedback-wrapper .slider-arrows li.yandex-rating-li {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    cursor: default;
    border-radius: 0;
}

.yandex-rating-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    line-height: 1.3;
}

.yandex-rating-text {
    font-size: 12px;
    color: #666;
    padding-right: 3px;
}

.yandex-brand {
    font-size: 14px;
    color: #000;
}

.ya-red {
    color: #FC3F1D;
}

.yandex-rating-score {
    font-size: 18px;
    font-weight: 400;
    color: #FC3F1D;
    padding: 0 3px;
}

.yandex-rating-url {
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
}


.blog-meta-one .media img {
    border-radius: 30px
}

.blog-meta-one .media .tag {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    background: var(--color-white);
    padding: 8px 22px;
    border-radius: 30px;
    color: var(--color-black);
    margin: 0;
    list-style: none;
    z-index: 3;
}

.project-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.village-badges {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    max-width: calc(100% - 110px);
    pointer-events: none;
}

.village-badges .tag,
.village-badges .new-village-tag,
.village-badges .hit-village-tag {
    position: static !important;
    margin: 0 !important;
}


.village-mortgage-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 9px 18px;
    border-radius: 999px;
    background: #66ffc3;
    color: var(--color-black);
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

@media (max-width: 767px) {
    .village-badges {
        top: 12px;
        right: 12px;
        max-width: calc(100% - 96px);
        gap: 6px;
    }

    .village-mortgage-badge {
        padding: 7px 12px;
        font-size: 11px;
        white-space: normal;
        max-width: 210px;
    }
}





/* Keep stable card corner radius on hover in villages grid. */
.project-section-eight .project-img-link {
    border-radius: 0;
    overflow: visible;
}

/* The image itself should not add a second (different) radius layer. */
.project-section-eight .project-block-three .media.img-holder > .project-img {
    border-radius: 0 !important;
    backface-visibility: hidden;
}

.project-img-link:hover .project-img {
    transform: scale(1.1);
}

.blog-meta-one .media .tag li:last-child {
    margin-right: 0;
}

.blog-meta-one .author {
    margin: 40px 0 20px;
}

.blog-meta-one .author li {
    color: var(--color-black);
    margin-right: 5px
}

.blog-meta-one .author li:first-child,
.blog-meta-one .author li:last-child {
    color: rgba(0, 0, 0, .35)
}

.blog-meta-one .blog-title {
    font-size: 30px;
    line-height: 1.2em;
    margin: 25px 0 15px;
    width: 100%;
    max-width: 100%;
    height: 72px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-meta-one .blog-title a {
    color: inherit;
    text-decoration: none;
}

.project-img-link:hover+.blog-title .line-bg,
.blog-title a:hover .line-bg {
    background-size: 100% 2px;
}

.blog-meta-two .media {
    width: 370px;
    min-height: 250px;
    padding: 20px
}


.blog-meta-two .media img {
    max-height: 100%
}

/* .blog-meta-one img {
    border-radius: 20px;
    margin: 20px 0 40px;
} */
    
.blog-meta-one h2 {
    font-size: 24px;
    margin: 15px 0 5px;
    width: 100%;
    height: 58px;
    padding: 0;
}

.blog-meta-two .post-meta .post-text .tag {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--color-white);
    border-radius: 30px;
    border: 1px solid var(--color-black);
    padding: 5px 20px;
    margin-bottom: 35px
}

.blog-meta-two .post-meta .post-text .blog-title {
    font-size: 48px;
    line-height: 1.1666em;
    margin-bottom: 25px
}

.blog-meta-two .post-meta .post-text .author li {
    position: relative;
    font-size: 22px
}

.blog-meta-two .post-meta .post-text .author li:first-child {
    padding-right: 44px
}

.blog-meta-two .post-meta .post-text .author li:first-child:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--color-black);
    top: 49%;
    right: 6px
}

.blog-meta-three .author {
    margin: 32px 0 20px;
    font-size: 17px
}

.blog-meta-three .author li {
    color: hsla(0, 0%, 100%, .5);
    margin-right: 5px
}

.blog-meta-three .blog-title {
    font-family: "Clash Display", sans-serif;
    font-size: 36px;
    line-height: 1.1111em;
    margin: 0;
    max-width: 560px
}

.blog-meta-four .media {
    height: 330px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin: 33px 0 25px
}

.blog-meta-four .blog-title {
    font-size: 32px;
    line-height: 1.25em;
    margin: 0;
    max-width: 410px
}

.blog-meta-five .blog-title {
    font-size: 48px;
    line-height: 1.125em;
    margin: 10px 0 30px;
    max-width: 560px
}

.blog-meta-five .tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--color-white);
    border-radius: 30px;
    padding: 0 18px;
    line-height: 35px;
    letter-spacing: 2px
}

.blog-meta-five.no-bg .tag {
    border: 1px solid var(--color-black)
}

.blog-meta-five.no-bg .blog-title {
    max-width: 420px
}


.page-content--blog {
    margin-top: 28px;
}

.page-content--blog .blog-details {
    padding-top: 0;
}

.page-content--blog .page-blog-row {
    row-gap: 30px;
}

@media (max-width: 991px) {
    .page-content--blog {
        margin-top: 20px;
    }

    .page-content--blog .page-blog-row {
        row-gap: 22px;
    }
}


/* Restored blog details/sidebar rules (from Landing source) */
.blog-sidebar .sidebar-title {
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blog-sidebar .sidebar-search form {
    height: 65px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.blog-sidebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    border: none;
    background: #fff;
    font-size: 18px;
}

.blog-sidebar .sidebar-search form button {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.blog-sidebar .blog-category li a {
    line-height: 52px;
}

.blog-sidebar .blog-category li a span {
    color: rgba(0, 0, 0, 0.35);
}

.blog-sidebar .blog-category li a:hover {
    text-decoration: underline;
}

.blog-sidebar .recent-news:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar .recent-news .date {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 5px;
}

.blog-sidebar .blog-keyword ul {
    margin: 0 -4px;
}

.blog-sidebar .blog-keyword ul li {
    margin: 0 4px 15px;
}

.blog-sidebar .blog-keyword ul li a {
    line-height: 35px;
    background: #fff;
    border-radius: 30px;
    padding: 0 16px;
    font-size: 15px;
    color: #000;
    transition: all .2s ease-in-out 0s;
}

.blog-sidebar .blog-keyword ul li a:hover {
    background: #000;
    color: #fff;
}

.blog-inner-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.blog-details-meta .blog-comment-form form label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding-bottom: 5px;
}

.blog-details-meta .blog-comment-form form input {
    display: block;
    font-size: 18px;
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 0 25px;
    background: #fff;
}

.blog-details-meta .blog-comment-form form textarea {
    display: block;
    font-size: 17px;
    width: 100%;
    max-width: 100%;
    height: 145px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 20px 25px;
    resize: none;
    background: #fff;
}

.btn-four {
    font-size: 24px;
    font-weight: 500;
    line-height: 65px;
    padding: 0 45px;
    border-radius: 40px;
    text-align: center;
    min-width: 185px;
    color: #fff;
    background: #000;
    transition: all .3s ease-in-out 0s;
}

.btn-four:hover {
    background: #ff6118;
}

.blog-details-meta .blog-comment-form .btn-four {
    line-height: 55px;
    font-family: "Clash Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-sidebar .bg-wrapper {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px 25px
}

.blog-sidebar .recent-news .blog-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1666em
}

.blog-sidebar .recent-news .blog-title h3:hover {
    text-decoration: underline
}

.blog-details-meta .blog-title {
    margin-bottom: 30px
}

.blog-details-meta .post p {
    padding-top: 20px
}

.blog-details-meta .quote-wrapper .icon {
    width: 55px;
    height: 55px;
    background: var(--color-black);
    position: absolute;
    left: 0;
    top: 0
}

.blog-details-meta .quote-wrapper .text {
    padding-left: 80px
}

.blog-details-meta .quote-wrapper .text blockquote {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3888em
}

.blog-details-meta .quote-wrapper .text h6 {
    font-size: 20px;
    margin: 22px 0 0
}

.blog-details-meta .quote-wrapper .text h6 span {
    font-weight: normal;
    color: rgba(0, 0, 0, .5)
}

.blog-details-meta .bottom-widget .tags {
    font-size: 15px;
    font-weight: 500
}

.blog-details-meta .bottom-widget .tags a {
    line-height: 26px;
    border-radius: 16px;
    background: #f1f1f1;
    padding: 0 15px;
    color: var(--color-black);
    font-size: 14px;
    margin-left: 10px;
    transition: all .3s ease-in-out 0s
}

.blog-details-meta .bottom-widget .tags a:hover {
    background: var(--color-black);
    color: var(--color-white)
}


.blog-details-meta .quote-wrapper {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 52px 48px 50px;
    margin: 50px 0 60px;
}

.blog-details-meta h4 {
    font-size: 36px;
}

.blog-details-meta .list-style {
    padding: 2px 0 20px;
}

.blog-details-meta .list-style li {
    position: relative;
    padding-left: 32px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
}

.blog-details-meta .list-style li:before {
    content: url(new/assets/images/icon/icon_125.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-meta .bottom-widget {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0 25px;
}

.blog-details-meta .bottom-widget .share-icon li:first-child {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.blog-details-meta .bottom-widget .share-icon a {
    width: 38px;
    height: 38px;
    background: #eeeded;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 16px;
    margin-left: 9px;
    transition: all .3s ease-in-out 0s;
}

.blog-details-meta .bottom-widget .share-icon a:hover {
    background: #000;
    color: #fff;
}

.blog-details-meta .blog-comment-form {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 50px;
    margin-top: 80px;
}

.blog-details-meta .blog-comment-form p a {
    color: #000;
}

#contact-form .help-block {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 13px;
    line-height: 20px;
    color: #ff4d44
}

#contact-form .help-block ul {
    margin: 0
}

.contact-section-four .call-btn .icon {
    width: 105px
}

.contact-section-five .call-btn .icon {
    width: 90px;
    height: 90px;
    background: #f4f4f4
}

.contact-section-six .contact-block .icon {
    width: 80px;
    height: 80px
}

.contact-section-seven .bg-wrapper {
    background: #f6f6f6;
    padding: 165px 0
}

.contact-section-seven .bg-wrapper .form-style-one {
    background: var(--color-white);
    border-radius: 30px;
    padding: 70px 50px
}

.contact-section-seven .bg-wrapper .form-style-one .input-group-meta label {
    font-size: 15px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 5px
}

.contact-section-seven .bg-wrapper .form-style-one .input-group-meta input {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    padding: 0 20px;
    height: 60px
}

.contact-section-seven .bg-wrapper .form-style-one .input-group-meta textarea {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    padding: 20px;
    height: 210px
}

.contact-section-seven .bg-wrapper .form-style-one .btn-eight {
    border-radius: 10px;
    font-size: 18px
}

.contact-section-eight .address-banner .icon {
    width: 64px;
    height: 64px;
    background: var(--color-black)
}

.contact-section-eight .address-banner .text {
    width: calc(100% - 64px);
    padding-left: 25px
}

.contact-section-eight .address-banner .text p {
    margin-bottom: 3px
}

.contact-section-eight .address-banner .text a {
    color: rgba(22, 22, 22, .45)
}

.contact-section-eight .address-banner .text a:hover {
    color: var(--color-brand-500);
    text-decoration: underline
}

.footer-one .name {
    font-family: "Obviously Narrow";
    font-weight: 700;
    font-size: 360px;
    line-height: 1em;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -29%;
    z-index: -1
}

.footer-one .name span {
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(180deg, #C4CCD5 25%, var(--color-white) 113.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.footer-two .bg-wrapper {
    background: #101010;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 140px 0 280px;
    text-align: center
}

.footer-two .bg-wrapper .water-mark {
    font-size: 350px;
    line-height: .65em;
    letter-spacing: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 41%)
}

.footer-two .bg-wrapper h2 {
    font-size: 140px;
    line-height: .9285em
}

.footer-two .bg-wrapper .bottom-footer {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    margin-top: 95px;
    padding: 55px 0 110px
}

.footer-two .bg-wrapper .bottom-footer .email {
    font-size: 36px
}

.footer-two .bg-wrapper .bottom-footer .tel {
    font-family: "Obviously";
    font-size: 72px
}

.footer-two .bg-wrapper .bottom-footer p {
    line-height: 1.458em
}

.footer-two .bg-wrapper .bottom-footer .footer-nav {
    margin: 0 -3px
}

.footer-two .bg-wrapper .bottom-footer .footer-nav li {
    padding: 0 3px
}

.footer-two .bg-wrapper .bottom-footer .footer-nav li:first-child {
    width: 100%;
    text-align: right
}

.footer-three .main-bg {
    background: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 30px;
    padding: 60px 50px
}

.footer-four .copyright-text {
    margin-bottom: 0
}

.footer-four .copyright-text span {
    color: hsla(0, 0%, 100%, .4)
}

.footer-seven .copyright-text {
    font-size: 18px;
    color: rgba(0, 0, 0, .5)
}

.footer-seven .copyright-text span {
    color: var(--color-black)
}

.team-section-one .slider-arrows li {
    width: 75px;
    height: 75px;
    cursor: pointer;
    font-size: 25px
}

.team-section-one .slider-arrows li:hover {
    background: hsla(0, 0%, 100%, .12);
    color: var(--color-white)
}

.team-section-six .team-block-five .text .name {
    font-size: 20px;
    margin-bottom: 4px
}

.team-block-one .name {
    font-family: "Clash Display", sans-serif;
    font-size: 29px;
    margin-bottom: 0
}

.team-block-one .post {
    font-size: 17px;
    letter-spacing: .5px
}

.team-block-two .text {
    border-bottom: 2px solid var(--color-black);
    padding: 30px 0 25px
}

.team-block-two .text .name {
    font-family: "Obviously Narrow";
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.team-block-two .text .post {
    color: rgba(0, 0, 0, .5)
}

.team-block-four .bg-wrapper {
    background: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 30px
}

.team-block-four .text {
    padding: 30px 10px 35px;
    position: relative;
    z-index: 1
}

.team-block-four .text h5 {
    font-family: "Switzer", sans-serif;
    font-weight: 600;
    font-size: 28px
}

.team-block-four .text span {
    font-size: 16px
}

.team-block-four .text .social-icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateY(-70px);
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.team-block-four .text .social-icon a {
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1d1;
    background: var(--color-white);
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out 0s
}

.team-block-four .text .social-icon a:hover {
    background: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white)
}

.team-block-four:hover .text .social-icon {
    transform: translateY(-80px);
    opacity: 1
}

.team-block-five .text {
    padding: 25px 0 0
}

.team-block-five .text .name {
    font-size: 24px;
    margin-bottom: 0
}

.team-block-five .text .post {
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .08)
    }

    100% {
        box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0)
    }
}

@keyframes rippleTwo {
    0% {
        box-shadow: 0 0 0 .1rem rgba(214, 0, 4, .15)
    }

    100% {
        box-shadow: 0 0 0 .8rem rgba(214, 0, 4, .15)
    }
}

@keyframes runSlow {
    0% {
        transform: translateX(250px)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(250px)
    }
}

@keyframes plasma {

    0%,
    100% {
        border-radius: 50% 50% 50% 50%;
        transform: scale(1)
    }

    25% {
        border-radius: 60% 40% 55% 45%;
        transform: scale(1.05) translate(5px, -5px)
    }

    50% {
        border-radius: 45% 55% 60% 40%;
        transform: scale(0.95) translate(-5px, 5px)
    }

    75% {
        border-radius: 55% 45% 40% 60%;
        transform: scale(1.02) translate(3px, -3px)
    }
}

@keyframes skewwrap {
    0% {
        transform: skewX(5deg)
    }

    50% {
        transform: skewX(0)
    }

    100% {
        transform: skewX(-5deg)
    }
}

@keyframes Fadein {
    0% {
        opacity: .2
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(0.3)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(150px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(200px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes growAndFade {
    0% {
        opacity: .1;
        transform: scale(0.75)
    }

    100% {
        opacity: .08;
        transform: scale(1)
    }
}

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, 50%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jumpTwo {
    0% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, 20px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jumpThree {
    0% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, -20px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jumpFour {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(0, -10px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jumpFive {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(0, 10px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes prXOne {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-15px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes prXTwo {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(15px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotatedTwo {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes rotatedHalf {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(90deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes rotatedHalfTwo {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes scale-right {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(20%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes fade-in {
    0% {
        opacity: .2
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px
    }

    50% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: .8
    }

    100% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 1
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}

@keyframes scale-up-one {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scale-up-two {
    0% {
        transform: scale(0.5)
    }

    40% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(0.5)
    }
}

@keyframes scale-up-three {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(2)
    }

    100% {
        transform: scale(1)
    }
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

.section-gap-x {
    margin-inline-start: 15px;
    margin-inline-end: 15px;
}

.tj-footer-section {
    background-color: var(--tj-color-theme-bg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-main-area {
    position: relative;
    padding: 90px 0 70px 0;
}

.footer-logo {
    max-width: 240px;
}

.award-logo-area {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    opacity: .8;
}

.award-logo-area .award-logo {
    max-width: 96px;
}

.footer-disclaimer {
    margin: 16px;
    font-size: 11px;
    line-height: 1.5;
    color: #99a6a6ba;
}

.footer-widget .footer-text {
    max-width: 280px;
    width: 100%;
}

.footer-widget .footer-text p {
    margin-top: 28px;
    margin-bottom: 34px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--color-white);
}

.footer-widget .footer-text p span {
    display: block;
    font-size: 13px;
    padding-top: 13px;
    color: var(--tj-color-text-body-2);
}

.footer-widget .title {
    font-weight: var(--tj-fw-regular);
    margin-bottom: 33px;
}

.social-links ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-links ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(12, 30, 33, 0.3);
    font-size: 16px;
    line-height: 1;
}

.social-links ul li a i {
    color: var(--tj-color-theme-bg);
}

.social-links ul li a:hover {
    background-color: var(--tj-color-theme-primary);
    transform: translateY(-3px);
}

.social-links ul li a:hover i {
    color: var(--tj-color-common-white);
}

.social-links.style-3 ul li a {
    background-color: var(--tj-color-common-white);
    opacity: 0.3;
}

.social-links.style-3 ul li a i {
    color: var(--tj-color-theme-dark);
}

.social-links.style-3 ul li a:hover {
    background-color: var(--tj-color-theme-primary);
    opacity: 1;
}

.social-links.style-3 ul li a:hover i {
    color: var(--tj-color-common-white);
}

.widget-nav-menu {
    padding-inline-start: 40px;
}

.widget-nav-menu ul {
    list-style: none;
    padding-left: 0;
}

.widget-nav-menu ul li {
    padding: 6px 0;
}

.widget-nav-menu ul li:first-child {
    padding-top: 0;
}

.widget-nav-menu ul li a span {
    position: relative;
}

.widget-nav-menu ul li a span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--color-brand-500);
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s;
}

.widget-nav-menu ul li a:hover span:before {
    transform: scale(1);
}

.widget-nav-menu ul li .badge {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-brand-500);
    border-radius: 50px;
    padding: 5px 10px 4px;
    margin-left: 6px;
    display: inline-block;
    bottom: 6px;
    position: relative;
}

.widget-nav-menu.footer-col-3,
.widget-nav-menu.footer-col-2 {
    padding-inline-start: 115px;
}

.widget-contact {
    padding-inline-start: 76px;
}

.footer-contact-info {
    max-width: 230px;
    width: 100%;
}

.footer-contact-info .contact-item {
    margin-bottom: 14px;
    color: var(--tj-color-text-body-2);
    font-size: 14px;
}

.footer-contact-info .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-info .contact-item span {
    color: var(--tj-color-text-body-2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-info .contact-item span i {
    font-size: 20px;
    color: var(--tj-color-theme-primary);
    display: inline-flex;
    line-height: 1;
}

.footer-contact-info .contact-item a {
    color: var(--tj-color-common-white);
    display: inline-flex;
    margin-bottom: 3px;
}

.footer-contact-info .contact-item a:hover {
    color: var(--tj-color-theme-primary);
}

.copyright-content-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0;
}

.copyright-content-area .copyright-text p {
    margin: 0;
}

.copyright-content-area .copyright-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-content-area .copyright-menu ul li {
    position: relative;
    margin-inline-end: 13px;
    padding-inline-end: 12px;
    z-index: 1;
}

.copyright-content-area .copyright-menu ul li::before {
    content: "";
    background: var(--tj-color-border-2);
    position: absolute;
    width: 1px;
    height: 11px;
    top: 50%;
    inset-inline-end: 0;
    transform: translateY(-50%);
}

.copyright-content-area .copyright-menu ul li a {
    font-size: 16px;
    font-weight: var(--tj-fw-regular);
    color: var(--tj-color-text-body-2);
}

.copyright-content-area .copyright-menu ul li a:hover {
    color: var(--tj-color-common-white);
}

.copyright-content-area .copyright-menu ul li:last-child {
    padding-inline-end: 0;
    margin-inline-end: 0;
}

.copyright-content-area .copyright-menu ul li:last-child::before {
    display: none;
}

.tj-footer-section.footer-2 {
    background-color: var(--tj-color-theme-dark);
}

.tj-footer-section.footer-2 .footer-widget .title {
    color: var(--tj-color-common-white);
}

.tj-footer-section.footer-2 .footer-widget ul li a {
    color: var(--tj-color-text-body-2);
}

.tj-footer-section.footer-2 .footer-widget ul li a:hover {
    color: var(--tj-color-theme-primary);
}

.tj-footer-section.footer-2 .footer-col-1 {
    position: relative;
}

.tj-footer-section.footer-2 .footer-col-1::before {
    content: "";
    position: absolute;
    bottom: -160px;
    inset-inline-start: -50px;
    width: 350px;
    height: 300px;
    border-radius: 50%;
    background: var(--tj-color-theme-primary);
    filter: blur(50px);
    opacity: 0.15;
    z-index: -1;
}

.tj-copyright-area-2 .copyright-content-area {
    padding: 25px 0;
}

.tj-copyright-area-2 .copyright-text p {
    color: var(--tj-color-text-body-2);
}

.tj-copyright-area-2 .copyright-text a {
    color: var(--tj-color-common-white);
}

.tj-copyright-area-2 .copyright-text a:hover {
    color: var(--tj-color-theme-bg);
}

.tj-footer-section.h5-footer .h5-footer-copyright {
    border-top: 1px dashed var(--tj-color-border-2);
}

.tj-footer-section .bg-shape-1,
.tj-footer-section .bg-shape-2 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.tj-footer-section .bg-shape-1 {
    inset-inline-start: 0;
    top: 0;
    opacity: 0.5;
}

.tj-footer-section .bg-shape-2 {
    inset-inline-end: 0;
    bottom: 0;
    opacity: 0.5;
}

/* ===== [03] Chunk Styles ===== */

.new-banner {
    padding-top: var(--space-6);
}

.new-banner__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-4);
}


.new-banner__row.new-banner__row--single {
    grid-template-columns: 1fr;
}

.new-banner__row > .new-banner__item:only-child {
    grid-column: 1 / -1;
}


.new-banner__item {
    display: block;
    overflow: hidden;
}

.new-banner__img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: var(--radius-2xl);
}

.village-maplend .tab-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.village-maplend .tab-subtitle {
    margin-bottom: 20px;
    color: var(--color-text-500);
}

.village-maplend #map img,
.village-maplend #map svg,
.village-maplend #map canvas {
    max-width: none !important;
}

.village-maplend .section-map #map {
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-surface-100);
}

.village-maplend #map .pp-zoom-controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

.village-maplend #map .pp-zoom-btn {
    pointer-events: auto;
    position: absolute;
    left: 12px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 19%);
    background: rgb(255 255 255 / 78%);
    color: #484848bf;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    display: grid;
    place-items: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.village-maplend #map .pp-zoom-btn--plus {
    top: 12px;
}

.village-maplend #map .pp-zoom-btn--minus {
    bottom: 12px;
}

.village-maplend #map .pp-zoom-btn:active {
    transform: translateY(1px);
}

.village-maplend .section-map {
    --map-height: 720px;
}

.village-maplend #map {
    height: var(--map-height);
}

.village-maplend .village-maplend__row {
    align-items: stretch;
}

.village-maplend .village-maplend__filter {
    height: calc(var(--map-height) + var(--map-extra, 0px));
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.village-maplend .plots-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    --plots-scrollbar: 12px;
}

.village-maplend .plots-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: -1px;
}

.village-maplend .plots-table--head thead th {
    background: var(--color-white);
}

.village-maplend .plots-table--head {
    margin: 0;
    width: calc(100% - var(--plots-scrollbar));
    box-sizing: border-box;
    padding-right: var(--plots-scrollbar);
}

.village-maplend .plots-table-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #eee;
}

.village-maplend .plots-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
}

.village-maplend .plots-count__label {
    font-size: 14px;
}

.village-maplend .plots-count .filter-chip {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    padding: 6px 12px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f8fafc;
    border: 1px solid var(--color-border-200);
}

.plots-only-free {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 18px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 1.35;
    color: #2f3a4a;
}

.plots-only-free__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.plots-only-free__box {
    width: 18px;
    height: 18px;
    border: 1px solid #cfd5dd;
    border-radius: 4px;
    background: #fff;
    position: relative;
    flex: 0 0 18px;
    transition: .2s ease;
}

.plots-only-free__input:checked + .plots-only-free__box {
    background: #63b42d;
    border-color: #63b42d;
}

.plots-only-free__input:checked + .plots-only-free__box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plots-only-free__text {
    display: inline-block;
}

.village-maplend #map .ymaps-2-1-79-controls-pane,
.village-maplend #map .ymaps-2-1-79-copyrights-pane,
.village-maplend #map .ymaps-2-1-79-map-copyrights-promo,
.village-maplend #map .ymaps-2-1-79-gotoymaps,
.village-maplend #map .ymaps-2-1-79-gototaxi,
.village-maplend #map .ymaps-2-1-79-gototech,
.village-maplend #map .ymaps-2-1-79-copyright {
    display: none !important;
}

.village-maplend #map .ymaps-2-1-79-balloon__layout {
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.village-maplend #map .ymaps-2-1-79-balloon {
    box-shadow: none !important;
}

.village-maplend #map .ymaps-2-1-79-balloon__content {
    margin: 0;
    padding: 14px 16px;
    font-family: "Switzer", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-ink-900);
}

.village-maplend #map .ymaps-2-1-79-balloon__close-button {
    top: 8px;
    right: 8px;
}

.village-maplend #map .uchastok-pr {
    padding: 0;
}

.village-maplend #map .uchastok-pr .phot h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-ink-900);
}

.village-maplend #map .uchastok-pr .status {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-500);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.village-maplend #map .uchastok-pr .status--free {
    color: #16a34a;
}

.village-maplend #map .uchastok-pr .status--sold {
    color: #ef4444;
}

.village-maplend #map .uchastok-pr .status--reserved {
    color: var(--color-text-500);
}

.village-maplend #map-leaflet-2 {
    height: var(--map-height);
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-surface-100);
}

.village-maplend #map-leaflet-2 .ymaps-2-1-79-controls-pane,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-copyrights-pane,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-map-copyrights-promo,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-gotoymaps,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-gototaxi,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-gototech,
.village-maplend #map-leaflet-2 .ymaps-2-1-79-copyright {
    display: none !important;
}

.village-maplend #map-leaflet-2 .ymaps-2-1-79-balloon__layout {
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.village-maplend #map-leaflet-2 .ymaps-2-1-79-balloon {
    box-shadow: none !important;
}

.village-maplend #map-leaflet-2 .ymaps-2-1-79-balloon__content {
    margin: 0;
    padding: 14px 16px;
    font-family: "Switzer", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-ink-900);
}

.village-maplend #map-leaflet-2 .ymaps-2-1-79-balloon__close-button {
    top: 8px;
    right: 8px;
}

.village-maplend #map-leaflet-2 .uchastok-pr {
    padding: 0;
}

.village-maplend #map-leaflet-2 .uchastok-pr .phot h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-ink-900);
}

.village-maplend #map-leaflet-2 .uchastok-pr .status {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-500);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.village-maplend #map-leaflet-2 .uchastok-pr .status--free {
    color: #16a34a;
}

.village-maplend #map-leaflet-2 .uchastok-pr .status--sold {
    color: #ef4444;
}

.village-maplend #map-leaflet-2 .uchastok-pr .status--reserved {
    color: var(--color-text-500);
}

.village-maplend #map-leaflet-2 .pp-zoom-controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

.village-maplend #map-leaflet-2 .pp-zoom-btn {
    pointer-events: auto;
    position: absolute;
    left: 12px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 19%);
    background: rgb(255 255 255 / 78%);
    color: #484848bf;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    display: grid;
    place-items: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.village-maplend #map-leaflet-2 .pp-zoom-btn--plus {
    top: 12px;
}

.village-maplend #map-leaflet-2 .pp-zoom-btn--minus {
    bottom: 12px;
}


.village-reels__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(260px, 22vw, 360px);
    justify-content: start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.village-images__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(520px, 1fr);
    gap: var(--space-4);
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.village-text-card__accent {
    font-weight: 400;
}

.village-text-card__link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    background-image: linear-gradient(var(--color-brand-500), var(--color-brand-500)), linear-gradient(var(--color-black), var(--color-black));
    background-position: 0 100%, 0 100%;
    background-size: 0% 1px, 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.45s ease, color 0.45s ease;
}

.village-text-card__link:hover {
    color: var(--color-brand-500);
    background-size: 100% 1px, 100% 1px;
}

.village-text-card__sep {
    margin: 0 6px;
    color: #5a5a5a;
}

.route-widget {
    margin: 0;
    position: relative;
    background: var(--color-white);
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #e3e6ea;
}

.route-widget--compact {
    padding-top: 20px;
}

.route-map {
    width: 100%;
    min-height: 360px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: var(--color-surface-100);
}

.route-map--compact {
    height: 520px;
    max-height: 520px;
    min-height: 420px;
}

.route-actions .btn-two {
    width: 100%;
    justify-content: center;
}

.route-actions .btn-two span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

#village-route-map img,
#village-route-map svg,
#village-route-map canvas {
    max-width: none !important;
}

#village-route-map canvas {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#village-route-map .pp-zoom-controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

#village-route-map .pp-zoom-btn {
    pointer-events: auto;
    position: absolute;
    left: 12px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 19%);
    background: rgb(255 255 255 / 78%);
    color: #484848bf;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    display: grid;
    place-items: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

#village-route-map .pp-zoom-btn--plus {
    top: 12px;
}

#village-route-map .pp-zoom-btn--minus {
    bottom: 12px;
}

#village-route-map .pp-zoom-btn:active {
    transform: translateY(1px);
}

#village-route-map .ymaps-2-1-79-controls__toolbar,
#village-route-map .ymaps-2-1-79-controls__control,
#village-route-map .ymaps-2-1-79-copyrights-pane,
#village-route-map .ymaps-2-1-79-map-copyrights,
#village-route-map .ymaps-2-1-79-copyright,
#village-route-map .ymaps-2-1-79-logo {
    display: none !important;
}

.village-reels__item {
    width: 100%;
    scroll-snap-align: start;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.village-reels__media {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
}

.village-reels__item.is-playing .village-reels__play-icon::after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 5px), -50%);
    border: none;
    width: 5px;
    height: 18px;
    background: var(--color-white);
    border-radius: 2px;
}

.village-reels__item.is-playing .village-reels__play-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 5px), -50%);
    width: 5px;
    height: 18px;
    background: var(--color-white);
    border-radius: 2px;
}

.village-reels__item.is-playing .village-reels__play {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.village-reels__item.is-playing .village-reels__play:hover {
    background: rgba(0, 0, 0, 0.65);
}

.village-reels__item.is-playing .village-reels__play-label {
    display: none;
}

.village-maplend #map .uchastok-pr .uch-sod .pl {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 500;
}

.village-maplend #map .uchastok-pr .uch-sod .pl:last-child {
    margin-bottom: 0;
}


.village-maplend .price .lead {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    line-height: 1.35;
    color: var(--color-text-500);
}



.village-maplend .price .kvadratic {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-block;
}

.village-maplend .plots-filter {
    margin: 12px 0 10px 0;
    display: grid;
    gap: 14px;
}

.village-maplend .plots-filter .filter-row {
    display: block;
    margin-bottom: 10px;
}

.village-maplend .plots-filter .filter-controls {
    display: grid;
    gap: 6px;
}

.village-maplend .plots-filter .filter-header {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 8px;
}

.village-maplend .plots-filter .filter-label {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.village-maplend .plots-filter .filter-chip {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: #f8fafc;
    border: 1px solid var(--color-border-200);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: var(--color-ink-900);
    min-width: 42px;
    text-align: center;
}

.village-maplend .plots-filter .range-dual {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(#e9e9e9, #f3f3f3);
    box-shadow: inset 0 1px 2px #dadada, 0 1px #fdfdfd, 0 1px 2px rgba(254, 254, 254, .5);
}

.village-maplend .plots-filter .range-dual::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(#d9d9d9, #e1e1e1);
    box-shadow: inset 0 1px 2px #cbcbcb, 0 1px 1px #fefefe;
}

.village-maplend .plots-filter .range-dual::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 6px;
    border-radius: 4px;
    box-shadow: inset 0 1px #2e704a, inset 0 -1px #32835c;
    background: linear-gradient(#30cf00, #007e18);
    clip-path: inset(0 var(--or, 0%) 0 var(--ol, 0%));
}

.village-maplend .plots-filter .range {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 32px;
}

.village-maplend .plots-filter .range.range--active {
    z-index: 5;
}

.village-maplend .plots-filter .range::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
}

.village-maplend .plots-filter .range::-moz-range-track {
    height: 6px;
    background: transparent;
}

.village-maplend .plots-filter .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid calc(10px - 1px) transparent;
    box-shadow: inset 1px 1px 1px #8f8f8f, 1px 1px 2px #b3b3b3;
    background: linear-gradient(#bebebe, #cbcbcb) padding-box, linear-gradient(135deg, #fdfdfd, #dcdcdc) border-box;
    pointer-events: auto;
    cursor: ew-resize;
    position: relative;
    z-index: 6;
    margin-top: -8px;
}

.village-maplend .plots-filter .range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid calc(10px - 1px) transparent;
    box-shadow: inset 1px 1px 1px #8f8f8f, 1px 1px 2px #b3b3b3;
    background: linear-gradient(#bebebe, #cbcbcb) padding-box, linear-gradient(135deg, #fdfdfd, #dcdcdc) border-box;
    pointer-events: auto;
    cursor: ew-resize;
}

.village-maplend .plots-filter .range--min {
    z-index: 2;
}

.village-maplend .plots-filter .range--max {
    z-index: 3;
}

.village-maplend .plots-table td {
    border: 1px solid var(--color-border-200);
    padding: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-ink-900);
}

.village-maplend .plots-table th {
    border: 1px solid var(--color-border-200);
    padding: 8px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
}

.village-maplend .plots-table tr:nth-child(even) td {
    background: #fcfcfc;
}

.village-maplend .plots-table tr.plot--sold td {
    background: var(--color-surface-100);
    color: #4b5563;
}

.village-maplend .plots-table tr.plot--reserved td {
    background: #fff7d6;
    color: #4b5563;
}

.village-maplend .plots-table th.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 22px;
}

.village-maplend .plots-table th.sortable::before,
.village-maplend .plots-table th.sortable::after {
    position: absolute;
    right: 6px;
    width: 12px;
    text-align: center;
    font-size: 8px;
    line-height: 1;
    color: #cbcbcb;
    opacity: .95;
}

.village-maplend .plots-table th.sortable::before {
    content: "\25B2";
    top: calc(50% - 7px);
}

.village-maplend .plots-table th.sortable::after {
    content: "\25BC";
    top: calc(50% + 3px);
}

.village-maplend .plots-table.is-sorting th.sortable::before,
.village-maplend .plots-table.is-sorting th.sortable::after {
    color: #9ca3af;
    opacity: .9;
}

.village-maplend .plots-table th.sortable[data-sort="asc"]::before {
    color: #d75e43;
}

.village-maplend .plots-table th.sortable[data-sort="asc"]::after {
    color: #9ca3af;
}

.village-maplend .plots-table th.sortable[data-sort="desc"]::after {
    color: #d75e43;
}

.village-maplend .plots-table th.sortable[data-sort="desc"]::before {
    color: #9ca3af;
}

.village-maplend .filters-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.feature-block-one--village .box-wrapper::before,
.feature-block-one--village .box-wrapper::after {
    display: none;
}

.village-about {
    margin-bottom: var(--space-6);
}

.village-about__text {
    padding-right: 90px;
}

.village-about__text>h2, .contact_page h2{
    font-family: "Clash Display", sans-serif;
    font-size: 72px;
    line-height: 1.1111em;
    margin: 0;
    padding-bottom: 70px;
}

.village-about__text>h4 {
    font-size: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.village-about__text>p, .village-about__text li {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin: 0 0 16px;
}

.village-about__text li {
    margin: 0;
}

.village-about__text>p:last-of-type {
    margin-bottom: 0;
}

.village-about__text .village-text-card__accent {
    padding: 30px 0;
    font-size: 20px;
    letter-spacing: .01em;
    max-width: 650px;
}


/* Основной контейнер карточки */
.village-spec-card {
    position: relative;
    background: #f2f2f2;
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    overflow: hidden;
}

.village-spec-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/new/assets/images/shape/pasport-line.webp') center center no-repeat;
    background-size: cover;
    opacity: 0.8;
    pointer-events: none;
}

.village-spec-card > * {
    position: relative;
    z-index: 1;
    font-family: var(--bs-body-font-family);
}

h3.village-spec-card__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
}

/* Стилизация строк */
.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e2;
    column-gap: 25px;
}

.spec-row:last-child {
    border-bottom: none;
}

/* Вертикальная группировка для длинных текстов */
.spec-row--vertical {
    flex-direction: column;
    align-items: flex-start;
}

/* Подписи (Левая часть) */
.spec-label {
    font-size: 14px;
    color: #808080; 
    font-weight: 400;
}

/* Значения (Правая часть) */
.spec-value, .spec-price {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: left;
}

.spec-house-price {
    font-size: 20px;
}

/* Стили для коммуникаций (Бейджи) */
.spec-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.spec-badge {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 13px;
    color: #495057;
}

/* Блок цены */
.spec-row--price {
    margin-top: 15px;
    padding-top: 20px;
}

.spec-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.badge-comm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #e1e6eb;
  color: #2f3a45;
  white-space: nowrap;
  max-width: 100%;
}

/* Адаптивность для мобилок */
@media (max-width: 576px) {
    .village-spec-card {
        padding: 20px;
       margin: 40px 0 20px;
    }
}

.villages-map__recenter,
.maplend-center-btn,
.route-center-btn {
    position: absolute;
    top: var(--space-3);
    z-index: 810;
    background: var(--color-white);
    color: var(--color-ink-900);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}

.maplend-center-btn:hover {
    background: var(--color-surface-hover);
}

.title-one--minimal {
    padding-bottom:  90px;
    margin: 0;
}

.title-one--minimal h1,
.title-one--minimal h2 {
    margin: 0;
    padding: 0;
}

.villages-map__wrap {
    position: relative;
}

.villages-map__recenter {
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-border-300);
    border-radius: 8px;
}

.villages-map__recenter:hover {
    background: var(--color-surface-100);
}

.village-images .hero-banner-two {
    overflow: hidden;
    border-radius: 30px;
}

.village-images__item {
    scroll-snap-align: start;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 16 / 9;
}

.village-images__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.village-images__lines {
    position: absolute;
    left: 25px;
    right: 25px;
    top: var(--space-5);
    z-index: 3;
    display: flex;
    gap: var(--space-2);
    margin: 0;
}

.village-images__lines li {
    flex: 1 1 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 2px;
    transition: background-color .25s ease;
}

.village-images__lines li.is-active {
    background: rgba(255, 255, 255, 0.95);
}

.plot-label {
    color: #222;
    font-size: 8px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    pointer-events: none;
}

.village-maplend--compare #map-leaflet-2 {
    border-radius: 20px;
    overflow: hidden;
}

.village-maplend--compare .village-maplend__map-wrap {
    position: relative;
}

.village-maplend--compare .maplend-center-btn {
    right: var(--space-3);
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-border-300);
    border-radius: 8px;
}

.leaflet-popup-content .status {
    margin: 10px 0;
    font-size: var(--fs-md);
    font-weight: 700;
    line-height: var(--lh-tight);
}

.leaflet-popup-content .status--free {
    color: #16a34a;
}

.leaflet-popup-content .status--sold {
    color: #ef4444;
}

.leaflet-popup-content .status--reserved {
    color: var(--color-text-500);
}

.leaflet-popup-content .uchastok-pr h3 {
    margin: 0px;
    font-size: var(--fs-lg);
    line-height: 1.05;
    font-weight: 500;
}

.leaflet-popup-content .uchastok-pr .uch-sod .pl.lead {
    margin: 0 0 var(--space-1);
    font-size: var(--fs-md);
    line-height: 1.25;
    font-weight: 400;
}

.leaflet-popup-content .uchastok-pr .uch-sod .pl.lead:last-child {
    margin-bottom: 0;
}

.village-maplend--compare .maplend-center-btn:hover {
    background: var(--color-surface-100);
}


.village-reels__caption {
    position: absolute;
    left: var(--space-3);
    right: var(--space-3);
    top: var(--space-3);
    display: block;
    background: var(--color-overlay-soft);
    border-radius: 45px;
    padding: 10px var(--space-3);
    font-size: var(--fs-sm);
    line-height: var(--lh-normal);
    color: var(--color-text-900);
    text-align: center;
    z-index: 2;
    opacity: .75;
}

.village-reels__play,
.village-reels__pause {
    border: none;
    border-radius: 50%;
    color: var(--color-white);
    cursor: pointer;
}

.village-reels__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    z-index: 3;
    transition: all .3s ease-in-out 0s;
}

.village-reels__play .slider-arrows {
    margin: 0;
}

.village-reels__play .next_a.slick-arrow i {
    color: var(--color-white);
    transition: color .25s ease;
    font-size: 30px;
    padding-top: var(--space-2);
    padding-left: var(--space-2);
}

.village-reels__pause {
    position: absolute;
    right: var(--space-3);
    bottom: var(--space-3);
    z-index: 4;
    background: rgba(0, 0, 0, .2);
    display: none;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease;
    font-size: 35px;
}

.village-reels__play:hover {
    background: var(--color-white);
    color: #000;
}

.village-reels__play:hover .next_a.slick-arrow i {
    color: var(--color-black);
}

.village-reels__pause:hover {
    background: rgba(0, 0, 0, .65);
}

.village-reels__item.is-playing::before {
    opacity: 0;
}

.village-reels__item.is-playing>.village-reels__play {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.village-reels__item.is-playing .village-reels__caption {
    display: none;
}

.village-reels__item.is-playing .village-reels__pause {
    display: inline-flex;
}



.village-reels__progress {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.village-reels__progress-bar {
    display: block;
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: inherit;
    transition: width .12s linear;
}

.village-reels__item.is-playing .village-reels__progress {
    opacity: 1;
}

.village-reels__item .village-reels__caption {
    z-index: 3;
}

.village-reels__item .village-reels__play,
.village-reels__item .village-reels__pause {
    z-index: 4;
}

@media (max-width: 767px) {
    .village-reels__progress {
        top: 8px;
        left: 8px;
        right: 8px;
        height: 2px;
    }
}




#village-bottom-villages .filter-nav-one {
    display: none !important;
}

.slick-arrow.slick-hidden {
    display: block;
}

.route-widget--leaflet {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.route-map-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 360px;
    border-radius: 30px;
    overflow: hidden;
}

.route-widget--leaflet .route-map {
    height: 100%;
    border: 0;
    border-radius: 0;
}


.route-widget--sync-height {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.route-widget--sync-height .route-map-wrap {
    flex: 1 1 auto;
    min-height: 0;
}

.route-widget--sync-height .route-map--compact {
    height: 100%;
    max-height: none;
    min-height: 0;
}

.route-widget--sync-height .route-quick-actions__links {
    margin: 0;
}


.route-summary {
    position: absolute;
    left: var(--space-3);
    right: var(--space-3);
    bottom: var(--space-3);
    z-index: 810;
    display: none;
    background: var(--color-overlay-soft);
    border: 2px solid var(--color-border-300);
    border-radius: 4px;
    padding: 5px var(--space-3);
    font-size: var(--fs-sm);
    line-height: var(--lh-normal);
}

.route-summary--coords {
    left: auto;
    right: 56px;
    top: var(--space-3);
    bottom: auto;
    display: block;
    transition: background-color .2s ease;
}

.route-coords-control {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: var(--fs-sm);
    line-height: var(--lh-normal);
    color: var(--color-text-900);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    cursor: pointer;
}

.route-center-btn {
    right: var(--space-5);
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-border-300);
    border-radius: 4px;
    font-size: var(--fs-lg);
}

.route-quick-actions {
    display: grid;
    gap: 6px;
    margin-top: var(--space-3);
}

.route-quick-actions__title {
    font-size: var(--fs-md);
    line-height: 1.4;
    font-weight: 600;
    color: var(--color-text-900);
}

.route-quick-actions__links {
    margin: 10px 0 0;
    line-height: 2;
    font-size: var(--fs-md);
    font-weight: 400;
}

.route-yandex-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.route-yandex-link img {
    width: 9px;
    height: 9px;
    transition: filter .25s ease;
}

.route-copy-toast {
    position: fixed;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    z-index: 9999;
    background: rgba(32, 32, 32, 0.92);
    color: var(--color-white);
    border-radius: 8px;
    padding: var(--space-2) var(--space-3);
    font-size: var(--fs-xs);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.route-summary--coords:hover,
.route-center-btn:hover {
    background: var(--color-surface-100);
}

.route-yandex-link:hover img,
.route-yandex-link:focus-visible img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(23%) saturate(1564%) hue-rotate(135deg) brightness(95%) contrast(87%);
}

.route-copy-toast.is-visible {
    opacity: 1;
}

/* ===== [04] Responsive Rules ===== */

@media screen and (max-width: 991px) {.settlements-grid-columns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

.settlements-col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 400px;
    }

.theme-main-menu .mega-dropdown .dropdown-menu.settlements-menu {
        width: 100%;
        max-width: 100%;
        padding: 15px;
        left: 0 !important;
        transform: none !important;
    }

.settlement-card__list .dropdown-item span {
        font-size: 16px;
    }

.theme-main-menu .navbar {
        padding: 0
    }

.theme-main-menu .navbar-collapse .logo {
        margin-bottom: 4vh;
        padding: 12px
    }

.theme-main-menu .white-vr .navbar-collapse {
        background-color: var(--color-black)
    }

.theme-main-menu .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: var(--color-white);
        left: 0;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        clear: both;
        width: 320px;
        max-width: calc(100vw - 60px);
        z-index: 9999;
        transform: translateX(-100%);
        display: block !important;
        padding: 20px 0 20px;
        transition: all .3s ease-in-out
    }

.theme-main-menu .navbar-collapse.show {
        transform: translateX(0);
        box-shadow: 15px 0 25px rgba(35, 35, 35, .09)
    }

.theme-main-menu .navbar .mega-dropdown {
        position: relative
    }

.theme-main-menu .navbar .navbar-nav .nav-link {
        margin: 0;
        padding: 15px 12px;
        border-top: 1px dashed rgba(0, 0, 0, .1)
    }

.theme-main-menu.menu-style-three .navbar .navbar-nav .nav-item {
        padding: 0 10px
    }

.theme-main-menu.menu-style-three .navbar .navbar-nav .nav-item .nav-link {
        border: 1px solid var(--color-black);
        margin-bottom: 5px;
        padding-left: 15px
    }

.theme-main-menu.menu-style-three .navbar .dropdown-menu {
        border: none
    }

.theme-main-menu.menu-style-four .navbar .navbar-nav .nav-item {
        padding: 0 10px
    }

.theme-main-menu.menu-style-four .navbar .navbar-nav .nav-item .nav-link {
        margin-bottom: 5px;
        padding-left: 15px;
        color: var(--color-white)
    }

.theme-main-menu.menu-style-four .navbar .dropdown-menu {
        border: none
    }

.theme-main-menu.menu-style-four .navbar-collapse {
        background: rgba(0, 0, 0, .7);
        border-right: 1px solid hsla(0, 0%, 100%, .12);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }

.theme-main-menu .navbar .dropdown-menu .dropdown-item {
        line-height: 38px;
        font-size: 17px
    }

.theme-main-menu .navbar .dropdown-menu {
        border: none;
        padding: 10px 0;
        border-radius: 0;
        margin: 0;
        background: var(--color-white);
        border-top: 1px dashed rgba(0, 0, 0, .1)
    }

.theme-main-menu .navbar [class*=mega-dropdown] .dropdown-menu {
        padding: 0;
        min-width: 100%
    }

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column {
        padding: 0
    }

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
        padding-left: 10px;
        margin-top: 15px
    }

.theme-main-menu .navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {
        left: 10px
    }

.theme-main-menu .navbar .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 58px
    }}

@media screen and (max-width: 575px) {.hero-slider-one .item .hero-heading {
        font-size: 30px !important;
        line-height: 1.2;
    }

.hero-banner-two .hero-heading {
        font-size: 32px !important;
    }
.hero-banner-two .hero-heading {
    min-height: 2.05em;
}

.hero-banner-two .hero-heading.hero-heading--long {
    font-size: 100px;
    padding-bottom: 0;
}

.settlement-card {
        border: none;
        padding: 0;
    }

.settlement-card__list .dropdown-item span {
        font-size: 20px;
        color: #585858;
    }

.ctn-preloader .txt-loading .letters-loading {
        letter-spacing: -1px !important;
        font-size: 28px !important;
    }}

@media screen and (min-width: 992px) {.theme-main-menu .navbar .dropdown-menu {
        font-size: 1em;
        z-index: 5;
        background-color: var(--color-white);
        border-radius: 10px;
        display: block;
        right: auto;
        left: 0;
        padding: 10px 5px;
        border: none;
        top: 100%;
        visibility: hidden;
        transform: translateY(5px);
        opacity: 0;
        min-width: 200px;
        box-shadow: 0px 50px 100px rgba(0, 0, 0, .12);
        margin: 0;
        transform-origin: 0 0;
        transition: all .2s ease-in
    }

.theme-main-menu .navbar .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 30px;
        top: -17px
    }

.theme-main-menu .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: 0;
        right: auto;
        min-width: 240px;
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .15);
        transform: translateY(0)
    }

.theme-main-menu .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

.theme-main-menu .nav-item .dropdown-toggle::after {
        display: none
    }

.theme-main-menu.menu-style-two .navbar {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        justify-content: center
    }

.theme-main-menu.menu-style-two .navbar .navbar-collapse {
        flex-grow: initial
    }

.theme-main-menu.menu-style-two .nav-item .nav-link {
        position: relative;
        margin: 0 48px
    }

.theme-main-menu.menu-style-two .nav-item .nav-link:before {
        content: url(../images/shape/shape_01.svg);
        position: absolute;
        top: 15px;
        right: -52px
    }

.theme-main-menu.menu-style-two .nav-item:last-child .nav-link:before {
        display: none
    }

.theme-main-menu.menu-style-two .bg-shape {
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1
    }

.theme-main-menu .navbar .dropdown-menu {
        padding: 10px;
        min-width: 370px;
        transition: all .2s ease-in
    }

.theme-main-menu .navbar .dropdown-menu:before {
        top: -17px
    }

.theme-main-menu .navbar .dropdown-menu .dropdown-menu {
        transform: translateY(0)
    }

.theme-main-menu .navbar .dropdown:hover>.dropdown-menu {
        transform: translateY(0)
    }

.theme-main-menu .nav-item .dropdown-toggle::after {
        display: none
    }

.theme-main-menu.menu-style-two .navbar {
        justify-content: center
    }

.theme-main-menu.menu-style-two .navbar .navbar-collapse {
        flex-grow: initial
    }

.theme-main-menu.menu-style-two .nav-item .nav-link {
        margin: 0 38px
    }

.theme-main-menu.menu-style-two .nav-item .nav-link:before {
        right: -52px
    }

.theme-main-menu.menu-style-two .nav-item:last-child .nav-link:before {
        display: none
    }

.theme-main-menu.menu-style-two .bg-shape {
        z-index: -1
    }}

@media (max-width: 991px) {.hero-banner-two.hero-banner-two--village .main-bg {
        min-height: 70vh;
    }

.hero-banner-two__content {
        min-height: 260px;
    }

.route-map--compact {
        height: 420px;
        min-height: 360px;
    }

.village-about__text>h4 {
        font-size: 20px;
    }

.village-about__text>p {
        font-size: 18px;
    }

.theme-main-menu .mega-dropdown .col-lg-3 {
        width: 100%;
        max-width: 100%;
    }

.theme-main-menu .mega-dropdown .home-item {
        margin: 10px 0;
    }

.theme-main-menu .mega-dropdown .home-item span {
        font-size: 16px;
    }

.theme-main-menu.gap-five .top-header {
        padding: 25px 0;
    }

.hero-banner-one .image-wrapper .name {
        font-size: 45px;
        top: auto;
        bottom: 20%;
    }

.hero-banner-one .hero-heading,
    .about-me-section .hero-heading {
        font-size: 50px;
        line-height: 1.12em;
    }

.card-style-two .rating {
        margin-top: 0;
    }

.footer-one .name {
        font-size: 95px;
        bottom: -8%;
    }

.theme-main-menu.menu-style-two .bg-shape {
        display: none;
    }

.theme-main-menu.gap-two {
        padding: 20px 20px;
    }

.project-section-one .carousel-indicators {
        margin-bottom: 40px;
    }

.project-section-one .arrow-btns {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 70px;
    }

.service-section-one .accordion-container .accordion-item {
        display: block;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

.service-section-one .accordion-container .accordion-item:first-child {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

.service-section-one .accordion-container .accordion-item .label {
        width: 100%;
        writing-mode: initial;
        transform: none;
        font-size: 20px;
        padding: 25px 0;
    }

.service-section-one .accordion-container .accordion-item.active .label {
        width: 100%;
    }

.service-section-one .accordion-container .accordion-item.active .content {
        width: 100%;
        padding: 0px 0;
        height: 100%;
    }

.service-section-one .accordion-container .accordion-item .content {
        width: 100%;
        height: 0;
    }

.service-section-one .accordion-container .accordion-item .content p {
        margin: 20px 0 20px;
    }

.feedback-section-one .feedback-img {
    width: 100%;
    margin: 30px 0 0;
}

.feedback-section-one .feedback-img .rating-cp {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50px);
    }

.feedback-section-one .feedback-wrapper blockquote {
        padding-right: 0;
    }

.client-logos .logo {
        width: 215px;
        height: 215px;
        padding: 50px;
        margin: -20px -10px;
    }

.footer-two .bg-wrapper .bottom-footer .footer-nav li:first-child {
        width: auto;
    }

.footer-two .bg-wrapper {
        padding-bottom: 120px;
    }

.theme-main-menu.gap-three {
        padding: 25px 0;
    }

.hero-banner-three .hero-heading {
        font-size: 48px;
        line-height: 1.1em;
    }

.hero-banner-three .hero-heading span {
        font-size: 18px;
        padding: 10px 28px;
        position: static;
        vertical-align: middle;
    }

.theme-main-menu.gap-four {
        padding: 25px 12px;
    }

.hero-banner-four .hero-heading {
        font-size: 50px;
        line-height: 1em;
        margin: 0 0 50px;
    }

.hero-banner-four .hero-heading span {
        font-size: 75px;
        margin: 0;
        letter-spacing: -5px;
    }

.hero-banner-five .hero-heading {
        font-size: 50px;
        line-height: 1em;
    }

.hero-banner-five .main-bg {
        padding: 300px 0 100px;
    }

.hero-banner-five .slider-arrows {
        bottom: 20px;
        right: 12px;
    }

.project-section-five .slider-arrows {
        position: relative;
        bottom: auto;
        margin-top: 40px;
    }

.insta-feed .insta-text-slider {
        font-size: 35px;
    }

.hero-banner-six .hero-heading {
        font-size: 40px;
        letter-spacing: -1px;
    }

.accordion-style-four .accordion-item .accordion-body .img-wrapper {
        margin-top: 40px;
    }

.feedback-section-six .rating {
        max-width: 200px;
    }

.feedback-section-six .rating .text .main-count {
        font-size: 60px;
    }

.feedback-section-six .rating .text p {
        font-size: 20px;
    }

.feedback-section-six .feedback-wrapper {
        padding: 50px 0 30px;
        border-left: none;
    }

.hero-banner-seven .hero-heading {
        font-size: 45px;
        line-height: 1.1em;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link {
        border-right: none;
    }

.hero-banner-eight .hero-heading {
        font-size: 45px;
        line-height: 1.1em;
        margin-top: 40px;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .name {
        font-size: 20px;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .main-count {
        font-size: 60px;
        margin-bottom: 10px;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .rating li {
        font-size: 18px;
        margin-bottom: 10px;
    }

.blog-meta-five .blog-title {
        font-size: 26px;
    }

.inner-banner-one h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }

.grid-2column {
        margin: 0 -12px;
    }

.grid-2column .grid-sizer,
    .grid-2column .isotop-item,
    .grid-3column .grid-sizer,
    .grid-3column .isotop-item {
        padding: 0 12px;
    }

.grid-3column .grid-sizer,
    .grid-3column .isotop-item {
        width: 50%;
    }

.inner-banner-two .main-bg {
        padding: 70px 10px 50px;
    }

.project-block-four .tags li {
        font-size: 15px;
        line-height: 40px;
        padding: 0 22px;
    }

.filter-nav-two .isotop-menu-wrapper li {
        font-size: 20px;
        margin: 0 15px;
    }

.contact-section-five .call-btn .icon {
        width: 65px;
        height: 65px;
        padding: 15px;
    }

.video-banner-one .bg-wrapper {
        height: 400px;
        border-radius: 30px;
    }

.video-banner-two .bg-wrapper {
        height: 400px;
    }}

@media (max-width: 575px) {.hero-banner-two.hero-banner-two--village .main-bg {
        min-height: 60vh;
    }

.hero-banner-two__content {
        min-height: 200px;
    }

.hero-banner-two .tags {
        position: static;
        justify-content: center;
        margin: 15px 0 10px;
    }


.hero-banner-two .main-bg {
        min-height: 650px;
    }

.hero-banner-two .hero-heading,
    .fancy-banner-one h3 {
        font-size: 48px;
    }

.card-style-one .main-count {
        font-size: 48px;
    }

.fancy-banner-one .bg-wrapper {
        padding: 30px 15px;
    }

.client-logos .logo {
        width: 170px;
        height: 170px;
        padding: 50px;
        margin: -10px -5px;
    }

.project-section-four .isotop-item.lg,
    .project-section-four .isotop-item.md {
        width: 100%;
    }

.feature-block-nine .list-wrapper .list-item .title {
        width: 100%;
        padding: 20px 0;
    }

.feature-block-nine .list-wrapper .list-item .icon {
        margin: 0;
    }

.grid-2column .grid-sizer,
    .grid-2column .isotop-item,
    .grid-3column .grid-sizer,
    .grid-3column .isotop-item {
        width: 100%;
    }

.accordion-style-four .accordion-item .accordion-body {
        padding-right: 15px;
    }

.accordion-style-four .accordion-item .accordion-button {
        font-size: 20px;
        line-height: 1.2em;
    }

.accordion-style-four .accordion-item .accordion-body p {
        font-size: 20px;
    }

.feedback-section-six .feedback-wrapper .slick-dots {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }

.feature-block-fifteen .nav-tab-wrapper .nav-link {
        width: 100%;
    }

.blog-details-meta .quote-wrapper .text blockquote {
        font-size: 22px;
    }

.filter-nav-one .isotop-menu-wrapper li {
        margin: 0 5px 10px;
        font-size: 16px;
        line-height: 30px;
        padding: 0px 10px;
    }}

@media (max-width: 1199px) {.hero-banner-two__content {
        min-height: 300px;
    }

.theme-main-menu.gap-one {
        padding: 25px 0;
    }

.border-30 {
        border-radius: 20px;
    }

.p-lr-25 {
        padding-left: 5px;
        padding-right: 5px;
    }

.hero-banner-two .main-bg {
        margin-top: 5px;
        padding: 250px 0 100px;
    }

.inner-banner-one {
        margin-top: 5px;
    }

.accordion-style-two .accordion-item {
        border-radius: 15px;
    }

.accordion-style-two .accordion-item .accordion-button {
        font-size: 38px;
        letter-spacing: 0;
        padding: 40px 35px 30px;
    }

.accordion-style-two .accordion-item .accordion-body p {
        font-size: 24px;
        line-height: 1.5em;
    }

.accordion-style-two .accordion-item .accordion-button:before {
        height: 30px;
        top: calc(50% - 15px);
        right: 35px;
    }

.accordion-style-two .accordion-item .accordion-button:after {
        width: 30px;
        right: 21px;
    }

.accordion-style-two .accordion-item .accordion-body {
        padding-left: 35px;
        padding-bottom: 35px;
    }

.card-style-two .main-count {
        font-size: 50px;
    }

.card-style-two .rating li {
        font-size: 22px;
    }

.card-style-two .rating {
        margin-top: -62px;
    }

.feedback-section-three .feedback-block .text {
        width: 100%;
        padding: 40px 0 0;
    }

.feedback-section-three .feedback-block .text .rating li:first-child {
        font-size: 20px;
    }

.feedback-section-three .feedback-block .text blockquote {
        font-size: 30px;
        line-height: 1.35em;
        margin: 30px 0 40px;
    }

.feedback-section-three .feedback-wrapper::before {
        height: 20%;
    }

.accordion-style-three .accordion-item .accordion-body p {
        font-size: 20px;
        line-height: 1.7em;
    }

.accordion-style-three .accordion-item .accordion-button {
        font-size: 24px;
        padding: 30px 35px 25px 0;
    }

.hero-banner-two .hero-heading {
        font-size: 55px;
    }
    
.fs-24 {
        font-size: 20px;
        line-height: 1.7em;
    }

.fs-28 {
        font-size: 24px;
    }
    

.hero-banner-two .tags li {
        font-size: 16px;
        line-height: 48px;
    }

.hero-banner-two .tags {
        left: 12px;
        bottom: 20px;
    }

.hero-banner-two .slider-arrows {
        right: 12px;
        bottom: 20px;
    }

.title-one .upper-title {
        margin: 0 0 30px;
        font-size: 16px;
    }

.title-one .upper-title .line {
        width: 60px;
    }

.title-one h2 {
        font-size: 32px;
        line-height: 1.25em;
    }

.project-section-one .carousel-indicators {
        margin-top: 50px;
    }

.project-section-one .carousel-indicators button {
        font-size: 24px;
    }

.project-section-one .carousel-inner h4 {
        font-size: 24px;
        line-height: 1.4em;
    }

.service-section-one .accordion-container .accordion-item .content p {
        margin: 0px 0 30px;
    }

.fancy-banner-one h3 {
        font-size: 55px;
        margin: 200px 0 25px;
        line-height: 0.85em;
    }

.fancy-banner-one .tags li {
        font-size: 16px;
        line-height: 48px;
    }

.feedback-section-one .feedback-wrapper {
        padding: 40px 20px 0;
    }

.feedback-section-one .feedback-wrapper blockquote {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.feedback-section-one .feedback-wrapper h6 {
        font-size: 20px;
    }

.feedback-section-one .feedback-wrapper .icon {
        width: 40px;
    }

.feedback-section-one .feedback-wrapper .slider-arrows {
        padding: 20px 0;
    }

.feedback-section-one .feedback-img .rating-cp {
        max-width: 180px;
        left: -75px;
    }

.feedback-section-one .feedback-img .rating-cp p {
        font-size: 18px;
    }

.blog-meta-one .author {
        margin: 25px 0 10px;
        font-size: 16px;
    }

.blog-meta-one .blog-title {
        font-size: 24px;
        margin: 15px 0 5px;
        width: 100%;
        height: 58px;
        padding: 0;
    }

.blog-meta-one .media img {
        border-radius: 20px;
    }
    

.footer-two .bg-wrapper h2 {
        font-size: 42px;
        line-height: 1em;
    }

.footer-two .bg-wrapper {
        padding: 80px 0 170px;
        margin-bottom: 10px;
    }

.footer-two .bg-wrapper .bottom-footer {
        margin-top: 40px;
        padding: 40px 0 80px;
    }

.footer-two .bg-wrapper .bottom-footer .email {
        font-size: 24px;
    }

.footer-two .bg-wrapper .bottom-footer .tel {
        font-size: 32px;
    }

.feature-block-two .card-wrapper .card-block .icon {
        height: 65px;
        margin-bottom: 50px;
    }

.accordion-style-one .accordion-item .accordion-button {
        font-size: 22px;
        padding: 22px 0;
    }

.feature-block-four .block-wrapper .count-wrapper .main-count {
        font-size: 40px;
    }

.feedback-section-two .slider-wrapper .icon {
        width: 40px;
    }

.blog-meta-two .post-meta .post-text .blog-title {
        font-size: 24px;
        line-height: 1.5em;
    }

.blog-meta-two .post-meta .post-text .author li {
        font-size: 18px;
    }

.blog-meta-two .post-meta .post-text .tag {
        font-size: 15px;
        margin-bottom: 30px;
    }

.btn-two.xl {
        font-size: 20px;
        line-height: 55px;
    }

.footer-three .main-bg {
        padding: 40px 20px;
    }

.feature-block-six .bg-wrapper {
        padding: 50px 20px;
    }

.feature-block-six .card-wrapper .card-block .main-count {
        font-size: 45px;
    }

.grid-2column.xl {
        margin: 0 -15px;
    }

.grid-2column.xl .grid-sizer,
    .grid-2column.xl .isotop-item,
    .grid-3column.xl .grid-sizer,
    .grid-3column.xl .isotop-item {
        padding: 0 15px;
    }

.card-style-three .icon {
        width: 65px;
        height: 65px;
        padding: 15px;
    }

.card-style-three .numb {
        margin-bottom: 40px;
    }

.team-block-one .name {
        font-size: 25px;
    }

.feedback-section-four .slider-bg .slider-arrows li {
        position: static;
        transform: none;
        margin: 50px 10px 0;
    }

.feedback-section-four .feedback-block .rating li {
        font-size: 14px;
    }

.feedback-section-four .feedback-block .name {
        font-size: 20px;
    }

.counter-box-one .main-count {
        font-size: 50px;
        margin-bottom: -10px;
    }

.feature-block-nine .list-wrapper .list-item .title h5 {
        font-size: 28px;
    }

.feature-block-nine .list-wrapper .list-item .icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

.team-block-two .text .name {
        font-size: 22px;
    }

.feedback-section-five .feedback-wrapper .feedback-block {
        padding: 20px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text {
        padding-left: 20px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text blockquote {
        font-size: 28px;
        line-height: 1.25em;
        margin-bottom: 40px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text .name {
        font-size: 22px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text .icon {
        width: 40px;
    }

.feedback-section-five .feedback-wrapper .avg-rating {
        font-size: 20px;
        right: 0;
        bottom: -50px;
        max-width: 200px;
    }

.feedback-section-five .feedback-wrapper .avg-rating .text span {
        font-size: 40px;
        margin-bottom: -5px;
    }

.card-style-four .icon {
        width: 40px;
    }

.feature-block-eleven .counter-wrapper .counter-block .main-count {
        font-size: 50px;
        letter-spacing: -1px;
    }

.accordion-style-four .accordion-item .accordion-button {
        font-size: 26px;
        letter-spacing: 0px;
        padding: 25px 20px;
    }

.accordion-style-four .accordion-item .accordion-body p {
        font-size: 24px;
    }

.accordion-style-four .accordion-item .accordion-body .img-wrapper {
        margin-top: 0;
    }

.accordion-style-four .accordion-item .accordion-button .icon {
        width: 35px;
    }

.accordion-style-four .accordion-item .accordion-button .shape {
        width: 50px;
    }

.accordion-style-four .accordion-item .accordion-button span {
        width: calc(100% - 85px);
        padding-left: 20px;
    }

.accordion-style-four .accordion-item .accordion-body {
        padding: 35px 50px 30px 75px;
    }

.accordion-style-four .accordion-item:has(.show) {
        border-radius: 30px;
    }

.blog-meta-four .blog-title {
        font-size: 24px;
    }

.blog-meta-four .media {
        height: 250px;
        margin-top: 25px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link {
        padding: 30px 20px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link .text {
        font-size: 17px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link .text strong {
        font-size: 20px;
        margin-bottom: 15px;
    }

.feature-block-fifteen .nav-tab-wrapper .nav-link {
        font-size: 20px;
        padding: 10px 20px;
    }

.feature-block-fifteen .tab-content .icon {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

.feedback-section-seven .feedback-wrapper {
        padding: 20px;
    }

.feedback-section-seven .slider-arrows {
        position: static;
        margin-top: 25px;
    }

.pricing-section-one .pr-column .pr-header .price {
        font-size: 50px;
    }

.fancy-banner-six .bg-wrapper {
        padding: 60px 5px 0;
    }

.fancy-banner-six .bg-wrapper h2 {
        font-size: 40px;
        line-height: 1.2em;
    }

.inner-banner-one .bg-wrapper {
        padding: 150px 0 80px;
    }

.feature-block-one h3 {
        font-size: 40px;
        max-width: 450px;
        line-height: 1.2em;
        margin-top: 30px;
    }

.project-details-one .social-icon li:first-child {
        margin-right: 15px;
    }

.project-details-one .project-pagination {
        margin-top: 40px;
        padding-top: 40px;
    }

.project-details-one .project-pagination strong {
        font-size: 20px;
        margin-top: 0;
    }

.project-details-one .project-pagination .pr-img {
        width: 60px;
    }

.team-block-four .text h5 {
        font-size: 24px;
    }

.contact-section-four .call-btn .icon {
        width: 60px;
    }

.fancy-banner-eight .bg-wrapper {
        padding: 80px 15px;
    }

.filter-nav-two .isotop-menu-wrapper li {
        font-size: 26px;
        line-height: 40px;
    }

.feature-block-eleven .accordion-style-one .accordion-item .accordion-button {
        font-size: 20px;
    }

.card-style-six .icon {
        width: 80px;
        height: 80px;
    }

.counter-box-two .main-count {
        font-size: 42px;
    }

.card-style-seven .icon {
        width: 70px;
        height: 70px;
        padding: 20px;
    }

.feature-block-nineteen .bg-wrapper {
        padding: 50px 20px 0;
    }

.feedback-section-nine .feedback-block .name {
        font-size: 20px;
    }

.card-style-eight .icon {
        height: 70px;
    }

.accordion-style-five .accordion-item .accordion-button {
        font-size: 45px;
        letter-spacing: -1px;
        padding: 30px 20px;
    }

.accordion-style-five .accordion-item .accordion-button:before {
        width: 60px;
        height: 50px;
        top: calc(50% - 25px);
        right: 20px;
    }

.accordion-style-five .accordion-item .accordion-body p {
        font-size: 20px;
    }

.accordion-style-five .accordion-item .accordion-body {
        padding: 0 20px 30px;
    }

.contact-section-eight .address-banner .icon {
        margin: 0 auto;
    }

.contact-section-eight .address-banner .text {
        padding: 20px 0 0;
        text-align: center;
        width: 100%;
    }

.blog-sidebar .recent-news .blog-title h3 {
        font-size: 20px;
        line-height: 1.4em;
    }

.blog-details-meta .quote-wrapper .text blockquote {
        font-size: 24px;
        line-height: 1.5em;
    }}

@media (max-width: 767px) {.hero-banner-two__content {
        min-height: 220px;
    }

.village-maplend .village-maplend__row {
        display: flex;
        flex-direction: column;
    }

.village-maplend .village-maplend__row>.col-sm-8 {
        order: 1;
    }

.village-maplend .village-maplend__row>.col-sm-4 {
        order: 2;
    }

.village-maplend .plots-count {
        margin-top: 40px;
    }

.village-maplend .village-maplend__filter {
        height: auto;
        max-height: 720px;
    }

.route-widget {
        padding: 16px;
        border-radius: 24px;
    }

.route-map--compact {
        height: 360px;
        min-height: 300px;
    }

.village-reels__track {
        grid-auto-columns: 85%;
        gap: 12px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

.village-images__track {
        grid-auto-columns: 100%;
        gap: 12px;
    }

.hero-banner-one .image-wrapper .tags li {
        top: 35%;
        right: 0;
    }

.hero-banner-one .image-wrapper .tags li:nth-child(2) {
        top: 47%;
        left: 0;
    }

.feature-block-one .box-wrapper::before,
    .feature-block-one .box-wrapper::after {
        display: none;
    }


.feature-block-one .sec-btn {
        position: static;
    }

.footer-two .bg-wrapper .water-mark {
        font-size: 60px;
    }

.blog-meta-two .media {
        width: 100%;
        min-height: 150px;
        height: 150px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .media {
        width: auto;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text {
        width: 100%;
        padding: 20px 0 0;
    }

.feedback-section-five .feedback-wrapper:before {
        height: 25%;
    }

.project-details-one .project-info ul li {
        width: 100%;
    }

.counter-box-one .rating li {
        font-size: 18px;
    }

.contact-section-seven .bg-wrapper .form-style-one {
        padding: 40px 20px;
    }}

@media (min-width: 992px) {.feature-block-one .main-count {
        font-size: 90px;
        line-height: 1;
    }

.container {
        padding-right: 0;
        padding-left: 0;
    }}

@media(max-width: 1399px) {.xl-pt-70 {
        padding-top: 70px !important
    }

.xl-pt-150 {
        padding-top: 150px !important
    }

.xl-pb-150 {
        padding-bottom: 150px !important
    }

.xl-mt-50 {
        margin-top: 50px !important
    }

.xl-mt-150 {
        margin-top: 150px !important
    }}

@media(max-width: 1199px) {.lg-pt-70 {
        padding-top: 70px !important
    }

.lg-pt-100 {
        padding-top: 100px !important
    }

.lg-pt-120 {
        padding-top: 120px !important
    }

.lg-pb-100 {
        padding-bottom: 100px !important
    }

.lg-mt-30 {
        margin-top: 30px !important
    }

.lg-mt-120 {
        margin-top: 120px !important
    }

.lg-mb-30 {
        margin-bottom: 30px !important
    }}

@media(max-width: 767px) {.sm-pt-20 {
        padding-top: 20px !important
    }

.sm-pt-40 {
        padding-top: 40px !important
    }

.sm-pt-80 {
        padding-top: 80px !important
    }
    
.sm-pb-0 {
        padding-bottom: 0px !important
    }
    
.sm-pb-10 {
        padding-bottom: 10px !important
    }
    
.sm-pb-20 {
        padding-bottom: 20px !important
    }

.sm-pb-30 {
        padding-bottom: 30px !important
    }

.sm-pb-40 {
        padding-bottom: 40px !important
    }

.sm-pb-80 {
        padding-bottom: 80px !important
    }
    
.sm-pb-120 {
        padding-bottom: 120px !important
    }

.sm-mt-20 {
        margin-top: 20px !important
    }

.sm-mt-40 {
        margin-top: 40px !important
    }

.sm-mt-60 {
        margin-top: 60px !important
    }

.sm-mb-30 {
        margin-bottom: 30px !important
    }

.sm-mb-40 {
        margin-bottom: 40px !important
    }}

@media(max-width: 575px) {.xs-pt-30 {
        padding-top: 30px !important
    }}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {.section-gap-x {
        margin-inline-start: 12px;
        margin-inline-end: 12px;
    }

.tj-footer-section {
        padding-top: 270px;
        margin-bottom: 0;
        border-end-start-radius: 0;
        border-end-end-radius: 0;
    }

.footer-main-area {
        padding: 0px 0;
    }
    
.footer-widget .footer-text {
    max-width: 100%;
    text-align: center;
}

.award-logo-area {
    justify-content: center;
}

.social-links ul {
    justify-content: center;
}

.footer-contact-info .contact-item {
    font-size: 16px;
}

.widget-nav-menu {
        margin-top: 30px;
    }

.widget-nav-menu.footer-col-3,
    .widget-nav-menu.footer-col-2 {
        margin-top: 30px;
        padding-inline-start: 0;
    }

.widget-contact {
        margin-top: 30px;
        padding-inline-start: 0;
        text-align: center;
    }

.copyright-content-area {
        gap: 18px;
    }

.copyright-content-area .copyright-text,
    .copyright-content-area .copyright-menu,
    .copyright-content-area .social-links {
        width: 100%;
        text-align: center;
        justify-content: center;
    }}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {.tj-footer-section {
        padding-top: 150px;
    }

.widget-nav-menu {
        padding-inline-start: 20px;
    }

.widget-contact {
        padding-inline-start: 30px;
    }}

@media only screen and (min-width: 992px) and (max-width: 1199px) {.tj-footer-section {
        padding-top: 135px;
    }

.widget-nav-menu {
        padding-inline-start: 80px;
    }}

@media only screen and (min-width: 768px) and (max-width: 991px) {.tj-footer-section {
        padding-top: 320px;
    }}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget .footer-text p {
        margin-bottom: 20px;
    }
    .footer-contact-info {
        max-width: 100%;
    }
    
    .footer-contact-info .contact-item a {
        display: block;
    }
    .footer-logo {
        max-width: 80%;
        margin: 0 auto;
    }

.footer-widget .title {
        margin-bottom: 18px;
    }

.widget-nav-menu {
        padding-inline-start: 0;
    }

.tj-footer-section.footer-2 {
        padding-top: 60px;
    }}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {.widget-nav-menu.footer-col-3,
    .widget-nav-menu.footer-col-2 {
        padding-inline-start: 70px;
    }}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {.widget-contact {
        margin-top: 30px;
        padding-inline-start: 70px;
    }}

@media (max-width: 1199.98px) {.title-one--minimal {
        padding: 72px 0 32px;
    }}

@media (max-width: 767.98px) {.title-one--minimal {
        padding: 40px 0 24px;
    }}

@media (min-width: 1750px) {.container.full {
        max-width: 1720px;
    }}

@media (min-width: 1600px) {.container.xxl {
        max-width: 1500px;
    }}

@media (min-width: 1450px) {.container.lg {
        max-width: 1400px;
    }}

@media (min-width: 1400px) and (max-width: 1749px) {.theme-main-menu.gap-one {
        padding: 30px 0;
    }

.hero-banner-one .image-wrapper .name {
        font-size: 120px;
        top: 35%;
    }

.hero-banner-one .image-wrapper .tags li {
        font-size: 24px;
    }

.hero-banner-one .hero-heading,
    .about-me-section .hero-heading {
        font-size: 100px;
        line-height: 1em;
    }

.accordion-style-two .accordion-item .accordion-button {
        font-size: 80px;
        letter-spacing: -2px;
        padding: 60px 73px 37px;
    }

.accordion-style-two .accordion-item .accordion-body p {
        font-size: 36px;
    }

.card-style-two .main-count {
        font-size: 100px;
    }

.card-style-two .rating li {
        font-size: 25px;
    }

.project-block-two .info li:first-child {
        font-size: 25px;
        padding: 22px 39px 16px;
    }

.feedback-section-three .feedback-block .text {
        width: calc(100% - 400px);
    }

.feedback-section-three .feedback-block .text blockquote {
        font-size: 60px;
    }

.accordion-style-three .accordion-item .accordion-body p {
        font-size: 22px;
    }

.accordion-style-three .accordion-item .accordion-button {
        font-size: 32px;
    }

.footer-one .name {
        font-size: 280px;
        bottom: -19%;
    }

.hero-banner-five .hero-heading {
        font-size: 100px;
    }

.hero-banner-five .main-bg {
        padding-top: 520px;
    }

.counter-box-one .main-count {
        font-size: 100px;
    }

.service-section-four .service-block .icon {
        margin: 100px 0 200px;
    }

.insta-feed .insta-text-slider {
        font-size: 110px;
    }

.video-banner-two .bg-wrapper {
        height: 700px;
    }}

@media (min-width: 1400px) and (max-width: 1599px) {.p-lr-25 {
        padding-left: 20px;
        padding-right: 20px;
    }

.hero-banner-two .main-bg {
        margin-top: 20px;
        padding-top: 340px;
    }

.inner-banner-one {
        margin-top: 20px;
    }

.theme-main-menu.gap-two {
        padding: 40px 45px;
    }

.theme-main-menu.menu-style-two .bg-shape {
        top: -10px;
        max-width: 670px;
    }

.hero-banner-two .hero-heading {
        font-size: 100px;
        padding-bottom: 20px;
    }

.fancy-banner-one h3 {
        font-size: 120px;
        margin: 100px 0 25px;
    }

.title-one h2 {
        font-size: 60px;
    }

.service-section-one .accordion-container .accordion-item.active .content {
        padding-right: 0;
    }

.feedback-section-one .feedback-wrapper blockquote {
    font-size: 18px;
}

.client-logos .logo {
        width: 287px;
        height: 287px;
    }

.footer-two .bg-wrapper h2 {
        font-size: 120px;
    }

.footer-two .bg-wrapper .water-mark {
        font-size: 290px;
    }

.hero-banner-four .hero-heading {
        font-size: 165px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text blockquote {
        font-size: 50px;
    }

.hero-banner-six .hero-heading {
        font-size: 90px;
    }

.accordion-style-four .accordion-item .accordion-body p {
        font-size: 30px;
    }

.blog-meta-four .blog-title {
        font-size: 28px;
    }

.hero-banner-seven .hero-heading {
        font-size: 85px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link .text {
        font-size: 18px;
    }

.feature-block-fifteen .nav-tab-wrapper .nav-link {
        padding: 25px 70px;
    }

.feedback-section-seven .feedback-wrapper {
        padding: 40px 45px;
    }

.fancy-banner-six .bg-wrapper h2 {
        font-size: 90px;
    }

.hero-banner-eight .hero-heading {
        font-size: 150px;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .main-count {
        font-size: 200px;
    }

.blog-meta-five .blog-title {
        font-size: 34px;
    }

.inner-banner-one h2 {
        font-size: 85px;
    }

.project-details-one .project-info ul li:before {
        left: -40px;
    }

.accordion-style-five .accordion-item .accordion-button {
        font-size: 120px;
    }}

@media (max-width: 1399px) {body {
        font-size: 18px;
    }

.hero-banner-one .image-wrapper .tags li {
        font-size: 20px;
        padding: 10px 35px;
    }

.accordion-style-two .accordion-item .accordion-body {
        padding-bottom: 50px;
    }

.project-block-two .info li:first-child {
        font-size: 20px;
        padding: 17px 25px 11px;
    }

.project-block-two .info li a {
        width: 58px;
        height: 58px;
        font-size: 28px;
    }

.project-block-two .info {
        left: 15px;
        bottom: 20px;
    }

.feedback-section-three .feedback-block .text .name {
        font-size: 22px;
    }

.card-style-one .title h4 {
        font-size: 22px;
    }

.card-style-one .arrow-icon {
        width: 45px;
    }

.card-style-one .main-count {
        font-size: 60px;
    }

.card-style-one p {
        font-size: 22px;
    }

.blog-section-one .slider-wrapper .slick-slider {
        margin: 0 -12px;
    }

.blog-section-one .slider-wrapper .slick-slider .item {
        margin: 0 12px;
    }

.blog-meta-three .blog-title {
        font-size: 30px;
    }

.service-section-four .service-block .icon {
        min-height: 80px;
        height: 80px;
        margin: 70px 0 100px;
    }

.feature-block-nine .list-wrapper .list-item .title p {
        font-size: 18px;
    }

.hero-banner-six .card-wrapper .main-count {
        font-size: 34px;
        margin-bottom: -8px;
    }

.feedback-section-seven .feedback-block .name {
        font-size: 20px;
    }

.project-details-one .project-info {
        padding: 15px 20px 40px;
    }

.project-details-one .project-info ul li .text h6 {
        margin-bottom: 0;
    }

.project-details-one .project-info ul li:before {
        display: none;
    }

.team-block-five .text .name {
        font-size: 22px;
    }

.contact-section-seven .bg-wrapper {
        padding: 80px 0;
    }}

@media (min-width: 1200px) and (max-width: 1399px) {.theme-main-menu.gap-one {
        padding: 25px 0;
    }

.hero-banner-one .image-wrapper .name {
        font-size: 90px;
        top: 39%;
    }

.hero-banner-one .hero-heading {
        font-size: 70px;
        line-height: 1em;
    }

.accordion-style-two .accordion-item .accordion-button {
        font-size: 65px;
        letter-spacing: -2px;
        padding: 60px 73px 37px;
    }

.accordion-style-two .accordion-item .accordion-body p {
        font-size: 28px;
        line-height: 1.35em;
    }

.card-style-two .main-count {
        font-size: 85px;
    }

.card-style-two .rating li {
        font-size: 25px;
    }

.feedback-section-three .feedback-block .text {
        width: calc(100% - 400px);
    }

.feedback-section-three .feedback-block .text blockquote {
        font-size: 40px;
        line-height: 1.25em;
    }

.accordion-style-three .accordion-item .accordion-body p {
        font-size: 22px;
    }

.accordion-style-three .accordion-item .accordion-button {
        font-size: 32px;
    }

.footer-one .name {
        font-size: 220px;
        bottom: -19%;
    }

.p-lr-25 {
        padding-left: 15px;
        padding-right: 15px;
    }

.hero-banner-two .main-bg {
        margin-top: 15px;
        padding-top: 350px;
    }

.inner-banner-one {
        margin-top: 15px;
    }

.theme-main-menu.gap-two {
        padding: 30px;
    }

.theme-main-menu.menu-style-two .bg-shape {
        top: -10px;
        max-width: 640px;
    }

.border-30 {
        border-radius: 20px;
    }

.theme-main-menu.menu-style-two .nav-item .nav-link {
        font-size: 18px;
        margin: 0 35px;
    }

.theme-main-menu.menu-style-two .nav-item .nav-link:before {
        right: -38px;
    }

.theme-main-menu.menu-style-two .navbar {
        top: 25px
    }

.hero-banner-two .hero-heading {
        font-size: 90px;
    }

.fs-24 {
        font-size: 22px;
    }

.fs-28 {
        font-size: 26px;
    }

.fs-28 {
        font-size: 26px;
    }

.title-one h2 {
        font-size: 52px;
    }

.service-section-one .accordion-container .accordion-item .label {
        width: 150px;
        font-size: 30px;
    }

.service-section-one .accordion-container .accordion-item.active .label {
        width: 150px;
    }

.service-section-one .accordion-container .accordion-item.active .content {
        width: calc(100% - 150px);
    }

.fancy-banner-one h3 {
        font-size: 90px;
        margin: 300px 0 25px;
    }

.feedback-section-one .feedback-wrapper {
        padding: 55px 50px 0;
    }

.feedback-section-one .feedback-wrapper blockquote {
    font-size: 18px;
}

.client-logos .logo {
        width: 250px;
        height: 250px;
    }

.blog-meta-one .blog-title {
        font-size: 30px;
        margin: 20px 0 10px;
        width: 100%;
        height: 72px;
    }

.footer-two .bg-wrapper h2 {
        font-size: 95px;
    }

.footer-two .bg-wrapper .bottom-footer .tel {
        font-size: 55px;
    }

.footer-two .bg-wrapper .water-mark {
        font-size: 240px;
    }

.footer-two .bg-wrapper {
        padding-bottom: 220px;
    }

.hero-banner-three .hero-heading {
        font-size: 100px;
        line-height: 1em;
    }

.hero-banner-three .hero-heading span {
        font-size: 25px;
    }

.feature-block-two .card-wrapper .card-block .icon {
        height: 90px;
    }

.blog-meta-two .post-meta .post-text .blog-title {
        font-size: 32px;
    }

.theme-main-menu.gap-four {
        padding: 40px 50px;
    }

.hero-banner-four .hero-heading {
        font-size: 130px;
    }

.hero-banner-four .hero-heading span {
        font-size: 165px;
    }

.feature-block-six .card-wrapper .card-block .main-count {
        font-size: 75px;
    }

.feedback-section-four .slider-bg .slider-arrows li:last-child {
        right: -65px;
    }

.feedback-section-four .slider-bg .slider-arrows li {
        left: -65px;
    }

.hero-banner-five .hero-heading {
        font-size: 90px;
        line-height: 1em;
    }

.hero-banner-five .main-bg {
        padding: 450px 0 100px;
    }

.counter-box-one .main-count {
        font-size: 80px;
        margin-bottom: -22px;
    }

.feature-block-nine .list-wrapper .list-item .title h5 {
        font-size: 45px;
    }

.feedback-section-five .feedback-wrapper .feedback-block .text blockquote {
        font-size: 40px;
        margin-bottom: 65px;
    }

.insta-feed .insta-text-slider {
        font-size: 80px;
    }

.hero-banner-six .hero-heading {
        font-size: 74px;
    }

.feature-block-eleven .counter-wrapper .counter-block .main-count {
        font-size: 90px;
    }

.accordion-style-four .accordion-item .accordion-button {
        font-size: 40px;
        padding: 35px 70px;
    }

.accordion-style-four .accordion-item .accordion-body p {
        font-size: 26px;
    }

.accordion-style-four .accordion-item .accordion-body .img-wrapper {
        margin-top: -50px;
    }

.blog-meta-four .blog-title {
        font-size: 26px;
    }

.hero-banner-seven .hero-heading {
        font-size: 70px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link {
        padding: 35px 20px 35px 25px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link .text {
        font-size: 18px;
    }

.feature-block-thirteen .nav-tab-wrapper .nav-link .text strong {
        font-size: 24px;
    }

.feature-block-fifteen .nav-tab-wrapper .nav-link {
        font-size: 24px;
        padding: 15px 60px;
    }

.feature-block-fifteen .tab-content .icon {
        width: 65px;
        height: 65px;
        padding: 15px;
    }

.feedback-section-seven .feedback-wrapper {
        padding: 40px 35px;
    }

.fancy-banner-six .bg-wrapper h2 {
        font-size: 70px;
    }

.hero-banner-eight .hero-heading {
        font-size: 118px;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .main-count {
        font-size: 150px;
    }

.inner-banner-one h2 {
        font-size: 75px;
    }

.inner-banner-one .bg-wrapper {
        padding: 170px 0 120px;
    }

.feature-block-one h3 {
        font-size: 65px;
        max-width: 640px;
    }

.inner-banner-two .main-bg {
        padding: 80px 10px 55px;
    }

.filter-nav-two .isotop-menu-wrapper li {
        font-size: 35px;
        line-height: 60px;
    }

.video-banner-one .bg-wrapper {
        height: 700px;
    }

.feature-block-nineteen .bg-wrapper {
        padding: 60px 50px 0;
    }

.feedback-section-nine .feedback-block .name {
        font-size: 20px;
    }

.video-banner-two .bg-wrapper {
        height: 650px;
    }

.accordion-style-five .accordion-item .accordion-button {
        font-size: 95px;
        padding: 40px 45px;
    }

.accordion-style-five .accordion-item .accordion-body p {
        font-size: 24px;
    }

.blog-details-meta .quote-wrapper .text blockquote {
        font-size: 30px;
    }}

@media (min-width: 992px) and (max-width: 1399px) {.hero-banner-one .image-wrapper .name {
        font-size: 80px;
        top: 39%;
    }

.hero-banner-one .hero-heading,
    .about-me-section .hero-heading {
        font-size: 65px;
        line-height: 1.1em;
    }

.feedback-section-six .rating {
        max-width: 350px;
    }

.feedback-section-six .rating .text .main-count {
        font-size: 130px;
    }

.feedback-section-six .feedback-wrapper {
        padding: 60px 0 60px 60px;
    }

.blog-meta-five .blog-title {
        font-size: 34px;
    }}

@media (min-width: 992px) and (max-width: 1199px) {.theme-main-menu.menu-style-one .nav-item .nav-link {
        margin-right: 30px;
    }

.footer-one .name {
        font-size: 180px;
        bottom: -15%;
    }

.theme-main-menu.gap-two {
        padding: 20px 20px;
    }

.theme-main-menu.menu-style-two .navbar {
        display: none;
    }

.service-section-one .accordion-container .accordion-item .label {
        width: 120px;
        font-size: 25px;
    }

.service-section-one .accordion-container .accordion-item.active .label {
        width: 120px;
    }

.service-section-one .accordion-container .accordion-item.active .content {
        width: calc(100% - 120px);
    }

.client-logos .logo {
        width: 215px;
        height: 215px;
        padding: 50px;
    }

.footer-two .bg-wrapper .water-mark {
        font-size: 200px;
    }

.theme-main-menu.menu-style-three .nav-item .nav-link {
        padding: 11px 33px;
        font-size: 17px;
    }

.hero-banner-three .hero-heading {
        font-size: 80px;
        line-height: 1em;
    }

.hero-banner-three .hero-heading span {
        font-size: 20px;
    }

.blog-meta-two .media {
        width: 300px;
    }

.theme-main-menu.gap-four {
        padding: 40px 30px;
    }

.theme-main-menu.menu-style-four .nav-item .nav-link {
        font-size: 17px;
        padding: 11px 33px;
    }

.hero-banner-four .hero-heading {
        font-size: 90px;
    }

.hero-banner-four .hero-heading span {
        font-size: 125px;
        margin: 0;
    }

.hero-banner-five .hero-heading {
        font-size: 70px;
        line-height: 1em;
    }

.hero-banner-five .main-bg {
        padding: 320px 0 80px;
    }

.hero-banner-five .slider-arrows {
        bottom: 80px;
        right: 30px;
    }

.project-section-five .slider-arrows {
        bottom: -120px;
    }

.insta-feed .insta-text-slider {
        font-size: 60px;
    }

.hero-banner-six .hero-heading {
        font-size: 64px;
    }

.hero-banner-seven .hero-heading {
        font-size: 60px;
        line-height: 1em;
    }

.theme-main-menu.gap-five .top-header {
        padding: 25px 0;
    }

.hero-banner-eight .hero-heading {
        font-size: 88px;
        line-height: 1.1em;
    }

.feature-block-sixteen .row-wrapper .column-wrapper .main-count {
        font-size: 120px;
    }

.inner-banner-one h2 {
        font-size: 60px;
    }

.project-details-one .project-info ul li {
        width: 50%;
    }

.inner-banner-two .main-bg {
        padding: 80px 10px 55px;
    }

.video-banner-one .bg-wrapper {
        height: 600px;
    }

.video-banner-two .bg-wrapper {
        height: 500px;
    }}

@media (min-width: 768px) and (max-width: 991px) {.footer-two .bg-wrapper .water-mark {
        font-size: 140px;
    }

.blog-meta-two .media {
        width: 200px;
    }

.project-details-one .project-info ul li {
        width: 50%;
    }}


.village-features {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.village-features__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.village-features__item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.hero-district {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
}

#village-bottom-villages .project-block-three .img-holder,
.project-section-eight .project-block-three .img-holder {
    aspect-ratio: 1 / 1;
}

#village-bottom-villages .project-block-three .project-img,
.project-section-eight .project-block-three .project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.price-legend__title {
    margin-bottom: 14px;
}

.price-legend__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.price-legend__swatch {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-block;
    flex: 0 0 36px;
}

.price-legend__text {
    font-size: 20px;
    line-height: 1.35;
    color: var(--heading);
}

@media (max-width: 767px) {
    .new-banner__row {
        grid-template-columns: 1fr;
    }

    .new-banner__row > :nth-child(n+2) {
        display: none;
    }

    .new-banner__item,
    .new-banner__img {
        height: auto;
    }
    
    .village-about__text>h2 {
        font-size: 34px;
        line-height: 1em;
        padding-bottom: 40px;
        padding-top: 50px;
    }
    
    .feature-block-one h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    
    .photo-grid > .photo-grid__row:nth-of-type(2) {
        display: none;
    }
    .photo-grid > .photo-grid__row:first-of-type > .photo-grid__cell--hero {
        margin-bottom: 14px;
    }
    
    .price .lead {
        display: grid;
        grid-template-columns: 18px 1fr 18px 1fr;
        gap: 12px 10px;
        align-items: center;
    }

    .price .kvadratic {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin: 0;
        border-radius: 4px;
    }

    .price .lead > .lead {
        margin: 0;
        font-size: 15px;
        line-height: 1.2;
    }
    
    .price-legend__title {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.2;
    }

    .price-legend__list {
        display: grid;
        grid-template-columns: 18px 1fr 18px 1fr;
        gap: 12px 10px;
        align-items: center;
    }

    .price-legend__list .kvadratic {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin: 0;
        border-radius: 4px;
    }

    .price-legend__list .lead {
        margin: 0;
        font-size: 15px;
        line-height: 1.2;
    }
    
}

@media (max-width: 991.98px) {
    .village-stat {
        display: none;
    }
     .village-maplend__row {
        display: flex;
        flex-direction: column;
    }

    .village-maplend__row > .col-sm-3 {
        order: 2;
    }

    .village-maplend__row > .col-sm-9 {
        order: 1;
    }
}

.leaflet-top, .leaflet-bottom {
    z-index: 600!important;
}

.village-visit-section__title {
    padding-left: 0;
    padding-right: 0;
}

.village-visit-section__row {
    align-items: stretch;
}

.village-visit-section__gallery-col,
.village-visit-section__map-col {
    display: flex;
    flex-direction: column;
}

.village-visit-section__gallery-col .village-images,
.village-visit-section__gallery-col .hero-banner-two,
.village-visit-section__gallery-col .village-images__track,
.village-visit-section__gallery-col .slick-list,
.village-visit-section__gallery-col .slick-track {
    width: 100%;
    max-width: none;
}




/* НИЖНИЙ БАР МЕНЮ */


#bar-app-host {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  pointer-events: none;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  #bar-app-host {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }
}

#bar-app-host .bar_wrapper,
#bar-app-host .fab,
#bar-app-host .fab_actions {
  pointer-events: auto;
}

#bar-app-host .bar_wrapper {
  position: relative;
  width: 100%;
}

#bar-app-host .bar_shape {
  width: 100%;
  height: calc(67px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr 101px 1fr;
  align-items: center;
  padding: 0 10px env(safe-area-inset-bottom);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eee;
  filter: drop-shadow(0 -10px 24px rgba(0, 0, 0, 0.12));
}

#bar-app-host .bar_side {
  display: grid;
  align-items: center;
  min-width: 0;
  justify-items: center;
}

#bar-app-host .bar_side.count-1 {
  grid-template-columns: minmax(0, 1fr);
}

#bar-app-host .bar_side.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


#bar-app-host .bar_center {
  width: 100%;
  height: 100%;
}

#bar-app-host .bar_btn {
  width: 100%;
  max-width: 96px;
  height: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 0;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #212121;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease-in-out;
}

#bar-app-host .bar_btn:focus {
  outline: none;
}

#bar-app-host .bar_btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

#bar-app-host .bar_btn.is-active,
#bar-app-host .bar_btn:hover,
#bar-app-host .bar_btn:focus-visible {
  color: rgb(37, 90, 80);
}

#bar-app-host .bar_label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0.95;
}

#bar-app-host .bar_btn.is-active .bar_label,
#bar-app-host .bar_btn:hover .bar_label,
#bar-app-host .bar_btn:focus-visible .bar_label {
  color: rgb(37, 90, 80);
}

#bar-app-host .icon {
  width: 28px;
  height: 28px;
  margin: 0;
  color: currentColor;
  flex: 0 0 auto;
}

#bar-app-host .fab {
  position: absolute;
  left: calc(50% - 3rem);
  bottom: calc(env(safe-area-inset-bottom) + 5px);
  width: 6rem;
  height: 6rem;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgb(37, 90, 80);
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  z-index: 100000;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

#bar-app-host .fab,
#bar-app-host .fab * {
  transition: none !important;
}

#bar-app-host .fab_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#bar-app-host .fab_icon--open {
  display: block;
}

#bar-app-host .fab_icon--close {
  display: none;
}

#bar-app-host .fab.is-open .fab_icon--open {
  display: none;
}

#bar-app-host .fab.is-open .fab_icon--close {
  display: block;
}

#bar-app-host .fab_actions {
  position: absolute;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom) + 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

#bar-app-host .fab.is-open + .fab_actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

#bar-app-host .fab_action {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(255,255,255,0.87);
  border-radius: 999px;
  background: rgba(37, 90, 80, 0.85);
  box-shadow: 0 16px 30px rgba(0,0,0,0.20);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.18, 0.98, 0.2, 1);
}

#bar-app-host .fab.is-open + .fab_actions .fab_action {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#bar-app-host .fab.is-open + .fab_actions .fab_action:nth-child(1) {
  transition-delay: 40ms;
}

#bar-app-host .fab.is-open + .fab_actions .fab_action:nth-child(2) {
  transition-delay: 110ms;
}

#bar-app-host .fab_action svg {
  width: 48px;
  height: 48px;
  display: block;
  color: #fff;
}

#bar-app-host .fab_action:focus {
  outline: none;
}

#bar-app-host .fab_action:focus-visible {
  outline: 2px solid rgba(255,255,255,0.9);
  outline-offset: 2px;
}

#bar-app-host .fab_action--call {
  position: relative;
}

#bar-app-host .fab.is-open + .fab_actions .fab_action--call::before,
#bar-app-host .fab.is-open + .fab_actions .fab_action--call::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 3px solid rgba(82, 152, 18, 0.23);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.18) inset;
  opacity: 0;
  pointer-events: none;
  animation: fab-ripple 1.7s ease-out infinite;
}

#bar-app-host .fab.is-open + .fab_actions .fab_action--call::after {
  animation-delay: 0.85s;
}


@keyframes fab-ripple {
  0% { transform: scale(0.82); opacity: 0; }
  12% { opacity: 0.85; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  #bar-app-host .fab_action--call::before,
  #bar-app-host .fab_action--call::after {
    animation: none !important;
    display: none !important;
  }
}





.theme-main-menu .menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 997;
}

.theme-main-menu .navbar-toggler {
  position: relative;
  z-index: 1001;
}

.theme-main-menu .navbar-collapse {
  z-index: 999;
}

.theme-main-menu.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.menu-open,
body.menu-open {
  overflow: hidden !important;
  height: 100%;
}

body.menu-open {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}










/* Адаптивная верстка */


@media (max-width: 991.98px) {
    .village-visit-section {
        padding-bottom: 120px;
    }

    .village-visit-section__title {
        padding-bottom: 36px;
    }

    .village-visit-section__title h2 {
        font-size: 44px;
        line-height: 1.02;
    }

    .village-visit-section__title h2 span {
        display: block;
    }

    .village-visit-section__row {
        row-gap: 24px;
    }

    .village-visit-section__gallery-col,
    .village-visit-section__map-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .village-visit-section__gallery-col {
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    }

    .village-visit-section__gallery-col .village-images,
    .village-visit-section__gallery-col .hero-banner-two,
    .village-visit-section__gallery-col .village-images__track,
    .village-visit-section__gallery-col .slick-list,
    .village-visit-section__gallery-col .slick-track {
        width: 100%;
        max-width: none;
    }

    .village-visit-section__map-col {
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    }

    .village-visit-section__map-col .route-widget--leaflet {
        height: auto !important;
    }

    .village-visit-section__map-col .route-map-wrap {
        height: 420px !important;
        min-height: 420px !important;
    }

    .village-visit-section__map-col .route-map {
        height: 100% !important;
        min-height: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .village-visit-section {
        padding-bottom: 90px;
    }

    .village-visit-section__title {
        padding-bottom: 24px;
    }

    .village-visit-section__title h2 {
        font-size: 28px;
        line-height: 1.08;
        letter-spacing: -0.02em;
    }

    .village-visit-section__gallery-col .hero-banner-two,
    .village-visit-section__gallery-col .village-images__item {
        border-radius: 24px;
    }

    .village-visit-section__gallery-col .village-images__media {
        aspect-ratio: 16 / 10;
    }

    .village-visit-section__gallery-col .village-images__lines {
        left: 16px;
        right: 16px;
        top: 16px;
        gap: 8px;
    }

    .village-visit-section__gallery-col .village-images__caption {
        top: 30px;
        left: 16px;
        right: 16px;
        max-width: none;
        font-size: 14px;
        line-height: 1.2;
        gap: 8px;
    }

    .village-visit-section__gallery-col .village-images__caption::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }

    .village-visit-section__gallery-col .slider-arrows {
        right: 16px;
        bottom: 16px;
    }

    .village-visit-section__gallery-col .slider-arrows li {
        width: 44px;
        height: 44px;
        line-height: 42px;
        font-size: 20px;
        margin: 0 4px;
    }

    .village-visit-section__map-col .route-map-wrap {
        height: 520px !important;
        min-height: 520px !important;
    }
    .footer-sm-no, .page_img {
        display:none;
    }
    
    .promotion-card {
        border:none;
        border-bottom: 1px solid #e3e6ea;
        border-radius: 0;
    }
    .btn-big{
        width: 100% !important;
        text-align: center;
    }
    
    .hero-district {
        font-size: 16px;
    }
    .settlement-card:hover {
        box-shadow: none;
    }
   
}

@media (max-width: 575.98px) {


    .village-visit-section__gallery-col .village-images__media {
        aspect-ratio: 4 / 3;
    }

    .village-visit-section__map-col .route-map-wrap {
        height: 520px !important;
        min-height: 520px !important;
    }
}


@media (max-width: 575px) {
    .hero-banner-two.hero-banner-two--village .main-bg,
    .hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
        height: 95svh !important;
        min-height: 95svh !important;
        padding: 250px 0 40px !important;
    }

    .hero-banner-two.hero-banner-two--village .hero-district {
        min-height: 28px;
    }

    .hero-banner-two.hero-banner-two--village .hero-banner-two__content {
        min-height: 240px !important;
    }

    .hero-banner-two.hero-banner-two--village .row {
        min-height: 96px;
    }

    .hero-banner-two.hero-banner-two--village .fs-24 {
        min-height: 4.8em;
    }

    .hero-banner-two.hero-banner-two--village .tags {
        position: static;
        justify-content: center;
        margin: 15px 0 10px;
    }
}

.blog-meta-one .media .village-badges {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    z-index: 3;
}

.blog-meta-one .media .village-badges .tag {
    position: static;
}

.blog-meta-one .media .new-village-tag {
    font-size: 13px;
    letter-spacing: 1px;
    background: #ffdb18;
    padding: 8px 22px;
    border-radius: 30px;
    color: #000;
    margin: 0;
    list-style: none;
}

.blog-meta-one .media .hit-village-tag {
    font-size: 13px;
    letter-spacing: 1px;
    background: #db1500;
    padding: 8px 22px;
    border-radius: 30px;
    color: #ffffff;
    margin: 0;
    list-style: none;
}

/* ===== HERO FIX: одинаковая высота слайдов и одинаковое поведение фона ===== */

.village-images .hero-slider-one .slick-list,
.village-images .hero-slider-one .slick-track,
.village-images .hero-slider-one .slick-slide,
.village-images .hero-slider-one .slick-slide > div {
    height: auto !important;
}
.hero-banner-two.hero-banner-two--village .item {
    height: 95svh;
}

.hero-banner-two.hero-banner-two--village .item,
.hero-banner-two.hero-banner-two--village .slick-slide,
.hero-banner-two.hero-banner-two--village .slick-slide > div {
    border-radius: 30px;
    overflow: hidden;
}

.hero-banner-two.hero-banner-two--village .main-bg,
.hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
    border-radius: 30px !important;
    overflow: hidden !important;
}

.hero-banner-two.hero-banner-two--village .main-bg,
.hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
    box-sizing: border-box !important;
    height: 95svh !important;
    min-height: 95svh !important;
    padding: 420px 0 80px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden !important;
}

.hero-banner-two.hero-banner-two--village .container.xxl {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-banner-two.hero-banner-two--village .hero-banner-two__content {
    min-height: 0 !important;
}

@media (max-width: 1199px) {
    .hero-banner-two:not(.village-images) .hero-slider-one,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-list,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-track,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-slide,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-slide > div,
    .hero-banner-two.hero-banner-two--village .item,
    .hero-banner-two.hero-banner-two--village .main-bg,
    .hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
        height: 95svh !important;
        min-height: 95svh !important;
    }

    .hero-banner-two.hero-banner-two--village .main-bg,
    .hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
        padding: 250px 0 120px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-two:not(.village-images) .hero-slider-one,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-list,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-track,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-slide,
    .hero-banner-two:not(.village-images) .hero-slider-one .slick-slide > div,
    .hero-banner-two.hero-banner-two--village .item,
    .hero-banner-two.hero-banner-two--village .main-bg,
    .hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
        height: 80svh !important;
        min-height: 80svh !important;
    }

    .hero-banner-two.hero-banner-two--village .main-bg,
    .hero-banner-two.hero-banner-two--village.hero-banner-two--long-heading .main-bg {
        padding: 220px 0 90px !important;
    }
    .navbar-nav {min-height: 160%;}
}

/* Добавить в ваш style.css */
.feedback-section-one .feedback-photo-slider {
    flex: 1;
    min-height: 500px;   /* высота на десктопе */
}

.feedback-section-one .feedback-photo-slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    min-height: 500px;
}

/* Ноутбук */
@media (max-width: 1199px) {
    .feedback-section-one .feedback-photo-slider,
    .feedback-section-one .feedback-photo-slider .item {
        min-height: 420px;
    }
}

/* Планшет и меньше */
@media (max-width: 991px) {
    .feedback-section-one .feedback-photo-slider,
    .feedback-section-one .feedback-photo-slider .item {
        min-height: 300px;
    }
}

.page_content_img_text{
    font-size: 14px;
    line-height: 1.3;
    padding: 10px;
    color: #636363;
}

.cookie-widget {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-widget__panel {
    width: 100%;
    max-width: 980px;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.08);
    pointer-events: auto;
}

.cookie-widget__screen {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}

.cookie-widget__content {
    flex: 1;
}

.cookie-widget__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f1f1f;
}

.cookie-widget__text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.55;
    color: #454545;
}

.cookie-widget__text--small {
    font-size: 13px;
    color: #6a6a6a;
}

.cookie-widget__text a {
    color: inherit;
    text-decoration: underline;
}

.cookie-widget__actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
}

.cookie-widget__btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.cookie-widget__btn--primary {
    background: #1f5f3b;
    color: #fff;
}

.cookie-widget__btn--secondary {
    background: #f5f5f2;
    color: #242424;
    border-color: rgba(0, 0, 0, 0.08);
}

.cookie-widget__btn:hover {
    transform: translateY(-1px);
}

.cookie-widget__groups {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.cookie-widget__group {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #f8f8f5;
}

.cookie-widget__group strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #222;
}

.cookie-widget__group p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #5d5d5d;
}

.cookie-switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 54px;
    height: 30px;
    cursor: pointer;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-switch span {
    position: absolute;
    inset: 0;
    background: #d7d7d2;
    border-radius: 999px;
    transition: 0.2s ease;
}

.cookie-switch span::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.cookie-switch input:checked + span {
    background: #1f5f3b;
}

.cookie-switch input:checked + span::before {
    transform: translateX(24px);
}

.cookie-switch--disabled {
    opacity: 0.7;
    cursor: not-allowed;
}



@media (max-width: 767px) {
    .cookie-widget {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-widget__panel {
        padding: 18px;
        border-radius: 20px;
    }

    .cookie-widget__screen {
        flex-direction: column;
    }

    .cookie-widget__actions {
        width: 100%;
        min-width: 0;
    }

    .cookie-widget__title {
        font-size: 20px;
    }

    .cookie-widget__group {
        align-items: flex-start;
    }
}