:root {
    --theme-color: #02348d;
    --theme-color2: #fdfdfd;
    --sec-color: #ef5205;
    --title-color: #02348d;
    --theme-dark: #02348d;
    --body-color: #02348d;
    --dark-color: #122122;
    --light-color: #fdfef9;
    --smoke-color: #c9c9c9;
    --black-color: #000000;
    --text-muted: #64748b;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --bg-color: #f6faf8;
    --bg-theme2: #eef6f5;
    --theme-light: rgba(44, 104, 107, 0.08);
    --transition: 0.18s ease;
    --border-color: #e1e1e1;
    --title-font: "Plus Jakarta Sans", "Inter", sans-serif;
    --body-font: "Inter", "Poppins", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1300px;
    --vs-container1: 1490px;
    --container-gutters: 30px;
    --section-space: 60px;
    --section-space-mobile: 40px;
    --section-title-space: 30px;
    --ripple-ani-duration: 5s;
    --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.07);
    --shadow-md: 0 16px 40px rgba(15, 23, 42, 0.11);
    --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.16);
    --radius: 6px;
    --radius: 10px;

}


/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
    border-radius: 6px;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
    padding-left: 0;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--white-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--sec-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 45px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 100%;
}

.h6,
h6 {
    font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

.vs-container1 {
    max-width: calc(var(--vs-container1) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track>[class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
    .row:not([class*="gx-"]) {
        --bs-gutter-x: 26px;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gx-1px {
    --bs-gutter-x: 1px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.gx-gy {
    --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
    .gx-45 {
        --bs-gutter-x: 45px;
    }

    .gx-50 {
        --bs-gutter-x: 50px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-100 {
        --bs-gutter-x: 100px;
    }
}

@media (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: var(--title-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0;
}

input[type="checkbox"] {
    /* visibility: hidden; */
    /* opacity: 0; */
    vertical-align: middle;
    /* width: 0; */
    /* height: 0; */
    /* display: none; */
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--title-color);
    border-color: var(--title-color);
}

input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type="radio"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

input[type="radio"]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0.5px;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--title-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

input[type="radio"]:checked~label::before {
    border-color: var(--title-color);
    background-color: var(--title-color);
    color: var(--white-color);
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #a0abb4;
}

.form-group.has-label>i {
    top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

.form-messages.mb-0 * {
    margin-bottom: 0;
}

.form-messages.success {
    color: var(--success-color);
    display: block;
}

.form-messages.error {
    color: var(--error-color);
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

textarea::-moz-placeholder {
    color: #0bf;
}

textarea.form-control,
textarea::placeholder {
    color: #0bf;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
    min-width: 100%;
}

.slick-track>[class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.slick-track .col-auto {
    width: auto;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    list-style-type: none;
    padding: 0 0;
    margin: 0 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #586162;
    line-height: 0;
    background-color: transparent;
    transition: all ease 0.4s;
    position: relative;
    display: inline-block;
    border-radius: 100%;
}

.slick-dots button:hover {
    border-color: var(--sec-color);
}

.slick-dots .slick-active button {
    background-color: var(--sec-color);
    border-color: transparent;
}

.map .slick-dots {
    list-style-type: none;
    padding: 0 0;
    margin: 50px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}

.map .slick-dots li {
    display: inline-block;
    margin-right: 30px;
}

.map .slick-dots li:last-child {
    margin-right: 0;
}

.map .slick-dots button {
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
    outline: none;
    font-size: 30px;
    color: var(--white-color);
    transform: unset;
    line-height: 0;
    background-color: transparent;
    transition: all ease 0.4s;
    position: relative;
    display: inline-block;
}

.map .slick-dots button:hover {
    border-color: var(--sec-color);
}

.map .slick-dots .slick-active button {
    color: var(--sec-color);
    border-color: transparent;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    /* background-color: var(--sec-color); */
    background-color: var(--sec-color);
    position: absolute;
    top: 50%;
    border: 2px solid var(--theme-color);
    color: var(--title-color);
    left: var(--pos-x, -20px);
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 66px) / -2);
    z-index: 2;
    border-radius: 50%;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slick-arrow.slick-next {
    right: var(--pos-x, -20px);
    left: auto;
}

.slick-arrow i {
    vertical-align: middle;
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--sec-color);
    border-color: var(--sec-color);
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Force arrows always visible */
.arrow-wrap .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Optional: keep them above everything */
.vs-carousel .slick-arrow {
    z-index: 99;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }

    .slick-dots {
        margin: 8px 0 38px 0;
    }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--theme-color);
}

.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
    max-width: 190px;
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--title-color);
    border-radius: 50%;
}

.vs-menu-wrapper .vs-menu-toggle i {
    line-height: inherit;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--title-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.vs-mobile-menu .new-label {
    margin-left: 5px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--title-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068";
}

.vs-mobile-menu>ul {
    padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--title-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .vs-mobile-menu>ul {
        padding: 0 20px;
    }
}

/*=================================
    03. Utilities
==================================*/

.pv-preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at top right,
            rgba(248, 194, 81, 0.05),
            transparent 30%),
        linear-gradient(135deg, #02348d 0%, #ef5205 100%);

    overflow: hidden;
}

.pv-preloader-inner {
    position: relative;
    text-align: center;
    padding: 40px 35px;
}

.pv-logo-wrap {
    position: relative;

    width: 110px;
    height: 110px;

    margin: 0 auto 28px;

    border-radius: 28px;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid rgba(255, 255, 255, 0.06);

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);

    animation: floatLogo 3.5s ease-in-out infinite;
}

.pv-logo-wrap::before {
    content: "";

    position: absolute;
    inset: -1px;

    border-radius: inherit;

    padding: 1px;

    background: linear-gradient(135deg,
            rgba(248, 194, 81, 0.4),
            rgba(255, 255, 255, 0.02));

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.pv-logo {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.pv-brand h2 {
    margin: 0;
    color: #fff;

    font-size: 30px;
    font-weight: 700;
    letter-spacing: 6px;
}

.pv-brand p {
    margin: 12px 0 0;

    color: rgba(255, 255, 255, 0.55);

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.pv-loader {
    position: relative;

    width: 180px;
    height: 3px;

    margin: 35px auto 0;

    overflow: hidden;
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);
}

.pv-loader span {
    position: absolute;
    top: 0;
    left: -40%;

    width: 40%;
    height: 100%;

    border-radius: inherit;

    background: linear-gradient(90deg,
            transparent,
            var(--sec-color),
            #ffe39d,
            var(--sec-color),
            transparent);

    box-shadow: 0 0 15px rgba(248, 194, 81, 0.45);

    animation: loaderMove 1.6s ease infinite;
}



.pv-preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.6s ease,
        visibility 0.6s ease;
}

/* Animations – GPU friendly */
@keyframes loaderMove {
    0%   { transform: translateX(0); }
    100% { transform: translateX(350%); }
}

@keyframes floatLogo {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}


@media (prefers-reduced-motion: reduce) {
    .pv-logo-wrap,
    .pv-loader span {
        animation: none;
    }
}

@media (max-width: 767px) {
    .pv-logo-wrap {
        width: 95px;
        height: 95px;
        border-radius: 24px;
    }

    .pv-logo {
        width: 70px;
    }

    .pv-brand h2 {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .pv-brand p {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .pv-loader {
        width: 150px;
    }
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--body-font);
    background-color: rgba(255, 255, 255, 0.2549019608);
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding: 16px 28px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Medium Large devices */
    /* Medium devices */
}

.vs-btn.vs-btn2 {
    border-radius: 0;
    background-color: var(--title-color);
    color: var(--white-color);
    border: none;
    padding: 22.5px 28px;
}

.vs-btn.vs-btn2:hover {
    background-color: var(--sec-color);
}

.vs-btn.vs-btn2 img {
    margin-left: 5px;
    position: relative;
    top: -4px;
}

.vs-btn.style2 {
    background-color: var(--title-color);
    border: none;
    color: var(--white-color);
    padding: 24px 50px;
    border-radius: 9999px;
}

.vs-btn.style2:hover {
    color: var(--title-color);
    background-color: var(--sec-color);
}

.vs-btn.style2.bg2 {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    /* color: var(--title-color); */
}

.vs-btn.style2.bg2:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.vs-btn.style3 {
    background-color: var(--sec-color);
    border: none;
    color: var(--white-color);
    border-radius: 30px;
    font-size: 16px;
    line-height: 1;
    padding: 22px 50px;
}

.vs-btn.style3.small {
    font-size: 14px;
    padding: 13px 24px;
    font-weight: 600;
}

.vs-btn.style3.active {
    background-color: var(--title-color);
    color: var(--white-color);
    border-radius: 30px;
    border: none;
}

.vs-btn.style3:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    outline-color: var(--sec-color);
}

.vs-btn.style4 {
    outline-color: var(--sec-color);
    color: var(--white-color);
    font-weight: 600;
    background-color: var(--sec-color);
    padding: 5px 14px 4px 14px;
    border-radius: 30px;
    border-color: var(--theme-color);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-height: 35px;
    max-width: 100%;

    line-height: 1.4;
    text-align: center;

    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.vs-btn.style4:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-btn.style4:hover i {
    background-color: var(--sec-color);
    color: var(--title-color);
}

.vs-btn.style4 i {
    width: 40px;
    height: 40px;
    /* min-width: 50px; */

    background-color: var(--title-color);
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    font-size: 16px;

    color: var(--white-color);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 0;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 575px) {
    .vs-btn.style4 {
        /* width: 100%; */
        /* padding-right: 15px; */
        font-size: 13px;
    }

    .vs-btn.style4 i {
        width: 35px;
        height: 35px;
        /* min-width: 45px; */
        font-size: 14px;
    }
}

.vs-btn:hover {
    color: var(--white-color);
}

@media (max-width: 1399px) {
    .vs-btn {
        padding: 14.5px 20px;
        letter-spacing: unset;
    }
}

@media (max-width: 991px) {
    .vs-btn {
        padding: 8.5px 10px;
        letter-spacing: unset;
    }
}

.icon-btn {
    outline-color: var(--title-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    background-color: var(--title-color);
    padding: 3px 52px;
    border-radius: 30px;
    border-color: #c3cdce;
    display: inline-block;
    line-height: 1;
}

.icon-btn:hover {
    background-color: var(--sec-color);
}

.icon-btn:hover::before {
    background-color: var(--sec-color);
}

.icon-btn:hover::after {
    background-color: var(--sec-color);
}

.icon-btn i {
    font-size: 28px;
}

.icon-btn:hover {
    background-color: var(--title-color);
    color: var(--title-color);
}

.icon-btn.style2 {
    outline-color: var(--title-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    background-color: var(--title-color);
    padding: 3.5px 28px;
    border-radius: 5px;
}

.icon-btn.style2:hover {
    background-color: var(--sec-color);
    color: var(--theme-color);
}

.icon-btn.style2:hover::before {
    background-color: var(--theme-color);
}

.icon-btn.style2:hover::after {
    background-color: var(--theme-color);
}

.icon-btn.style2 i {
    font-size: 26px;
}

.icon-btn.style3 {
    --btn-size: 60px;
    --btn-font-size: 20px;
    border: 2px solid var(--sec-color);
    line-height: calc(var(--btn-size, 50px) - 2px);
}

.icon-btn.style3:hover {
    color: var(--white-color);
    background-color: var(--sec-color);
    border-color: transparent;
}

.icon-btn2 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--sec-color);
    border-radius: 100%;
    margin-right: 18px;
    transition: all 0.4s ease;
}

.icon-btn2 i {
    font-size: 30px;
    color: var(--title-color);
}

.icon-btn3 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--sec-color);
    border-radius: 5px;
    margin-right: 18px;
    transition: all 0.4s ease;
}

.icon-btn3 i {
    font-size: 30px;
    color: var(--title-color);
}

.icon-btn4 {
    padding: 40px 30px;
    text-align: center;
    background-color: var(--sec-color);
    border: 1px solid var(--sec-color);
    border-radius: 12px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s ease;
}

.icon-btn4 i {
    font-size: 30px;
    color: var(--title-color);
    display: block;
    margin-bottom: 45px;
    transition: all 0.5s ease;
}

.icon-btn4 img {
    display: block;
    margin-bottom: 45px;
    margin: 0 auto;
}

.icon-btn4:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color);
}

.icon-btn4:hover i {
    color: var(--white-color);
}

.icon-btn5 {
    padding: 40px 30px;
    text-align: center;
    background-color: var(--title-color);
    border: 1px solid var(--title-color);
    border-radius: 12px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s ease;
    color: var(--white-color);
}

.icon-btn5:hover {
    background-color: var(--theme-color);
    color: var(--sec-color);
    border-color: var(--theme-color);
}

.icon-btn5 img {
    display: block;
    margin-bottom: 45px;
    margin: 0 auto 15px auto;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 90px);
    height: var(--icon-size, 90px);
    line-height: var(--icon-size, 90px);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--title-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--sec-color);
    color: var(--white-color);
}

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color);
}

.link-btn i {
    margin-left: 7px;
    font-size: 0.9rem;
}

.link-btn:hover {
    color: var(--sec-color);
}

.vs-icon {
    margin: 0 auto 22px;
    border: 1px solid #c1cccc;
    display: inline-block;
    padding: 3px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
}

.vs-icon2 {
    margin: 0 auto 22px;
    border: 1px solid #c1cccc;
    display: inline-block;
    padding: 3px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--body-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
    box-shadow: 0 0 20px 0 rgba(231, 231, 231, 0.02);
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--body-color);
    transition: all ease 0.4s;
    animation: spin 13s infinite linear;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    color: var(--white-color);
    background-color: var(--sec-color);
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }

    .scroll-btn.show {
        bottom: 15px;
    }
}

.scrollToTop {
    position: fixed;
    right: 63px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

.scrollToTop.show {
    bottom: 80px;
    opacity: 1;
    visibility: visible;
}

/* ============================================
   PROFESSIONAL FLOATING ACTION BUTTONS
   Call & WhatsApp with Smooth Animations
   ============================================ */

/* Container for both buttons (Recommended) */
.floating-actions {
    position: fixed;
    right: 60px;
    top: 70%;
    /* center vertically */
    transform: translateY(-50%);
    /* exact vertical centering */
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Base Button Style */
.action-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: float 3s ease-in-out infinite;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.2),
        0 0 0 0 rgba(255, 255, 255, 0.3);
}

/* Individual Button Colors */
.call-btn {
    background: linear-gradient(135deg, #007aff 0%, #0056d6 100%);
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.35);
    animation-delay: 0s;
}

.call-btn:hover {
    background: linear-gradient(135deg, #0a84ff 0%, #0047b3 100%);
    box-shadow: 0 12px 28px rgba(0, 122, 255, 0.45);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    animation-delay: 0.3s;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #2eea73 0%, #0f6d61 100%);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

/* Icon Styles */
.action-btn i {
    font-size: 23px;
    color: white;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Hover Effects */
.action-btn:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Ripple Effect on Click */
.action-btn:active {
    transform: scale(0.95);
    transition: 0.05s;
}

/* Pulse Ring Animation */
.action-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse-ring 2s ease-out infinite;
    opacity: 0;
}

/* Tooltip Labels (Professional Touch) */
.action-btn::after {
    content: attr(data-label);
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.action-btn:hover::after {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* Tooltip Arrow */
.action-btn::after {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* ========== ANIMATIONS ========== */

/* Floating Motion */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Pulse Ring Animation */
@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.floating-actions .action-btn {
    animation:
        slideInRight 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards,
        float 3s ease-in-out infinite;
}

.floating-actions .action-btn:nth-child(1) {
    animation-delay: 0.1s, 0s;
}

.floating-actions .action-btn:nth-child(2) {
    animation-delay: 0.2s, 0.3s;
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet */
@media (max-width: 768px) {
    .floating-actions {
        right: 20px;
        /* bottom: 250px; */
        gap: 14px;
    }

    .action-btn {
        width: 46px;
        height: 46px;
    }

    .action-btn i {
        font-size: 21px;
    }

    .action-btn::after {
        font-size: 12px;
        padding: 6px 14px;
        right: 65px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .floating-actions {
        right: 15px;
        /* bottom: 300px; */
        gap: 12px;
    }

    .action-btn {
        width: 43px;
        height: 43px;
    }

    .action-btn i {
        font-size: 19px;
    }

    .action-btn::after {
        font-size: 11px;
        padding: 5px 12px;
        right: 60px;
    }

    .action-btn:hover::after {
        right: 65px;
    }
}

/* ========== DARK MODE SUPPORT ========== */
@media (prefers-color-scheme: dark) {
    .action-btn::after {
        background: rgba(30, 30, 35, 0.95);
        backdrop-filter: blur(12px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: transparent;
    width: 25px;
    height: 23px;
    position: relative;
    overflow: hidden;
}

.bar-btn .bar:after,
.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.4s;
    background-color: var(--white-color);
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color: var(--sec-color);
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1.5px;
    width: 17px;
}

.bar-btn .bar:nth-child(2):after {
    left: auto;
    right: -120%;
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
}

.bar-btn:hover {
    color: var(--sec-color);
}

.bar-btn:hover .bar:before {
    right: -120%;
}

.bar-btn:hover .bar:after {
    left: 0;
}

.bar-btn:hover .bar:nth-child(2):before {
    right: 120%;
}

.bar-btn:hover .bar:nth-child(2):after {
    left: auto;
    right: 0;
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color);
}

.bar-btn.style2:hover .bar:before {
    background-color: var(--sec-color);
}

.watch-btn .btn-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    vertical-align: middle;
    font-size: 16px;
}

.watch-btn .btn-icon:hover {
    background-color: var(--sec-color);
    color: var(--white-color);
}

.watch-btn .btn-icon i {
    vertical-align: middle;
}

.watch-btn .btn-text {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    transition: all ease 0.4s;
}

.watch-btn .btn-text:hover {
    color: var(--sec-color);
}

.bottom-btn {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .icon-btn.style2 {
        --btn-size: 50px;
        --btn-font-size: 18px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .icon-btn4 {
        padding: 20px;
    }

    .icon-btn4 i {
        margin-bottom: 30px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px;
    }

    .scrollToTop {
        right: 20px;
    }

    .scrollToTop.show {
        bottom: 80px;
    }

    .vs-btn.style3.small {
        padding: 10px 16px;
    }

    .icon-btn4 {
        padding: 40px 30px;
    }

    .icon-btn4 i {
        margin-bottom: 40px;
    }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
    margin: -0.2em 0 10px 0;
    /* text-transform: uppercase; */
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 550;
    position: relative;
    line-height: 100%;
}

.sec-title.sec-title-left::after {
    left: 0%;
    transform: unset;
}

.sec-title.section-title3 ::after {
    content: none;
}

.sec-title2 {
    line-height: 55px;
    border-left: 6px solid var(--sec-color);
    padding-left: 14px;
    text-transform: capitalize;
    position: relative;
}

.sec-title3 {
    font-size: 45px;
    line-height: 55px;
    position: relative;
    text-transform: uppercase;
}

.sec-title4 {
    font-size: 45px;
    line-height: 55px;
    position: relative;
    text-transform: uppercase;
}

.border-title {
    font-size: 35px;
    line-height: 100%;
    border-left: 6px solid var(--sec-color);
    padding-left: 14px;
    text-transform: capitalize;
    position: relative;
    font-weight: 550;
}

.border-title2 {
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.border-title2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28%;
    height: 1px;
    background-color: #7b918a;
}

.sec-line {
    max-width: 15%;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.sec-text {
    font-family: var(--body-font);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
}

.sec-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    margin: -0.2em 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sec-subtitle2 {
    font-family: var(--body-font);
    line-height: 26px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 15px;
    display: inline-block;
}

.sec-shape {
    fill: var(--sec-color);
}

.sec-icon {
    margin-bottom: 23px;
}

.sec-btns {
    margin-bottom: var(--section-title-space);
}

.sub-title2 {
    color: var(--sec-color);
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
    margin: 0 0 3px 0;
    display: block;
}

.title-area2 {
    margin-bottom: 38px;
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 28px);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .sec-title {
        font-size: 35px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .sec-title2 {
        font-size: 40px;
    }

    .border-title {
        font-size: 30px;
        line-height: normal;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .title-area {
        margin-bottom: 20px;
    }

    .sec-title {
        font-size: 20px;
        line-height: 130%;
    }

    .sec-title2 {
        font-size: 24px;
    }

    .sec-title3 {
        font-size: 36px;
        line-height: 36px;
    }

    .border-title2 {
        font-size: 20px;
    }

    .border-title {
        font-size: 25px;
        line-height: normal;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .sec-title2 {
        font-size: 18px;
    }

    .sec-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .sec-title4 {
        font-size: 22px;
        line-height: 26px;
    }

    .sec-text {
        font-size: 14px;
    }

    .border-title {
        font-size: 23px;
        line-height: normal;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .sec-title {
        font-size: 18px;
    }

    .sec-title2 {
        font-size: 20px;
    }

    .sec-title3 {
        font-size: 30px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 374px) {
    .sec-title4 {
        font-size: 18px;
        line-height: 16px;
    }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
    overflow: hidden;
}

.image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.image-scale-hover:hover img {
    transform: scale(1.2);
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.vs-media {
    display: flex;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    /* border-radius: 50%; */
}

.new-label {
    font-size: 12px;
    background-color: var(--sec-color);
    color: var(--white-color);
    line-height: 1;
    padding: 5px 5px 3px 5px;
    border-radius: 6px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 5px;
    animation: newlabel infinite 0.4s;
}

.video-box a i {
    color: var(--title-color);
    background-color: var(--sec-color);
}

.video-box a:hover i {
    background-color: var(--title-color);
}

.video-box a:hover::before {
    background-color: var(--white-color);
}

.video-box .video-title {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 0;
}

.mega-hover {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover img {
    transform: scale(1.05);
}

.bg-cover {
    background-size: cover;
}

@keyframes newlabel {
    0% {
        background-color: var(--title-color);
    }

    50% {
        background-color: var(--sec-color);
    }

    100% {
        background-color: var(--title-color);
    }
}

@media (max-width: 1550px) {
    .d-xxxl-block {
        display: block !important;
    }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 700;
}

.fs-xl {
    font-size: 55px;
}

.fs-lg {
    font-size: 32px;
}

.fs-md {
    font-size: 18px;
}

.fs-sm {
    font-size: 16px;
}

.fs-xs {
    font-size: 14px;
}

.fs-xxs {
    font-size: 12px;
}

/* Small devices */
@media (max-width: 767px) {
    p.fs-md {
        font-size: 16px;
    }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

.bg-secondary {
    background-color: var(--sec-color) !important;
}

.bg-theme2 {
    background-color: var(--theme-color2) !important;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.bg-body {
    background-color: var(--body-color) !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.bg-light {
    background-color: var(--light-color) !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

.shape-dotted {
    width: 140px;
    height: 140px;
    --dot-color: #b9bab9;
    background:
        radial-gradient(circle,
            transparent 20%,
            var(--dot-bg, #fff) 20%,
            var(--dot-bg, #fff) 80%,
            transparent),
        radial-gradient(circle,
            transparent 20%,
            var(--dot-bg, #fff) 20%,
            var(--dot-bg, #fff) 0%,
            var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: transparent;
    background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

.shape-dotted2 {
    width: 140px;
    height: 140px;
    --dot-color: #b9bab9;
    background:
        radial-gradient(circle,
            transparent 20%,
            var(--dot-bg, #fdfce8) 20%,
            var(--dot-bg, #fdfce8) 80%,
            transparent),
        radial-gradient(circle,
            transparent 20%,
            var(--dot-bg, #fdfce8) 20%,
            var(--dot-bg, #fdfce8) 0%,
            var(--dot-color, #fdfce8)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: transparent;
    background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}

.text-title {
    color: var(--title-color) !important;
}

.text-subTitle {
    color: var(--sec-color) !important;
}

.text-secondary {
    color: var(--sec-color) !important;
}

.text-body {
    color: var(--body-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-error {
    color: var(--error-color) !important;
}

.text-border {
    color: var(--border-color) !important;
}

.text-smoke {
    color: var(--smoke-color) !important;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover {
    color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[data-overlay] {
    position: relative;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1;
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

[data-overlay="theme"]:before {
    background-color: var(--title-color);
}

[data-overlay="title"]:before {
    background-color: var(--title-color);
}

[data-overlay="white"]:before {
    background-color: var(--white-color);
}

[data-overlay="black"]:before {
    background-color: var(--black-color);
}

[data-overlay="custom1"]:before {
    background-color: var(--title-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
    animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
    --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
    --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
    animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
    --duration: 40s;
}

.rotate-reverse {
    --rotate-angle: -360deg;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadein {
    --animation-name: fadein-custom;
}

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jumpping {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    padding: 0px 60px 10px 0px;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--body-color);
    font-family: var(--body-font);
    border-radius: 0;
    border-bottom: 1px dashed #669496;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--sec-color);
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

.widget_categories li>span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    line-height: 1;
    transition: all ease 0.4s;
}

.widget_meta ul {
    margin: 0 0 -10px 0;
    padding: 0;
    list-style-type: none;
}

.widget_meta li {
    display: inline-block;
}

.widget_meta li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.widget_meta a {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    color: var(--body-color);
    position: relative;
    margin-right: 8px;
    letter-spacing: 2px;
}

.widget_meta a:hover {
    color: var(--sec-color);
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
    color: inherit;
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0;
}

/* Large devices */
@media (max-width: 1199px) {

    .widget_nav_menu,
    .widget_pages,
    .widget_archive,
    .widget_categories {
        padding: 18px 0px 18px 0px;
        font-size: 14px;
    }

    .widget_nav_menu a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        padding: 18px 25px 18px 0px;
        font-size: 14px;
        letter-spacing: normal;
    }

    .widget_nav_menu li>span,
    .widget_pages li>span,
    .widget_archive li>span,
    .widget_categories li>span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: right;
    }
}

.widget {
    background-color: var(--white-color);
    position: relative;
    margin-bottom: 30px;
}

.widget select,
.widget input {
    height: 60px;
    border: none;
    background-color: var(--input-bg, #f0f4f5);
    border-radius: 9999px;
}

.widget_categories ul li {
    position: relative;
}

.widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    /* margin: -0.07em 0 23px 0;
    padding: 0 0 10px 0; */
    text-transform: uppercase;
    color: var(--title-color);
}

.widget .search-form {
    position: relative;
    display: flex;
}

.widget .search-form input {
    position: relative;
    border-radius: 3px 30px 30px 3px;
    border: 1px solid var(--border-color);
    color: var(--title-color);
    font-size: 13px;
    text-transform: capitalize;
    font-family: var(--body-font);
    height: 70px;
    line-height: 70px;
    padding: 0 25px 0 15px;
    background: var(--white-color);
    font-weight: 500;
}

.widget .search-form input::-moz-placeholder {
    color: #646464;
}

.widget .search-form input::placeholder {
    color: #646464;
}

.widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    background: none;
    border: none;
    color: var(--body-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--white-color);
    background-color: var(--title-color);
    border-radius: 6px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    color: var(--title-color);
    background-color: var(--sec-color);
}

.tagcloud {
    margin-right: -5px;
    margin-bottom: -10px;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.recent-post:last-child {
    margin-bottom: 0;
}

.recent-post .media-img {
    margin-right: 16px;
    /* width: 95px; */
}

.recent-post .media-img img {
    width: 100%;
    /* border-radius: 6px; */
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 -0.1em 0;
    text-transform: capitalize;
    color: var(--title-color);
}

.recent-post .post-title a:hover {
    color: var(--sec-color);
}

.recent-post .recent-post-meta {
    /* margin-bottom: 5px; */
    inline-height: 1;
}

.recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
    letter-spacing: 1px;
    text-transform: capitalize;
    inline-height: 1;
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color);
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
}

.sidebar-gallery .gallery-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: var(--white-color);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: 0.9;
    visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12);
}

.newsletter-form {
    display: flex;
}

.newsletter-form input {
    border-radius: 0;
    color: #000;
    height: 70px;
    flex: 1;
}

.newsletter-form input::-moz-placeholder {
    color: #777777;
}

.newsletter-form input::placeholder {
    color: #777777;
}

.newsletter-form .vs-btn {
    border-radius: 0;
}

.newsletter-form .vs-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-widget-admin .admin-img {
    margin-bottom: 35px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-widget-admin .admin-img {
        text-align: center;
    }
}

.vs-widget-admin .admin-text {
    font-size: 16px;
}

.sidebar-area {
    margin-bottom: -10px;
}

.recent-product {
    display: flex;
}

.recent-product .product-title {
    font-size: 16px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .widget_title {
        font-size: 22px;
    }

    .recent-post .media-img {
        width: 95px;
        margin-right: 15px;
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
    }

    .recent-post .post-title {
        font-size: 16px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .newsletter-form {
        display: block;
    }

    .newsletter-form input {
        margin-bottom: 15px;
        height: 60px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .share-links {
        margin: 50px 0 50px 0;
    }

    .sidebar-area {
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .widget.widget_meta {
        margin-bottom: 0;
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 12px 20.5px;
    }

    .sidebar-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Small devices */
@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }

    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .widget {
        margin-bottom: 20px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.footer-widget .footer-time {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-widget .footer-time:last-child {
    margin-bottom: 0;
}

.footer-widget .footer-time .time {
    display: block;
}

.footer-widget .widget_title {
    border: none;
    font-size: 22px;
    padding: 0;
    margin: 0 0 35px 0;
    color: var(--white-color);
}

.footer-widget .widget_title::before {
    display: none;
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 50px;
}

.footer-widget.widget_meta .widget_title,
.footer-widget.widget_pages .widget_title,
.footer-widget.widget_archive .widget_title,
.footer-widget.widget_categories .widget_title,
.footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 35px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--title-color);
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all ease 0.4s;
    height: 1px;
    background-color: var(--sec-color);
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    width: 100%;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr);
}

.footer-widget2 {
    margin-bottom: 0px;
}

.footer-widget2,
.footer-widget2 .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.footer-widget2 .footer-time2 {
    color: var(--body-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.footer-widget2 .footer-time2 .time {
    display: inline-block;
}

.footer-widget2 .widget_title {
    border: none;
    font-size: 22px;
    padding: 0;
    margin: 0 0 35px 0;
    color: var(--title-color);
    font-weight: 700;
    text-transform: capitalize;
}

.footer-widget2 .widget_title::before {
    display: none;
}

.footer-widget2 .menu-all-pages-container .menu li {
    list-style: none;
}

.footer-widget2 .menu-all-pages-container .menu li a {
    color: var(--title-color);
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--body-font);
    display: block;
}

.footer-widget2 .menu-all-pages-container .menu li a:hover {
    color: var(--sec-color);
}

.footer-widget2.widget_meta,
.footer-widget2.widget_pages,
.footer-widget2.widget_archive,
.footer-widget2.widget_categories,
.footer-widget2.widget_nav_menu {
    margin-bottom: 50px;
}

.footer-widget2.widget_meta .widget_title,
.footer-widget2.widget_pages .widget_title,
.footer-widget2.widget_archive .widget_title,
.footer-widget2.widget_categories .widget_title,
.footer-widget2.widget_nav_menu .widget_title {
    margin-bottom: 35px;
}

.footer-widget2.widget_meta a,
.footer-widget2.widget_pages a,
.footer-widget2.widget_archive a,
.footer-widget2.widget_categories a,
.footer-widget2.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.footer-widget2.widget_meta a:hover,
.footer-widget2.widget_pages a:hover,
.footer-widget2.widget_archive a:hover,
.footer-widget2.widget_categories a:hover,
.footer-widget2.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--title-color);
}

.footer-widget2.widget_meta a:before,
.footer-widget2.widget_pages a:before,
.footer-widget2.widget_archive a:before,
.footer-widget2.widget_categories a:before,
.footer-widget2.widget_nav_menu a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all ease 0.4s;
    height: 1px;
    background-color: var(--sec-color);
}

.footer-widget2.widget_meta a:hover:before,
.footer-widget2.widget_pages a:hover:before,
.footer-widget2.widget_archive a:hover:before,
.footer-widget2.widget_categories a:hover:before,
.footer-widget2.widget_nav_menu a:hover:before {
    width: 100%;
}

.footer-widget2.widget_meta li>span,
.footer-widget2.widget_pages li>span,
.footer-widget2.widget_archive li>span,
.footer-widget2.widget_categories li>span,
.footer-widget2.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget2.widget_meta li:last-child a,
.footer-widget2.widget_pages li:last-child a,
.footer-widget2.widget_archive li:last-child a,
.footer-widget2.widget_categories li:last-child a,
.footer-widget2.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget2 .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr);
}

.footer-widget3 .footer-logo {
    margin-bottom: 36px;
}

.footer-widget3,
.footer-widget3 .widget {
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.footer-widget3 .footer-time2 {
    color: var(--body-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-widget3 .footer-time2 .time {
    display: inline-block;
}

.footer-widget3 .footer-time3 {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-widget3 .footer-time3 .time {
    display: inline-block;
}

.footer-widget3 .menu-all-pages-container .menu li {
    list-style: none;
}

.footer-widget3 .menu-all-pages-container .menu li a {
    color: var(--white-color);
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--body-font);
    display: block;
}

.footer-widget3 .menu-all-pages-container .menu li a:hover {
    color: var(--sec-color);
}

.footer-widget3.widget_meta,
.footer-widget3.widget_pages,
.footer-widget3.widget_archive,
.footer-widget3.widget_categories,
.footer-widget3.widget_nav_menu {
    margin-bottom: 50px;
}

.footer-widget3.widget_meta .widget_title,
.footer-widget3.widget_pages .widget_title,
.footer-widget3.widget_archive .widget_title,
.footer-widget3.widget_categories .widget_title,
.footer-widget3.widget_nav_menu .widget_title {
    margin-bottom: 35px;
}

.footer-widget3.widget_meta a,
.footer-widget3.widget_pages a,
.footer-widget3.widget_archive a,
.footer-widget3.widget_categories a,
.footer-widget3.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.footer-widget3.widget_meta a:hover,
.footer-widget3.widget_pages a:hover,
.footer-widget3.widget_archive a:hover,
.footer-widget3.widget_categories a:hover,
.footer-widget3.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--title-color);
}

.footer-widget3.widget_meta a:before,
.footer-widget3.widget_pages a:before,
.footer-widget3.widget_archive a:before,
.footer-widget3.widget_categories a:before,
.footer-widget3.widget_nav_menu a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all ease 0.4s;
    height: 1px;
    background-color: var(--sec-color);
}

.footer-widget3.widget_meta a:hover:before,
.footer-widget3.widget_pages a:hover:before,
.footer-widget3.widget_archive a:hover:before,
.footer-widget3.widget_categories a:hover:before,
.footer-widget3.widget_nav_menu a:hover:before {
    width: 100%;
}

.footer-widget3.widget_meta li>span,
.footer-widget3.widget_pages li>span,
.footer-widget3.widget_archive li>span,
.footer-widget3.widget_categories li>span,
.footer-widget3.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget3.widget_meta li:last-child a,
.footer-widget3.widget_pages li:last-child a,
.footer-widget3.widget_archive li:last-child a,
.footer-widget3.widget_categories li:last-child a,
.footer-widget3.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget3 .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr);
}

.footer-address {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    max-width: 340px;
    color: var(--white-color);
    margin-bottom: 8px;
}

.footer-address i,
.footer-address img {
    margin-right: 8px;
}

.footer-address img {
    position: relative;
    top: -3px;
}

.footer-address2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    max-width: 340px;
    color: var(--body-color);
    margin-bottom: 8px;
}

.footer-address2 a:hover {
    color: var(--sec-color);
}

.footer-address2 i {
    margin-right: 8px;
}

.footer-address3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    max-width: 340px;
    color: var(--white-color);
    margin-bottom: 8px;
}

.footer-address3 a:hover {
    color: var(--sec-color);
}

.footer-address3 i {
    margin-right: 8px;
}

.footer-logo {
    /* height: 50px; */
    margin-bottom: 10px;
    /* margin-top: -10px; */
}

/* .footer-logo img {
    height: 80px;
} */

.footer-text {
    max-width: 290px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
}

.footer-info {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 300px;
    color: var(--smoke-color);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}

.footer-info:last-child {
    margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 60px;
    }

    .footer-widget .widget_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .footer-widget.widget_meta .widget_title,
    .footer-widget.widget_pages .widget_title,
    .footer-widget.widget_archive .widget_title,
    .footer-widget.widget_categories .widget_title,
    .footer-widget.widget_nav_menu .widget_title {
        margin-bottom: 25px;
    }

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        font-size: 14px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }

    .footer-widget2 .menu-all-pages-container .menu {
        margin-bottom: 0;
    }

    .footer-widget2 .menu-all-pages-container .menu li:last-child a {
        margin-bottom: 0;
    }
}

/*------------------- 4.2. Header  -------------------*/
.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
    top: 0;
    background: var(--white-color);
}

.will-sticky .sticky-active.active .header-middle {
    border-bottom: none;
}

.will-sticky .sticky-active.active .header-middle::after {
    height: 60px;
}

.will-sticky .sticky-active.active .header-middle::before {
    height: 60px;
}

.will-sticky .sticky-active.active .vs-logo {
    top: 0;
}

.will-sticky .sticky-active.active .vs-logo.vs-logo::after {
    top: 0;
    transform: none;
}

.will-sticky .sticky-active.active .menu-inner::before,
.will-sticky .sticky-active.active .menu-inner::after {
    top: 55%;
    transform: translateY(-50%);
}

.will-sticky .sticky-active.active .header-btns {
    top: 0;
}

.will-sticky .sticky-active.active .header-btns a::after {
    top: unset;
}

.header-layout1 {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100;
}

.header-layout1 .menu-inner {
    position: relative;
}

.header-layout1 .menu-inner::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: -20%;
    background-color: var(--white-color);
    height: 25px;
    width: 3px;
    border-radius: 1.5px;
}

.header-layout1 .menu-inner::before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -20%;
    background-color: var(--white-color);
    height: 25px;
    width: 3px;
    border-radius: 1.5px;
}

.header-layout1 .header-middle {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1607843137);
    border-top: unset;
    position: relative;
}

@media (min-width: 1200px) {
    .header-layout1 .header-middle {
        padding: 0 25px;
    }
}

.header-layout1 .header-middle .dropdown button {
    background: transparent;
    border: unset;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
}

.header-layout1 .header-middle::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1607843137);
    left: 0;
    top: 0;
}

.header-layout1 .header-middle::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1607843137);
    right: 0;
    top: 0;
}

.header-layout1 .header-btns .vs-btn {
    border-radius: 0;
    border: 2px solid var(--white-color);
    background-color: rgba(15, 57, 59, 0.2549019608);
}

.header-layout1 .header-btns .vs-btn:hover {
    color: var(--title-color);
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

.header-layout1 .will-sticky .sticky-active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

@media (min-width: 1600px) {
    .header-layout1 {
        --main-container: 1800px;
    }
}

.header-layout2 {
    position: relative;
    z-index: 9;
}

.header-layout2 .header-top {
    background-color: var(--title-color);
    color: var(--white-color);
}

.header-layout2 .header-links ul {
    margin: 0;
    padding: 0;
}

.header-layout2 .header-links ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.header-layout2 .header-links ul li:first-child {
    padding-right: 20px;
    margin-right: 20px;
}

.header-layout2 .header-links ul li:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    right: 0;
    top: 50%;
    background: var(--smoke-color);
    transform: translateY(-50%);
}

.header-layout2 .header-links ul li a {
    color: var(--white-color);
    font-size: 12px;
    font-family: var(--body-font);
    text-transform: capitalize;
    position: relative;
}

.header-layout2 .header-links ul li a:hover {
    color: var(--sec-color);
}

.header-layout2 .header-links ul li a .clock-icon {
    line-height: 45px;
    text-align: center;
    font-size: 13px;
}

.header-layout2 .header-links ul li a i {
    margin-right: 15px;
}

.header-layout2 .vs-logo {
    top: 0;
}

.header-layout2 .header-btns {
    top: 0;
    margin-left: 0;
}

.header-layout2 .sticky-active:not(.active) {
    position: relative;
}

.header-layout2 .sticky-active.active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.header-layout2 .sticky-active.active .menu-area {
    background-color: var(--title-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.header-layout2 .sticky-active.active .menu-style2 {
    text-align: center;
}

.header-layout2 .sticky-active.active .menu-style2>ul>li>a {
    padding: 37.5px 0;
}

.header-layout2 .sticky-active.active .header-btns .vs-btn {
    border: 1px solid var(--white-color);
}

.header-layout2 .menu-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.header-layout2 .sticky-wrapper {
    margin-top: 15px;
    position: absolute;
    width: 100%;
    background: transparent;
}

@media (min-width: 1600px) {
    .header-layout2 {
        --main-container: 1516px;
    }
}

.header-layout3 {
    position: relative;
    z-index: 9;
}

@media (min-width: 1600px) {
    .header-layout3 {
        --main-container: 1656px;
    }
}

.header-layout3 .header-top {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout3 .header-links ul {
    margin: 0;
    padding: 0;
}

.header-layout3 .header-links ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.header-layout3 .header-links ul li:first-child {
    padding-right: 20px;
    margin-right: 20px;
}

.header-layout3 .header-links ul li:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    right: 0;
    top: 50%;
    background: #5270dd;
    transform: translateY(-50%);
}

.header-layout3 .header-links ul li a {
    color: var(--white-color);
    font-size: 12px;
    font-family: var(--body-font);
    text-transform: capitalize;
    position: relative;
}

.header-layout3 .header-links ul li a:hover {
    color: var(--sec-color);
}

.header-layout3 .header-links ul li a .clock-icon {
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1725490196);
    color: var(--sec-color);
    font-size: 13px;
}

.header-layout3 .header-links ul li a i {
    margin-right: 15px;
}

.header-layout3 .header-social a {
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1725490196);
    margin-right: 5px;
    display: inline-block;
    font-size: 10px;
}

.header-layout3 .header-social a:hover {
    background-color: var(--sec-color);
    color: var(--white-color);
}

.header-layout3 .vs-logo {
    top: 0;
    position: relative;
    margin-right: 0;
    padding: 36px 50px 36px 0;
}

.header-layout3 .vs-logo a {
    position: relative;
    z-index: 1;
}

.header-layout3 .vs-logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    z-index: 0;
    background-color: var(--title-color);
    border-radius: 0;
    border-bottom: 4px solid var(--theme-color);
}

.header-layout3 .bar-btn .bar:after,
.header-layout3 .bar-btn .bar:before {
    background-color: var(--title-color);
}

.header-layout3 .header-btns {
    top: 0;
    margin-left: 0;
}

.header-layout3 .header-btns .style3 {
    background-color: var(--sec-color);
    border-color: var(--title-color);
    color: var(--title-color);
    font-size: 14px;
    padding: 12px 30px;
}

.header-layout3 .header-btns .style3:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout3 .header-btns .eject {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--title-color);
    color: var(--white-color);
    border-radius: 100%;
    text-align: center;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.header-layout3 .header-btns .eject:hover {
    background-color: var(--theme-color);
}

.header-layout3 .header-middle {
    padding: 0 20px 0 40px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .header-layout3 .header-middle {
        padding: 0 10px 0 10px;
    }
}

.header-layout3 .header-middle .dropdown button {
    color: var(--title-color);
}

.header-layout3 .header-middle .dropdown button:hover {
    color: var(--theme-color);
}

.header-layout3 .sticky-active:not(.active) {
    position: relative;
    z-index: 9;
}

.header-layout3 .sticky-active.active {
    background-color: var(--white-color);
    padding: 0 10px 0 0;
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.39);
}

.header-layout3 .sticky-active.active .vs-logo {
    padding: 5px 10px 5px 0;
}

.header-layout3 .sticky-active.active .vs-logo img {
    padding: 10px 0;
    max-width: 100px;
}

.header-layout3 .sticky-active.active .menu-area {
    background-color: var(--title-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.header-layout3 .sticky-active.active .menu-style2 {
    text-align: center;
}

.header-layout3 .sticky-active.active .menu-style2>ul>li>a {
    padding: 37.5px 0;
}

.header-layout3 .sticky-active.active .vs-menu-toggle {
    background-color: var(--theme-color);
}

.header-layout3 .menu-style3 {
    text-align: left;
}

.header-layout3 .menu-style3>ul>li>a .new-label {
    top: -8px;
}

.header-layout3 .main-menu>ul>li>a {
    color: var(--title-color);
    padding: 20px 0 20px 0;
}

.header-layout3 .main-menu>ul>li>a:hover {
    color: var(--sec-color);
}

.header-layout3 .main-menu>ul>li>a::before {
    background-color: var(--title-color);
}

.header-layout3 .menu-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.header-layout3 .sticky-wrapper {
    position: absolute;
    width: 100%;
    background: var(--white-color);
}

.vs-logo {
    /* position: relative; */
    top: 45px;
    text-align: center;
    /* margin-right: 35px; */
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .vs-logo {
        margin-right: 0;
    }
}

.social-media {
    padding: 7px 0;
}

.social-media a {
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1725490196);
    margin-right: 5px;
    display: inline-block;
    font-size: 10px;
}

.social-media a:hover {
    background-color: var(--sec-color);
    color: var(--title-color);
}

.social-media2 a {
    color: var(--white-color);
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--title-color);
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
}

.social-media2 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--theme-color);
    letter-spacing: 1px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu a {
        font-size: 16px;
    }
}

.main-menu a:hover {
    color: var(--sec-color);
}

.main-menu>ul>li {
    margin: 0 24px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 18px;
    }
}

.main-menu>ul>li>a {
    transition: all 0.4s ease;
}

.main-menu>ul>li>a .new-label {
    position: absolute;
    top: 12px;
    right: -16px;
    font-size: 11px;
    border-radius: 3px;
    background-color: var(--title-color);
}

.main-menu>ul>li>a .has-new-lable {
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: 0.8rem;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--title-color);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--sec-color);
    box-shadow:
        0px 10px 60px 0px rgba(0, 0, 0, 0.09),
        0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition:
        margin-top 0.4s ease-in-out 0s,
        visibility 0.4s ease-in-out 0s,
        opacity 0.4s ease-in-out 0s,
        z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px;
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 62px);
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 3px;
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
    content: "\f111";
    position: absolute;
    top: 2.5em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: var(--sec-color);
    font-weight: 700;
    background-color: var(--white-color);
    box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 4px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--sec-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--sec-color);
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0;
}

.menu-style1>ul>li>a {
    padding: 15px 0;
}

.menu-style1>ul>li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    background-color: var(--white-color);
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 6px;
}

.menu-style1>ul>li>a:hover::before {
    visibility: visible;
    opacity: 1;
}

.menu-style2 {
    text-align: center;
}

.menu-style2>ul>li>a {
    padding: 30px 0;
}

.menu-style2>ul>li>a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    background-color: var(--white-color);
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 6px;
}

.menu-style2>ul>li>a:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-btns {
    display: flex;
    align-items: center;
    position: relative;
    /* top: 20px; */
    margin-left: 35px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .header-btns {
        margin-left: 0;
    }
}

.header-btns a,
.header-btns button {
    margin-right: 5px;
}

.header-btns a:last-child,
.header-btns button:last-child {
    margin-right: 0;
}

.header-middle .dropdown button {
    background: transparent;
    border: unset;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
}

.header-middle .dropdown button:hover {
    color: var(--sec-color);
}

.header-middle .dropdown .dropdown-menu {
    transform: translate(0px, 66px) !important;
    min-width: 5rem;
    padding: 1rem 0;
}

.header-middle .dropdown .dropdown-menu .dropdown-item:hover {
    color: #1e2125;
    background-color: var(--sec-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .main-menu>ul>li {
        margin: 0 12px;
    }
}

/* Extra large devices */
@media (max-width: 1500px) {
    .header-layout3 .vs-logo {
        padding: 15px 50px 15px 0;
    }

    .header-layout3 .main-menu>ul>li {
        margin: 0 8px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .main-menu>ul>li {
        margin: 0 10px;
    }

    .header-info {
        display: block;
        --icon-size: 40px;
    }

    .header-info .header-layout2 .menu-area {
        position: relative;
        background-color: var(--title-color);
    }

    .header-layout2 .menu-style2 {
        text-align: end;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .vs-logo {
        top: 0;
        text-align: center;
    }

    .vs-logo img {
        padding: 10px 0px 5px 0px;
    }

    .vs-btn-selecter {
        height: 25px;
        font-size: 10px;
        font-weight: 500;
    }

    .vs-btn-selecter i {
        font-size: 10px;
    }

    .sticky-active.active {
        padding: 2px 0;
    }

    .header-social {
        padding: 10px 0;
    }

    .header-middle::after {
        display: none;
    }

    .main-menu>ul>li {
        margin: 0 10px;
    }

    .header-layout1 .manu-inner::after {
        display: none;
    }

    .header-layout1 .manu-inner::before {
        display: none;
    }

    .header-layout1 .header-middle {
        border-bottom: none !important;
        justify-content: flex-end;
    }

    .header-layout1 .header-middle::before {
        display: none;
    }

    .header-layout1 .header-middle::after {
        display: none;
    }

    .menu-inner::after,
    .menu-inner::before {
        display: none;
    }

    .header-layout3 .vs-logo {
        padding: 5px 30px 5px 0;
    }

    .header-layout3 .header-middle {
        padding: 0 10px 0 40px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .vs-logo img {
        max-width: 160px;
        height: auto;
    }

    /* .vs-btn-selecter {
		padding: 8px 8px !important;
	} */
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
    padding-bottom: 60px;
}

.copyright-wrap {
    text-align: center;
    padding: 42px 0;
    position: relative;
    z-index: 2;
}

.copyright-menu ul {
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    margin-right: 30px;
}

.copyright-menu li:last-child {
    margin-right: 0;
}

.copyright-menu a {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
}

.copyright-menu a:hover {
    color: var(--sec-color);
}

.copyright-text {
    margin: 0;
    font-weight: 500;
    color: var(--smoke-color);
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
}

.copyright-text a {
    color: var(--smoke-color);
    font-weight: 700;
}

.copyright-text a:hover {
    color: var(--sec-color);
    text-decoration: underline;
}

.footer-layout1 .footer-widget.widget_nav_menu a,
.footer-layout2 .footer-widget.widget_nav_menu a {
    color: var(--white-color);
}

.footer-layout1 .footer-widget.widget_nav_menu a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
    color: var(--sec-color);
}

.footer-layout1 {
    background-color: var(--theme-color);
    --body-color: #c7c7c7;
    --title-color: #fff;
}

.footer-layout1 .widget {
    background-color: transparent;
    margin-bottom: 0;
}

.footer-layout1 .post-title a:hover {
    color: var(--sec-color);
}

.footer-layout1 .widget-area {
    padding-bottom: 0;
}

.footer-layout1 .copyright-wrap {
    padding: 30px 0;
    background-color: #081617;
}

.footer-layout1 .vs-widget-about {
    margin-bottom: 32px;
}

.footer-layout1 .section-line {
    margin-bottom: 30px;
}

.footer-layout1 .footer-widget3 .widget_title {
    margin-bottom: 15px;
}

.footer-layout1 .footer-time3 {
    margin-bottom: 0;
    color: var(--white-color);
}

.footer-layout2 {
    color: #fff;
    background-color: #081617;
}

.footer-layout2 .copyright-wrap {
    background-color: #081617;
    padding: 30.5px 0px;
}

.footer-layout2 .footer-widget {
    margin-bottom: 0px;
}

.footer-layout2 .footer-address a:hover {
    color: var(--sec-color);
}

.footer-layout2 .footer-text {
    margin-bottom: 0;
}

.footer-menu {
    border-bottom: 1px solid #c3ccc9;
}

.footer-menu ul {
    margin-bottom: 0;
}

.footer-menu .menu-item {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.footer-menu .menu-item a {
    color: var(--title-color);
    display: inline-block;
    padding: 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.footer-menu .menu-item a::after {
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-color);
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.footer-menu .menu-item a:hover {
    color: var(--theme-color);
}

.footer-menu .menu-item a:hover::after {
    visibility: visible;
    opacity: 1;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .footer-layout1 {
        padding-top: 25px;
        font-size: 14px;
    }

    .footer-layout1 .widget {
        margin-bottom: 50px;
    }

    .footer-layout1 .widget-area {
        padding-bottom: 70px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .footer-layout1 {
        padding-top: 20px;
        font-size: 14px;
    }

    .footer-layout1 .widget {
        margin-bottom: 50px;
    }

    .footer-layout1 .widget-area {
        padding-bottom: 0px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .copyright-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-layout1 .widget {
        margin-bottom: 50px;
    }
}

/*------------------- 4.4. Breadcumb  -------------------*/

.breadcumb-menu-wrap {
    line-height: 1;
}

.breadcumb-menu {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0px 5px;
    list-style-type: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2549019608);
    border-radius: 30px;
    display: inline-block;
    /* Medium devices */
}

@media (max-width: 991px) {
    .breadcumb-menu {
        display: inline-block;
        padding: 0px 5px;
        font-size: 14px;
    }
}

.breadcumb-menu li {
    display: inline;
    list-style: none;
    position: relative;
}

.breadcumb-menu li a:hover {
    color: var(--sec-color);
}

.breadcumb-menu li:after {
    content: "|";
    position: relative;
    margin-left: 12px;
    margin-right: 8px;
    color: var(--smoke-color);
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--sec-color);
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--body-font);
    color: var(--sec-color);
}

.breadcumb-menu li>i,
.breadcumb-menu a>i,
.breadcumb-menu span>i {
    margin-right: 10px;
}

.breadcumb-menu a {
    color: var(--theme-color);
}

.breadcumb-menu a:hover {
    color: var(--sec-color);
}

.breadcumb-menu2 {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 11px 23px;
    list-style-type: none;
    font-size: 16px;
    background: transparent;
    display: inline-block;
    margin-top: 16px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .breadcumb-menu2 {
        display: inline-block;
        padding: 8px 16px;
        font-size: 14px;
    }
}

.breadcumb-menu2 li {
    display: inline;
    list-style: none;
    position: relative;
}

.breadcumb-menu2 li a:hover {
    color: var(--sec-color);
}

.breadcumb-menu2 li:after {
    content: "/";
    position: relative;
    margin-left: 8px;
    margin-right: 5px;
    color: var(--white-color);
}

.breadcumb-menu2 li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--sec-color);
}

.breadcumb-menu2 li:last-child:after {
    display: none;
}

.breadcumb-menu2 li,
.breadcumb-menu2 a,
.breadcumb-menu2 span {
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--sec-color);
}

.breadcumb-menu2 li>i,
.breadcumb-menu2 a>i,
.breadcumb-menu2 span>i {
    margin-right: 10px;
}

.breadcumb-menu2 a {
    color: var(--white-color);
}

.breadcumb-menu2 a:hover {
    color: var(--sec-color);
}

.breadcumb-title {
    font-size: 20px;
    color: var(--theme-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--title-font);
    line-height: 100%;
}

.breadcumb-subtitle {
    color: var(--white-color);
    font-size: 18px;
    margin: 22px 0 -0.25em 0;
}

.breadcumb-wrapper {
    padding-top: 200px;
    padding-bottom: 10px;
    background-color: var(--title-color);
}

.breadcumb-wrapper .breadcumb-content {
    /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
    /* Medium devices */
}

.breadcumb-menunu {
    color: #fff;
}

.breadcumb-menunu a {
    color: #fff;
}

.breadcumb-wrapper .breadcumb-content img {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .breadcumb-wrapper .breadcumb-content {
        display: block !important;
        text-align: center;
    }

    .breadcumb-wrapper .breadcumb-content img {
        display: none;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 18px;
    }

    .breadcumb-subtitle {
        font-size: 16px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .breadcumb-subtitle {
        font-size: 14px;
    }

    .breadcumb-wrapper {
        padding-top: 150px;
        padding-bottom: 10px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 12px;
    }

    .breadcumb-menu li:after {
        margin-left: 8px;
        margin-right: 5px;
    }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
    text-align: center;
    margin-bottom: 30px;
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}

.vs-pagination li:last-child {
    margin-right: 0;
}

.vs-pagination li:first-child {
    margin-left: 0;
}

.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    font-family: var(--body-font);
    color: var(--title-color);
    background-color: #f5f5f5;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    z-index: 1;
    border-radius: 50%;
    vertical-align: middle;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--sec-color);
    box-shadow: none;
}

.post-pagination {
    margin: 50px 0;
}

.post-pagi-box a {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: var(--title-font);
    gap: 15px;
}

.post-pagi-box a i {
    font-size: 22px;
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: var(--title-color);
    color: var(--white-color);
    transition: all ease 0.4s;
}

.post-pagi-box a:hover i {
    background-color: var(--sec-color);
}

.post-pagi-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 29px 0px;
}

.post-pagi-box .pagi-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin: 4.5px 0 0 0;
    max-width: 250px;
    flex: 1;
}

.post-pagi-box .pagi-title a {
    color: inherit;
}

.post-pagi-box .pagi-title a:hover {
    color: var(--sec-color);
}

.post-pagi-box.next {
    flex-direction: row-reverse;
    text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .post-pagination {
        margin: 40px 0;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .vs-pagination span,
    .vs-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
        vertical-align: middle;
    }

    .vs-pagination span i,
    .vs-pagination a i {
        vertical-align: middle;
    }

    .post-pagi-box {
        display: block;
        padding: 20px 20px;
    }

    .post-pagi-box>a {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        line-height: 120%;
    }

    .post-pagi-box>a>i {
        font-size: 16px;
        width: 34px;
        height: 32px;
        line-height: 32px;
    }
}

/*------------------- 4.6. simple-sections  -------------------*/
.social-box {
    padding: 80px 100px;
    position: relative;
    z-index: 1;
}

.social-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: -1;
}

.social-box__title {
    color: var(--white-color);
    margin: -0.2em 0 10px 0;
    font-size: 34px;
}

.social-box a,
.info-social a {
    display: inline-block;
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    border: 1px solid var(--white-color);
    font-size: 20px;
    margin-right: 5px;
    border-radius: 50%;
}

.social-box a:last-child,
.info-social a:last-child {
    margin-right: 0;
}

.social-box a:hover,
.info-social a:hover {
    background-color: var(--sec-color);
    color: var(--white-color);
    border-color: transparent;
}

.info-social.style2 a {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

.info-social.style2 a:hover {
    color: var(--title-color);
    background-color: var(--sec-color);
    border-color: transparent;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .social-box {
        padding: 60px 50px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .social-box {
        padding: 40px 40px;
    }

    .social-box__title {
        font-size: 26px;
    }

    .award-wrap1 {
        padding: 80px 20px 10px 20px;
    }

    .award-wrap-title {
        max-width: 740px;
    }

    .award-style1 {
        padding: 30px 20px 30px 20px;
    }

    .award-style1 .award-text {
        font-size: 14px;
    }

    .award-style1 .award-img {
        min-height: 100px;
        line-height: 100px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .social-box::before {
        width: 100%;
    }

    .award-wrap-title {
        max-width: 520px;
        padding: 21px 20px;
        margin-bottom: -30px;
    }

    .award-wrap1 {
        padding: 70px 20px 10px 20px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .social-box {
        padding: 40px 20px;
    }

    .info-social a,
    .social-box a {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 16px;
    }
}

/*------------------- 4.7. Popup Search  -------------------*/
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--sec-color);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--title-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.8. sidemenu-v Menu  -------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    background-color: var(--title-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    z-index: 33;
}

.sidemenu-wrapper .closeButton i {
    line-height: inherit;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--title-color);
    border-color: transparent;
    transform: rotate(90deg);
    background-color: var(--sec-color);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--dark-color);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    width: 450px;
    margin-left: auto;
    padding: 50px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content .widget_title {
    color: var(--white-color);
}

.sidemenu-wrapper .sidemenu-content .post-title {
    color: var(--white-color);
}

.sidemenu-wrapper .sidemenu-content .post-title:hover a {
    color: var(--sec-color);
}

.sidemenu-wrapper .sidemenu-content .recent-post .recent-post-meta a {
    color: var(--smoke-color);
}

.sidemenu-wrapper .sidemenu-content .recent-post .recent-post-meta a:hover {
    color: var(--sec-color);
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 50px;
}

.sidemenu-wrapper .footer-text {
    max-width: 100%;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/*------------------- 4.9. blog  -------------------*/
.blog-date {
    position: absolute;
    bottom: 8%;
    display: block;
    background: var(--sec-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    text-transform: uppercase;
    padding: 10px 27px;
    letter-spacing: 2px;
    border-radius: 0px 6px 6px 0;
}

.blog-date:hover {
    background: var(--title-color);
    color: var(--white-color);
}

.vs-quote {
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    padding: 0px 30px 0px 50px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: var(--title-color);
}

.vs-quote p {
    color: var(--title-color);
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-left: 30px;
    text-transform: capitalize;
}

.vs-quote:before {
    height: 100%;
    right: auto;
    position: absolute;
    left: 10px;
    top: 12px;
    color: var(--body-color);
    bottom: 0;
    font-size: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
}

.blog-single {
    padding-bottom: 52px;
    border-bottom: 1px solid #e1e6e2;
    position: relative;
    margin-bottom: 52px;
}

.blog-single::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--body-color);
    bottom: -1px;
    right: 0px;
    border-radius: 5px;
}

.blog-single .blog-img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.blog-single .blog-img img {
    width: 100%;
    border-radius: 6px;
}

.blog-single .blog-single .blog-meta {
    margin-bottom: 8px;
    margin-top: -0.45em;
    padding-top: 0;
}

.blog-single .blog-meta span,
.blog-single .blog-meta a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.blog-single .blog-meta span:hover,
.blog-single .blog-meta a:hover {
    color: var(--theme-color);
}

.blog-single .blog-meta span i,
.blog-single .blog-meta a i {
    margin-right: 8px;
    color: #80a5a6;
}

.blog-single .blog-meta {
    margin-bottom: 5px;
    display: flex;
}

.blog-single .blog-meta>a {
    padding-right: 16px;
    margin-right: 10px;
    font-weight: 700;
    color: var(--title-color);
}

.blog-single .blog-meta .categorys>a {
    padding-right: 0;
    margin-right: 0;
    color: var(--body-color);
    font-weight: 600;
}

.blog-single .blog-meta .categorys>a:hover {
    color: var(--sec-color);
}

.blog-single .blog-meta>a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    height: 10px;
    width: 1px;
    background-color: #90d9dd;
}

.blog-single .blog-title {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 600;
    color: var(--title-color);
    margin: 0 0 18px 0;
}

.blog-single .blog-title a {
    color: var(--title-color);
}

.blog-single .blog-title a:hover {
    color: var(--theme-color);
}

.blog-single .blog-bottom {
    /* margin-bottom: 50px; */
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.blog-single .blog-bottom::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--body-color);
    bottom: -1px;
    right: 0px;
    border-radius: 5px;
}

.blog-single .blog-bottom .link-btn {
    background: unset;
    color: var(--title-color);
    display: inline-block;
    padding: 5px 0px 10px 0px;
    font-size: 13px;
    border-bottom: 2px dotted #525f8d;
    text-transform: uppercase;
}

.blog-single .blog-bottom .link-btn:hover {
    color: var(--sec-color);
}

.share-links-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 26px;
    font-family: var(--body-font);
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-links {
    margin: 70px 0 50px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 21px;
    position: relative;
}

.share-links::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--body-color);
    bottom: -1px;
    right: 0px;
    border-radius: 5px;
}

.social-links {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.social-links li a {
    color: var(--title-color);
}

.social-links li a:hover {
    color: var(--sec-color);
}

.share-links .tagcloud {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--body-color);
}

.blog-single {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-single::after {
    content: none;
}

.blog-author {
    display: flex;
    align-items: center;
    background-color: var(--title-color);
    padding: 30px 45px;
    margin: 50px 0 20px;
}

.blog-author .media-img {
    width: 154px;
    height: 154px;
    margin-right: 32px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-author .author-name {
    color: var(--white-color);
    font-size: 26px;
    font-family: var(--title-font);
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-author .author-text {
    color: var(--smoke-color);
    margin-bottom: 22px !important;
}

.blog-author .author-links a {
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    margin-right: 15px;
}

.blog-author .author-links a:hover {
    color: var(--sec-color);
}

.blog-single .post-pagination {
    margin: 0px 0 50px;
}

.blog-style1 {
    background-color: var(--white-color);
    padding: 20px 20px 30px 20px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0.77px rgba(130, 138, 138, 0.1);
    margin: 15px 0 30px;
}

.blog-style1 .blog-img {
    position: relative;
    margin-bottom: 20px;
}

.blog-style1 .blog-date {
    padding: 7px 12px;
    top: 0;
    left: 5%;
    bottom: unset;
    background-color: var(--sec-color);
    border-radius: 0px 0px 6px 6px;
}

.blog-style1 .blog-date span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--title-color);
    line-height: 21px;
    font-size: 18px;
    font-weight: 600;
}

.blog-style1 .blog-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 10px;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e7e7;
}

.blog-style1 .blog-meta a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
}

.blog-style1 .blog-meta a:hover {
    color: var(--sec-color);
}

.blog-style1 .blog-meta a i {
    color: var(--sec-color);
    font-size: 13px;
    margin-right: 8px;
    transition: all 0.4s ease;
}

.blog-style1 .blog-meta>a:not(:last-child):after {
    content: "~";
    font-size: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #6976a4;
}

.blog-style1 .blog-content {
    text-transform: capitalize;
    text-align: center;
}

.blog-style1 .blog-content .blog-title {
    line-height: 26px;
}

.blog-style1 .blog-content .blog-title a {
    color: var(--title-color);
}

.blog-style1 .blog-content .blog-title a:hover {
    color: var(--sec-color);
}

.blog-style1 .blog-content .blog-text {
    font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
    .blog-style1 .blog-meta {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .blog-single .blog-title {
        font-size: 24px;
    }

    .blog-author {
        display: block;
        text-align: center;
    }

    .blog-author .media-img {
        margin: 0 auto 20px;
    }

    .blog-style1 .blog-meta {
        justify-content: space-around;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .blog-date {
        letter-spacing: 1px;
        font-size: 12px;
        padding: 6px 16px;
    }

    .blog-single {
        padding-bottom: 25px;
        margin-bottom: 10px;
    }

    .blog-title {
        font-size: 24px;
    }

    .blog-single .blog-meta>a {
        font-size: 12px;
    }

    .blog-single .blog-meta .categorys a {
        font-size: 12px;
    }
}

/*------------------- 4.10. Subscribe  -------------------*/
.subscribe {
    background: var(--sec-color) !important;
    padding: 85px 0;
}

.form-title {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 7.5px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .form-title {
        margin-bottom: 50px;
    }
}

.form-text {
    font-size: 15px;
    text-transform: capitalize;
    color: var(--body-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/*------------------- 4.11. hero  -------------------*/
.hero-layout1 {
    background-size: cover;
    position: relative;
    padding-top: 270px;
    padding-bottom: 270px;
    /* max-height: 790px; */
    max-height: 700px;
    z-index: 1;
}

.hero-layout1 .overlay {
    background: rgb(15, 57, 59);
    background: linear-gradient(90deg,
            rgb(15, 57, 59) 0%,
            rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.hero-layout1 .hero-title {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 40px;
}

.hero-layout2 {
    background-size: auto;
    position: relative;
    padding-top: 330px;
    padding-bottom: 270px;
    max-height: 870px;
    overflow: hidden;
}

.hero-layout2 .hero-title {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--white-color);
}

.hero-layout2 .hero-text {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.hero-layout2 .hero-shape1 {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 50%;
}

.hero-layout3 {
    background-size: auto;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .hero-layout3 {
        --main-container: 1652px;
    }
}

.hero-layout3 .hero-left {
    display: flex;
    align-items: center;
    margin-left: 190px;
    margin-right: 110px;
    padding-top: 20px;
}

.hero-layout3 .hero-left .hero-content {
    max-width: 755px;
}

.hero-layout3 .media-style2 {
    padding: 60px;
    background-color: #fce2b6;
    text-align: center;
}

.hero-layout3 .media-style2.item-one {
    padding-top: 200px;
    max-width: 100%;
    width: 360px;
}

.hero-layout3 .media-style2.item-two {
    padding: 90px 60px 60px 60px;
    background-color: #e7f2f4;
    max-width: 100%;
    width: 360px;
}

.hero-layout3 .media-style2 .media-img {
    margin-bottom: 35px;
}

.hero-layout3 .media-style2 .media-title {
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-layout3 .media-style2 .media-price {
    color: var(--title-color);
}

.hero-layout3 .media-style2 .media-price i {
    margin-right: 5px;
}

.hero-layout3 .media-style2 .media-price .propertie-price {
    font-weight: 700;
}

.hero-layout3 .hero-title {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--title-color);
}

.hero-layout3 .hero-text {
    color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.hero-layout4 {
    background-size: cover;
    position: relative;
    padding-top: 210px;
    padding-bottom: 270px;
    max-height: 660px;
    z-index: 1;
}

.hero-layout4 .overlay {
    background: rgb(15, 57, 59);
    background: linear-gradient(90deg,
            rgb(15, 57, 59) 0%,
            rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.hero-layout4 .hero-title {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (min-width: 1600px) {
    .form-layout3 {
        --main-container: 1652px;
    }
}

/* Extra large devices */
@media (max-width: 1500px) {
    .hero-layout2 {
        padding-top: 240px;
        padding-bottom: 200px;
    }

    .hero-layout2 .hero-title {
        font-size: 65px;
    }

    .hero-layout3 .hero-title {
        font-size: 42px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .map-box {
        text-align: center;
    }

    .map-box .box-title {
        text-align: center;
    }

    .hero-layout1 .hero-title {
        font-size: 45px;
    }

    .hero-layout2 {
        padding-top: 170px;
        padding-bottom: 100px;
    }

    .hero-layout2 .hero-title {
        font-size: 45px;
    }

    .hero-layout3 .media-style2 {
        display: none;
    }

    .hero-layout3 .hero-left {
        padding-top: 220px;
        padding-bottom: 120px;
        margin-left: 110px;
        margin-right: 110px;
    }

    .hero-layout3 .hero-left .hero-content {
        text-align: center;
    }

    .hero-layout3 .hero-title {
        font-size: 55px;
    }

    .hero-layout3 .hero-img {
        display: none;
    }

    .hero-layout3 .main-menu>ul>li {
        margin: 0 20px;
    }

    .hero-layout4 {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    .hero-layout4 .hero-title {
        font-size: 55px;
        margin-bottom: 0;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .hero-logo {
        display: none;
    }

    .hero-content {
        padding-top: 0px;
        margin-bottom: 0;
        text-align: center;
    }

    .hero-content .hero-logo {
        margin-bottom: 30px;
    }

    .hero-content .hero-shape1 {
        max-width: 100%;
    }

    .hero-content .hero-text {
        text-align: center;
    }

    .hero-content .hero-btns {
        text-align: center;
    }

    .hero-layout1 {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .hero-layout2 {
        padding-top: 150px !important;
    }

    .hero-layout2 .hero-title {
        font-size: 44px;
        text-align: center;
    }

    .hero-layout2 .hero-shape1 {
        display: none;
    }

    .hero-layout2 .hero-text {
        text-align: center;
    }

    .hero-layout2 .hero-btns {
        text-align: center;
    }

    .hero-layout3 .hero-left {
        padding-top: 200px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero-layout3 .hero-img {
        display: none;
    }

    .hero-layout3 .vs-logo {
        padding: 5px 50px 5px 0;
    }

    .hero-layout4 .hero-title {
        font-size: 44px;
        margin-bottom: 0;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .hero-content {
        margin-bottom: 0;
    }

    .hero-layout1 .hero-title {
        font-size: 38px;
    }

    .hero-layout2 {
        padding-top: 150px;
    }

    .hero-layout2 .hero-title {
        font-size: 30px;
    }

    .hero-layout2 .hero-shape1 {
        display: none;
    }

    .hero-layout3 .hero-logo {
        display: none;
    }

    .hero-layout3 .hero-title {
        font-size: 40px;
    }

    .hero-layout4 .hero-title {
        font-size: 30px;
        margin-bottom: 0;
    }
}

/*------------------- 4.12. category  -------------------*/
.category-item {
    padding: 10px;
    background: var(--white-color);
    border-radius: 109.5px;
    box-shadow: 1.5px 0.598px 10.88px 1.12px rgba(116, 117, 117, 0.1);
    margin: 5px 0;
    transition: all 0.5s ease;
    height: 100%;
    /* Ensure full height */
}

@media (max-width: 1199px) {
    .category-item {
        border-radius: 0;
    }
}

.category-item:hover {
    cursor: pointer;
    transition: all 0.5s ease;
}

.category-item:hover .category-icon i {
    color: var(--theme-color);
}

.category-item:hover .category-title a {
    color: var(--theme-color);
}

.category-style1 {
    text-align: center;
    border: 1px dotted var(--title-color);
    padding: 22.5px 32px;
    border-radius: 109.5px;
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Large devices */
}

@media (max-width: 1199px) {
    .category-style1 {
        border-radius: 0;
    }
}

.category-style1 .category-icon {
    width: 104px;
    height: 104px;
    /* background-color: var(--title-color); */
    /* border-radius: 100%; */
    margin: 10px auto 30px auto;
    transform: scaleX(1);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

/* Make image cover the entire rounded background */
.category-style1 .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

/* For SVG icons - keep them centered but not covering */
.category-style1 .category-icon img[src*="svg"] {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: relative;
    filter: brightness(0) invert(1);
}

/* On hover - change background and flip icon container */
.category-style1:hover {
    border-color: var(--sec-color);
}

.category-style1:hover .category-icon {
    transform: scaleX(-1);
    /* background-color: var(--sec-color); */
}

/* Keep SVG icons white on hover */
.category-style1:hover .category-icon img[src*="svg"] {
    filter: brightness(0) invert(1);
}

/* For regular images on hover - don't change colors */
.category-style1:hover .category-icon img:not([src*="svg"]) {
    filter: none;
}

.category-style1 .category-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: var(--title-font);
    flex-shrink: 0;
    /* Prevent title from shrinking */
}

.category-style1 .category-title a {
    color: var(--title-color);
}

.category-style1 .category-title a:hover {
    color: var(--sec-color);
}

.category-style1 .category-text {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--sec-color);
    margin-bottom: 0;
    flex-shrink: 0;
    /* Prevent text from shrinking */
}

.category-carousel {
    margin-bottom: 40px;
}

/* Ensure all columns have equal height */
.category-carousel .col-auto {
    height: 100%;
}

/* For the carousel items */
.category-carousel .category-item {
    height: 100%;
}

/* Make all rows have equal height cards */
.row.mx-4 {
    display: flex;
    flex-wrap: wrap;
}

.row.mx-4 [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* Rest of your CSS remains the same */
.img-box1 {
    position: relative;
}

.img-box1 .img-1 {
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}

.img-box1 .img-1 img {
    max-width: 186px;
}

.img-box1 .img-2 {
    position: relative;
    z-index: 0;
}

.img-box1 .img-3 {
    position: absolute;
    bottom: 27%;
    left: 32%;
    width: 150px;
    /* background-color: var(--sec-color); */
    /* border-radius: 30%; */
}

.img-box1 .shape-dotted,
.img-box1 .shape-dotted2.jump-reverse {
    position: absolute;
    right: -20px;
    bottom: -35px;
    z-index: -1;
}

.box-dsc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--body-font);
    margin-bottom: 26px;
}

.list-style1 {
    margin-bottom: 38px;
}

.list-style1 ul {
    padding-left: 0;
}

.list-style1 ul li {
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: var(--body-color);
    font-family: var(--body-font);
    margin-bottom: 5px;
}

.list-style1 ul li i {
    font-size: 14px;
    color: var(--sec-color);
    margin-right: 8px;
}

.media-box {
    background: var(--white-color);
    border-radius: 6px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
    height: 100%;
    /* Make media boxes equal height */
}

.media-style1 {
    align-items: center;
    padding: 15px 20px 15px;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.media-style1 .media-title {
    font-family: var(--body-font);
    color: var(--title-color);
    font-size: 26px;
    margin-bottom: 6px;
}

.media-style1 .media-text {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 100%;
    font-size: 14px;
}

.media-style1 .media-item {
    /* border-bottom: 1px solid var(--border-color); */
    align-items: center;
}

.media-style1:hover,
.media-style1.media-style1--active {
    background: var(--sec-color);
}

.media-style1:hover .media-title,
.media-style1:hover .media-text,
.media-style1.media-style1--active .media-title,
.media-style1.media-style1--active .media-text {
    color: var(--white-color);
}

.media-style1:hover .media-item,
.media-style1.media-style1--active .media-item {
    border-bottom: 1px solid transparent;
}

.media-style1:hover .media-icon,
.media-style1.media-style1--active .media-icon {
    background: rgba(255, 255, 255, 0.7882352941);
}

.media-style1:hover .icon-btn2,
.media-style1.media-style1--active .icon-btn2 {
    background: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
    .title-area2 .sec-title2 {
        font-size: 30px !important;
        line-height: 32px;
    }

    .category-carousel {
        margin-bottom: 30px;
    }

    .img-box1 .shape-dotted2.jump-reverse {
        right: -8px;
    }
}

@media (max-width: 375px) {
    .list-style1 ul li {
        font-size: 12px;
    }
}

/* Force carousel items to have equal height */
.vs-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.vs-carousel .slick-slide {
    height: auto !important;
}

.vs-carousel .slick-slide>div {
    height: 100%;
}

/* For the category items in carousel */
.category-carousel .slick-slide .category-item {
    height: 100%;
}

/*------------------- 4.13. properties  -------------------*/
.propertie-title {
    line-height: 0.75;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.filter-menu-active {
    background: var(--white-color);
    margin: 0 auto;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 50px;
}

.filter-menu-active li {
    list-style: none;
    display: inline-block;
}

.filter-menu-active .style3 {
    background-color: transparent;
}

.propertie-style1 {
    position: relative;
    background: var(--white-color);
    padding: 20px 20px 30px 20px;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
}

.propertie-style1 .propertie-img {
    margin-bottom: 25px;
    position: relative;
}

.propertie-style1 .propertie-img img {
    width: 100%;
    border-radius: 6px;
}

.propertie-style1 .propertie-name {
    text-align: left;
    margin: 0 0 20px 0;
}

.propertie-style1 .propertie-name a {
    color: var(--title-color);
}

.propertie-style1 .propertie-name a:hover {
    color: var(--sec-color);
}

.propertie-style1 .propertie-wishlist {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: var(--white-color);
    bottom: -7%;
    right: 5%;
    font-size: 18px;
    background-color: var(--title-color);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.propertie-style1 .propertie-wishlist:hover {
    background-color: var(--sec-color);
    color: var(--white-color);
}

.propertie-style1 .propertie-content {
    padding-top: 15px;
}

.propertie-style1 .propertie-meta {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e6e2;
    margin-bottom: 30px;
    text-align: left;
}

.propertie-style1 .propertie-meta span {
    color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--body-font);
    margin-right: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    /* Large devices */
}

@media (max-width: 1199px) {
    .propertie-style1 .propertie-meta span {
        margin-right: 5px;
    }
}

.propertie-style1 .propertie-meta span:last-child {
    margin-right: 0px;
}

.propertie-style1 .propertie-meta span i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: var(--sec-color);
    font-size: 12px;
    color: var(--white-color);
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.propertie-style1 .propertie-meta span .propertie-price {
    color: var(--title-color);
    margin: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.propertie-style1 .propertie-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.propertie-style1 .propertie-bottom p {
    font-size: 15px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
}

.propertie-style2 {
    position: relative;
    background: var(--white-color);
    padding: 20px 20px 26px 20px;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
}

.propertie-style2 .propertie-img {
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
}

.propertie-style2 .propertie-img img {
    width: 100%;
}

.propertie-style2 .propertie-name {
    text-align: left;
}

.propertie-style2 .propertie-name a {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
}

.propertie-style2 .propertie-name a:hover {
    color: var(--sec-color);
}

.propertie-style2 .propertie-meta {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e6e2;
    margin-bottom: 25px;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.propertie-style2 .propertie-meta span {
    color: var(--title-color);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    display: inline-block;
}

.propertie-style2 .propertie-meta span:last-child {
    margin-right: 0px;
}

.propertie-style2 .propertie-meta span i {
    font-size: 15px;
    color: var(--title-color);
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.propertie-style2 .propertie-meta span .propertie-price {
    color: var(--title-color);
    margin: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.propertie-style2 .propertie-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.propertie-style2 .propertie-bottom .media-author {
    display: flex;
    align-items: center;
}

.propertie-style2 .propertie-bottom .media-author .media-avatar {
    margin-right: 15px;
}

.propertie-style2 .propertie-bottom .media-author .media-title {
    font-size: 15px;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    color: var(--title-color);
}

.propertie-style2 .propertie-bottom .media-author .media-degi {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    color: var(--title-color);
    font-weight: 500;
}

.propertie-style2 .propertie-bottom .propertie-wishlist a {
    width: 38px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--title-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 6px;
    margin-right: 6px;
    transition: all 0.4s ease;
}

.propertie-style2 .propertie-bottom .propertie-wishlist a:last-child {
    margin-right: 0;
}

.propertie-style2 .propertie-bottom .propertie-wishlist a:hover {
    background-color: var(--sec-color);
    color: var(--white-color);
}

.propertie-meta2 {
    position: relative;
    margin-bottom: 45px;
}

.propertie-meta2 span {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 500;
}

.propertie-meta2 span:last-child {
    margin-right: 0;
}

.propertie-meta2 span img {
    font-size: 28px;
    margin-right: 10px;
}

.propertie-meta2::after {
    content: "";
    position: absolute;
    width: 52%;
    height: 1px;
    background-color: #b0bdbc;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.propertie-meta3 {
    position: relative;
    margin-bottom: 45px;
}

.propertie-meta3 span {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 500;
}

.propertie-meta3 span:last-child {
    margin-right: 0;
}

.propertie-meta3 span img {
    font-size: 28px;
    margin-right: 10px;
}

.propertie-meta3::after {
    content: "";
    position: absolute;
    width: 36%;
    height: 1px;
    background-color: #b0bdbc;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.propertie-img1 {
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 6px;
}

.list-img {
    border-radius: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
    .propertie-meta2::after {
        display: none;
    }

    .propertie-style1 .propertie-meta span {
        margin-bottom: 10px;
    }

    .propertie-style1 .propertie-wishlist {
        right: 5%;
    }

    .propertie-img img {
        width: 100%;
    }
}

/* Medium devices */
@media (max-width: 991px) {

    .propertie-style1 .propertie-name a,
    .propertie-style2 .propertie-name a {
        font-size: 18px;
    }

    .propertie-style1 .propertie-meta span,
    .propertie-style2 .propertie-meta span {
        font-size: 11px;
    }

    .propertie-style1 .propertie-meta span .propertie-price,
    .propertie-style2 .propertie-meta span .propertie-price {
        font-size: 11px;
    }

    .filter-menu-active {
        padding: 18px 10px;
    }

    .propertie-meta2::after {
        display: none;
    }

    .propertie-meta3 span {
        margin-right: 12px;
        font-size: 12px;
    }

    .propertie-meta3::after {
        display: none;
    }

    .propertie-meta2 {
        margin-top: 30px;
    }

    .propertie-style1 .propertie-wishlist {
        right: 5%;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .propertie-style2 {
        padding: 10px;
    }

    .propertie-style2 .propertie-bottom .propertie-wishlist a {
        width: 30px;
        height: 28px;
        line-height: 30px;
    }

    .propertie-style2 .propertie-bottom .propertie-wishlist a i {
        font-size: 14px;
    }

    .propertie-meta2 span {
        font-size: 12px;
        margin-right: 14px;
    }

    .propertie-meta3 span {
        margin-right: 8px;
        font-size: 10px;
    }

    .propertie-meta3::after {
        display: none;
    }

    .propertie-style1 .propertie-wishlist {
        right: 5%;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .propertie-style2 .propertie-meta span {
        font-size: 10px;
    }

    .propertie-style2 .propertie-meta span i {
        font-size: 12px;
        margin-right: 3px;
    }

    .propertie-style2 .propertie-name a {
        font-size: 20px;
    }
}

/*------------------- 4.14. reviews  -------------------*/
.reviews-inner {
    position: relative;
    max-width: 666px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.reviews-inner .review-style1 {
    text-align: center;
}

.reviews-inner .review-style1 .review-rating {
    text-align: center;
    margin-bottom: 20px;
}

.reviews-inner .review-style1 .review-rating i {
    color: var(--sec-color);
}

.reviews-inner .review-style1 .review-text {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.reviews-inner .review-style1 .review-author {
    color: var(--sec-color);
    margin-bottom: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--body-font);
}

.reviews-inner .review-style1 .review-avater {
    margin-bottom: 40px;
}

.reviews-inner .review-style1 .review-avater img {
    border-radius: 100%;
}

.reviews-wrap1 {
    position: relative;
    overflow: hidden;
}

.reviews-wrap1 .reviews-shape1 {
    position: absolute;
    border-radius: 0;
    height: -webkit-fill-available;
    left: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    top: 0;
    z-index: 0;
    width: 52%;
}

.reviews-wrap1 .reviews-shape1::after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 290px;
    background-color: var(--sec-color);
    top: 50%;
    transform: translateY(-50%);
}

.reviews-wrap1 .vs-carousel {
    z-index: -1;
}

.reviews-wrap1 .vs-carousel .item1 img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.2;
    width: 100%;
    max-height: 397px;
}

.reviews-wrap1 .slick-dots {
    margin-bottom: 5px;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .reviews-wrap1 .vs-carousel .item1 img {
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 1;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .reviews-shape1 {
        display: none;
    }

    .reviews-inner {
        /* background-color: var(--dark-color); */
        max-width: 100%;
        padding-top: 20px;
    }

    .title-area .sec-title,
    .reviews-inner .review-style1 .review-text {
        /* color: var(--white-color); */
    }

    .reviews-inner .review-style1 .review-author {
        color: var(--sec-color);
    }

    .review-text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .reviews-shape1 {
        display: none;
    }

    .reviews-inner {
        padding-top: 20px;
        /* background-color: var(--dark-color); */
        max-width: 100%;
    }

    .review-text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*------------------- 4.15. agents  -------------------*/
.team-style1 {
    text-align: center;
    padding: 30px 60px;
    box-shadow: 0px 4px 10px 0.77px rgba(130, 138, 138, 0.1);
    border-radius: 6px;
    margin: 15px 0 30px 0px;
}

.team-style1 .team-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.team-style1 .team-title a {
    color: var(--title-color);
    font-weight: 700;
}

.team-style1 .team-title a:hover {
    color: var(--sec-color);
}

.team-style1 .team-img {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 100%;
}

.team-style1 .team-img img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.team-style1 .team-content {
    border-top: 1px solid #e4e9e9;
}

.team-style1 .team-degi {
    padding-top: 20px;
    font-family: var(--body-font);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: var(--body-color);
}

.team-style1 .icon-btn {
    background-color: var(--title-color);
}

.team-style1:hover .team-img img {
    transform: scale(1.2);
}

.team-style1 .icon-btn:hover {
    background-color: var(--sec-color);
}

.team-style2 {
    text-align: center;
    border-radius: 6px;
    margin: 0px;
}

.team-style2 .team-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.team-style2 .team-title a {
    color: var(--title-color);
    font-weight: 700;
}

.team-style2 .team-img {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 147.5px;
    background-color: var(--smoke-color);
    border: 5px solid var(--white-color);
}

.team-style2 .team-degi {
    font-family: var(--body-font);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: var(--sec-color);
    font-weight: 500;
}

.team-style2 .team-name {
    font-size: 22px;
    margin-bottom: 20px;
}

.team-style2 .team-name a {
    color: var(--white-color);
}

.team-style2 .team-name a:hover {
    color: var(--sec-color);
}

.team-style2 .icon-btn {
    background-color: var(--body-color);
    padding: 8px 52px;
}

.team-style2 .icon-btn:hover {
    background-color: var(--sec-color);
}

.team-style3 {
    background-color: var(--white-color);
    text-align: center;
    padding: 35px 60px;
    box-shadow:
        0px 10px 15px 0px rgba(0, 0, 0, 0.1),
        0px 10px 4px -5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin: 20px 0px;
}

.team-style3 .team-title {
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.team-style3 .team-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 65%;
    transform: translateX(-50%);
    background-color: #cad4d4;
}

.team-style3 .team-title a {
    color: var(--title-color);
    font-weight: 700;
}

.team-style3 .team-title a:hover {
    color: var(--sec-color);
}

.team-style3 .team-img {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 100%;
}

.team-style3 .team-img img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.team-style3 .team-email {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.team-style3 .team-email:hover {
    color: var(--sec-color);
}

.team-style3 .team-phone {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--title-color);
}

.team-style3 .team-phone:hover {
    color: var(--sec-color);
}

.team-style3 .team-review {
    margin-bottom: 18px;
}

.team-style3 .team-review i {
    color: var(--sec-color);
    font-size: 14px;
    margin: -2px;
}

.team-style3 .team-degi {
    font-family: var(--body-font);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: var(--body-color);
    font-weight: 500;
}

.team-style3:hover .team-img img {
    transform: scale(1.2);
}

.team-style3 .icon-btn:hover {
    background-color: var(--sec-color);
}

.custom-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 205px;
    border: 1px solid #b0bdb2;
    border-radius: 6px;
}

.custom-select label {
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    left: 5%;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.custom-select label i {
    margin-right: 5px;
}

.custom-select select {
    border: none;
    background-color: transparent;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
}

.agent-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Large devices */
@media (max-width: 1199px) {
    .team-style1 .team-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .team-style1 {
        padding: 25px 20px;
    }

    .team-style1 .team-title {
        font-size: 18px;
    }

    .team-style1 .team-degi {
        font-size: 12px;
    }

    .team-style3 .team-degi {
        font-size: 14px;
    }

    .team-style3 .team-title {
        font-size: 20px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .agent-title {
        font-size: 24px;
    }

    .team-style3 .team-degi {
        font-size: 14px;
    }

    .team-style3 .team-title {
        font-size: 18px;
    }
}

/*------------------- 4.16. package  -------------------*/
.package-style1 {
    background-color: var(--white-color);
    border-radius: 6px;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
    min-block-size: 100%;
    overflow: hidden;
}

.package-style1.premium .package-name2 {
    background-color: var(--title-color);
    color: var(--white-color);
    margin-bottom: 0;
}

.package-style1.premium .package-footer {
    background-color: var(--title-color);
    color: var(--white-color);
}

.package-style1.premium .package-footer:hover {
    color: var(--title-color);
    background-color: var(--sec-color);
}

.package-style1 [data-tab-content] {
    display: none;
}

.package-style1 .active[data-tab-content] {
    display: block;
}

.package-filter {
    padding: 5px;
    border-radius: 50px;
    background-color: var(--sec-color);
    justify-content: space-between;
    display: inline-block;
}

.package-filter a {
    color: var(--title-color);
}

.package-filter .style3 {
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
    padding: 15px 22px;
}

.package-filter .style3.active {
    background-color: var(--title-color);
    color: var(--white-color);
}

.package-head {
    background-color: var(--title-color);
    padding: 30px 35px;
    text-align: center;
}

.package-head .package-name {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.package-head2 {
    padding: 0;
    background-color: var(--title-color);
}

.package-head2 .package-name2 {
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--sec-color);
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}

.package-body {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
}

.package-body2 {
    background-color: var(--white-color);
    padding: 18px 30px 0 30px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
}

.package-list .list-unstyled li {
    background-color: #f1f1f1;
    border-radius: 37px;
    padding: 22px 25px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    text-transform: uppercase;
    color: var(--title-color);
}

.package-list .list-unstyled li i {
    margin-right: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: var(--sec-color);
    color: var(--title-color);
    border-radius: 100%;
    margin-bottom: 0;
}

.package-list2 .list-title {
    text-align: center;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.package-list2 .list-unstyled {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

.package-list2 .list-unstyled li {
    border-radius: 50px;
    padding: 24px 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    text-transform: uppercase;
    color: var(--title-color);
}

.package-list2 .list-unstyled li i {
    text-align: center;
    color: var(--title-color);
    border-radius: 100%;
    margin-bottom: 0;
}

.package-list2 .list-unstyled li.item-bg {
    background-color: #f1f1f1;
}

.package-price {
    color: #94a3a3;
    text-transform: uppercase;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 10px 18px 10px;
}

.package-price span {
    color: var(--white-color);
    font-size: 26px;
    font-family: var(--body-font);
    font-weight: 600;
    margin-right: 5px;
}

.package-footer {
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    background-color: var(--sec-color);
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 0;
    display: block;
    transition: all 0.3s ease;
    font-family: var(--body-font);
}

.package-footer:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
    .package-name {
        font-size: 26px !important;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .package-head {
        padding: 30px 15px;
    }

    .package-filter .style3 {
        font-size: 12px;
        padding: 15px 18px;
    }

    .package-list .list-unstyled li {
        padding: 20px 15px;
        font-size: 14px;
    }

    .package-list .list-unstyled li i {
        margin-right: 10px;
    }
}

@media (max-width: 375px) {
    .package-list .list-unstyled li {
        font-size: 12px;
    }

    .package-list .list-unstyled li i {
        margin-right: 10px;
    }
}

/*------------------- 4.17. comments  -------------------*/
.vs-comments-wrap .blog-inner-title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: var(--body-font);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    font-weight: 600;
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 40px;
}

.vs-comments-wrap .vs-post-comment {
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin: 30px 0 30px 0;
    padding: 5px 0 28px 0;
    align-items: center;
}

.vs-comments-wrap .vs-post-comment .comment-content .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vs-comments-wrap .vs-post-comment .children {
    padding-left: 75px;
}

.vs-comments-wrap .vs-post-comment .commented-on .text {
    margin-bottom: 6px;
    font-weight: 500;
}

.vs-comments-wrap .comment-avater {
    margin-right: 25px;
    overflow: hidden;
    width: 136px;
    border-radius: 50%;
}

.vs-comments-wrap .reply_and_edit .replay-btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.vs-comments-wrap .reply_and_edit .replay-btn i {
    color: var(--sec-color);
    margin-right: 8px;
}

.vs-comments-wrap .vs-comment-item {
    list-style: none;
}

.vs-comment-form {
    margin: 90px 0 30px 0;
}

.vs-comment-form .comment-respond .blog-inner-title {
    font-family: var(--title-font);
    font-size: 26px;
    font-weight: 600;
}

.vs-comment-form .comment-respond .form-group:last-child {
    margin-bottom: 0;
}

.vs-comment-form .custom-checkbox.notice {
    margin-bottom: 40px;
}

/*------------------- 4.17. map  -------------------*/
.map-shape1 {
    position: absolute;
    border-radius: 0;
    height: -webkit-fill-available;
    left: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    top: 0;
    z-index: 0;
    width: 50%;
}

.map-box {
    position: relative;
    z-index: 1;
}

.map-box .map-img {
    margin-bottom: 50px;
}

.map-box .box-title {
    text-align: left;
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--body-font);
    letter-spacing: 1px;
    margin-bottom: 0;
}

.img-box1 {
    text-align: right;
}

.img-box1 .img-title {
    color: var(--white-color);
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--body-font);
    margin-bottom: 40px;
}

/* Large devices */
@media (max-width: 1199px) {
    .map-box {
        text-align: center;
        margin-bottom: 50px;
    }

    .map-box .box-title {
        text-align: center;
    }

    .map-shape1 {
        width: 100%;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .map-shape1 {
        width: 100%;
    }

    .map-box {
        margin-bottom: 50px;
    }

    .map-box .box-title {
        text-align: center;
    }

    .map-box .map-img {
        text-align: center;
    }

    .map-shape1 {
        width: 100%;
    }
}

/*------------------- 4.17. service  -------------------*/
.service-style1 {
    text-align: center;
    background-color: var(--white-color);
    box-shadow: 0px 4px 10px 0.77px rgba(130, 138, 138, 0.1);
    border-radius: 207px 207px 3.5px 3.5px;
    border-bottom: 6px solid var(--white-color);
    padding: 45px;
    transition: all 0.4s ease;
    margin: 15px 0;
}

.service-style1:hover {
    border-bottom: 6px solid var(--theme-color);
}

.service-style1:hover .service-icon {
    background-color: var(--sec-color);
    color: var(--title-color);
}

.service-style1 .service-icon {
    width: 99px;
    height: 99px;
    line-height: 99px;
    border-radius: 100%;
    background-color: var(--title-color);
    transition: all 0.4s ease;
}

.service-style1 .service-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
}

.service-style1 .service-text {
    margin-bottom: 30px;
    font-weight: 500;
}

.service-style1 .style2 {
    padding: 5.5px 31px;
}

.list-style3 ul {
    margin-bottom: 0;
}

.list-style3 ul li {
    list-style: none;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.list-style3 ul li i {
    font-size: 12px;
    color: var(--sec-color);
    margin-right: 5px;
}

.list-style3 ul li:last-child {
    margin-bottom: 0;
}

.list-style3 ul li img {
    margin-right: 8px;
}

.list-style3.style-dark ul li {
    color: var(--title-color);
}

.list-style3.style-dark ul li i {
    color: var(--title-color);
}

.service-img1 {
    overflow: hidden;
    border-radius: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
    .service-style1 .service-title {
        font-size: 18px;
    }

    .list-style3 ul li {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .propertie-meta3::after {
        display: none;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .list-style3 ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .list-style3 ul {
        margin-bottom: 0;
    }

    .list-style3 ul li {
        margin-bottom: 0px;
        font-size: 12px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .propertie-meta3 span img {
        margin-right: 2px;
        max-width: 25px;
    }

    .list-style3 ul li {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .list-style3 ul li img {
        margin-right: 2px;
    }
}

@media (max-width: 375px) {
    .list-style3 ul li {
        margin-bottom: 0px;
        font-size: 11px;
    }
}

/*------------------- 4.18. service  -------------------*/
.form-title {
    border-bottom: 1px solid #2c5153;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.form-title .sec-title2 {
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 40px;
}

.form-style1 {
    position: relative;
    max-width: 1138px;
    margin: 0 auto;
}

.form-style1 .form-top {
    background: var(--white-color);
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 30px 30px 0px 0px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.form-style1 .form-top .form-check-inline {
    margin-right: 1.5rem;
}

.form-style1 .form-top input[type="radio"]~label {
    font-size: 14px;
    text-transform: capitalize;
}

.form-style1 .form-top input[type="radio"]~label::before {
    width: 18px !important;
    height: 18px !important;
    line-height: 16px !important;
    font-size: 0.6em;
    border-color: var(--title-color);
    background-color: #fff;
}

.form-style1 .form-top input[type="radio"]:checked~label::before {
    color: var(--theme-color);
}

.form-style1 .form-group .form-select {
    border-left: 1px solid #dee4f9;
    border-right: unset;
    border-top: unset;
    border-bottom: unset;
    background-image: none;
    padding: 0 30px 0 53px;
    color: var(--body-color);
    font-weight: 500;
}

.form-style1 .form-group i {
    left: 8%;
    font-size: 20px;
    line-height: 12px;
}

.form-style1 .form-group span {
    display: inline-block;
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    color: #7a84a7;
}

.form-style1 .form-bottom {
    background-color: var(--white-color);
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    padding: 15px 12px;
    border-radius: 46px;
}

.form-style1 .form-control {
    border: none;
    padding: 0 30px 0 53px;
    font-weight: 500;
}

.form-style1 .form-control::-moz-placeholder {
    color: var(--body-color);
}

.form-style1 .form-control::placeholder {
    color: var(--body-color);
}

.form-style2 .form-group {
    display: flex;
    width: 590px;
    max-width: 100%;
    /* Medium devices */
}

@media (max-width: 991px) {
    .form-style2 .form-group {
        padding-left: 0;
    }
}

.form-style2 .form-group input {
    background: transparent;
    border-bottom: 2px solid var(--title-color);
    border-top: unset;
    border-left: unset;
    border-right: unset;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    padding-inline: 0;
}

.form-style2 .form-group .vs-btn {
    background: var(--title-color);
    color: var(--white-color);
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    padding: 0.375rem 3rem;
    overflow: unset;
    border-radius: 6px 6px 6px 0;
    /* Large devices */
    /* Small devices */
}

.form-style2 .form-group .vs-btn:hover {
    color: var(--sec-color);
}

@media (max-width: 1199px) {
    .form-style2 .form-group .vs-btn {
        padding: 0.375rem 1rem;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .form-style2 .form-group .vs-btn {
        padding: 0.375rem 1rem;
        font-size: 14px;
    }
}

.form-style2 .form-group .vs-btn:focus {
    outline: none;
    box-shadow: none;
}

.form-style3 {
    position: relative;
    padding: 60px 0;
    margin-left: 36px;
    overflow-y: clip;
    max-width: 83.6%;
}

.form-style3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    z-index: -1;
    background-color: var(--sec-color);
    border-radius: 0;
    z-index: 0;
}

.form-style3 .form-top {
    margin-bottom: 10px;
    border-radius: 30px 30px 0px 0px;
    height: 42px;
    line-height: 42px;
    position: relative;
    z-index: 1;
}

.form-style3 .form-top .form-check-inline {
    margin-right: 1.5rem;
    padding-left: 0;
}

.form-style3 .form-top input[type="radio"]~label {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--title-color);
}

.form-style3 .form-top input[type="radio"]~label::before {
    width: 18px !important;
    height: 18px !important;
    line-height: 16px !important;
    font-size: 0.6em;
    background-color: var(--sec-color);
}

.form-style3 .form-top input[type="radio"]:checked~label::before {
    color: var(--title-color);
}

.form-style3 .form-group {
    position: relative;
    margin-right: 6px;
    margin-top: 0;
    z-index: 2;
}

.form-style3 .form-group .form-select {
    border: none;
    background-image: none;
    padding: 0 30px 0 60px;
    color: var(--white-color);
    font-weight: 500;
    background-color: var(--title-color);
    text-transform: uppercase;
    height: 70px;
    border-radius: 6px;
}

.form-style3 .form-group i {
    left: 8%;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
}

.form-style3 .form-group span {
    display: inline-block;
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    color: #7a84a7;
}

.form-style3 .form-bottom {
    background-color: transparent;
    display: block;
    width: 100%;
    overflow: hidden;
    align-items: center;
    padding: 15px 0px;
    z-index: 2;
    padding-right: 270px;
}

.form-style3 .form-control {
    border: none;
    padding: 0 30px 0 60px;
    font-weight: 500;
    background-color: var(--title-color);
    text-transform: uppercase;
    height: 70px;
    color: var(--smoke-color);
    border-radius: 6px;
}

.form-style3 .form-control::-moz-placeholder {
    color: #ffffff;
}

.form-style3 .form-control::placeholder {
    color: #ffffff;
}

.form-style3 .style9 {
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
    background-color: var(--title-color);
    top: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-family: var(--title-font);
    width: 240px;
    max-width: 100%;
    border: none;
}

.form-style3 .style9:hover {
    background-color: var(--theme-color);
}

.form-style4 {
    padding: 40px 30px;
    border-radius: 6px;
}

.form-style4 .form-title {
    padding-bottom: 12px;
}

.form-style4 .form-group label {
    color: var(--white-color);
    margin-bottom: 8px;
}

.form-style4 .form-group input {
    background-color: var(--white-color);
    border-color: #315557;
    color: var(--title-color);
    border-radius: 6px;
}

.form-style4 .form-group input:focus {
    border-color: #b2dadc;
}

.form-style4 .form-group textarea {
    background-color: var(--white-color);
    border-color: #315557;
    color: var(--title-color);
    border-radius: 6px;
}

.form-style4 .form-group textarea:focus {
    border-color: #b2dadc;
}

.form-style4 .form-group input[type="checkbox"]~label:before {
    background-color: #315557;
    border: none;
    border-radius: 6px;
}

.form-style4 .vs-btn {
    display: block;
    width: 100%;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 6px;
    font-size: 16px;
    padding: 17px;
    border: 2px solid var(--white-color);
}

.form-style4 .vs-btn:hover {
    color: var(--sec-color);
    border-color: var(--sec-color);
}

.form-style5 {
    padding: 70px 40px 60px 40px;
    border-radius: 6px;
    background-color: #0d1b1c;
    max-width: 432px;
}

.form-style5 .form-title {
    font-size: 22px;
    border-bottom: unset;
    padding-bottom: 25px;
}

.form-style5 .form-group {
    margin-bottom: 10px;
}

.form-style5 .form-group input {
    background-color: #122223;
    border-color: #122223;
    color: var(--white-color);
    border-radius: 6px;
}

.form-style5 .form-group input::-moz-placeholder {
    color: var(--smoke-color);
}

.form-style5 .form-group input::placeholder {
    color: var(--smoke-color);
}

.form-style5 .form-group input:focus {
    border-color: #b2dadc;
}

.form-style5 .form-group textarea {
    background-color: #122223;
    border-color: #122223;
    color: var(--white-color);
    border-radius: 6px;
    min-height: 100px;
}

.form-style5 .form-group textarea::-moz-placeholder {
    color: var(--smoke-color);
}

.form-style5 .form-group textarea::placeholder {
    color: var(--smoke-color);
}

.form-style5 .form-group textarea:focus {
    border-color: #b2dadc;
}

.form-style5 .form-group input[type="checkbox"]~label:before {
    background-color: #315557;
    border: none;
    border-radius: 6px;
}

.form-style5 .vs-btn {
    display: block;
    width: 100%;
    color: #02348d;
    background-color: var(--sec-color);
    border-radius: 6px;
    font-size: 16px;
    padding: 17px;
    border: 1px solid var(--sec-color);
}

.form-style5 .vs-btn:hover {
    color: var(--sec-color);
    background-color: transparent;
    border-color: var(--sec-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .form-style1 {
        padding: 60px 60px 60px 0;
    }

    .form-img1 {
        margin: 0;
        padding: 60px 0;
    }

    .form-img1 img {
        width: 100%;
    }

    .form-style1.layout2 {
        padding-right: 30px;
    }

    .form-style2.layout2 {
        padding: 0 20px 0 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .form-style1 {
        padding: 40px 40px 40px 0;
    }

    .form-style1 .form-title {
        font-size: 26px;
    }

    .form-style1 input {
        height: 60px;
        padding-left: 25px;
        padding-right: 30px;
    }

    .form-style1.layout2 {
        padding-right: 0;
    }

    .form-style2.layout2 {
        padding: 0 0 0 0;
    }

    .form-style2.layout2 .form-title {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .form-style2.layout2 textarea,
    .form-style2.layout2 input {
        padding-left: 20px;
    }

    .form-style2 {
        margin-top: 20px;
    }

    .form-style2 .form-group {
        width: 100%;
    }

    .form-style3 {
        max-width: 100%;
    }

    .form-style3 .form-select {
        padding: 0 30px 0 44px;
        font-size: 12px;
    }

    .form-style3 .form-control {
        padding: 0 30px 0 44px;
        font-size: 12px;
    }

    .form-style5 {
        padding: 30px 15px 40px 15px;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .form-title .sec-title2 {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 140%;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .form-style1 {
        padding-right: 0;
    }

    .form-style1 .form-title {
        margin-bottom: 15px;
    }

    .form-img1 {
        padding: 60px 0 0 0;
    }

    .form-style1.layout2 {
        text-align: center;
    }

    .form-style2 .form-title {
        margin: 0 0 30px 0;
    }

    .form-style2 {
        margin-top: 20px;
    }

    .form-style2 .form-group input {
        font-size: 12px;
    }

    .form-style3 {
        display: none;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .form-style1 .form-group {
        display: block;
    }

    .form-style1 input {
        margin-bottom: 20px;
    }

    .form-style1.layout2 .form-group {
        background-color: transparent;
    }

    .form-style1.layout2 input {
        background-color: var(--white-color);
    }

    .form-style2 .form-title {
        margin: 0 0 30px 0;
        font-size: 20px;
    }

    .form-style2 input,
    .form-style2 select {
        height: 50px;
        padding-left: 15px;
        background-position: right 15px center;
    }

    .form-style4 {
        padding: 40px 20px;
    }
}

/*------------------- 4.19. service  -------------------*/
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item p:last-child {
    margin-bottom: 0;
    color: #87a9ab;
}

.accordion-button {
    padding: 0;
    border: none;
    text-align: left;
    font-family: var(--title-font);
    font-weight: 700;
}

.accordion-button:after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: transparent;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    padding: 0;
}

.accordion-style1 .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: var(--body-font);
    background-color: var(--sec-color);
    border-radius: 100%;
    color: var(--title-color);
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    transition: all 0.4s ease;
}

.accordion-style1 .accordion-button {
    padding: 0 0 3px 0px;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    max-width: 100%;
    color: #ffffff;
    text-transform: uppercase;
}

.accordion-style1 .accordion-button.collapsed .number {
    background-color: var(--title-color);
    color: var(--white-color);
}

.accordion-style1 .accordion-button::before {
    content: "\f067";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    color: #888e97;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 300;
    transition: all ease 0.4s;
}

.accordion-style1 .accordion-button:not(.collapsed):before {
    content: "\f068";
    color: var(--sec-color);
}

.accordion-style1 .accordion-body {
    padding: 10px 0 0 50px;
}

.accordion-style1 .accordion-item {
    padding: 0 0 36px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #263435;
}

.accordion-style1.layout2 .accordion-button {
    max-width: 100%;
}

.accordion-style1.layout2 .accordion-item {
    padding: 0 0 36px 0;
    margin: 0 0 42px 0;
    border-color: #ebebeb;
}

.accordion-style1.layout2 .accordion-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.accordion-style1.layout2 .accordion-item:first-child {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.accordion-style2 .accordion-button {
    border: 2px solid transparent;
    font-size: 20px;
    padding: 22.5px 60px 22.5px 36px;
    background-color: var(--white-color);
    position: relative;
}

.accordion-style2 .accordion-button:before {
    content: "\f178";
    font-family: var(--icon-font);
    font-weight: 400;
    position: absolute;
    right: 18px;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 116, 27, 0.05);
    color: var(--theme-color2);
    transform: translateY(-50%) rotate(0);
    transition: all ease 0.4s;
}

.accordion-style2 .accordion-button:not(.collapsed) {
    border-color: var(--theme-color2);
}

.accordion-style2 .accordion-button:not(.collapsed):before {
    transform: translateY(-50%) rotate(90deg);
    background-color: var(--theme-color2);
    color: var(--white-color);
}

.accordion-style2 .accordion-item {
    margin-bottom: 15px;
}

.accordion-style2 .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style2 .accordion-body {
    padding: 15px 65px 3px 39px;
}

.faq-wrap1 {
    position: relative;
    background-color: #f7f7f7;
    z-index: 1;
    padding: 80px 0;
}

.faq-img {
    position: relative;
}

.faq-img .faq-img-icon {
    position: absolute;
    bottom: -20px;
    right: -30px;
    transition: all 0.5s ease;
    width: 153px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    background-color: var(--sec-color);
    border-radius: 100%;
    display: block;
    cursor: pointer;
}

.faq-img .faq-img-icon:hover {
    background-color: var(--white-color);
}

.faq-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: var(--theme-color);
    z-index: -2;
}

.faq-shape2 {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    writing-mode: vertical-rl;
    font-size: 180px;
    font-weight: 900;
    color: var(--white-color);
    opacity: 0.18;
    text-transform: uppercase;
    line-height: 1;
    z-index: -1;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .faq-shape2 {
        display: none;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .accordion-style2 .accordion-button {
        font-size: 18px;
        padding: 22.5px 50px 22.5px 25px;
    }

    .accordion-style2 .accordion-body {
        padding: 15px 55px 3px 27px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .faq-shape1 {
        height: 50%;
        width: 100%;
        top: auto;
        bottom: 0;
    }

    .accordion-style1 .accordion-button {
        max-width: 100%;
        padding-left: 50px;
        font-size: 18px;
    }

    .accordion-style1 .accordion-button:before {
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 50%;
        transform: translateY(-58%);
        font-size: 18px;
    }

    .accordion-style1 .accordion-body {
        padding: 3px 0 0 50px;
    }

    .accordion-style1.layout2 .accordion-item {
        padding: 0 0 28px 0;
        margin: 0 0 32px 0;
    }

    .accordion-style1.layout2 .accordion-item:first-child {
        padding-top: 26px;
    }

    .faq-img .faq-img-icon {
        right: 13%;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .faq-wrap1 {
        padding: 60px 0;
    }

    .faq-img .faq-img-icon {
        right: 0;
    }

    .accordion-style1 .accordion-button {
        padding-left: 0;
        font-size: 15px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .accordion-style2 .accordion-button {
        font-size: 18px;
        padding: 17.5px 50px 17.5px 20px;
    }

    .accordion-style2 .accordion-button:before {
        right: 9px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .accordion-style2 .accordion-body {
        padding: 15px 55px 3px 23px;
    }
}

/*------------------- 4.20. testimonial  -------------------*/
.testimonial-style1 {
    position: relative;
    padding: 60px 60px 60px 0;
    margin: 30px 0 60px 0;
}

.testimonial-style1 .testimonial-bg {
    position: absolute;
    left: -275px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f7f7f7;
}

.testimonial-style1 .testimonial-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--title-color);
    margin: 0 0 30px 0;
}

.testimonial-style1 .author-name {
    font-size: 26px;
    margin: 0 0 4px 0;
}

.testimonial-style1 .author-degi {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}

.testimonial-style1 .testimonial-rating {
    display: inline-block;
    position: relative;
    top: -1.5px;
}

.testimonial-style1 .testimonial-rating i {
    font-size: 14px;
    color: var(--sec-color);
}

.testimonial-style1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: -147px;
}

.testi-style2 {
    max-width: 945px;
    position: relative;
    margin: 0 auto;
}

.testi-style2 .testi-icon {
    margin-bottom: 35px;
    margin-top: 80px;
}

.testi-style2 .testi-text {
    font-size: 34px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 45px;
    font-family: var(--title-font);
    margin-bottom: 55px;
    text-transform: capitalize;
}

.testi-style2 .testi-name {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--body-font);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testi-style2 .testi-degi {
    color: #3d5757;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--body-font);
}

.testi-nav {
    position: relative;
    margin-bottom: 48px;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.testi-nav .tab-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease 0.8s;
    overflow: hidden;
}

.testi-nav .tab-btn:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testi-nav .tab-btn img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1);
    border-radius: 6px;
}

.testi-nav .tab-btn:hover img {
    transform: scale(1.08);
}

.testi-nav.nav-prev .prev {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.testi-nav.nav-prev .tab-btn.active:first-child {
    opacity: 0.5;
    visibility: visible;
    cursor: not-allowed;
}

.testi-nav.nav-next .next {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.testi-nav.nav-next .tab-btn.active:last-child {
    opacity: 0.5;
    visibility: visible;
    cursor: not-allowed;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .testimonial-style1 {
        padding: 40px 40px 40px 0;
        margin: 30px 0 0 0;
    }

    .testimonial-style1 .testimonial-text {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .testi-style2 .shape-dotted {
        right: -10px;
        bottom: 35px;
    }

    .testi-style2 .testi-img {
        margin-right: 30px;
    }

    .testi-style2 .testi-name {
        font-size: 26px;
    }

    .testi-style2 .testi-degi {
        font-size: 14px;
        letter-spacing: 0;
    }

    .testi-style2 .testi-text {
        font-size: 18px;
        line-height: 30px;
    }

    .testi-style2 .testi-rating {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .testimonial-style1 {
        padding: 40px;
    }

    .testimonial-style1 .testimonial-bg {
        width: 100%;
        left: 0;
    }

    .testi-style2 {
        max-width: 100%;
    }

    .testi-nav {
        width: 100%;
    }

    .testi-nav .tab-btn {
        width: 100%;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .testimonial-style1 .testimonial-text {
        font-size: 20px;
    }

    .testimonial-style1 .author-name {
        font-size: 24px;
    }

    .testimonial-style1 .author-degi {
        font-size: 14px;
        margin-right: 15px;
    }

    .testi-style2 {
        padding-left: 100px;
        margin-bottom: 0;
    }

    .testi-style2 .shape-dotted {
        display: none;
    }

    .testi-style2 .quote-icon {
        max-width: 100px;
        bottom: 0;
    }

    .testi-style2 .testi-body {
        padding: 20px;
    }

    .testi-style2 .testi-img {
        margin-right: 25px;
        max-width: 200px;
    }

    .testi-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        margin: 0;
        z-index: 2;
    }

    .testi-nav.nav-next {
        top: 130px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .testimonial-style1 {
        padding: 40px 20px;
    }

    .testi-style2 {
        padding-left: 0;
        text-align: center;
    }

    .testi-style2 .testi-body {
        display: block;
        padding: 35px 10px 35px 10px;
    }

    .testi-style2 .testi-img {
        margin: 0 0 15px 0;
        max-width: 100%;
    }

    .testi-nav {
        position: relative;
        width: 100%;
    }

    .testi-nav.nav-next {
        top: 0;
    }
}

/*------------------- 4.21. testimonial  -------------------*/
@media (min-width: 1600px) {
    .accomodation-layout1 {
        --main-container: 1800px;
    }
}

.accomodation-layout1 .testi-body {
    position: relative;
}

.accomodation-layout1 .testi-body .testi-img {
    overflow: hidden;
    border-radius: 6px;
}

.accomodation-layout1 .testi-body .testi-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    font-size: 45px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .accomodation-layout1 .testi-body .testi-name {
        font-size: 30px;
    }
}

.accomodation-layout1 .testi-body .testi-name a {
    color: var(--title-color);
}

.accomodation-layout1 .testi-body .testi-name a:hover {
    color: var(--theme-color);
}

.accomodation-layout1 .testi-body .testi-name::after {
    content: "";
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--title-color);
    /* Large devices */
}

@media (max-width: 1199px) {
    .accomodation-layout1 .testi-body .testi-name::after {
        display: none;
    }
}

.accomodation-layout1 .testi-body .testi-degi {
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.accomodation-layout1 .testi-body .testi-content {
    position: absolute;
    bottom: 10%;
    right: 0;
    padding: 60px 142px 60px 50px;
    display: inline-block;
    background-color: var(--sec-color);
    border-bottom: 4px solid var(--white-color);
    border-radius: 0px 0px 0px 0px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .accomodation-layout1 .testi-body .testi-content {
        padding: 15px;
    }
}

.accomodation-layout1 .accomodation-title {
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 1px;
    line-height: 65%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 68px;
}

@media screen and (min-width: 1399px) {
    .accomodation-title {
        font-size: 70px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .accomodation-title {
        font-size: 50px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .accomodation-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .testi-nav {
        display: none;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .accomodation-layout1 .testi-body .testi-content {
        padding: 10px 20px;
        bottom: 0;
        border-bottom: none;
    }

    .accomodation-layout1 .testi-body .testi-content .testi-degi {
        font-size: 14px;
    }

    .accomodation-layout1 .testi-body .testi-content .testi-name {
        font-size: 18px;
    }

    .accomodation-layout1 .testi-body .testi-content .testi-name::after {
        display: none;
    }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
    padding-top: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

/*-- margin Left And Right --*/
.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }
}

/*# sourceMappingURL=style.css.map */

/* ========== MINIMAL MODAL POPUP ========== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 33, 34, 0.85);
    /* dark-color with opacity */
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* modal container - minimal, clean */
.modal-container {
    background: var(--white-color);
    max-width: 560px;
    width: 90%;
    border-radius: 28px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);

    transform: scale(0.96) translateY(20px);
    /* added translate */
    opacity: 0;
    /* NEW */

    transition: all 0.3s ease;
    /* smoother */
    overflow: hidden;
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.modal-overlay.closing {
    opacity: 0;
}

.modal-overlay.closing .modal-container {
    transform: scale(0.96) translateY(15px);
    opacity: 0;
}

/* header with theme color */
.modal-header {
    background: var(--theme-color);
    padding: 18px 24px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin: 0;
    letter-spacing: -0.2px;
}

.close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.close-btn:hover {
    background: var(--sec-color);
    color: var(--dark-color);
    transform: rotate(90deg);
}

/* modal body */
.modal-body {
    padding: 32px 28px 36px;
}

/* TWO CARD OPTIONS - click to select & redirect instantly */
.cards-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.card-option {
    flex: 1;
    min-width: 180px;
    background: var(--white-color);
    border-radius: 24px;
    padding: 15px;
    text-align: center;
    cursor: pointer;

    transform: translateY(10px);
    /* NEW */
    opacity: 0;
    /* NEW */

    transition: all 0.25s ease;
    border: 2px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.card-option:hover {
    transform: translateY(-4px);
    border-color: var(--theme-color);
    /* color: var(--white-color); */
    background: var(--sec-color);
}

.modal-overlay.active .card-option {
    transform: translateY(0);
    opacity: 1;
}

/* small stagger (premium feel) */
.card-option:nth-child(1) {
    transition-delay: 0.08s;
}

.card-option:nth-child(2) {
    transition-delay: 0.15s;
}

.card-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.card-option h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
}

.card-option p {
    font-size: 0.8rem;
    color: var(--body-color);
    opacity: 0.8;
    margin-bottom: 2px;
}

/* subtle selected state (visual feedback) */
.card-option:active {
    transform: scale(0.98);
}

/* responsive */
@media (max-width: 500px) {
    .cards-grid {
        flex-direction: column;
        gap: 14px;
    }

    .modal-body {
        padding: 24px 20px;
    }
}

.vs-btn-selecter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    height: 30px;
    padding: 0 14px;

    background: linear-gradient(135deg,
            #edf4ff 0%,
            #fff7f2 45%,
            #fff2e9 100%);

    border: 1px solid rgba(2, 52, 141, .14);
    border-radius: 6px;

    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15px;

    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;

    box-shadow:
        0 2px 6px rgba(2, 52, 141, .06),
        inset 0 1px 0 rgba(255, 255, 255, .9);

    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.vs-btn-selecter span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.vs-btn-selecter i {
    color: var(--sec-color);
    font-size: 12px;
    transition: all .28s ease;
}

/* Hover */
.vs-btn-selecter:hover {
    background: linear-gradient(135deg,
            #02348d 0%,
            #1b56c4 55%,
            #ef5205 100%);

    color: #fff;
    border-color: #02348d;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(2, 52, 141, .18),
        0 4px 10px rgba(239, 82, 5, .12);

    text-decoration: none;
}

.vs-btn-selecter:hover i {
    color: #ffd8b5;
    transform: scale(1.08);
}

/* Active */
.vs-btn-selecter:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(2, 52, 141, .15);
}

/* Keyboard */
.vs-btn-selecter:focus-visible {
    outline: none;
    border-color: rgba(239, 82, 5, .5);
    box-shadow:
        0 0 0 3px rgba(239, 82, 5, .15),
        0 6px 16px rgba(2, 52, 141, .12);
}

/* Tablet */
@media (max-width: 991.98px) {
    .vs-btn-selecter {
        height: 28px;
        padding: 0 10px;
        font-size: 11px;
        font-weight: 500;
    }

    .vs-btn-selecter i {
        font-size: 11px;
    }

    .vs-menu-toggle {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .vs-btn-selecter {
        height: 25px;
        padding: 0 8px;
        font-size: 10px;
    }

    .vs-btn-selecter i {
        font-size: 10px;
    }
}

.post-listing-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    height: 44px;
    padding: 0 16px;

    background: linear-gradient(135deg,
            #edf4ff 0%,
            #fff8f4 55%,
            #fff2ea 100%);

    border: 1px solid rgba(2, 52, 141, .14);
    border-radius: 8px;

    text-decoration: none;

    box-shadow:
        0 2px 8px rgba(2, 52, 141, .08),
        inset 0 1px 0 rgba(255, 255, 255, .95);

    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.post-listing-btn:hover {
    background: linear-gradient(135deg,
            #02348d 0%,
            #2154b7 60%,
            #ef5205 100%);

    border-color: #02348d;

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(2, 52, 141, .18),
        0 4px 12px rgba(239, 82, 5, .18);
}

.post-listing-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-listing-left i {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(239, 82, 5, .12);
    color: var(--sec-color);

    font-size: 13px;

    transition: all .28s ease;
}

.post-listing-btn:hover .post-listing-left i {
    background: rgba(255, 255, 255, .18);
    color: #fff;
    transform: rotate(-8deg) scale(1.08);
}

.post-listing-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.post-listing-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;

    color: #6d7a99;
    line-height: 1;
}

.post-listing-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.2;
}

.post-listing-btn:hover .post-listing-label {
    color: rgba(255, 255, 255, .75);
}

.post-listing-btn:hover .post-listing-title {
    color: #fff;
}

.post-listing-badge {
    min-width: 48px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 10px;

    border-radius: 999px;
    border: 1px solid rgba(239, 82, 5, .18);

    background: #fff;
    color: var(--sec-color);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4px;

    box-shadow: 0 2px 6px rgba(239, 82, 5, .08);

    transition: all .28s ease;
}

.post-listing-btn:hover .post-listing-badge {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
    backdrop-filter: blur(6px);
}

/* Card Base */
.residential-property-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.residential-property-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

/* Sizes */
.residential-property-card.large {
    height: 400px;
}

.residential-property-card.small {
    height: 188px;
}

/* Overlay */
.residential-property-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

/* Text */
.residential-property-card h4,
.residential-property-card h5 {
    margin: 0;
    /* font-weight: 500; */
    font-size: medium;
    color: #fff;
}

/* Arrow Button */
.residential-property-card .arrow {
    background: #fff;
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Hover Effect */
.residential-property-card:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
    .residential-property-card.large {
        height: 250px;
    }

    .residential-property-card.small {
        height: 180px;
    }
}

.logo {
    width: 260px;
}

.cta-img-card {
    position: relative;
    height: 310px;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

/* Background Image */
.cta-img-card img {
    position: absolute;
    top: 0;
    right: 0;
    /* focus right */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cta-img-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.65) 35%,
            rgba(0, 0, 0, 0.35) 60%,
            rgba(0, 0, 0, 0.1) 80%,
            rgba(0, 0, 0, 0) 100%);
}

/* CONTENT */
.cta-img-card .content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 70%;
    padding: 25px;
}

/* TEXT */
.cta-img-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--theme-color2);
}

.cta-img-card p {
    color: var(--theme-color2);

    font-size: 14px;
    margin-bottom: 10px;
}

/* LIST */
.cta-img-card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.cta-img-card ul li {
    color: var(--theme-color2);
    font-size: 13px;
    margin-bottom: 5px;
}

/* HOVER (SMOOTH) */
.cta-img-card:hover img {
    transform: scale(1.06);
}

/* SUBTLE SHADOW (DEPTH) */
.cta-img-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cta-img-card {
        height: 320px;
    }

    .cta-img-card .content {
        max-width: 100%;
    }
}


/* ===== Header Wrapper ===== */
.section-header-wrapper {
    margin-bottom: 10px;
}

/* ===== Header Content ===== */
.section-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

/* ===== Heading ===== */
.section-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    min-width: 0;
}

/* ===== Border Heading ===== */
.border-heading {
    position: relative;
    padding-bottom: 8px;
}

.border-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 2px;
}

/* ===== View More Button ===== */
.btn-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease;
}


/* ===== Primary Button ===== */
.btn-primary {
    background: var(--theme-color);
    color: #fff;
    border: 2px solid var(--theme-color);
}

.btn-primary:hover {
    background: transparent;
    color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* ======================================== */
/* ===== HEADER SECTION ===== */
/* ======================================== */

.header-wrap {
    margin-bottom: 10px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}

.heading-main {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    min-width: 0;
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading-left-border {
    position: relative;
}

.heading-left-border::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: calc(100% - 4px);
    width: 4px;
    background: var(--theme-color);
    border-radius: 2px;
}

/* ===== Button ===== */
.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 18px;
    min-height: 34px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid var(--theme-color);
    background: transparent;
    color: var(--theme-color);
    width: auto;
}

.btn-custom:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.35);
}

.btn-custom i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-custom:hover i {
    background: #fff;
    color: var(--theme-color);
    transform: rotate(45deg);
}

.btn-custom span {
    display: inline-block;
    line-height: 1;
}

/* ======================================== */
/* ===== PROPERTY CARDS ===== */
/* ======================================== */

.card-listing-wrapper {
    display: flex;
    height: 100%;
    margin-bottom: 20px;
}

.property-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ===== Card Image ===== */
.property-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.property-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.property-card:hover .property-card-img img {
    transform: scale(1.08);
}

.img-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
}

.img-badge.featured {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    color: #e65100;
    border: 1px solid #ffa726;
}

.img-badge.verified {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.img-badge.featured+.img-badge.verified {
    top: 40px;
}



/* ===== Card Body ===== */
.property-card-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.property-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===== Meta Group ===== */
.property-meta-group {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 40px;
}

.meta-card {
    flex: 1 1 0;
    max-width: 33.33%;
    min-width: 0;
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e5e7eb;
    overflow: hidden;
}

.meta-card:last-child {
    border-right: none;
}

.meta-card span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.meta-card .main {
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meta-card .sub {
    margin-top: 4px;
    font-size: 10px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meta-card .price {
    color: var(--theme-color);
}

/* ===== Tags ===== */
.property-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 56px;
    overflow: hidden;
    align-content: flex-start;
    padding: 2px 0;
}

.property-tags span {
    flex: 0 0 auto;
    padding: 4px 8px;
    font-size: 10.5px;
    line-height: 1;
    color: #555;
    background: #f4f8f7;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 24px;
    transition: all 0.2s ease;
}

.property-tags span:hover {
    background: #e8edec;
    border-color: #bbb;
    color: #111;
}

.property-tags span.verified-badge {
    background: #e8f5e9;
    border-color: #66bb6a;
    color: #2e7d32;
}

.property-tags span.verified-badge:hover {
    background: #c8e6c9;
    border-color: #43a047;
}

.property-tags span.featured-badge {
    background: #fff3e0;
    border-color: #ffa726;
    color: #e65100;
}

.property-tags span.featured-badge:hover {
    background: #ffe0b2;
    border-color: #f57c00;
}

.property-tags span.available-badge {
    background: #e3f2fd;
    border-color: #42a5f5;
    color: #0d47a1;
}

.property-tags span.available-badge:hover {
    background: #bbdefb;
    border-color: #1e88e5;
}

/* ===== Description ===== */
.property-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* ===== Footer ===== */
.property-footer {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.property-footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.user-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    color: var(--theme-color);
    overflow: hidden;
    font-size: 20px;
}

.user-avatar img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.user-avatar i {
    font-size: 34px;
    line-height: 1;
}

.posted-by {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.posted-by .label {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.posted-by .name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-number-btn {
    background-color: var(--sec-color, #1a2639);
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease;
    line-height: 1.4;
    z-index: 2;
    position: relative;
    border: none;
    cursor: pointer;
}

.view-number-btn:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.view-number-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.view-number-btn:hover i {
    transform: rotate(90deg);
}


/* ======================================== */
/* ===== RESPONSIVE ===== */
/* ======================================== */

/* Tablets */
@media (max-width: 991px) {
    .heading-main {
        font-size: 24px;
        padding-left: 15px;
    }

    .heading-left-border::before {
        width: 3px;
    }

    .btn-custom {
        padding: 5px 14px;
        min-height: 30px;
        font-size: 12px;
        gap: 6px;
    }

    .btn-custom i {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 12px;
    }

    .card-listing-wrapper {
        margin-bottom: 16px;
    }

    .property-card-body {
        padding: 12px;
        gap: 5px;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .card-listing-wrapper {
        margin-bottom: 14px;
    }

    .property-card-body {
        padding: 12px;
        gap: 5px;
    }

    .property-title {
        font-size: 12px;
    }

    .property-meta-group {
        height: 38px;
    }

    .meta-card {
        padding: 4px 6px;
    }

    .meta-card .main {
        font-size: 12px;
    }

    .meta-card .sub {
        font-size: 9px;
        margin-top: 3px;
    }

    .property-tags {
        max-height: 52px;
        gap: 5px;
    }

    .property-tags span {
        font-size: 10px;
        padding: 3px 7px;
        height: 22px;
    }

    .property-desc {
        font-size: 11px;
    }

    .property-footer {
        padding-top: 6px;
        gap: 8px;
    }

    .property-footer-left {
        gap: 8px;
    }

    .user-avatar {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .user-avatar img {
        width: 34px;
        height: 34px;
    }

    .user-avatar i {
        font-size: 30px;
    }

    .posted-by .label {
        font-size: 9px;
    }

    .posted-by .name {
        font-size: 12px;
    }

    .view-number-btn {
        padding: 6px 12px;
        font-size: 12px;
        gap: 5px;
    }
}

/* Mobile Portrait */
@media (max-width: 575px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 8px;
    }

    .heading-main {
        font-size: 22px;
        /* min-width: 100%; */
        /* width: 100%; */
        padding-left: 12px;
        /* flex: 0 0 100%; */
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .heading-left-border {
        padding-left: 12px;
    }

    .heading-left-border::before {
        width: 3px;
        top: 1px;
        height: calc(100% - 2px);
    }

    .btn-custom {
        width: auto;
        padding: 5px 14px;
        min-height: 30px;
        font-size: 12px;
        gap: 6px;
        flex-shrink: 0;
    }

    .btn-custom i {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 11px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .card-listing-wrapper {
        margin-bottom: 12px;
    }

    .property-card {
        border-radius: 8px;
    }

    .property-card-body {
        padding: 10px;
        gap: 4px;
    }

    .property-title {
        font-size: 11px;
    }

    .img-badge {
        font-size: 8px;
        padding: 3px 7px;
        top: 6px;
        left: 6px;
    }

    .img-badge.featured+.img-badge.verified {
        top: 30px;
    }

    .property-wishlist {
        width: 28px;
        height: 28px;
        font-size: 12px;
        top: 6px;
        right: 6px;
    }

    .property-meta-group {
        height: 36px;
        border-radius: 4px;
    }

    .meta-card {
        padding: 3px 5px;
    }

    .meta-card .main {
        font-size: 11px;
    }

    .meta-card .sub {
        font-size: 8px;
        margin-top: 2px;
    }

    .property-tags {
        max-height: 48px;
        gap: 4px;
    }

    .property-tags span {
        font-size: 9px;
        padding: 2px 6px;
        height: 20px;
        border-radius: 4px;
    }

    .property-desc {
        font-size: 10px;
    }

    .property-footer {
        padding-top: 5px;
        gap: 6px;
    }

    .property-footer-left {
        gap: 6px;
    }

    .user-avatar {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .user-avatar img {
        width: 30px;
        height: 30px;
    }

    .user-avatar i {
        font-size: 26px;
    }

    .posted-by .label {
        font-size: 8px;
    }

    .posted-by .name {
        font-size: 11px;
    }

    .view-number-btn {
        padding: 5px 10px;
        font-size: 11px;
        gap: 4px;
        border-radius: 4px;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .heading-main {
        font-size: 18px;
        padding-left: 4px;
    }

    .heading-left-border {
        padding-left: 10px;
    }

    .heading-left-border::before {
        width: 2px;
    }

    .btn-custom {
        padding: 4px 12px;
        min-height: 28px;
        font-size: 11px;
        gap: 5px;
    }

    .btn-custom i {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 10px;
    }
}


/* ======================================== */
/* ===== Property Details ===== */
/* ======================================== */

.property-address {
    font-size: 0.9rem;
    color: #555;
    margin: 2px 0 0 0;
    padding-left: 18px;
    /* aligns with heading-main left border */
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.property-address i {
    color: #dc3545;
    font-size: 0.9rem;
    width: 16px;
    text-align: center;
}

/* left column – holds title + address */
.property-head-left {
    flex: 1 1 auto;
    min-width: 0;
}

/* right column – holds actions + button */
.property-head-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* icon action buttons (wishlist / share) */
.icon-action-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #4a5568;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.icon-action-btn:hover {
    background: #f7fafc;
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-2px);
}

.icon-action-btn.active {
    background: #fee2e2;
    border-color: #ef4444;
    color: #dc2626;
}

.icon-action-btn.active:hover {
    background: #fecaca;
}

/* group for action buttons (wishlist + share) */
.action-btn-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* responsive adjustments – keep your .heading-main and .btn-custom intact */
@media (max-width: 575px) {
    .property-head-right {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .property-address {
        font-size: 0.8rem;
        padding-left: 14px;
    }

    .icon-action-btn {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .property-address {
        font-size: 0.75rem;
        padding-left: 10px;
    }

    .icon-action-btn {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
    }
}


hr {
    margin: 10px 0;
}

.main-hero-header .slick-arrow,
.category-carousel .slick-arrow,
.testimonials .slick-arrow,
.banners-section .slick-arrow,
.agents-area .slick-arrow {
    display: none !important;
}

/* Center icon inside arrow */
.slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Reset any manual offset */
.slick-arrow i {
    margin: 0 !important;
    line-height: 1;
}

/* Card */
.bhk-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 120px;
    text-decoration: none;
}

/* Image */
.bhk-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Overlay */
.bhk-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #fff;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(1px);

    transition: 0.3s ease;
}

/* Text */
.bhk-overlay h6 {
    color: var(--white-color);
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* Arrow */
.bhk-overlay span {
    margin-top: 6px;
    font-size: 12px;
}

/* Hover Effects */
.bhk-card:hover img {
    transform: scale(1.08);
}

.bhk-card:hover .bhk-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Left Content */
.cmp-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.cmp-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--theme-color);
}

.cmp-text {
    font-size: 15px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Card Base */
.cmp-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

/* Image */
.cmp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover zoom */
.cmp-card:hover img {
    transform: scale(1.08);
}

/* Sizes */
.cmp-card-lg {
    height: 100%;
    min-height: 420px;
}

.cmp-card-sm {
    height: 200px;
}

/* Overlay (ALWAYS VISIBLE) */
.cmp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.3));
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

/* Remove hover effect */
.cmp-card:hover img {
    transform: scale(1.08);
}

/* Optional: keep slight zoom on hover (image only) */
.cmp-card img {
    transition: transform 0.5s ease;
}

/* Text styling */
.cmp-overlay h5 {
    color: #e9ecef;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cmp-overlay p {
    font-size: 13px;
    margin: 0;
    color: #e9ecef;
}

/* Responsive */
@media (max-width: 991px) {
    .cmp-card-lg {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .cmp-title {
        font-size: 30px;
    }

    .cmp-card-sm {
        height: 160px;
    }
}

/* =========================
APP CONTAINER
========================= */
.app-download-container {
    background: var(--theme-color);
    border-radius: 25px;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: visible;
    /* IMPORTANT */
}

/* =========================
FEATURES
========================= */
.app-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.app-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

/* =========================
QR SECTION
========================= */
.app-qr-section {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.qr-box {
    background: #fff;
    padding: 3px;
    border-radius: 10px;
}

.qr-box img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.qr-text h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.qr-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* =========================
STORE BUTTONS
========================= */
.store-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.store-buttons img {
    height: 60px;
    cursor: pointer;
    transition: 0.3s;
}

.store-buttons img:hover {
    transform: scale(1.05);
}

/* =========================
APP IMAGE (ABSOLUTE FIX)
========================= */
.app-image-wrapper {
    position: relative;
    min-height: 400px;
}

.app-image {
    position: absolute;
    top: 44%;
    /* right: -50px; */
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.app-image img {
    height: 550px;
    width: auto;
    object-fit: contain;
    max-width: none;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
}

/* =========================
RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 991px) {
    .app-download-container {
        padding: 30px;
        text-align: center;
    }

    .app-qr-section {
        justify-content: center;
    }

    .app-image-wrapper {
        display: none;
        /* hide image */
    }
}

/* Mobile */
@media (max-width: 576px) {
    .qr-box img {
        width: 90px;
        height: 90px;
    }

    .store-buttons img {
        height: 40px;
    }
}

.section-header {
    margin-bottom: 10px;
    gap: 15px;
    display: flex;
    align-items: center;
    /* ✅ vertical center */
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Title */
.section-header .section-title {
    line-height: 1.3;
    margin-bottom: 0;
}


/* Mobile */
@media (max-width: 576px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

}

.prop-links-compact .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* max 6 per row */
    gap: 0;
}

.prop-links-compact a {
    display: block;
    /* remove inline spacing */
    font-size: 14px;
    line-height: 2;
    /* 🔥 removes top-bottom gap */
    margin: 0;
    /* no margin */
    padding: 0 4px;
    /* only horizontal padding */
    color: #0066cc;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prop-links-compact a:hover {
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 992px) {
    .prop-links-compact .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .prop-links-compact .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prop-links-compact a {
        font-size: 12px;
    }
}

/* Card */
.explore-card {
    position: relative;
    display: block;
    height: 135px;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: .3s ease;
    box-shadow: 0 6px 20px rgba(15, 57, 59, .08);
}

.explore-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15, 57, 59, .14);
}

/* Gradient */
.explore-gradient {
    position: absolute;
    inset: 0;
    transition: transform .45s ease;
}

.explore-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(255, 255, 255, .28),
            transparent 38%),
        radial-gradient(circle at bottom left,
            rgba(255, 255, 255, .12),
            transparent 45%);
}

/* Overlay */
.explore-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .34),
            rgba(0, 0, 0, .12) 55%,
            transparent);
    color: #fff;
}

.explore-overlay h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--theme-color);
}

.explore-overlay small {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
    color: var(--sec-color);
}

.explore-card:hover .explore-gradient {
    transform: scale(1.06);
}

/* ==============================
   How to List Section - Compact
   ============================== */
.how-to-list-section {
    position: relative;
}

.how-to-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how-to-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.how-to-item {
    flex: 1;
    min-width: calc(50% - 12px);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: var(--white-color);
    padding: 12px 15px;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.how-to-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-color);
}

.how-to-img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background: rgba(var(--theme-color-rgb), 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: auto;
}

.how-to-img img {
    max-width: 75px;
    height: auto;
}

.how-to-item:hover .how-to-img {
    /* background: var(--theme-color); */
    /* border: 1px solid var(--theme-color); */
}

/* .how-to-item:hover .how-to-img img {
  filter: brightness(0) invert(1);
} */

.how-to-content {
    flex: 1;
}

.step-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--theme-color);
    background: rgba(var(--theme-color-rgb), 0.1);
    /* padding: 4px 12px; */
    /* border-radius: 20px; */
    /* margin-bottom: 10px; */
}

.how-to-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--title-color);
}

.how-to-content p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--body-color);
    margin-bottom: 0;
}

.how-to-content p strong {
    color: var(--theme-color);
}

/* Responsive */
@media (max-width: 768px) {
    .how-to-row {
        flex-direction: column;
    }

    .how-to-item {
        min-width: 100%;
        padding: 10px 12px;
    }

    .how-to-img {
        width: 55px;
        height: 55px;
    }

    .how-to-img img {
        max-width: 50px;
    }

    .how-to-content h4 {
        font-size: 16px;
    }

    .how-to-content p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .how-to-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .step-badge {
        align-self: center;
    }
}

/* ==============================
   FAQ Section - Accordion Style
   ============================== */
.faq-section {
    position: relative;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.faq-item.active {
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08); */
    border-color: var(--theme-color);
    background-color: rgba(128, 128, 128, 0.096);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(var(--theme-color-rgb), 0.02);
}

.faq-num {
    width: 32px;
    height: 32px;
    background: rgba(var(--theme-color-rgb), 0.1);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

.faq-item.active .faq-num {
    background: var(--theme-color);
    color: white;
}

.faq-question h4 {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--title-color);
    line-height: 1.4;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    background: rgba(var(--theme-color-rgb), 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    background: var(--theme-color);
    color: white;
}

.faq-item.active .faq-toggle i {
    transform: rotate(45deg);
    display: inline-block;
}

.faq-toggle i {
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px 30px 15px 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(var(--theme-color-rgb), 0.01);
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--body-color);
    margin-bottom: 0;
}

.faq-contact p {
    font-size: 16px;
    color: var(--body-color);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        padding: 15px 18px;
        gap: 12px;
    }

    .faq-question h4 {
        font-size: 14px;
    }

    .faq-num {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .faq-toggle {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .faq-answer {
        padding: 0 18px 15px 58px;
    }

    .faq-answer p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .faq-answer {
        padding: 0 15px 15px 50px;
    }
}

/* ================= GLOBAL ================= */
* {
    transition: all 0.3s ease;
}

/* ================= TOP ================= */
.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* TITLE (DEFAULT BORDER FIXED) */
.tag-block h6 {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sec-color);
    /* always visible */
}

/* TAG LIST */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-list span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

/* TAG HOVER */
.tag-list span:hover {
    background: linear-gradient(135deg, var(--sec-color), #ef5205);
    color: #000;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(251, 191, 36, 0.4);
}

/* ================= MAIN ================= */
.footer-main {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 30px;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.footer-logo img {
    max-width: 240px;
}

.desc {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.footer-left p {
    color: #fff !important;
}

/* ================= SOCIAL ================= */
.social {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.social span {
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.social span i,
.social span svg {
    font-size: 20px;
    color: #000 !important;
}

/* SOCIAL HOVER */
.social span:hover {
    background: var(--sec-color);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(251, 191, 36, 0.4);
}

/* ================= INPUT ================= */
.contact-box {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    overflow: hidden;
    width: fit-content;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.contact-box:hover {
    border-color: var(--sec-color);
}

.contact-box input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    /* padding: 10px; */
    outline: none;
}

.contact-box button {
    background: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.contact-box button:hover {
    background: var(--sec-color);
    color: #000;
}

/* ================= LINKS ================= */
.footer-links {
    padding-left: 20px;
}

/* TITLE DEFAULT BORDER */
.footer-links h5 {
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sec-color);
    /* always visible */
}

/* LIST ITEMS FIXED */
.footer-links li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;

    display: block;
    /* one per row */
    width: fit-content;
    /* underline only text */
    color: #fff;
    /* WHITE TEXT FIX */
}

/* underline animation */
.footer-links li::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: var(--sec-color);
    transition: 0.3s ease;
}

.footer-links li:hover::after {
    width: 100%;
}

.footer-links li:hover {
    color: var(--sec-color);
    transform: translateX(6px);
}

/* ================= STORE ================= */
.store-img {
    height: 50px !important;
    cursor: pointer;
}

.store-img:hover {
    transform: scale(1.1) translateY(-4px);
}

/* ================= QR ================= */
.qr {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.qr:hover {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 10px 25px rgba(247, 177, 0, 0.4);
}

/* ================= BOTTOM ================= */
.footer-bottom {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {
    .footer-left {
        border-right: none;
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .footer-links {
        padding-left: 10px;
    }

    .social {
        justify-content: center;
    }

    .contact-box {
        width: 100%;
    }
}

/* Wrapper to control badge positioning */
.badge-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Badge styling */
.free-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #28a745;
    color: #fff;
    font-size: 10px;
    /* थोड़ा कम */
    padding: 1px 8px;
    /* height control */
    line-height: 2;
    /* extra vertical space हटाए */
    /* border-radius: 20px; */
    letter-spacing: 0.5px;
    /* box-shadow: 0 3px 8px rgba(0,0,0,0.2); */
    z-index: 2;
    transition: all 0.3s ease;
}

/* Custom border control */
.free-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        /* TOP - full */
        linear-gradient(#fff, #fff) top / 100% 2px no-repeat,
        /* RIGHT - full */
        linear-gradient(#fff, #fff) right / 2px 100% no-repeat,
        /* LEFT - only top 10% */
        linear-gradient(#fff, #fff) left top / 2px 33% no-repeat,
        /* BOTTOM - only 20% from right */
        linear-gradient(#fff, #fff) right bottom / 17% 2px no-repeat;
}

/* Optional hover effect */
.badge-wrapper:hover .free-badge {
    transform: scale(1.1);
    background: #218838;
}

.property-page {
    /* background: linear-gradient(180deg, #f8fafc 0%, #eef6f7 100%); */
}

/* ── Cards ──────────────────────────────── */
.property-hero-card,
.property-details-card,
.sidebar-card,
.related-card {
    border: 0;
    border-radius: var(--radius);
    background: var(--theme-color2);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition:
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.property-hero-card:hover,
.property-details-card:hover {
    box-shadow: var(--shadow-md);
}

.property-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.1);
    color: var(--theme-color);
    font-weight: 600;
    font-size: 13px;
}

/* smaller card padding */
.property-details-card.compact {
    padding: 1rem 1rem 0.75rem !important;
    margin-bottom: 1rem !important;
}

/* smaller section title */
.property-details-card.compact .section-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--dark-color, #111);
}

/* ── Gallery ────────────────────────────── */
.gallery-main {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    cursor: zoom-in;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.5s ease,
        opacity 0.18s ease;
}

.gallery-main:hover img {
    transform: scale(1.04);
}

.gallery-count-pill {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.65);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 4px 10px;
    scroll-behavior: smooth;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;

    /* Prevent accidental text selection during drag */
    user-select: none;
    -webkit-user-select: none;
}

/* Hide scrollbar but keep functionality */
.gallery-thumbs::-webkit-scrollbar {
    height: 5px;
}

.gallery-thumbs::-webkit-scrollbar-track {
    background: transparent;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.gallery-thumbs::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Thumb styles */
.gallery-thumb {
    flex: 0 0 100px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, transform 0.15s ease;
    position: relative;
    flex-shrink: 0;
}

.gallery-thumb:hover:not(.dragging) {
    transform: scale(1.05);
}

.gallery-thumb.active {
    border-color: var(--primary, #007bff);
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Dragging state */
.gallery-thumbs.dragging {
    cursor: grabbing;
    user-select: none;
}

.gallery-thumbs.dragging .gallery-thumb {
    cursor: grabbing;
}

/* Prevent thumb clicks during drag via JS */
.gallery-thumb.prevent-click {
    pointer-events: none;
}

/* ── Feature Boxes ──────────────────────── */
.feature-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    height: 100%;
    background: linear-gradient(180deg, #fff 0%, #f8fcfc 100%);
    transition: all 0.28s ease;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(15, 118, 110, 0.22);
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(15, 118, 110, 0.1);
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition:
        background 0.28s ease,
        color 0.28s ease,
        transform 0.28s ease;
}

.feature-box:hover .feature-icon {
    background: var(--theme-color);
    color: #fff;
    transform: scale(1.1) rotate(-4deg);
}

.feature-label {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 3px;
}

.feature-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 1.2;
}

.feature-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

/* ── Amenity Items ──────────────────────── */
.amenity-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    background: #fff;
    margin-bottom: 10px;
    transition: all 0.28s ease;
}

.amenity-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(245, 158, 11, 0.3);
}

.amenity-item i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(245, 158, 11, 0.12);
    color: var(--sec-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.amenity-item:hover i {
    background: var(--sec-color);
    color: #fff;
}

.amenity-item span {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color);
}


/* compact feature box */
.feature-box.compact {
    padding: 6px 10px;
    border-radius: 12px;
    gap: 6px;
    min-height: 48px;
    background: linear-gradient(180deg, #fff 0%, #fafcfc 100%);
}

.feature-box.compact .feature-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 10px;
    font-size: 13px;
}

.feature-box.compact .feature-label {
    font-size: 11px;
    margin-bottom: 1px;
    color: var(--text-muted, #888);
}

.feature-box.compact .feature-value {
    font-size: 13px;
    font-weight: 550;
    color: var(--dark-color, #111);
    line-height: 1.2;
}

.feature-box.compact .feature-text {
    gap: 0;
}

.feature-box.compact:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.08));
}

.feature-box.compact:hover .feature-icon {
    transform: scale(1.05) rotate(-2deg);
}

/* compact tag chips */
.tag-chip.compact {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid var(--border-color, #e2e8f0);
    color: var(--dark-color, #111);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s ease;
    line-height: 2;
}

.tag-chip.compact:hover {
    background: #f1f5f9;
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}

.tag-chip.compact i {
    font-size: 11px;
    color: var(--theme-color);
}

/* compact amenity items */
.amenity-item.compact {
    padding: 6px 10px;
    border-radius: 12px;
    margin-bottom: 6px;
    border: 1px solid var(--border-color, #e2e8f0);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    line-height: 2;
}

.amenity-item.compact:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
    border-color: rgba(15, 118, 110, 0.2);
}

.amenity-item.compact i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    font-size: 12px;
    background: rgba(15, 118, 110, 0.1);
    color: var(--theme-color, #0f766e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.amenity-item.compact:hover i {
    background: var(--theme-color, #0f766e);
    color: #fff;
}

.amenity-item.compact span {
    font-size: 13px;
    font-weight: 500;
    color: var(--dark-color, #111);
}

/* compact info rows for PG details */
.info-row.compact {
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-row.compact:last-child {
    border-bottom: 0;
}

.info-row.compact .label {
    font-size: 11px;
    color: var(--text-muted, #888);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.info-row.compact .value {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color, #111);
}

/* compact nearby places grid */
.landmarks-grid.compact {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.landmarks-grid.compact .tag-chip {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid var(--border-color, #e2e8f0);
    color: var(--dark-color, #111);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.25s ease;
    line-height: 2;
}

.landmarks-grid.compact .tag-chip:hover {
    background: #f1f5f9;
    border-color: var(--theme-color);
    transform: translateY(-2px);
}

.landmarks-grid.compact .tag-chip i {
    font-size: 10px;
    color: var(--theme-color);
}

/* responsive */
@media (max-width: 575px) {
    .property-details-card.compact {
        padding: 0.75rem 0.75rem 0.5rem !important;
    }

    .feature-box.compact {
        padding: 5px 8px;
        min-height: 42px;
        border-radius: 10px;
    }

    .feature-box.compact .feature-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 11px;
        border-radius: 8px;
    }

    .feature-box.compact .feature-label {
        font-size: 9px;
    }

    .feature-box.compact .feature-value {
        font-size: 11px;
    }

    .tag-chip.compact {
        font-size: 10px;
        padding: 4px 10px;
    }

    .amenity-item.compact {
        padding: 5px 8px;
        border-radius: 10px;
    }

    .amenity-item.compact i {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 10px;
        border-radius: 6px;
    }

    .amenity-item.compact span {
        font-size: 12px;
    }

    .info-row.compact .value {
        font-size: 13px;
    }
}

.sidebar-card.compact {
    padding: 1rem 1rem 0.75rem !important;
    margin-bottom: 0.75rem !important;
    border-radius: var(--radius, 12px);
    background: var(--theme-color2, #fff);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
    border: 0;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.sidebar-card.compact:hover {
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.1));
}

.sidebar-card.compact .section-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--dark-color, #111);
}

.sidebar-card.compact .section-title.mb-3 {
    margin-bottom: 0.75rem !important;
}

/* compact price summary rows */
.price-summary-row.compact {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px dashed var(--border-color, #e2e8f0);
    border-radius: 4px;
    transition: padding-left 0.2s, background 0.2s;
}

.price-summary-row.compact:hover {
    padding-left: 4px;
    background: #f8fcfc;
}

.price-summary-row.compact:last-child {
    border-bottom: 0;
}

.price-summary-row.compact span {
    color: var(--text-muted, #666);
    font-weight: 500;
}

.price-summary-row.compact strong {
    color: var(--dark-color, #111);
    font-weight: 700;
}

.price-summary-row.compact.fw-bold strong {
    color: var(--theme-color, #0f766e);
    font-size: 15px;
}

/* compact owner box */
.owner-box.compact {
    padding: 8px 10px;
    border-radius: 14px;
    gap: 12px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef8f7 100%);
}

.owner-box.compact .owner-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color, #0f766e), #14b8a6);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.28);
}

.owner-box.compact h6 {
    font-size: 14px;
    margin-bottom: 2px !important;
}

.owner-box.compact p {
    font-size: 11px;
}

/* compact mini stats */
.mini-stat.compact {
    padding: 5px 0;
    font-size: 13px;
    gap: 8px;
    border-bottom: 1px solid #f1f5f9;
    transition: padding-left 0.2s;
}

.mini-stat.compact:last-child {
    border-bottom: 0;
}

.mini-stat.compact:hover {
    padding-left: 4px;
}

.mini-stat.compact i {
    color: var(--theme-color, #0f766e);
    width: 16px;
    text-align: center;
    font-size: 13px;
}

.mini-stat.compact span {
    cursor: pointer;
    color: var(--dark-color, #111);
}

.mini-stat.compact small {
    color: var(--theme-color, #0f766e);
    font-weight: 600;
}

/* compact buttons in sidebar */
.sidebar-card.compact .btn-custom {
    padding: 6px 14px;
    min-height: 34px;
    font-size: 12px;
    border-radius: 20px;
    gap: 6px;
}

.sidebar-card.compact .btn-custom.flex-fill {
    flex: 1;
}

.sidebar-card.compact .btn-custom i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 11px;
}

/* compact form inside sidebar */
.sidebar-card.compact .form-control {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    border: 1.5px solid var(--border-color, #e2e8f0);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sidebar-card.compact .form-control:focus {
    border-color: var(--theme-color, #0f766e);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
}

.sidebar-card.compact .mb-3 {
    margin-bottom: 0.6rem !important;
}

/* responsive */
@media (max-width: 991px) {
    .sidebar-card.compact {
        padding: 0.75rem 0.75rem 0.5rem !important;
    }

    .price-summary-row.compact {
        font-size: 13px;
        padding: 4px 0;
    }

    .mini-stat.compact {
        font-size: 12px;
        padding: 4px 0;
    }

    .owner-box.compact .owner-avatar {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 0.85rem;
    }

    .owner-box.compact h6 {
        font-size: 13px;
    }

    .sidebar-card.compact .btn-custom {
        padding: 5px 12px;
        min-height: 30px;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .sidebar-card.compact {
        padding: 0.65rem 0.65rem 0.4rem !important;
    }

    .price-summary-row.compact {
        font-size: 12px;
        padding: 3px 0;
    }

    .mini-stat.compact {
        font-size: 11px;
        padding: 3px 0;
    }

    .owner-box.compact .owner-avatar {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 0.75rem;
    }

    .owner-box.compact h6 {
        font-size: 12px;
    }

    .sidebar-card.compact .btn-custom {
        padding: 4px 10px;
        min-height: 28px;
        font-size: 10px;
        gap: 4px;
    }

    .sidebar-card.compact .btn-custom i {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 9px;
    }

    .sidebar-card.compact .form-control {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* ── UNIFIED WISHLIST BUTTONS ───────────────────────────────────── */
/* Both header button and card button share the same design */

.wishlist-toggle {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid var(--title-color);
    background: rgba(239, 68, 68, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: var(--title-color);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    position: relative;
}

.wishlist-toggle i {
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--title-color);
}

/* Hover state - both buttons same */
.wishlist-toggle:hover {
    transform: scale(1.08);
    border-color: #ef4444;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.wishlist-toggle:hover i {
    color: #ef4444;
    transform: scale(1.05);
}

/* Active state - both buttons same */
.wishlist-toggle.active {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.wishlist-toggle.active i {
    color: #ef4444;
}

/* Active + Hover state */
.wishlist-toggle.active:hover {
    transform: scale(1.08);
    background: rgba(239, 68, 68, 0.15);
    border-color: #dc2626;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.25);
}

.wishlist-toggle.active:hover i {
    color: #dc2626;
    transform: scale(1.05);
}

/* ── Property Card Specific Positioning ────────────────────────── */
.property-card .property-wishlist.wishlist-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    /* Inherits all base styles above */
}

/* ── Header/Details Page Button ────────────────────────────────── */
.icon-action-btn.wishlist-toggle {
    /* Inherits all base styles above */
    /* Only difference is position which is handled by layout */
}

/* ── Responsive Adjustments ────────────────────────────────────── */
@media (max-width: 575px) {
    .wishlist-toggle {
        width: 34px;
        height: 34px;
    }

    .wishlist-toggle i {
        font-size: 14px;
    }

    .property-card .property-wishlist.wishlist-toggle {
        top: 8px;
        right: 8px;
        width: 25px;
        height: 25px;
    }

    .property-card .property-wishlist.wishlist-toggle i {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .wishlist-toggle {
        width: 30px;
        height: 30px;
    }

    .wishlist-toggle i {
        font-size: 12px;
    }
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 575px) {
    .icon-action-btn.wishlist-toggle {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .icon-action-btn.wishlist-toggle i {
        font-size: 14px;
    }

}

/* ── Sidebar ────────────────────────────── */
.sidebar-card {
    padding: 24px;
    top: 25px;
}

.price-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px dashed var(--border-color);
    font-size: 15px;
    transition:
        padding-left 0.2s,
        background 0.2s;
    border-radius: 6px;
}

.price-summary-row:hover {
    padding-left: 5px;
    background: #f8fcfc;
}

.price-summary-row:last-child {
    border-bottom: 0;
}

/* ── Buttons ────────────────────────────── */
.btn-pro {
    border-radius: 50px;
    padding: 13px 18px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.28s ease;
}

.btn-primary-pro {
    background: linear-gradient(135deg, var(--theme-color), var(--dark-color));
    color: #fff;
    border: none;
}

.btn-primary-pro:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.28);
}

.btn-primary-pro:active {
    transform: translateY(0);
    box-shadow: none;
}

.btn-outline-pro {
    background: #fff;
    color: var(--title-color);
    border: 1.5px solid var(--border-color);
}

.btn-outline-pro:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.1);
}

/* ── Owner Box ──────────────────────────── */
.owner-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef8f7 100%);
}

.owner-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2f5;
    font-weight: 700;
}

.owner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Tag Chips ──────────────────────────── */

.landmarks-grid {
    display: flex;
    flex-wrap: wrap;
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 18px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #fed7aa;
    margin: 0 5px 10px 0;
    transition: all 0.25s ease;
    cursor: default;
}

.tag-chip:hover {
    background: #9a3412;
    color: #fff;
    border-color: #9a3412;
    transform: translateY(-2px);
}

/* ── Mini Stats ─────────────────────────── */
.mini-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--dark-color);
    padding: 7px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: padding-left 0.2s;
}

.mini-stat:last-child {
    border-bottom: 0;
}

.mini-stat:hover {
    padding-left: 4px;
}

.mini-stat i {
    color: var(--theme-color);
    width: 18px;
    text-align: center;
}

/* ── Related Cards ──────────────────────── */
.related-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.related-card {
    height: 100%;
}

.related-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.related-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.related-card:hover .related-image img {
    transform: scale(1.06);
}

.related-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--theme-color);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.wishlist-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
}

.wishlist-btn:hover {
    background: #ef4444;
    color: #fff;
    transform: scale(1.12);
}

.wishlist-btn.active {
    background: #ef4444;
    color: #fff;
}

.related-content {
    padding: 18px 20px;
}

.related-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

.related-location {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    color: var(--dark-color);
}

.related-meta span i {
    color: var(--theme-color);
    margin-right: 5px;
}

.related-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.related-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--success-color);
}

/* ── Enquiry Form - Compact Inputs ── */
.enquiry-form .form-control,
.enquiry-form input,
.enquiry-form textarea {
    height: 38px;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    border: 1.5px solid var(--border-color);
    background: var(--theme-color2);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.enquiry-form textarea {
    height: 80px;
    min-height: 80px;
    resize: vertical;
    padding: 10px 12px;
}

.enquiry-form .form-control:focus,
.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: var(--theme-color, #02348d);
    box-shadow: 0 0 0 3px rgba(44, 104, 107, 0.1);
    background: #fff;
    outline: none;
}

.enquiry-form .form-control::placeholder,
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
    color: #747474;
    font-size: 12.5px;
}

/* Reduce spacing between fields */
.enquiry-form .mb-3 {
    margin-bottom: 10px !important;
}

/* Submit button compact */
.enquiry-form .btn-custom {
    height: 38px;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 8px;
    min-width: 120px;
}

/* ── Gallery Lightbox ───────────────────── */
.gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(2, 6, 23, 0.93);
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.gallery-modal.show {
    display: flex;
    animation: fadeIn 0.22s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gallery-modal-content {
    position: relative;
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.gallery-modal-content img {
    /* width: 100%; */
    max-height: 82vh;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    animation: imgPop 0.2s ease;
}

@keyframes imgPop {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-img-counter {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.gallery-close,
.gallery-nav {
    position: absolute;
    background: rgba(255, 255, 255, 0.13);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.22s ease;
    font-size: 16px;
}

.gallery-close:hover,
.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.26);
}

.gallery-close {
    top: -14px;
    right: -14px;
}

.gallery-nav.prev {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-nav.next {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-nav.prev:hover {
    transform: translateY(-50%) scale(1.08);
}

.gallery-nav.next:hover {
    transform: translateY(-50%) scale(1.08);
}


.share-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(15, 23, 42, 0.55);
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(4px);
}

.share-overlay.show {
    display: flex;
    animation: fadeIn 0.22s ease;
}

.share-box.compact {
    background: #fff;
    border-radius: 20px;
    padding: 20px 22px 22px;
    max-width: 380px;
    width: 100%;
    box-shadow: var(--shadow-lg, 0 20px 60px rgba(0, 0, 0, 0.15));
    position: relative;
    animation: slideUp 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.share-box.compact .modal-x-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--theme-color2, #f8fafc);
    border: 1px solid var(--border-color, #e2e8f0);
    color: var(--text-muted, #888);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.share-box.compact .modal-x-btn:hover {
    background: var(--border-color, #e2e8f0);
    color: var(--dark-color, #111);
}

.share-box.compact .share-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark, #111);
    margin-bottom: 2px;
}

.share-box.compact .share-subtitle {
    font-size: 12px;
    color: var(--text-muted, #888);
    margin-bottom: 16px;
}

.share-platforms.compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.share-btn-item.compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 4px;
    border-radius: 12px;
    border: 1.5px solid var(--border-color, #e2e8f0);
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    color: var(--dark-color, #111);
    font-size: 10px;
    font-weight: 700;
}

.share-btn-item.compact:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
    color: var(--dark-color, #111);
}

.share-btn-item.compact .share-icon-wrap {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}

.s-wa .share-icon-wrap {
    background: #25d366;
}

.s-wa:hover {
    border-color: #25d366;
}

.s-fb .share-icon-wrap {
    background: #1877f2;
}

.s-fb:hover {
    border-color: #1877f2;
}

.s-tw .share-icon-wrap {
    background: #000;
}

.s-tw:hover {
    border-color: #000;
}

.s-ln .share-icon-wrap {
    background: #0a66c2;
}

.s-ln:hover {
    border-color: #0a66c2;
}

.share-box.compact .copy-label {
    font-size: 11px;
    color: var(--text-muted, #888);
    margin-bottom: 6px;
    font-weight: 600;
}

.copy-row.compact {
    display: flex;
    gap: 8px;
    align-items: center;
}

.copy-row.compact .copy-url-field {
    flex: 1;
    padding: 8px 12px;
    border: 1.5px solid var(--border-color, #e2e8f0);
    border-radius: 10px;
    font-size: 12px;
    color: var(--text-muted, #888);
    background: var(--theme-color2, #f8fafc);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.copy-row.compact .copy-url-field:focus {
    border-color: var(--theme-color, #0f766e);
}

.copy-row.compact .btn-custom {
    padding: 8px 14px;
    min-height: 34px;
    font-size: 12px;
    border-radius: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.copy-row.compact .btn-custom i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 11px;
}

/* responsive */
@media (max-width: 480px) {
    .share-box.compact {
        padding: 16px 16px 18px;
        max-width: 340px;
        border-radius: 16px;
    }

    .share-box.compact .share-title {
        font-size: 15px;
    }

    .share-box.compact .share-subtitle {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .share-platforms.compact {
        gap: 6px;
        margin-bottom: 12px;
    }

    .share-btn-item.compact {
        padding: 8px 2px;
        font-size: 9px;
        border-radius: 10px;
    }

    .share-btn-item.compact .share-icon-wrap {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 12px;
        border-radius: 8px;
    }

    .copy-row.compact .copy-url-field {
        font-size: 11px;
        padding: 6px 10px;
    }

    .copy-row.compact .btn-custom {
        padding: 6px 12px;
        min-height: 30px;
        font-size: 11px;
    }

    .copy-row.compact .btn-custom i {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 10px;
    }
}

/* ── Visit Modal ────────────────────────── */
.visit-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(15, 23, 42, 0.55);
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.visit-overlay.show {
    display: flex;
    animation: fadeIn 0.22s ease;
}

.visit-box {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    max-width: 430px;
    width: 100%;
    box-shadow: var(--shadow-lg);
    position: relative;
    animation: slideUp 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.visit-field {
    margin-bottom: 14px;
}

.visit-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 6px;
}

.visit-input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: 14px;
    font-size: 14px;
    background: var(--theme-color2);
    outline: none;
    font-family: inherit;
    color: var(--dark-color);
    transition:
        border-color 0.2s,
        box-shadow 0.2s,
        background 0.2s;
}

.visit-input:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
    background: #fff;
}


/* ── Scroll Reveal ──────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.48s ease,
        transform 0.48s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Responsive ─────────────────────────── */
@media (max-width: 991px) {
    .sidebar-card {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .gallery-main {
        height: 200px;
    }

    .btn-pro {
        padding: 10px 13px;
        font-size: 13px;
    }

    .related-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .share-platforms {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ── PAGE ── */
.property-listing-page {
    background: var(--bg-color);
    padding-bottom: 60px;
}

.listing-section {
    padding-top: 10px;
}

/* ── TOP BAR ── */
/* ── TOP BAR ── */
.listing-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}

.listing-topbar>div {
    flex: 1;
    min-width: 0;
}

.listing-topbar .breadcumb-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--title-color);
}

.breadcumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    /* Single row only */
    overflow: hidden;
    white-space: nowrap;
}

.breadcumb-menu li {
    font-size: 12px;
    color: var(--text-muted);
    flex-shrink: 0;
}

.breadcumb-menu li:last-child {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcumb-menu li:last-child span,
.breadcumb-menu li:last-child a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcumb-menu li::after {
    content: "/";
    margin-left: 6px;
}

.breadcumb-menu li:last-child::after {
    display: none;
}

.breadcumb-menu a {
    color: var(--theme-color);
    text-decoration: none;
}

.topbar-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Sort select */
.sort-select {
    height: 38px;
    padding: 0 30px 0 12px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--white-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--title-color);
    cursor: pointer;
}

.sort-select:focus {
    outline: none;
    border-color: var(--theme-color);
}

/* Mobile filter button */
.btn-mobile-filter {
    display: none;
    height: 38px;
    padding: 0 14px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    gap: 7px;
}

.btn-mobile-filter .fc-badge {
    background: var(--theme-color);
    color: #fff;
    border-radius: 999px;
    padding: 0px 10px;
    font-size: 11px;
    display: none;
}

.btn-mobile-filter .fc-badge.show {
    display: inline-block;
}

/* ── LAYOUT ── */
.listing-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 22px;
    align-items: start;
}

/* ── SIDEBAR ── */
.listing-sidebar {
    position: sticky;
    top: 125px;
    background: var(--white-color);
    border: 1px solid rgba(44, 104, 107, 0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) transparent;
}

.listing-sidebar-head {
    padding: 10px 12px;
    border-bottom: 1px solid #edf1ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: var(--white-color);
    z-index: 1;
}

.listing-sidebar-head h3 {
    margin: 0;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 700;
}

.listing-sidebar-head a {
    font-size: 12px;
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;
}

/* Sidebar search */
.sidebar-search {
    padding: 14px 18px 6px;
}

.sidebar-search input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: 9px;
    padding: 0 12px 0 34px;
    font-size: 13px;
    background: var(--bg-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 10px center;
}

.sidebar-search input:focus {
    outline: none;
    border-color: var(--theme-color);
}

/* Filter dropdown blocks */
.filter-dropdown {
    border-bottom: 1px solid #edf1ef;
}

.filter-dropdown:last-child {
    border-bottom: 0;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 12px;
    user-select: none;
}

.filter-head h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
}

.filter-head i {
    font-size: 11px;
    color: var(--text-muted);
    transition: transform 0.2s;
}

.filter-dropdown.open .filter-head i {
    transform: rotate(180deg);
}

.filter-body {
    display: none;
    padding: 4px 8px 12px;
}

.filter-dropdown.open .filter-body {
    display: block;
}

/* Chip-style options */
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.chip-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0px 8px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    transition: 0.15s;
    user-select: none;
}

.chip-label input {
    display: none;
}

.chip-label:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.chip-label:has(input:checked) {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

/* Range inputs */
.range-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.range-row input {
    height: 34px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
    background: var(--bg-color);
}

.range-row input:focus {
    outline: none;
    border-color: var(--theme-color);
}

/* Toggle switch */
.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-row label:first-child {
    font-size: 13px;
    color: var(--body-color);
}

.sw {
    position: relative;
    width: 38px;
    height: 21px;
    display: inline-block;
}

.sw input {
    display: none;
}

.sw-slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s;
}

.sw-slider::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sw input:checked+.sw-slider {
    background: var(--theme-color);
}

.sw input:checked+.sw-slider::before {
    transform: translateX(17px);
}

/* ── MAIN COLUMN ── */
.listing-summary-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.listing-summary-bar h2 {
    margin: 0;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 700;
}

.listing-summary-bar p {
    margin: 3px 0 0;
    color: var(--text-muted);
    font-size: 13px;
}

/* Active chips */
.active-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    min-height: 0;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(44, 104, 107, 0.07);
    color: var(--theme-color);
    border: 1px solid rgba(44, 104, 107, 0.18);
    border-radius: 999px;
    padding: 0px 8px;
    font-size: 11px;
    font-weight: 500;
}

.filter-chip button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--theme-color);
    font-size: 10px;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
}

.filter-chip button:hover {
    opacity: 1;
}


.btn-card-outline,
.btn-card-theme {
    height: 36px;
    padding: 0 13px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: 0.15s;
}

.btn-card-outline {
    background: var(--white-color);
    border-color: rgba(44, 104, 107, 0.2);
    color: var(--theme-color);
}

.btn-card-outline:hover {
    background: rgba(44, 104, 107, 0.06);
}

.btn-card-theme {
    background: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.btn-card-theme:hover {
    background: #245659;
    color: var(--white-color);
}

/* Empty state */
.empty-state-card {
    background: var(--white-color);
    border: 1px solid rgba(44, 104, 107, 0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 48px 24px;
    text-align: center;
}

.empty-state-card .empty-icon {
    font-size: 40px;
    color: rgba(44, 104, 107, 0.15);
    margin-bottom: 14px;
}

.empty-state-card h4 {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.empty-state-card p {
    color: var(--text-muted);
}

/* ── DRAWER (mobile filter) ── */
.drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 28, 30, 0.5);
    z-index: 800;
    backdrop-filter: blur(2px);
}

.drawer-overlay.open {
    display: block;
}

.filter-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 90vw);
    height: 100%;
    background: var(--white-color);
    z-index: 801;
    display: flex;
    flex-direction: column;
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 32px rgba(10, 28, 30, 0.15);
}

.filter-drawer.open {
    right: 0;
}

.drawer-head {
    padding: 15px 18px;
    border-bottom: 1px solid #edf1ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.drawer-head h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
}

.drawer-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--text-muted);
}

.drawer-body {
    flex: 1;
    overflow-y: auto;
}

.drawer-footer {
    padding: 12px 18px;
    border-top: 1px solid #edf1ef;
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.drawer-footer button {
    flex: 1;
    height: 42px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.btn-drawer-reset {
    background: var(--bg-color);
    color: var(--text-muted);
    border: 1px solid var(--border-color) !important;
}

.btn-drawer-apply {
    background: var(--theme-color);
    color: #fff;
}

/* ── RESPONSIVE ── */
@media (max-width: 1080px) {
    .listing-layout {
        grid-template-columns: 250px 1fr;
    }
}

@media (max-width: 900px) {
    .listing-layout {
        grid-template-columns: 1fr;
    }

    .listing-sidebar {
        display: none;
    }

    .btn-mobile-filter {
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .property-list-inner {
        flex-direction: column;
    }

    .property-media {
        width: 100%;
        min-width: 100%;
    }

    .property-media img {
        min-height: 220px;
        max-height: 240px;
    }

    /* .property-footer {
        flex-direction: column;
        align-items: flex-start;
    } */

    .card-action-group {
        width: 100%;
    }

    .btn-card-outline,
    .btn-card-theme {
        flex: 1;
        justify-content: center;
    }

    .listing-summary-bar h2 {
        font-size: 17px;
    }
}

/* ── FEATURES STRIP ── */
.features-strip {
    background: var(--bg-theme2);
    border-radius: var(--radius);
    padding: 28px 0;
    margin-bottom: 56px;
}

.features-strip .row {
    text-align: center;
}

.feature-item {
    padding: 12px;
}

.feature-item .fi-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(44, 104, 107, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.feature-item h6 {
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 3px;
}

.feature-item p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
}

/* ── APP FEATURES ── */
.app-feature-section {
    padding: 60px 0;
    background: var(--bg-theme2);
}

.af-card {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 22px 18px;
    height: 100%;
    text-align: center;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
}

.af-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.af-card .af-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(44, 104, 107, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.af-card h6 {
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 6px;
}

.af-card p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

.plan-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: white;
    border: 2px solid #02348d;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.popular {
    border: 2px solid #ff6b35;
    position: relative;
}

.popular-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #ff6b35;
    color: white;
    padding: 5px 30px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.plan-price .price {
    font-size: 2rem;
    font-weight: 600;
    color: var(--theme-color);
}

.plan-price .duration {
    font-size: 0.9rem;
    color: var(--theme-color);
}

.plan-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plan-features li {
    padding: 4px 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.plan-features li i {
    margin-right: 10px;
    width: 20px;
}

.compare-table th,
.compare-table td {
    text-align: center;
    vertical-align: middle;
    padding: 12px;
}

.compare-table th:first-child,
.compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    background-color: #f8f9fa;
}


.auth-section {
    background: var(--bg-theme2, #f5f8f7);
    min-height: calc(100vh - 200px);
    padding: 60px 0;
}

.auth-card {
    background: var(--white, #ffffff);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.auth-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark, #1a2b2c);
    font-size: 14px;
}

.input-group-text {
    background: var(--light-bg, #f8f9fa);
    border-right: none;
    color: var(--primary, var(--theme-color));
    border-radius: 12px 0 0 12px;
}

.form-control {
    border-left: none;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 0 12px 12px 0;
    border: 1px solid var(--border-color, #e0e8e5);
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary, var(--theme-color));
}

.toggle-password {
    border-left: none;
    background: transparent;
    border-radius: 0 12px 12px 0;
}

.toggle-password:hover {
    background: transparent;
    color: var(--primary, var(--theme-color));
}

.form-check-input:checked {
    background-color: var(--primary, var(--theme-color));
    border-color: var(--primary, var(--theme-color));
}

.auth-link {
    color: var(--primary, var(--theme-color));
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}

.auth-link:hover {
    color: var(--primary-dark, #1a4a4d);
    text-decoration: underline;
}

.auth-vs-btn.style2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            var(--primary, var(--theme-color)) 0%,
            var(--primary-dark, #1a4a4d) 100%);
    border: none;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease,
        filter 0.35s ease;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Shine effect */
.auth-vs-btn.style2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

.auth-vs-btn.style2:hover {
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(135deg,
            var(--sec-color, #2bb3b8) 0%,
            var(--primary, var(--theme-color)) 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    filter: brightness(1.05);
    color: #fff;
}

.auth-vs-btn.style2:hover::before {
    left: 130%;
}

.auth-vs-btn.style2:active {
    transform: scale(0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.or-divider {
    position: relative;
    margin: 25px 0;
}

.or-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border-color, #e0e8e5);
}

.or-divider span {
    background: var(--white, #ffffff);
    padding: 0 15px;
    position: relative;
    color: var(--text-muted, #6c7a7d);
    font-size: 14px;
}

.social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--light-bg, #f8f9fa);
    color: var(--text-dark, #1a2b2c);
    font-size: 20px;
    transition: all 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.social-btn.google:hover {
    background: #db4437;
    color: white;
}

.social-btn.facebook:hover {
    background: #4267b2;
    color: white;
}

.social-btn.apple:hover {
    background: #000;
    color: white;
}

/* Login Demo Card */
.demo-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    border-left: 4px solid var(--primary, var(--theme-color));
}

.demo-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.demo-header i {
    color: var(--primary, var(--theme-color));
    font-size: 20px;
}

.demo-header h6 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

.demo-body {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.demo-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 13px;
}

.demo-label {
    font-weight: 600;
    color: var(--text-muted, #6c7a7d);
}

.demo-value {
    font-family: monospace;
    color: var(--primary, var(--theme-color));
    font-weight: 600;
}

/* Signup User Type */
.user-type-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.user-type-option {
    /* flex: 1; */
    cursor: pointer;
}

.user-type-option input {
    display: none;
}

.user-type-option .option-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid var(--border-color, #e0e8e5);
    border-radius: 12px;
    background: var(--white, #ffffff);
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted, #6c7a7d);
}

.user-type-option input:checked+.option-content {
    border-color: var(--primary, var(--theme-color));
    background: rgba(44, 104, 107, 0.05);
    color: var(--primary, var(--theme-color));
}

.user-type-option .option-content i {
    font-size: 18px;
}

/* Signup Benefits Card */
.benefits-card {
    background: linear-gradient(135deg,
            var(--primary, var(--theme-color)),
            var(--primary-dark, #1a4a4d));
    border-radius: 20px;
    padding: 20px 24px;
    color: white;
}

.benefits-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.benefits-header i {
    font-size: 20px;
}

.benefits-header h6 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* Forgot Password */
.info-note {
    background: rgba(44, 104, 107, 0.08);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text-muted, #6c7a7d);
}

.info-note i {
    color: var(--primary, var(--theme-color));
    font-size: 16px;
}

.help-card {
    background: var(--white, #ffffff);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(44, 104, 107, 0.1);
}

.help-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.help-header i {
    font-size: 24px;
    color: var(--primary, var(--theme-color));
}

.help-header h6 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.help-text {
    font-size: 13px;
    color: var(--text-muted, #6c7a7d);
    margin-bottom: 16px;
}

.help-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.help-link {
    color: var(--primary, var(--theme-color));
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Reset Password */
.password-hint {
    font-size: 11px;
    color: var(--text-muted, #6c7a7d);
    margin-top: 5px;
}

.email-hint {
    font-size: 11px;
    color: var(--text-muted, #6c7a7d);
    margin-top: 5px;
}

.password-requirements {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.requirement-item {
    font-size: 11px;
    color: var(--text-muted, #6c7a7d);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.requirement-item.valid {
    color: #28a745;
}

.requirement-item.valid i:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.password-match-hint {
    font-size: 11px;
    margin-top: 5px;
}

.password-match-hint.match {
    color: #28a745;
}

.password-match-hint.mismatch {
    color: #dc3545;
}

.strength-container {
    margin-top: -5px;
}

.strength-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-muted, #6c7a7d);
}

.strength-bar {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.strength-progress {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 3px;
}

.strength-text {
    font-size: 11px;
    margin-top: 5px;
    font-weight: 500;
}

.tips-card {
    background: var(--white, #ffffff);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(44, 104, 107, 0.1);
}

.tips-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tips-header i {
    font-size: 22px;
    color: var(--primary, var(--theme-color));
}

.tips-header h6 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
}

.tips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.tip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted, #6c7a7d);
}

.tip-item i {
    color: var(--primary, var(--theme-color));
    font-size: 12px;
}

/* Alerts */
.alert {
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    border: none;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
}



/* Responsive */
@media (max-width: 768px) {
    .auth-card {
        padding: 20px 15px;
    }

    .user-type-group {
        /* flex-direction: column; */
    }

    .benefits-grid,
    .tips-list,
    .help-contact {
        justify-content: center;
    }

    .help-contact {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .password-requirements {
        flex-direction: column;
        gap: 6px;
    }

    .tips-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .demo-body {
        flex-direction: column;
        gap: 8px;
    }
}

/* ── Auth: inline field errors ─────────────────────────────────────────── */
.field-error {
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    min-height: 16px;
    font-weight: 500;
    display: block;
}

.form-control.is-invalid {
    border-color: #ef4444 !important;
    background-image: none !important;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

/* ── Auth: success state icon ──────────────────────────────────────────── */
.auth-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* ── Auth: btn loading state ───────────────────────────────────────────── */
.auth-vs-btn.style2:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none !important;
}

.hs-hero-search {
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* background: var(--bg-color); */
}

.hs-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.hs-banner {
    position: relative;
    min-height: 560px;
    padding: 110px 20px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 55px 55px;
}

.hs-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(255, 255, 255, 0.40),
            transparent 35%),
        radial-gradient(circle at bottom left,
            rgba(255, 255, 255, 0.30),
            transparent 40%);
    pointer-events: none;
    z-index: 1;
}

.hs-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 18%,
            rgba(255, 255, 255, 0) 82%,
            rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.hs-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: auto;
}

.hs-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.hs-badge i {
    color: var(--sec-color);
    font-size: 15px;
}

.hs-title {
    color: var(--white-color);
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 18px;
}

.hs-title span {
    color: var(--sec-color);
}

.hs-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.9;
    max-width: 650px;
    margin: auto;
}

.hs-search-card {
    position: relative;
    max-width: 1080px;
    margin: -105px auto 0;
    width: calc(100% - 40px);
    padding: 14px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--shadow-lg);
    z-index: 10;
}

.hs-type-toggle {
    display: flex;
    /* align-items: center;
        justify-content: space-between; */
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.hs-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.hs-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: var(--bg-theme2);
    border: 1px solid rgba(44, 104, 107, 0.6);
}

.hs-toggle-btn {
    border: none;
    background: transparent;
    height: 40px;
    min-width: 155px;
    padding: 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--body-color);
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
    transition: 0.25s ease;
}

.hs-toggle-btn i {
    font-size: 18px;
}

.hs-toggle-btn.active {
    background: var(--theme-color);
    color: var(--white-color);
    box-shadow: var(--shadow-sm);
}

.hs-actions {
    /* display: flex; */
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hs-action-btn {
    /* border: none; */
    border: 1px solid rgba(44, 104, 107, 0.6);

    height: 28px;
    padding: 0 18px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--bg-theme2);
    color: var(--body-color);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

.hs-action-btn.active {
    background: var(--theme-color);
    color: var(--white-color);
    /* box-shadow: 0 10px 20px rgba(248, 194, 81, .28); */
}

.hs-form {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.hs-field {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.hs-field label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-left: 4px;
    margin-bottom: 0px;
}

.hs-input {
    position: relative;
}

.hs-input i.left {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #7b8a8b;
    font-size: 17px;
    pointer-events: none;
}

.hs-input i.right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #7b8a8b;
    font-size: 14px;
    pointer-events: none;
}

.hs-input input,
.hs-input select {
    width: 100%;
    height: 40px;
    border-radius: 18px;
    border: 1.5px solid #e5eded;
    background: var(--light-color);
    /* padding: 0 46px; */
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--title-color);
    transition: 0.25s ease;
    appearance: none;
}

.hs-input input::placeholder {
    color: #8da3a3;
}

.hs-input input:focus,
.hs-input select:focus {
    /* background: var(--white-color); */
    border-color: var(--theme-color);
    box-shadow: 0 0 0 4px rgba(44, 104, 107, 0.08);
}

.hs-submit {
    border: none;
    height: 40px;
    min-width: 160px;
    padding: 0 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--theme-color), var(--sec-color));
    color: var(--white-color);
    font-size: 13px;
    font-weight: 650;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.25s ease;
    /* box-shadow: 0 14px 30px rgba(248, 194, 81, .28); */
}

.hs-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(248, 194, 81, 0.34);
}

.hs-submit i {
    font-size: 18px;
}

.hs-fade {
    animation: hsFade 0.18s ease;
}

@keyframes hsFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .hs-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-submit {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hs-banner {
        min-height: auto;
        padding: 110px 18px 80px;
        border-radius: 0 0 38px 38px;
    }

    .hs-title {
        font-size: 40px;
    }

    .hs-text {
        font-size: 14px;
    }

    .hs-search-card {
        width: calc(100% - 18px);
        margin-top: -82px;
        padding: 12px;
        border-radius: 26px;
    }

    .hs-type-toggle {
        flex-direction: column;
        align-items: stretch;
    }

    .hs-top {
        flex-direction: column;
        align-items: stretch;
    }

    .hs-toggle {
        width: 100%;
    }

    .hs-toggle-btn {
        flex: 1;
        min-width: auto;
    }

    .hs-actions {
        width: 100%;
    }

    .hs-action-btn {
        flex: 1;
    }

    .hs-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-form>*:first-child {
        /* grid-column: 1 / -1; */
    }

    .hs-submit {
        width: 100%;
    }
}




/* ── Section wrapper ──────────────────────────────────────── */
.pv-auth-wrap {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    padding: 48px 0 60px;
    /* background: linear-gradient(160deg, #f0f7f7 0%, #e8f4f4 50%, #f5f8f7 100%); */
}

/* ── Card ─────────────────────────────────────────────────── */
.pv-auth-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 28px;
    box-shadow:
        0 1px 3px rgba(15, 57, 59, .06),
        0 8px 24px rgba(15, 57, 59, .09),
        0 24px 48px rgba(15, 57, 59, .06);
    border: 1px solid rgba(15, 57, 59, .07);
}

/* ── Header ───────────────────────────────────────────────── */
.pv-auth-head {
    text-align: center;
    margin-bottom: 24px;
}

.pv-auth-logo {
    margin-bottom: 16px;
    justify-self: center;
}

.pv-auth-logo img {
    /* height: 90px; */
    width: auto;
}

/* Icon circle (forgot / reset) */
.pv-auth-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 26px;
}

.pv-icon-primary {
    background: rgba(15, 57, 59, .08);
    color: #02348d;
}

.pv-icon-warn {
    background: rgba(245, 158, 11, .10);
    color: #d97706;
}

.pv-icon-success {
    background: rgba(16, 185, 129, .10);
    color: #059669;
}

.pv-auth-title {
    font-size: 22px;
    font-weight: 600;
    color: #0f1a1b;
    margin: 0 0 6px;
    letter-spacing: -.3px;
}

.pv-auth-sub {
    font-size: 13.5px;
    color: #6b7c7d;
    margin: 0;
    line-height: 1.5;
}

/* ── Fields ───────────────────────────────────────────────── */
.pv-field {
    margin-bottom: 2px;
    position: relative;
}

.pv-label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #374748;
    margin-bottom: 1px;
    letter-spacing: .1px;
}

.pv-label i {
    color: #02348d;
    margin-right: 4px;
    font-size: 12px;
}

.pv-input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    color: #1a2b2c;
    background: #f8fafa;
    border: 1.5px solid #dde8e8;
    border-radius: 10px;
    outline: none;
    transition: border-color .18s, box-shadow .18s, background .18s;
    box-sizing: border-box;
}

.pv-input::placeholder {
    color: #a0b0b1;
    font-size: 13px;
}

.pv-input:focus {
    border-color: #02348d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(15, 57, 59, .10);
}

.pv-input--err {
    border-color: #ef4444 !important;
    background: #fff8f8 !important;
}

.pv-input--err:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .12) !important;
}

.pv-field--err .pv-label {
    color: #dc2626;
}

/* ── Password wrapper ─────────────────────────────────────── */
.pv-pw-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pv-pw-wrap .pv-input {
    padding-right: 44px;
}

.pv-eye {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    border: none;
    background: transparent;
    color: #7a9090;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    transition: color .15s;
    font-size: 14px;
}

.pv-eye:hover {
    color: #02348d;
}

/* ── Error text ───────────────────────────────────────────── */
.pv-err {
    display: block;
    font-size: 11.5px;
    color: #dc2626;
    font-weight: 500;
    margin-top: 4px;
    min-height: 16px;
    line-height: 1.4;
}

/* ── Password meta (strength + rules) ────────────────────── */
.pv-pw-meta {
    margin-top: 8px;
}

.pv-strength-bar {
    height: 4px;
    background: #e5eded;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.pv-strength-fill {
    height: 100%;
    width: 0;
    border-radius: 4px;
    transition: width .3s ease, background .3s ease;
}

.pv-pw-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
}

.pv-rule {
    font-size: 11px;
    color: #9aabac;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color .2s;
}

.pv-rule i {
    font-size: 8px;
}

.pv-rule--ok {
    color: #059669;
}

.pv-rule--ok i::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* ── Match hint ───────────────────────────────────────────── */
.pv-match-hint {
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    margin-top: 4px;
    min-height: 16px;
}

.pv-match--ok {
    color: #059669;
}

.pv-match--err {
    color: #dc2626;
}

/* ── Checkbox ─────────────────────────────────────────────── */
.pv-check-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #4a5e5f;
    cursor: pointer;
    line-height: 1.5;
}

.pv-check {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 2px;
    accent-color: #02348d;
    cursor: pointer;
}

/* ── Row between ──────────────────────────────────────────── */
.pv-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* ── Primary button ───────────────────────────────────────── */
.pv-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 46px;
    padding: 0 24px;
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #02348d 0%, #ef5205 100%);
    border: none;
    border-radius: 11px;
    cursor: pointer;
    letter-spacing: .1px;
    transition: transform .2s, box-shadow .2s, filter .2s;
    box-shadow: 0 4px 14px rgba(15, 57, 59, .28);
    text-decoration: none;
}

.pv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 57, 59, .32);
    filter: brightness(1.06);
    color: #fff;
}

.pv-btn-primary:active {
    transform: scale(.98);
}

.pv-btn-primary:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.pv-btn-primary.w-100 {
    width: 100%;
}

/* ── Divider ──────────────────────────────────────────────── */
.pv-divider {
    position: relative;
    text-align: center;
    margin: 18px 0;
}

.pv-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5eded;
}

.pv-divider span {
    position: relative;
    background: #fff;
    padding: 0 12px;
    font-size: 12px;
    color: #8fa5a6;
    font-weight: 500;
}

/* ── Social buttons ───────────────────────────────────────── */
.pv-social-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.pv-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #f4f8f8;
    border: 1.5px solid #dde8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #374748;
    text-decoration: none;
    transition: all .2s;
}

.pv-social-btn:hover {
    background: #02348d;
    border-color: #02348d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(15, 57, 59, .22);
}

/* ── Switch text ──────────────────────────────────────────── */
.pv-switch-txt {
    text-align: center;
    font-size: 13px;
    color: #6b7c7d;
    margin: 12px 0 0;
}

.pv-text-link {
    color: #02348d;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s;
}

.pv-text-link:hover {
    color: #ef5205;
    text-decoration: underline;
}

/* ── 2-column grid ────────────────────────────────────────── */
.pv-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
}

/* ── Account type selector ────────────────────────────────── */
.pv-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.pv-type-opt {
    cursor: pointer;
}

.pv-type-opt input {
    display: none;
}

.pv-type-opt span {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1.5px solid #dde8e8;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: #5a7070;
    background: #f8fafa;
    transition: all .18s;
    white-space: nowrap;
}

.pv-type-opt span i {
    font-size: 14px;
    color: #8fa5a6;
    transition: color .18s;
}

.pv-type-opt input:checked+span {
    border-color: #02348d;
    background: rgba(15, 57, 59, .06);
    color: #02348d;
}

.pv-type-opt input:checked+span i {
    color: #02348d;
}

.pv-type-opt:hover span {
    border-color: #02348d;
}

/* ── Success steps ────────────────────────────────────────── */
.pv-success-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 4px;
}

.pv-step {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: #374748;
    font-weight: 500;
}

.pv-step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #02348d, #ef5205);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Redirect progress bar ────────────────────────────────── */
.pv-redirect-bar {
    height: 4px;
    background: #e5eded;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 16px;
}

.pv-redirect-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #02348d, #22c55e);
    border-radius: 4px;
}

/* ── Below-card strips ────────────────────────────────────── */
.pv-demo-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 57, 59, .06);
    border: 1px dashed rgba(15, 57, 59, .18);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12.5px;
    color: #4a5e5f;
    margin-top: 14px;
}

.pv-demo-hint i {
    color: #02348d;
    font-size: 14px;
}

.pv-fill-demo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    padding: 3px 10px;
    font-size: 11.5px;
    font-weight: 700;
    color: #02348d;
    background: rgba(15, 57, 59, .10);
    border: 1px solid rgba(15, 57, 59, .18);
    border-radius: 6px;
    cursor: pointer;
    transition: all .15s;
}

.pv-fill-demo:hover {
    background: #02348d;
    color: #fff;
}

.pv-benefits-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: center;
    margin-top: 14px;
    padding: 12px 16px;
    background: rgba(15, 57, 59, .05);
    border-radius: 12px;
    border: 1px solid rgba(15, 57, 59, .08);
}

.pv-benefit {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #374748;
}

.pv-benefit i {
    color: #059669;
    font-size: 12px;
}

.pv-support-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 12.5px;
    color: #6b7c7d;
}

.pv-support-bar i {
    color: #02348d;
}

.pv-tips-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 16px;
    background: rgba(15, 57, 59, .05);
    border-radius: 12px;
    border: 1px solid rgba(15, 57, 59, .08);
}

.pv-tip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #4a5e5f;
}

.pv-tip i {
    color: #059669;
    font-size: 11px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 576px) {
    .pv-auth-wrap {
        padding: 24px 0 40px;
    }

    .pv-auth-card {
        padding: 24px 18px 20px;
        border-radius: 16px;
    }

    .pv-grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pv-type-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pv-tips-strip {
        grid-template-columns: 1fr;
    }

    =
}

@media (max-width: 380px) {
    .pv-type-grid {
        grid-template-columns: 1fr;
    }
}


.testimonial-subtext {
    max-width: 650px;
    margin: 14px auto 0;
    color: #777;
    font-size: 16px;
    line-height: 1.8;
}

.testimonial-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.testimonial-marquee::before {
    left: 0;
    background: linear-gradient(to right, #f8faff, transparent);
}

.testimonial-marquee::after {
    right: 0;
    background: linear-gradient(to left, #f8faff, transparent);
}

.testimonial-track {
    display: flex;
    width: max-content;
    will-change: transform;
    gap: 28px;
}

.track-left {
    animation: marqueeLeft 120s linear infinite;
}

.track-right {
    animation: marqueeRight 120s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
    animation-play-state: paused;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    width: 400px;
    min-width: 400px;
    background: #ffffff;
    border-radius: 28px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #02348d;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
    margin: 0;
    backdrop-filter: blur(0px);
}

.testimonial-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(var(--theme-color-rgb), 0.15);
}

.quote-icon {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(var(--theme-color-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 18px;
    transition: all 0.3s ease;
}

.testimonial-card:hover .quote-icon {
    background: var(--theme-color);
    color: white;
    transform: rotate(5deg) scale(1.05);
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

.testimonial-avatar img,
.default-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f5f9;
    border: 3px solid rgba(var(--theme-color-rgb), 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar img,
.testimonial-card:hover .default-avatar {
    transform: scale(1.02);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.default-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #aaa;
}

.testimonial-user h4 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #1a1e2b;
    transition: color 0.2s ease;
}

.testimonial-card:hover .testimonial-user h4 {
    color: var(--theme-color);
}

.testimonial-user span {
    color: #8a8f9e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.testimonial-content p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #4a4f62;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-card {
        width: 340px;
        min-width: 340px;
        padding: 10px;
    }

    .testimonial-card:hover {
        transform: translateY(-8px) scale(1.01);
    }

    .testimonial-avatar img,
    .default-avatar {
        width: 60px;
        height: 60px;
    }

    .testimonial-user h4 {
        font-size: 19px;
    }

    .quote-icon {
        width: 42px;
        height: 42px;
        top: 22px;
        right: 22px;
    }
}

@media (max-width: 767px) {
    .testimonial-card {
        width: 290px;
        min-width: 290px;
        padding: 10px;
        border-radius: 24px;
    }

    .testimonial-avatar img,
    .default-avatar {
        width: 54px;
        height: 54px;
    }

    .testimonial-user h4 {
        font-size: 17px;
    }

    .testimonial-user span {
        font-size: 12px;
    }

    .testimonial-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .quote-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
        top: 18px;
        right: 18px;
    }

    .testimonial-marquee::before,
    .testimonial-marquee::after {
        width: 40px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .track-left {
        animation: marqueeLeft 120s linear infinite;
    }

    .track-right {
        animation: marqueeRight 120s linear infinite;
    }
}

/* ============================================================
   USER PANEL — style.css
   Matches your existing theme tokens exactly.
   ============================================================ */


/* ── Overlay (mobile sidebar backdrop) ─────────────────────── */
.up-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
}

.up-overlay.open {
    display: block;
}

/* ── Wrapper & App Shell ─────────────────────────────────────── */
.up-wrapper {
    background: var(--bg-color);
    min-height: calc(100vh - 80px);
    padding: 20px;
}

.up-app {
    display: flex;
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-start;
}

/* ════════════════════════════════════════════
   SIDEBAR
════════════════════════════════════════════ */
.up-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: var(--white-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 20px;
    overflow: hidden;
}

/* Sidebar Head */
.up-sb-head {
    background: linear-gradient(135deg, var(--theme-color), var(--theme-dark));
    padding: 8px 12px;
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.up-sb-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
    position: relative;
}

.up-sb-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-sb-info {
    flex: 1;
    min-width: 0;
}

.up-sb-name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.up-sb-badge {
    display: inline-block;
    margin-top: 2px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 600;
    padding: 0px 12px;
    border-radius: 20px;
    text-transform: capitalize;
}

/* Sidebar Nav */
.up-sb-nav {
    padding: 4px 0 10px;
    display: flex;
    flex-direction: column;
}

.up-sb-section-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 1px;
    padding: 4px 18px 4px;
    margin-bottom: 4px;
}

.up-sb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    margin: 1px 8px;
    border-radius: var(--radius);
    color: var(--body-color);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition);
    position: relative;
}

.up-sb-icon {
    width: 28px;
    text-align: center;
    font-size: 15px;
    color: var(--text-muted);
    transition: color var(--transition);
    flex-shrink: 0;
}

.up-sb-link:hover {
    background: var(--theme-light);
    color: var(--theme-color);
}

.up-sb-link:hover .up-sb-icon {
    color: var(--theme-color);
}

.up-sb-link.active {
    background: var(--theme-light);
    color: var(--theme-color);
    font-weight: 600;
    border: 1px solid var(--theme-color);

}

.up-sb-link.active .up-sb-icon {
    color: var(--theme-color);
}

.up-sb-link.danger {
    color: var(--error-color);
}

.up-sb-link.danger .up-sb-icon {
    color: var(--error-color);
}

.up-sb-link.danger:hover {
    background: rgba(239, 68, 68, 0.08);
}

.up-sb-count {
    margin-left: auto;
    background: var(--theme-light);
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 20px;
}

.up-sb-count.unread {
    background: var(--theme-color);
    color: #fff;
}

.up-sb-divider {
    height: 1px;
    background: var(--border-color);
    margin: 6px 18px;
}

/* ════════════════════════════════════════════
   MAIN CONTENT
════════════════════════════════════════════ */
.up-main {
    flex: 1;
    min-width: 0;
}

/* Page Header */
.up-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 12px;
}

#mobileToggle .mobile-nav-icon i {
    transition: all .25s ease;
}

#mobileToggle.active .mobile-nav-icon {
    background: rgba(44, 104, 107, .12);
}

#mobileToggle.active .mobile-nav-icon i {
    color: var(--theme-color);
    transform: rotate(90deg);
}

.up-hamburger {
    display: none;
    width: 38px;
    height: 38px;
    border-radius: var(--radius);
    background: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--theme-color);
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.up-page-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--title-color);
    margin: 0;
    line-height: 1.2;
}

.up-page-sub {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

/* ════════════════════════════════════════════
   WELCOME CARD
════════════════════════════════════════════ */

.up-welcome-card {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: stretch;

    height: 140px;
    /* Change this only */

    margin-bottom: 10px;

    border: 1px solid var(--border-color);
    border-radius: var(--radius);

    background:
        linear-gradient(135deg,
            #f8fbfb 0%,
            #eef6f5 100%);

    box-shadow: var(--shadow-sm);
}

.up-welcome-content {
    flex: 1;
    padding: 12px 14px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.up-welcome-sub {
    font-size: 10px;
    font-weight: 550;
    color: var(--text-muted);

    /* margin-bottom: 4px; */

    text-transform: uppercase;
    letter-spacing: .6px;
    line-height: 1.5;
}

.up-welcome-title {
    font-size: 25px;
    font-weight: 650;
    line-height: 1.1;
    color: var(--title-color);
    /* margin-bottom: 6px; */
}

.up-welcome-desc {
    font-size: 13px;
    color: var(--body-color);

    max-width: 320px;
    line-height: 1.2;
}

/* RIGHT IMAGE */

.up-welcome-image {
    width: 280px;
    /* Fixed image width */
    min-width: 280px;

    height: 100%;

    flex-shrink: 0;

    position: relative;
    overflow: hidden;
}

.up-welcome-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
}

/* MOBILE */

@media (max-width: 768px) {

    .up-welcome-card {
        height: 120px;
    }

    .up-welcome-content {
        padding: 12px;
    }

    .up-welcome-title {
        font-size: 18px;
    }

    .up-welcome-desc {
        font-size: 10px;
        max-width: 180px;
    }

    .up-welcome-image {
        width: 180px;
        min-width: 120px;
    }
}

/* ════════════════════════════════════════════
   STATS ROW
════════════════════════════════════════════ */
.up-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.up-stat {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s;
}

.up-stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.up-stat-icon {
    width: 33px;
    height: 33px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.si-teal {
    background: rgba(44, 104, 107, 0.10);
    color: var(--theme-color);
}

.si-gold {
    background: rgba(248, 194, 81, 0.15);
    color: #d4a017;
}

.si-green {
    background: rgba(16, 185, 129, 0.10);
    color: #10b981;
}

.si-blue {
    background: rgba(59, 130, 246, 0.10);
    color: #3b82f6;
}

.si-red {
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

.si-danger {
    background: rgba(220, 38, 38, 0.12);
    color: #dc2626;
}

.si-purple {
    background: rgba(139, 92, 246, 0.12);
    color: #8b5cf6;
}

.si-violet {
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
}

.si-pink {
    background: rgba(236, 72, 153, 0.12);
    color: #ec4899;
}

.si-orange {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
}

.si-indigo {
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
}

.up-stat-lbl {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.2;
}

.up-stat-val {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    line-height: 1.2;
}

/* ════════════════════════════════════════════
   CARDS
════════════════════════════════════════════ */
.up-card {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 10px;
    overflow: hidden;
}

.up-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border-color);
}

.up-card-title {
    font-size: 15px;
    font-weight: 550;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.up-card-title-icon {
    width: 33px;
    height: 33px;
    border-radius: 6px;
    background: var(--theme-light);
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.up-card-body {
    padding: 12px 18px;
}

/* Two Column Layout */
.up-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.up-two-col>.up-card {
    margin-bottom: 0;
}

/* ════════════════════════════════════════════
   OVERVIEW — INFO ROWS
════════════════════════════════════════════ */
.up-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.up-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

.up-info-row:last-child {
    border-bottom: none;
}

.up-info-row:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.up-info-icon {
    width: 33px;
    height: 33px;
    border-radius: 6px;
    background: var(--theme-light);
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.up-info-content {
    line-height: 1.2;
}

.up-info-label {
    font-size: 11px;
    color: var(--text-muted);
}

.up-info-val {
    font-size: 13px;
    font-weight: 550;
    color: var(--title-color);
    margin-top: 1px;
}

/* ════════════════════════════════════════════
   FORMS
════════════════════════════════════════════ */
.up-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.up-fg {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.up-fg-full {
    grid-column: 1 / -1;
}

.up-label {
    font-size: 14px;
    font-weight: 550;
    color: var(--title-color);
    margin-bottom: 5px;
}

.req {
    color: var(--error-color);
}

.up-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--body-color);
    background: #fff;
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
    height: 40px;

}

.up-input:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(44, 104, 107, 0.10);
}

.up-input.error {
    border-color: var(--error-color);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10);
}

.up-input::placeholder {
    color: var(--text-muted);
}

select.up-input {
    cursor: pointer;
}

/* Input with toggle icon */
.up-input-wrap {
    position: relative;
}

.up-input-wrap .up-input {
    padding-right: 42px;
}

.up-pw-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--text-muted);
    font-size: 14px;
    transition: color var(--transition);
}

.up-pw-toggle:hover {
    color: var(--theme-color);
}

/* Section Divider inside forms */
.up-form-section-divider {
    position: relative;
    margin: 8px 0 8px;
    text-align: center;
}

.up-form-section-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border-color);
}

.up-form-section-divider span {
    position: relative;
    background: var(--white-color);
    padding: 0 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    font-weight: 450;
}

.up-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

/* ════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════ */
.up-btn {
    padding: 6px 20px;
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.up-btn:active {
    transform: scale(.98);
}

.up-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none !important;
}

.up-btn-primary {
    background: var(--theme-color);
    color: #fff;
}

.up-btn-primary:hover {
    background: var(--theme-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(44, 104, 107, .3);
}

.up-btn-outline {
    background: transparent;
    border: 1.5px solid var(--border-color);
    color: var(--body-color);
}

.up-btn-outline:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: var(--theme-light);
}

.up-btn-danger {
    background: transparent;
    border: 1.5px solid var(--error-color);
    color: var(--error-color);
}

.up-btn-danger:hover {
    background: rgba(239, 68, 68, 0.08);
}

.up-btn-sm {
    padding: 2px 10px;
    font-size: 12px;
}

/* ════════════════════════════════════════════
   PHOTO SECTION (Profile)
════════════════════════════════════════════ */
.up-photo-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--border-color);
}

.up-photo-preview {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 3px solid var(--border-color);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-dark));
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.up-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-photo-meta {
    flex: 1;
}

.up-photo-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.up-photo-hint {
    font-size: 12px;
    color: var(--text-muted);
    margin: 8px 0 4px 0;
}

/* ════════════════════════════════════════════
   PASSWORD STRENGTH
════════════════════════════════════════════ */
.pw-strength {
    margin-top: 10px;
}

.pw-bar {
    height: 4px;
    border-radius: 4px;
    background: var(--border-color);
    overflow: hidden;
}

.pw-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s, background 0.3s;
    width: 0;
}

.pw-hint {
    font-size: 10px;
    color: var(--text-muted);
}

/* Security checklist */
.up-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.up-checklist li {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--body-color);
}

.up-security-tip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 8px 12px;
    background: rgba(248, 194, 81, 0.10);
    border: 1px solid rgba(248, 194, 81, 0.40);
    border-radius: var(--radius);
    font-size: 12px;
    color: var(--dark-color);
    line-height: 1.55;
}

.up-security-tip-icon {
    font-size: 17px;
    color: var(--sec-color);
    margin-top: 1px;
    flex-shrink: 0;
    align-self: center;
}

/* ════════════════════════════════════════════
   TABS
════════════════════════════════════════════ */
.up-tab-bar {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 0;
}

.up-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: color var(--transition), border-color var(--transition);
    white-space: nowrap;
}

.up-tab-btn:hover {
    color: var(--theme-color);
}

.up-tab-btn.active {
    color: var(--theme-color);
    border-bottom-color: var(--theme-color);
}

.up-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-muted);
    transition: all .25s ease;
}

.up-tab-btn.active .up-tab-count {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.up-tab-pane {
    display: none;
}

.up-tab-pane.active {
    display: block;
}

/* ════════════════════════════════════════════
   TABLE
════════════════════════════════════════════ */
.up-table-wrap {
    overflow-x: auto;
}

.up-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}

.up-table thead tr {
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
}

.up-table th {
    padding: 4px 10px;
    text-align: left;
    font-size: 11px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--text-muted);
    white-space: nowrap;
}

.up-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
    vertical-align: middle;
}

.up-table tr:last-child td {
    border-bottom: none;
}

.up-table tbody tr:hover {
    background: #fafefe;
}

/* Listing */
.up-listing-cell {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.up-listing-thumb {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--theme-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color);
}

.up-listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-listing-info {
    min-width: 0;
    flex: 1;
    line-height: 1.5;
}

.lst-purpose-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lst-purpose-sub {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

.lst-purpose-sub::before {
    content: "• ";
    color: var(--theme-color);
}

.up-listing-row {
    /* display:flex; */
    align-items: center;
    /* justify-content:space-between; */
    gap: 8px;
}

.up-listing-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--title-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.up-listing-sub {
    margin-top: 3px;
    font-size: 11px;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.up-listing-sub i {
    width: 12px;
    margin-right: 3px;
}

.up-listing-code {
    margin-top: 2px;
    font-size: 10.5px;
    color: #9ca3af;
    letter-spacing: .4px;
}

.up-listing-code i {
    margin-right: 3px;
}

.up-badge {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 999px;
}

/* ════════════════════════════════════════════
   BADGES
════════════════════════════════════════════ */
.up-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    /* border-radius: 20px; */
    /* font-size: 11.5px; */
    font-weight: 600;
    white-space: nowrap;
}

.up-badge-green {
    background: rgba(16, 185, 129, 0.10);
    color: #0d7a5f;
}

.up-badge-blue {
    background: rgba(59, 130, 246, 0.10);
    color: #2563eb;
}

.up-badge-teal {
    background: var(--theme-light);
    color: var(--theme-color);
}

.up-badge-gray {
    background: var(--bg-color);
    color: var(--text-muted);
    border: 1px solid var(--border-color);
}

.up-badge-gold {
    background: rgba(248, 194, 81, 0.15);
    color: #a07000;
}

.up-badge-red {
    background: rgba(239, 68, 68, 0.10);
    color: var(--error-color);
}

/* ════════════════════════════════════════════
   ICON ACTION BUTTONS (table rows)
════════════════════════════════════════════ */
.up-action-btns {
    align-items: center;
}

.up-icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1.5px solid var(--border-color);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}

.up-icon-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: var(--theme-light);
}

.up-icon-btn.danger:hover {
    border-color: var(--error-color);
    color: var(--error-color);
    background: rgba(239, 68, 68, 0.08);
}

.lst-leads-btn {
    cursor: pointer;
    transition: .2s;
}

.lst-leads-btn:hover {
    transform: translateY(-1px);
    opacity: .9;
}

.lst-leads-btn:focus {
    box-shadow: none;
}

/* ════════════════════════════════════════════
   EMPTY STATE
════════════════════════════════════════════ */
.up-empty-state {
    text-align: center;
    padding: 52px 20px;
}

.up-empty-icon {
    font-size: 50px;
    margin-bottom: 14px;
}

.up-empty-state h3 {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.up-empty-state p {
    color: var(--text-muted);
    font-size: 13.5px;
    margin-bottom: 18px;
    line-height: 1.55;
}

/* ════════════════════════════════════════════
   PAGINATION
════════════════════════════════════════════ */
.up-pagination {
    padding: 14px 20px;
    border-top: 1px solid var(--border-color);
}

/* ════════════════════════════════════════════
   DROPDOWN (Add Listing)
════════════════════════════════════════════ */
.up-dropdown {
    position: relative;
}

.up-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    min-width: 160px;
    z-index: 300;
    overflow: hidden;
}

.up-dropdown-menu.open {
    display: block;
}

.up-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 13.5px;
    color: var(--body-color);
    transition: background var(--transition);
    cursor: pointer;
}

.up-dropdown-item:hover {
    background: var(--theme-light);
    color: var(--theme-color);
}

/* ════════════════════════════════════════════
   MESSAGES
════════════════════════════════════════════ */
.up-msg-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: background var(--transition);
    position: relative;
}

.up-msg-item:last-child {
    border-bottom: none;
}

.up-msg-item:hover {
    background: var(--bg-color);
}

.up-msg-item.unread {
    background: rgba(44, 104, 107, 0.04);
}

.up-msg-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

.up-msg-body {
    flex: 1;
    min-width: 0;
}

.up-msg-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.up-msg-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
}

.up-msg-time {
    font-size: 11.5px;
    color: var(--text-muted);
    white-space: nowrap;
}

.up-msg-subject {
    font-size: 12.5px;
    color: var(--text-muted);
    margin-top: 2px;
}

.up-msg-preview {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.up-msg-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    flex-shrink: 0;
    margin-top: 6px;
}

/* Message Detail (inside modal) */
.up-msg-detail-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
}

.up-msg-detail-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.up-msg-detail-listing {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-muted);
    background: var(--bg-color);
    padding: 10px 14px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    margin-bottom: 12px;
}

.up-msg-detail-body {
    font-size: 14px;
    line-height: 1.7;
    color: var(--body-color);
    padding: 16px;
    background: var(--bg-color);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    white-space: pre-wrap;
}

/* ════════════════════════════════════════════
   WISHLIST CARDS
════════════════════════════════════════════ */
.up-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
}

.up-wcard {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.up-wcard:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.up-wcard-thumb {
    height: 155px;
    background: var(--theme-light);
    position: relative;
    overflow: hidden;
}

.up-wcard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-wcard-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: var(--theme-color);
}

.up-wcard-type-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.up-wcard-type-badge.prop {
    background: #eff6ff;
    color: #2563eb;
}

.up-wcard-type-badge.veh {
    background: var(--theme-light);
    color: var(--theme-color);
}

.up-wcard-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.88);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: background var(--transition), transform 0.15s;
}

.up-wcard-remove:hover {
    background: var(--error-color);
    transform: scale(1.1);
}

.up-wcard-body {
    padding: 13px 15px 10px;
}

.up-wcard-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 1.4;
}

.up-wcard-sub {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.up-wcard-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    margin-top: 8px;
}

.up-wcard-footer {
    display: flex;
    gap: 8px;
    padding: 10px 15px;
    border-top: 1px solid var(--border-color);
}

/* ════════════════════════════════════════════
   MODAL
════════════════════════════════════════════ */
.up-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.up-modal {
    background: var(--white-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 10px 10px;
    max-width: 420px;
    width: 100%;
    text-align: left;
    position: relative;
    animation: modalIn .18s ease;
}

.up-modal-lg {
    max-width: 560px;
    text-align: left;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.up-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.up-modal-close:hover {
    color: var(--error-color);
    border-color: var(--error-color);
}

.up-modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: left;
    justify-content: left;
    font-size: 22px;
    margin: 0 auto 16px;
}

.up-modal-icon.danger {
    background: rgba(239, 68, 68, 0.10);
    color: var(--error-color);
}

.up-modal-icon.success {
    background: rgba(16, 185, 129, 0.10);
    color: var(--success-color);
}

.up-modal-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}

.up-modal-desc {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.6;
}

.up-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .up-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {

    /* Sidebar becomes off-canvas drawer */
    .up-sidebar {
        position: fixed;
        left: -280px;
        top: 0;
        height: 100vh;
        z-index: 9999;
        border-radius: 0;
        transition: left 0.28s ease;
        overflow-y: auto;
        width: 260px;
        border: 1px solid var(--theme-color);
    }

    .up-sidebar.open {
        left: 0;
    }

    .up-hamburger {
        display: inline-flex;
    }

    .up-form-grid {
        grid-template-columns: 1fr;
    }

    .up-two-col {
        grid-template-columns: 1fr;
    }

    .up-info-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {
    .up-wrapper {
        padding: 14px;
    }

    .up-stats {
        grid-template-columns: 1fr 1fr;
    }

    .up-photo-section {
        flex-direction: row;
        align-items: flex-start;
    }

    .up-tab-btn {
        padding: 4px 8px;
        font-size: 12.5px;
    }

    .up-wishlist-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 420px) {
    .up-wishlist-grid {
        grid-template-columns: 1fr;
    }

    .up-stats {
        grid-template-columns: 1fr 1fr;
    }

    .up-modal {
        padding: 24px 18px;
    }
}

/* ==========================================================================
   LISTING FILTERS — SHARED (vehicle + property)
   Every rule is written once as .vf-x, .pf-x so both pages stay identical.
   Scope: sort dropdown, active chips, filter panel, dropdowns/pills/inputs/
   range/tags, mobile drawer, grid loading state, pagination. Nothing else.
   ========================================================================== */

/* ── Sort dropdown ── */
.vf-sort-wrap,
.pf-sort-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.vf-sort-wrap>i,
.pf-sort-wrap>i {
    position: absolute;
    left: 10px;
    font-size: 11px;
    color: var(--theme-color);
    pointer-events: none;
}

.vf-sort-select,
.pf-sort-select {
    width: auto;
    min-width: 168px;
    height: 38px;
    font-size: 12px;
    font-weight: 500;
    color: var(--body-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background: var(--white-color);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5'%3E%3Cpath d='M0 0l4.5 5 4.5-5z' fill='%2364748b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding: 0 30px 0 14px !important;
    transition: border-color var(--transition), box-shadow var(--transition);
    cursor: pointer;
}

.vf-sort-select:hover,
.pf-sort-select:hover {
    border-color: var(--theme-color);
}

.vf-sort-select:focus,
.pf-sort-select:focus {
    outline: none;
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px var(--theme-light);
}

.vf-mobile-trigger,
.pf-mobile-trigger {
    height: 38px;
    padding: 0 16px !important;
    font-size: 12px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: var(--radius) !important;
}

.vf-active-count,
.pf-active-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 9.5px;
    font-weight: 700;
    animation: lfPop .25s ease;
}

@keyframes lfPop {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Single shared row for the location chip + dynamic active filter chips */
.listing-chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

/* When the dynamic chips container sits inside .listing-chips-row, its own
   flex/margin no longer apply — its children just join the parent row */
.listing-chips-row .vf-active-chips,
.listing-chips-row .pf-active-chips {
    display: contents;
    margin: 0;
}

/* ── Active filter chips ── */
.vf-active-chips,
.pf-active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    animation: lfFadeIn .2s ease;
}

.vf-chip-active,
.pf-chip-active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    background: var(--theme-light);
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 600;
    padding: 0 8px 0 12px;
    border-radius: 50px;
}

.vf-chip-active button,
.pf-chip-active button {
    background: var(--theme-color);
    color: var(--white-color);
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform var(--transition);
}

.vf-chip-active button:hover,
.pf-chip-active button:hover {
    transform: scale(1.15);
}

@keyframes lfFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   FILTER PANEL
   ========================================================================== */

.filter-sidebar-sticky {
    position: sticky;
    top: 16px;
}

.vf-panel,
.pf-panel {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.vf-panel-head,
.pf-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    font-weight: 700;
    font-size: 13px;
    color: var(--title-color);
    background: var(--bg-theme2);
    border-bottom: 1px solid var(--border-color);
}

.vf-panel-head i,
.pf-panel-head i {
    color: var(--theme-color);
    margin-right: 6px;
    font-size: 12px;
}

.vf-reset-link,
.pf-reset-link {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 5px;
    transition: all var(--transition);
    opacity: .55;
    pointer-events: none;
}

.vf-reset-link.vf-reset-active,
.pf-reset-link.pf-reset-active {
    color: var(--theme-color);
    opacity: 1;
    pointer-events: auto;
}

.vf-reset-link.vf-reset-active:hover,
.pf-reset-link.pf-reset-active:hover {
    background: var(--theme-light);
}

.vf-group,
.pf-group {
    padding: 8px 12px;
    border-bottom: 1px solid var(--bg-color);
    transition: background var(--transition);
}

.vf-group:last-of-type,
.pf-group:last-of-type {
    border-bottom: none;
}

.vf-group:hover,
.pf-group:hover {
    background: rgba(0, 0, 0, .012);
}

.vf-label,
.pf-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.vf-label i,
.pf-label i {
    color: var(--theme-color);
    font-size: 11px;
    width: 14px;
    text-align: center;
}

/* ── Dropdown / select ── */
.vf-select,
.pf-select {
    width: 100%;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 12px;
    font-weight: 500;
    color: var(--body-color);
    background: var(--bg-color);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5'%3E%3Cpath d='M0 0l4.5 5 4.5-5z' fill='%2364748b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding: 0 30px 0 11px;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
    cursor: pointer;
}

.vf-select:hover,
.pf-select:hover {
    border-color: var(--theme-color);
}

.vf-select:focus,
.pf-select:focus {
    outline: none;
    border-color: var(--theme-color);
    background-color: var(--white-color);
    box-shadow: 0 0 0 3px var(--theme-light);
}

/* Purpose pills */
.vf-pill-row,
.pf-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vf-pill,
.pf-pill {
    cursor: pointer;
    margin: 0;
}

.vf-pill input,
.pf-pill input {
    display: none;
}

.vf-pill span,
.pf-pill span {
    display: inline-block;
    padding: 1px 14px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--bg-color);
    transition: all var(--transition);
    user-select: none;
}

.vf-pill:hover span,
.pf-pill:hover span {
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-1px);
}

.vf-pill input:checked+span,
.pf-pill input:checked+span {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: var(--shadow-sm);
}

/* Range inputs with prefix/suffix */
.vf-range-row,
.pf-range-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

.vf-range-sep,
.pf-range-sep {
    color: var(--smoke-color);
    font-size: 11px;
    flex-shrink: 0;
}

.vf-input-group,
.pf-input-group {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.vf-input-affix,
.pf-input-affix {
    position: absolute;
    left: 9px;
    font-size: 11px;
    font-weight: 600;
    color: var(--smoke-color);
    pointer-events: none;
}

.vf-input-affix-suffix,
.pf-input-affix-suffix {
    left: auto;
    right: 9px;
}

.vf-input-group .vf-input,
.pf-input-group .pf-input {
    padding-left: 20px;
}

.vf-input-group:has(.vf-input-affix-suffix) .vf-input,
.pf-input-group:has(.pf-input-affix-suffix) .pf-input {
    padding-left: 8px;
    padding-right: 28px;
}

.vf-input,
.pf-input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 12px;
    font-weight: 500;
    color: var(--body-color);
    background: var(--bg-color);
    padding: 0 8px;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.vf-input::placeholder,
.pf-input::placeholder {
    color: var(--smoke-color);
}

.vf-input:hover,
.pf-input:hover {
    border-color: var(--theme-color);
}

.vf-input:focus,
.pf-input:focus {
    outline: none;
    border-color: var(--theme-color);
    background: var(--white-color);
    box-shadow: 0 0 0 3px var(--theme-light);
}

.vf-input::-webkit-outer-spin-button,
.pf-input::-webkit-outer-spin-button,
.vf-input::-webkit-inner-spin-button,
.pf-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.vf-input[type=number],
.pf-input[type=number] {
    -moz-appearance: textfield;
}

/* Quick tags */
.vf-quick-tags,
.pf-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.vf-tag,
.pf-tag {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    color: var(--text-muted);
    padding: 4px 8px;
    line-height: 1.5;
    cursor: pointer;
    transition: all var(--transition);
}

.vf-tag:hover,
.pf-tag:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background: var(--theme-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

/* ==========================================================================
   MOBILE DRAWER
   ========================================================================== */

.vf-drawer-backdrop,
.pf-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 57, 59, .5);
    backdrop-filter: blur(1px);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition);
}

.vf-drawer-backdrop.show,
.pf-drawer-backdrop.show {
    opacity: 1;
    visibility: visible;
}

.vf-drawer,
.pf-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(85vw, 340px);
    background: var(--white-color);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: var(--shadow-md);
}

.vf-drawer.show,
.pf-drawer.show {
    transform: translateX(0);
}

.vf-drawer-head,
.pf-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-theme2);
    flex-shrink: 0;
}

.vf-drawer-head h6,
.pf-drawer-head h6 {
    font-size: 13px;
    font-weight: 700;
}

.vf-drawer-close,
.pf-drawer-close {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: var(--white-color);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}

.vf-drawer-close:hover,
.pf-drawer-close:hover {
    background: rgba(220, 53, 69, .1);
    color: var(--error-color, #dc3545);
    transform: rotate(90deg);
}

.vf-drawer-body,
.pf-drawer-body {
    flex: 1;
    overflow-y: auto;
}

.vf-drawer-body .vf-panel,
.pf-drawer-body .pf-panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.vf-drawer-footer,
.pf-drawer-footer {
    padding: 12px 16px;
    border-top: 1px solid var(--border-color);
    background: var(--white-color);
    flex-shrink: 0;
    box-shadow: 0 -3px 12px rgba(15, 23, 42, .05);
}

.vf-drawer-footer .btn,
.pf-drawer-footer .btn {
    font-size: 12.5px;
    padding: 9px 14px;
}

/* ==========================================================================
   GRID LOADING STATE + EMPTY STATE
   ========================================================================== */

#vehicleGrid,
#propertyGrid {
    position: relative;
    min-height: 220px;
    transition: opacity var(--transition);
}

#vehicleGrid.vf-loading,
#propertyGrid.pf-loading {
    opacity: .4;
    pointer-events: none;
}

#vehicleGrid.vf-loading::after,
#propertyGrid.pf-loading::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    border: 3px solid var(--border-color);
    border-top-color: var(--theme-color);
    border-radius: 50%;
    animation: lfSpin .7s linear infinite;
}

@keyframes lfSpin {
    to {
        transform: rotate(360deg);
    }
}

#vehicleGrid .col-12.text-center,
#propertyGrid .col-12.text-center {
    background: var(--white-color);
    border: 1px dashed var(--border-color);
    border-radius: var(--radius);
    padding: 48px 16px !important;
}

#vehicleGrid .col-12.text-center i,
#propertyGrid .col-12.text-center i {
    color: var(--smoke-color);
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

#vehiclePagination nav,
#propertyPagination nav {
    display: flex;
    justify-content: center;
}

#vehiclePagination .pagination,
#propertyPagination .pagination {
    gap: 5px;
    flex-wrap: wrap;
    margin: 0;
}

#vehiclePagination .page-link,
#propertyPagination .page-link {
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    color: var(--title-color);
    font-size: 12px;
    font-weight: 600;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: var(--white-color);
    transition: all var(--transition);
}

#vehiclePagination .page-link:hover,
#propertyPagination .page-link:hover {
    background: var(--theme-light);
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-1px);
}

#vehiclePagination .page-item.active .page-link,
#propertyPagination .page-item.active .page-link {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: var(--shadow-sm);
}

#vehiclePagination .page-item.disabled .page-link,
#propertyPagination .page-item.disabled .page-link {
    color: var(--smoke-color);
    background: var(--bg-color);
    cursor: default;
}

#vehiclePagination .page-link-arrow,
#propertyPagination .page-link-arrow {
    font-size: 11px;
}

#vehiclePagination .page-link-dots,
#propertyPagination .page-link-dots {
    border: none;
    background: transparent;
    color: var(--smoke-color);
    min-width: 20px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991.98px) {
    .filter-sidebar-sticky {
        position: static;
    }
}

@media (max-width: 767.98px) {

    .vf-sort-select,
    .pf-sort-select {
        min-width: 0;
        flex: 1;
    }
}

@media (max-width: 575.98px) {

    .vf-panel-head,
    .pf-panel-head,
    .vf-group,
    .pf-group {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vf-drawer,
    .pf-drawer {
        width: 88vw;
    }
}

.gloc-location-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    animation: lfFadeIn .2s ease;
}

.gloc-location-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    background: var(--theme-light);
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 600;
    padding: 0 8px 0 12px;
    border-radius: 50px;
}

.gloc-location-chip i {
    font-size: 13px;
}

.gloc-location-chip strong {
    color: var(--title-color);
}

.gloc-location-chip button {
    background: var(--theme-color);
    color: #fff;
    border: none;
    font-size: 10px;
    border-radius: 50px;
    cursor: pointer;
    transition: filter var(--transition);
    line-height: 2;
    padding: 2px 10px;
}

.gloc-location-chip button:hover {
    filter: brightness(1.1);
}


/* ==============================
           HERO SECTION
        ============================== */
.blog-hero {
    position: relative;
    background: linear-gradient(140deg, var(--dark-color) 0%, var(--title-color) 50%, #1e5557 100%);
    overflow: hidden;
    padding: 72px 0 96px;
}

.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 800px 600px at 85% 40%, rgba(44, 104, 107, .3) 0%, transparent 65%),
        radial-gradient(ellipse 350px 250px at 5% 85%, rgba(248, 194, 81, .07) 0%, transparent 55%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.blog-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 64px;
    background: var(--bg-color);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.blog-hero .container {
    position: relative;
    z-index: 1;
}

.blog-hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.blog-hero h1 span {
    background: linear-gradient(90deg, var(--sec-color) 0%, var(--yellow-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-hero p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .72);
    max-width: 540px;
    line-height: 1.75;
    margin-bottom: 0;
}

.hero-stats {
    display: flex;
    gap: 28px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-stat {
    text-align: left;
}

.hero-stat-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--sec-color);
    line-height: 1;
}

.hero-stat-label {
    font-size: .75rem;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-top: 3px;
}

/* ==============================
           ACTIVE FILTER BANNER
        ============================== */
.filter-banner {
    background: linear-gradient(135deg, var(--bg-theme2), var(--white-color));
    border: 1.5px solid rgba(44, 104, 107, .2);
    border-radius: var(--radius-sm);
    padding: 14px 20px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-banner-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--body-color);
}

.filter-banner-text i {
    color: var(--theme-color);
    font-size: 16px;
}

.filter-banner-text strong {
    color: var(--theme-color);
    font-weight: 700;
}

.filter-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: rgba(44, 104, 107, .1);
    color: var(--theme-color);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
}

.filter-clear-btn:hover {
    background: var(--theme-color);
    color: white;
}

/* ==============================
           SEARCH BAR
        ============================== */
.search-wrapper {
    background: var(--white-color);
    padding: 22px 26px;
    border-radius: var(--radius);
    margin-bottom: 36px;
    border: 1.5px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.search-form-enhanced {
    display: flex;
    gap: 12px;
    align-items: stretch;
    flex-wrap: wrap;
}

.search-input-group {
    flex: 1;
    position: relative;
    min-width: 220px;
}

.search-input-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 15px;
    pointer-events: none;
}

.search-input-group input {
    width: 100%;
    padding: 14px 18px 14px 48px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 14px;
    transition: all .3s;
    outline: none;
    background: var(--bg-color);
    color: var(--title-color);
    height: 50px;
}

.search-input-group input::placeholder {
    color: #94a3a8;
}

.search-input-group input:focus {
    border-color: var(--theme-color);
    background: var(--white-color);
    box-shadow: 0 0 0 4px rgba(44, 104, 107, .08);
}

.btn-search {
    padding: 0 32px;
    height: 50px;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
}

.btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 104, 107, .35);
}

.btn-clear {
    padding: 0 22px;
    height: 50px;
    background: #f1f5f4;
    color: var(--body-color);
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.btn-clear:hover {
    background: #e2e8e8;
    border-color: #b8c8c8;
}

/* ==============================
           BLOG CARD
        ============================== */
.blog-card {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1.5px solid var(--border-color);
    overflow: hidden;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    margin-bottom: 32px;
    position: relative;
    box-shadow: var(--shadow-sm);
}

.blog-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--title-color), var(--theme-color), var(--sec-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
    border-radius: 0 0 2px 2px;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(44, 104, 107, .18);
}

.blog-card:hover::after {
    transform: scaleX(1);
}

/* Blog Image */
.blog-image-wrap {
    position: relative;
    overflow: hidden;
    background: var(--bg-theme2);
}

.blog-image-wrap a {
    display: block;
}

.blog-image-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
}

.blog-card:hover .blog-image-wrap img {
    transform: scale(1.06);
}

.blog-image-no-img {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--bg-theme2), #d4eae9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 48px;
    opacity: .5;
}

.blog-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--theme-color);
    color: white;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: background .25s;
    z-index: 2;
}

.blog-category-badge:hover {
    background: var(--title-color);
    color: white;
}

.blog-views-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, .55);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

/* Card Body */
.blog-card-body {
    padding: 20px 20px 20px;
}

.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-bottom: 14px;
}

.blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: var(--text-muted);
    text-decoration: none;
    transition: color .25s;
}

.blog-meta-item i {
    color: var(--theme-color);
    font-size: 11px;
}

a.blog-meta-item:hover {
    color: var(--theme-color);
}

.meta-divider {
    width: 3px;
    height: 3px;
    background: var(--border-color);
    border-radius: 50%;
    flex-shrink: 0;
}

.blog-title {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.2px;
}

.blog-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a:hover {
    color: var(--theme-color);
}

.blog-excerpt {
    margin-bottom: 20px;
    color: var(--body-color);
    font-size: 14.5px;
    line-height: 1.75;
    opacity: .82;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 5px;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .25s;
    border: 1px solid rgba(44, 104, 107, .15);
}

.blog-tag:hover {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
    transform: translateY(-1px);
}

/* Card Actions */
.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid var(--border-color);
    background: #fafcfc;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    transition: all .3s;
    letter-spacing: .3px;
}

.btn-read-more:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(44, 104, 107, .35);
    color: white;
}

.btn-read-more i {
    transition: transform .3s;
    font-size: 11px;
}

.btn-read-more:hover i {
    transform: translateX(3px);
}

.share-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--border-color);
    background: var(--white-color);
    color: var(--text-muted);
    font-size: 13px;
    cursor: pointer;
    transition: all .25s;
    text-decoration: none;
}

.share-action-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: var(--bg-theme2);
    transform: translateY(-2px);
}

.share-action-btn.fb:hover {
    border-color: #1877f2;
    color: #1877f2;
    background: #e7f0fd;
}

.share-action-btn.tw:hover {
    border-color: #000000;
    color: #000000;
    background: #e8f5fd;
}

.share-action-btn.wa:hover {
    border-color: #25d366;
    color: #25d366;
    background: #e6f9ee;
}

.share-action-btn.ln:hover {
    border-color: #0a66c2;
    color: #0a66c2;
    background: #e6f0f8;
}

.share-action-btn.copy:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: var(--bg-theme2);
}

.share-action-btn.native:hover {
    border-color: #7c3aed;
    color: #7c3aed;
    background: #f3efff;
}

@media (pointer: coarse),
(max-width: 768px) {
    .share-action-btn.native {
        display: inline-flex;
    }
}

/* ==============================
           SIDEBAR
        ============================== */
.sidebar-sticky {
    position: sticky;
    top: 90px;
}

.sidebar-widget {
    background: var(--white-color);
    border-radius: var(--radius);
    padding: 26px;
    margin-bottom: 28px;
    border: 1.5px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    position: relative;
}

.sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--title-color), var(--theme-color));
}

.widget-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.1px;
}

.widget-title i {
    width: 32px;
    height: 32px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
}

.category-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-list li:first-child {
    padding-top: 0;
}

.category-list li a {
    color: var(--body-color);
    text-decoration: none;
    transition: all .25s;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border-color);
    flex-shrink: 0;
    transition: background .25s;
}

.category-list li a:hover {
    color: var(--theme-color);
}

.category-list li a:hover::before {
    background: var(--theme-color);
}

.category-list li.active a {
    color: var(--theme-color);
    font-weight: 700;
}

.category-list li.active a::before {
    background: var(--theme-color);
}

.category-count {
    background: var(--bg-theme2);
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    color: var(--theme-color);
    flex-shrink: 0;
}

/* Recent Posts */
.recent-post-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--border-color);
    transition: transform .3s;
}

.recent-post-item:first-child {
    padding-top: 0;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-item:hover {
    transform: translateX(4px);
}

.recent-post-thumb {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg-theme2);
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.08);
}

.recent-post-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 20px;
    opacity: .5;
}

.recent-post-info {
    flex: 1;
    min-width: 0;
}

.recent-post-date {
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recent-post-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.recent-post-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color .25s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-title a:hover {
    color: var(--theme-color);
}

/* Tags Cloud */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-block;
    padding: 6px 14px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .25s;
    border: 1px solid rgba(44, 104, 107, .12);
}

.tag-item:hover {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 104, 107, .25);
}

.tag-item.active {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
}

/* ==============================
           PAGINATION
        ============================== */
.pagination-section {
    margin-top: 12px;
    padding-top: 28px;
    border-top: 1.5px solid var(--border-color);
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.custom-pagination .pagination {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.custom-pagination .pagination li {
    display: inline-flex;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
    background: var(--white-color);
    color: var(--body-color);
    border: 1.5px solid var(--border-color);
}

.custom-pagination .pagination li a:hover {
    background: var(--bg-theme2);
    color: var(--theme-color);
    border-color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.custom-pagination .pagination li.active span {
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(44, 104, 107, .35);
}

.custom-pagination .pagination li.disabled span {
    background: var(--bg-color);
    color: #b0bec5;
    cursor: not-allowed;
    border-color: var(--border-color);
}

.pagination-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-muted);
}

.pagination-info .info-pill {
    background: var(--bg-theme2);
    color: var(--theme-color);
    padding: 5px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
}

/* ==============================
           EMPTY STATE
        ============================== */
.empty-state {
    text-align: center;
    padding: 72px 24px;
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1.5px dashed var(--border-color);
}

.empty-icon {
    width: 80px;
    height: 80px;
    background: var(--bg-theme2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 34px;
    color: var(--theme-color);
}

.empty-state h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 10px;
}

.empty-state p {
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 24px;
}

.btn-back-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--theme-color);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s;
}

.btn-back-all:hover {
    background: var(--title-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 104, 107, .3);
}

/* ==============================
           TOAST NOTIFICATION
        ============================== */
.toast-notification {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: var(--title-color);
    color: white;
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: var(--shadow-lg);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: toastIn .35s cubic-bezier(.34, 1.56, .64, 1) forwards;
    max-width: 320px;
}

.toast-notification i {
    color: #6ee7b7;
    font-size: 16px;
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes toastOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(12px);
    }
}

/* ==============================
           RESPONSIVE
        ============================== */
@media (max-width: 992px) {
    .sidebar-sticky {
        position: static;
    }

    .sidebar-widget:first-child {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 50px 0 72px;
    }

    .blog-hero h1 {
        font-size: 2rem;
    }

    .blog-card-body {
        padding: 15px;
    }

    .blog-card-footer {
        padding: 15px;
    }

    .blog-image-wrap img {
        height: 200px;
    }

    .search-form-enhanced {
        flex-direction: column;
    }

    .btn-search,
    .btn-clear {
        width: 100%;
        justify-content: center;
        height: 48px;
    }

    .search-input-group {
        min-width: 100%;
    }

    .hero-stats {
        gap: 20px;
    }

    .custom-pagination .pagination li a,
    .custom-pagination .pagination li span {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }
}


/* ==============================
           HERO
        ============================== */
.blog-details-hero {
    position: relative;
    background: linear-gradient(140deg, var(--dark-color) 0%, var(--title-color) 50%, #1e5557 100%);
    overflow: hidden;
    padding: 72px 0 100px;
}

.blog-details-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 800px 600px at 90% 40%, rgba(44, 104, 107, .28) 0%, transparent 65%),
        radial-gradient(ellipse 350px 250px at 5% 85%, rgba(248, 194, 81, .07) 0%, transparent 55%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.blog-details-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 64px;
    background: var(--bg-color);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.blog-details-hero .container {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
    backdrop-filter: blur(12px);
    font-family: var(--body-font);
    text-decoration: none;
    transition: background .25s;
}

.hero-badge i {
    color: var(--sec-color);
}

.hero-badge:hover {
    background: rgba(255, 255, 255, .18);
    color: white;
}

.blog-details-hero h1 {
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.22;
    margin-bottom: 24px;
    font-family: var(--title-font);
    letter-spacing: -.4px;
    max-width: 820px;
}

.blog-hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .65);
    font-family: var(--body-font);
}

.blog-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-hero-meta-item i {
    color: var(--sec-color);
    font-size: 12px;
}

.blog-hero-meta a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-weight: 600;
    transition: color .25s;
}

.blog-hero-meta a:hover {
    color: var(--sec-color);
}

.meta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    flex-shrink: 0;
}

/* ==============================
           MAIN LAYOUT
        ============================== */
.blog-main {
    background: var(--bg-color);
    padding: 56px 0 80px;
}

/* ==============================
           ARTICLE CARD
        ============================== */
.article-card {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1.5px solid var(--border-color);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.article-featured-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.article-body {
    padding: 44px 48px 40px;
}

/* Article Typography */
.article-body h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--title-color);
    margin: 36px 0 16px;
    font-family: var(--title-font);
    line-height: 1.3;
    letter-spacing: -.2px;
}

.article-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--title-color);
    margin: 28px 0 14px;
    font-family: var(--title-font);
    line-height: 1.35;
}

.article-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--title-color);
    margin: 22px 0 10px;
    font-family: var(--title-font);
}

.article-body p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--body-color);
    margin-bottom: 22px;
    font-family: var(--body-font);
}

.article-body ul,
.article-body ol {
    padding-left: 24px;
    margin-bottom: 22px;
}

.article-body li {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 8px;
    font-family: var(--body-font);
}

.article-body a {
    color: var(--theme-color);
    /* text-decoration: underline;
            text-decoration-color: rgba(44, 104, 107, .35);
            text-underline-offset: 3px;
            transition: text-decoration-color .25s; */
}

.article-body a:hover {
    /* text-decoration-color: var(--theme-color); */
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
    box-shadow: var(--shadow-sm);
}

.article-body blockquote,
.article-body .vs-quote {
    background: linear-gradient(135deg, var(--bg-theme2) 0%, #f0f8f7 100%);
    border-left: 4px solid var(--theme-color);
    padding: 28px 32px;
    border-radius: 0 16px 16px 0;
    margin: 28px 0;
    font-style: italic;
    font-size: 17px;
    line-height: 1.75;
    color: var(--title-color);
    font-family: var(--body-font);
    font-weight: 500;
    position: relative;
}

.article-body blockquote::before,
.article-body .vs-quote::before {
    content: '\201C';
    position: absolute;
    top: -8px;
    left: 20px;
    font-size: 64px;
    color: var(--theme-color);
    opacity: .2;
    font-family: Georgia, serif;
    line-height: 1;
}

.article-body blockquote p,
.article-body .vs-quote p {
    margin: 0;
    position: relative;
    z-index: 1;
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    font-family: var(--body-font);
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.article-body table th {
    background: var(--title-color);
    color: white;
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
}

.article-body table td {
    padding: 12px 18px;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
}

.article-body table tr:last-child td {
    border-bottom: none;
}

.article-body table tr:nth-child(even) td {
    background: var(--bg-color);
}

/* ==============================
           TAGS & SHARE ROW
        ============================== */
.article-meta-footer {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1.5px solid var(--border-color);
}

.meta-footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.tags-section-label,
.share-section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-family: var(--body-font);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tags-section-label i,
.share-section-label i {
    color: var(--theme-color);
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.article-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .25s;
    font-family: var(--body-font);
    border: 1px solid rgba(44, 104, 107, .15);
}

.article-tag:hover {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
    transform: translateY(-1px);
}

.share-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s;
    font-family: var(--body-font);
    border: 1.5px solid;
    white-space: nowrap;
}

.share-btn i {
    font-size: 13px;
}

.share-btn-fb {
    color: #1877f2;
    border-color: #1877f2;
    background: rgba(24, 119, 242, .06);
}

.share-btn-tw {
    color: #000;
    border-color: #000;
    background: rgba(0, 0, 0, .04);
}

.share-btn-wa {
    color: #25d366;
    border-color: #25d366;
    background: rgba(37, 211, 102, .06);
}

.share-btn-ln {
    color: #0a66c2;
    border-color: #0a66c2;
    background: rgba(10, 102, 194, .06);
}

.share-btn-copy {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background: var(--bg-theme2);
}

.share-btn-native {
    color: #7c3aed;
    border-color: #7c3aed;
    background: #f3efff;
}

.share-btn-fb:hover {
    background: #1877f2;
    color: white;
}

.share-btn-tw:hover {
    background: #000;
    color: white;
}

.share-btn-wa:hover {
    background: #25d366;
    color: white;
}

.share-btn-ln:hover {
    background: #0a66c2;
    color: white;
}

.share-btn-copy:hover {
    background: var(--theme-color);
    color: white;
}

.share-btn-native:hover {
    background: #7c3aed;
    color: white;
}

@media (pointer: coarse),
(max-width: 768px) {
    .share-btn-native {
        display: inline-flex;
    }
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

/* ==============================
           AUTHOR BOX
        ============================== */
.author-box {
    background: linear-gradient(135deg, var(--bg-theme2) 0%, #f0f8f7 100%);
    border-radius: var(--radius);
    padding: 32px 36px;
    margin-bottom: 28px;
    border: 1.5px solid rgba(44, 104, 107, .12);
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.author-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid var(--white-color);
    box-shadow: var(--shadow-sm);
}

.author-info {
    flex: 1;
}

.author-role {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-family: var(--body-font);
    margin-bottom: 5px;
}

.author-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 10px;
    font-family: var(--title-font);
}

.author-bio {
    font-size: 14px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 16px;
    font-family: var(--body-font);
}


/* ==============================
           PREV / NEXT NAVIGATION
        ============================== */
.post-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
}

.post-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: var(--white-color);
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius);
    text-decoration: none;
    transition: all .3s;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.post-nav-link:hover {
    border-color: var(--theme-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.post-nav-link.prev {
    flex-direction: row;
}

.post-nav-link.next {
    flex-direction: row-reverse;
    text-align: right;
}

.post-nav-icon {
    width: 44px;
    height: 44px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all .3s;
}

.post-nav-link:hover .post-nav-icon {
    background: var(--theme-color);
    color: white;
}

.post-nav-text {
    flex: 1;
    min-width: 0;
}

.post-nav-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-family: var(--body-font);
    margin-bottom: 4px;
}

.post-nav-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .25s;
}

.post-nav-link:hover .post-nav-title {
    color: var(--theme-color);
}

.post-nav-home {
    width: 52px;
    height: 52px;
    background: var(--white-color);
    border: 1.5px solid var(--border-color);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    flex-shrink: 0;
    transition: all .25s;
    box-shadow: var(--shadow-sm);
}

.post-nav-home:hover {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
    transform: scale(1.08);
}

/* ==============================
           RELATED POSTS
        ============================== */
.related-section {
    margin-bottom: 28px;
}

.section-heading {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-heading::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--border-color), transparent);
    border-radius: 2px;
}

.section-heading i {
    color: var(--theme-color);
    font-size: 16px;
}

.related-card {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1.5px solid var(--border-color);
    overflow: hidden;
    transition: all .3s;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(44, 104, 107, .18);
}

.related-card-img {
    overflow: hidden;
    background: var(--bg-theme2);
}

.related-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}

.related-card:hover .related-card-img img {
    transform: scale(1.06);
}

.related-card-img-placeholder {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--theme-color);
    opacity: .3;
}

.related-card-body {
    padding: 18px 20px 20px;
}

.related-card-date {
    font-size: 11.5px;
    color: var(--text-muted);
    font-family: var(--body-font);
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.related-card-date i {
    color: var(--theme-color);
    font-size: 10px;
}

.related-card-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 10px;
    font-family: var(--title-font);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .25s;
}

.related-card-title a:hover {
    color: var(--theme-color);
}

.related-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--theme-color);
    text-decoration: none;
    font-family: var(--body-font);
    transition: gap .25s;
}

.related-card-link:hover {
    gap: 10px;
}

/* ==============================
           SIDEBAR
        ============================== */
.sidebar-sticky {
    position: sticky;
    top: 90px;
}

.sidebar-widget {
    background: var(--white-color);
    border-radius: var(--radius);
    padding: 26px;
    margin-bottom: 28px;
    border: 1.5px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    position: relative;
}

.sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--title-color), var(--theme-color));
}

.widget-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.1px;
}

.widget-title i {
    width: 32px;
    height: 32px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* Search Widget */
.widget-search {
    display: flex;
    gap: 8px;
}

.widget-search input {
    flex: 1;
    padding: 12px 16px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-family: var(--body-font);
    font-size: 14px;
    transition: all .3s;
    outline: none;
    background: var(--bg-color);
    color: var(--title-color);
}

.widget-search input:focus {
    border-color: var(--theme-color);
    background: var(--white-color);
    box-shadow: 0 0 0 4px rgba(44, 104, 107, .08);
}

.widget-search button {
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
}

.widget-search button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 104, 107, .3);
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
}

.category-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-list li:first-child {
    padding-top: 0;
}

.category-list li a {
    color: var(--body-color);
    text-decoration: none;
    transition: all .25s;
    font-size: 14px;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border-color);
    flex-shrink: 0;
    transition: background .25s;
}

.category-list li a:hover {
    color: var(--theme-color);
}

.category-list li a:hover::before {
    background: var(--theme-color);
}

.category-count {
    background: var(--bg-theme2);
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--body-font);
    flex-shrink: 0;
}

/* Recent Posts */
.recent-post-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--border-color);
    transition: transform .3s;
}

.recent-post-item:first-child {
    padding-top: 0;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-item:hover {
    transform: translateX(4px);
}

.recent-post-thumb {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg-theme2);
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.08);
}

.rp-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 20px;
    opacity: .4;
}

.recent-post-info {
    flex: 1;
    min-width: 0;
}

.recent-post-date {
    font-size: 11px;
    color: var(--text-muted);
    font-family: var(--body-font);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recent-post-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    font-family: var(--title-font);
}

.recent-post-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color .25s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-title a:hover {
    color: var(--theme-color);
}

/* Tags Cloud */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-block;
    padding: 6px 14px;
    background: var(--bg-theme2);
    color: var(--theme-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .25s;
    font-family: var(--body-font);
    border: 1px solid rgba(44, 104, 107, .12);
}

.tag-item:hover {
    background: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 104, 107, .25);
}

/* ==============================
           TOAST NOTIFICATION
        ============================== */
.toast-notification {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: var(--title-color);
    color: white;
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: var(--shadow-lg);
    font-weight: 500;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 10px;
    animation: toastIn .35s cubic-bezier(.34, 1.56, .64, 1) forwards;
    max-width: 320px;
}

.toast-notification i {
    color: #6ee7b7;
    font-size: 16px;
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes toastOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(12px);
    }
}

/* ==============================
           RESPONSIVE
        ============================== */
@media (max-width: 992px) {
    .sidebar-sticky {
        position: static;
    }

    .article-body {
        padding: 30px 28px;
    }

    .post-nav {
        grid-template-columns: 1fr auto 1fr;
    }
}

@media (max-width: 768px) {
    .blog-details-hero {
        padding: 50px 0 80px;
    }

    .blog-details-hero h1 {
        font-size: 1.75rem;
    }

    .article-body {
        padding: 24px 20px;
    }

    .article-body h2 {
        font-size: 1.4rem;
    }

    .article-body blockquote,
    .article-body .vs-quote {
        padding: 20px 22px;
        font-size: 15px;
    }

    .author-box {
        flex-direction: column;
        padding: 24px;
        text-align: center;
    }


    .post-nav {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .post-nav-home {
        display: none;
    }

    .meta-footer-inner {
        flex-direction: column;
    }

    .share-buttons {
        flex-wrap: wrap;
    }

    .share-btn span {
        display: none;
    }

    .share-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

@media (max-width: 480px) {
    .blog-hero-meta {
        gap: 6px 14px;
        font-size: 12px;
    }
}



/* ── HERO ─────────────────────────────────────────── */
.career-hero {
    position: relative;
    background: linear-gradient(135deg, var(--dark-color) 0%, var(--title-color) 55%, var(--theme-color) 100%);
    padding: 72px 0 84px;
    overflow: hidden;
}

.career-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 600px 400px at 80% 50%, rgba(44, 104, 107, .35) 0%, transparent 70%),
        radial-gradient(ellipse 350px 260px at 10% 80%, rgba(248, 194, 81, .08) 0%, transparent 60%);
    pointer-events: none;
}

.career-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 52px;
    background: var(--bg-color);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.career-hero .container {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    color: var(--white-color);
    font-size: .78rem;
    font-weight: 450;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

.hero-badge i {
    color: var(--sec-color);
}

.career-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 550;
    color: var(--white-color);
    line-height: 1.18;
    margin-bottom: 14px;
    letter-spacing: -.5px;
}

.career-hero h1 span {
    background: linear-gradient(90deg, var(--sec-color), var(--yellow-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.career-hero p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .76);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.hero-stat strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 550;
    color: var(--white-color);
    line-height: 1;
}

.hero-stat span {
    font-size: .75rem;
    color: rgba(255, 255, 255, .58);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 3px;
    display: block;
}

.hero-stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, .18);
    align-self: stretch;
}

.hero-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img-wrap img {
    width: 100%;
    max-width: 440px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
    aspect-ratio: 4/3;
}

.hero-img-badge {
    position: absolute;
    bottom: -14px;
    left: -14px;
    background: var(--white-color);
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
}

.hero-img-badge .badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-img-badge .badge-icon i {
    color: var(--white-color);
    font-size: 1rem;
}

.hero-img-badge .badge-text strong {
    display: block;
    font-size: .88rem;
    font-weight: 500;
    color: var(--title-color);
}

.hero-img-badge .badge-text span {
    font-size: .74rem;
    color: var(--text-muted);
}

/* ── SECTION SPACING ──────────────────────────────── */
.cs {
    padding: 56px 0;
}

.cs-sm {
    padding: 44px 0;
}

/* ── FILTER BAR ───────────────────────────────────── */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 24px;
}

.filter-btn {
    padding: 5px 18px;
    border-radius: 40px;
    border: 1.5px solid var(--border-color);
    background: var(--white-color);
    color: var(--body-color);
    font-size: .82rem;
    font-weight: 450;
    cursor: pointer;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-btn i {
    font-size: .76rem;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: 0 4px 12px rgba(44, 104, 107, .22);
    transform: translateY(-1px);
}

/* ── JOB CARDS ────────────────────────────────────── */
.job-card-v2 {
    background: var(--white-color);
    border-radius: var(--radius);
    border: 1.5px solid var(--border-color);
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
}

.job-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--title-color), var(--theme-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.job-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(44, 104, 107, .18);
}

.job-card-v2:hover::before {
    transform: scaleX(1);
}

.job-card-v2-inner {
    padding: 20px 22px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.jc-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.jc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(145deg, var(--title-color) 0%, var(--theme-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px rgba(44, 104, 107, .22);
    transition: all .25s ease;
}

.job-card-v2:hover .jc-icon {
    box-shadow: 0 8px 20px rgba(44, 104, 107, .32);
    transform: scale(1.04);
}

.jc-icon i {
    font-size: 1.25rem;
    color: var(--white-color);
}

.jc-meta {
    flex: 1;
    min-width: 0;
}

.jc-meta h4 {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 5px;
    transition: color .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-card-v2:hover .jc-meta h4 {
    color: var(--theme-color);
}

.jc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.jc-chip {
    font-size: .7rem;
    font-weight: 450;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px;
    line-height: 1.5;
}

.chip-loc {
    background: rgba(44, 104, 107, .10);
    color: var(--theme-color);
}

.chip-type {
    background: rgba(248, 194, 81, .18);
    color: #7a5a00;
}

.chip-exp {
    background: rgba(40, 167, 69, .12);
    color: #166a2a;
}

.jc-chip i {
    font-size: .6rem;
}

.jc-desc {
    font-size: .87rem;
    color: var(--body-color);
    line-height: 1.62;
    margin-bottom: 14px;
    flex: 1;
    opacity: .85;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.jc-tag {
    font-size: .7rem;
    font-weight: 450;
    color: var(--theme-color);
    background: var(--bg-theme2);
    padding: 2px 12px;
    line-height: 1.5;
    border-radius: 20px;
}

.jc-footer {
    border-top: 1px solid var(--border-color);
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-color);
}

.jc-posted {
    font-size: .74rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

.jc-posted i {
    color: var(--theme-color);
}

/* ── BUTTONS ──────────────────────────────────────── */
.btn-apply {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--sec-color) 100%);
    color: var(--white-color) !important;
    font-size: .82rem;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 40px;
    border: none;
    transition: all .25s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-apply:hover {
    background: linear-gradient(135deg, var(--sec-color) 0%, var(--theme-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(44, 104, 107, .32);
    color: var(--white-color) !important;
}

.btn-apply i {
    font-size: .76rem;
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .12);
    color: var(--white-color) !important;
    font-size: .88rem;
    font-weight: 450;
    padding: 9px 22px;
    border-radius: 40px;
    border: 1.5px solid rgba(255, 255, 255, .32);
    transition: all .25s ease;
    text-decoration: none;
    backdrop-filter: blur(6px);
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .55);
    color: var(--white-color) !important;
    transform: translateY(-2px);
}

/* ── NO ROLE BANNER ───────────────────────────────── */
.no-role-banner {
    background: linear-gradient(135deg, var(--bg-theme2), #daeee9);
    border: 1.5px dashed rgba(44, 104, 107, .28);
    border-radius: var(--radius);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.no-role-banner i {
    font-size: .95rem;
    color: var(--theme-color);
    flex-shrink: 0;
}

.no-role-banner h5 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 3px;
}

.no-role-banner p {
    font-size: .86rem;
    color: var(--body-color);
    margin: 0;
}

/* ── BENEFIT CARDS ────────────────────────────────── */
.benefit-card {
    background: var(--white-color);
    border-radius: var(--radius);
    padding: 24px 20px 20px;
    border: 1.5px solid var(--border-color);
    text-align: center;
    transition: all .3s ease;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(44, 104, 107, .18);
}

.benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--title-color) 0%, var(--theme-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 6px 16px rgba(44, 104, 107, .2);
    transition: all .25s ease;
}

.benefit-card:hover .benefit-icon {
    box-shadow: 0 10px 24px rgba(44, 104, 107, .3);
    transform: scale(1.06);
}

.benefit-icon i {
    font-size: 1.1rem;
    color: var(--white-color);
}

.benefit-card h5 {
    font-size: .98rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: .85rem;
    color: var(--body-color);
    line-height: 1.62;
    margin: 0;
    opacity: .85;
}

/* ── LIFE CARDS ───────────────────────────────────── */
.life-card-v2 {
    background: var(--white-color);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1.5px solid var(--border-color);
    transition: all .3s ease;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.life-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.life-card-v2-img {
    height: 90px;
    background: linear-gradient(135deg, var(--title-color) 0%, var(--theme-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.life-card-v2-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(248, 194, 81, .14), transparent 60%);
}

.life-card-v2-img i {
    font-size: 2rem;
    color: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 1;
}

.life-card-v2-body {
    padding: 14px 16px 16px;
}

.life-card-v2-body h5 {
    font-size: .95rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 6px;
}

.life-card-v2-body p {
    font-size: .84rem;
    color: var(--body-color);
    line-height: 1.62;
    margin: 0;
    opacity: .85;
}

/* ── PROCESS STEPS ────────────────────────────────── */
.process-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
}

.process-step:last-child {
    border-bottom: none;
}

.step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 550;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(44, 104, 107, .22);
}

.step-content h5 {
    font-size: .95rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 4px;
}

.step-content p {
    font-size: .85rem;
    color: var(--body-color);
    margin: 0;
    line-height: 1.6;
    opacity: .85;
}

/* ── TEAM QUOTES ──────────────────────────────────── */
.team-quote-card {
    background: var(--white-color);
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius);
    padding: 22px 20px;
    transition: all .3s ease;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.team-quote-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.quote-mark {
    font-size: 3rem;
    line-height: .8;
    color: var(--bg-theme2);
    font-family: Georgia, serif;
    margin-bottom: 8px;
    display: block;
}

.team-quote-card p {
    font-size: .87rem;
    color: var(--body-color);
    line-height: 1.7;
    margin-bottom: 18px;
    font-style: italic;
    opacity: .85;
}

.team-member {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--title-color), var(--theme-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: .8rem;
    font-weight: 500;
}

.team-info strong {
    display: block;
    font-size: .88rem;
    font-weight: 500;
    color: var(--title-color);
}

.team-info span {
    font-size: .75rem;
    color: var(--text-muted);
}

/* ── CTA ──────────────────────────────────────────── */
.career-cta {
    background: linear-gradient(135deg, var(--dark-color) 0%, var(--title-color) 55%, var(--theme-color) 100%);
    border-radius: var(--radius);
    padding: 48px 44px;
    position: relative;
    overflow: hidden;
}

.career-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 500px 350px at 90% 50%, rgba(248, 194, 81, .08) 0%, transparent 70%);
    pointer-events: none;
}

.career-cta h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 550;
    color: var(--white-color);
    margin-bottom: 10px;
}

.career-cta p {
    color: rgba(255, 255, 255, .72);
    font-size: .95rem;
    margin-bottom: 26px;
    max-width: 460px;
    line-height: 1.7;
}

.btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white-color);
    color: var(--title-color) !important;
    font-size: .88rem;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 40px;
    border: none;
    transition: all .25s ease;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
}

.btn-cta-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    color: var(--theme-color) !important;
}

.perks-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 20px;
}

.perks-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .88rem;
    color: rgba(255, 255, 255, .84);
    line-height: 1.5;
}

.perks-list li i {
    color: var(--sec-color);
    font-size: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ── MODAL ────────────────────────────────────────── */
.modal {
    z-index: 99999;
    backdrop-filter: blur(6px);
    background: rgba(15, 23, 42, 0.42);
}

.modal.fade .modal-dialog {
    transform: translateY(18px) scale(.96);
    transition: all .25s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0) scale(1);
}

.modal-dialog {
    /* max-width: 860px; */
    width: calc(100% - 24px);
    margin: 1rem auto;
}

.modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .24), 0 6px 24px rgba(0, 0, 0, .10);
}

.modal-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border: none;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--title-color) 0%, var(--theme-color) 100%);
}

.modal-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 550;
    margin-bottom: 2px;
    line-height: 1.3;
}

.modal-header-sub {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: .86rem;
    line-height: 1.5;
}

.modal-header .btn-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: none;
    transition: all .22s ease;
    padding: 0;
}

.modal-header .btn-close i {
    color: #fff;
    font-size: .95rem;
}

.modal-header .btn-close:hover {
    transform: rotate(90deg);
    background: rgba(255, 255, 255, .22);
}

.modal-body {
    padding: 24px;
    background: #fff;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(44, 104, 107, .25);
    border-radius: 20px;
}

.modal-body .form-label {
    font-size: .82rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 2px;
    display: inline-block;
}

.modal-body .form-control,
.modal-body .form-select {
    height: 35px;
    border-radius: 12px;
    border: 1.5px solid #dce5e7;
    background: #f9fbfb;
    padding: 5px 10px;
    font-size: 13px;
    color: var(--body-color);
    transition: all .22s ease;
    box-shadow: none;
}

.modal-body textarea.form-control {
    min-height: 80px;
    padding-top: 12px;
    resize: none;
}

.modal-body .form-control:hover,
.modal-body .form-select:hover {
    border-color: rgba(44, 104, 107, .3);
}

.modal-body .form-control:focus,
.modal-body .form-select:focus {
    border-color: var(--theme-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(44, 104, 107, .10);
}

.modal-footer {
    position: sticky;
    bottom: 0;
    z-index: 10;
    border: none;
    padding: 14px 20px;
    background: #fff;
    border-top: 1px solid #edf2f3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.btn-modal-cancel {
    height: 44px;
    padding: 0 22px;
    border-radius: 12px;
    border: none;
    background: #eef5f4;
    color: var(--body-color);
    font-size: .88rem;
    font-weight: 500;
    transition: all .22s ease;
}

.btn-modal-cancel:hover {
    background: #dbe9e7;
    transform: translateY(-1px);
}

.btn-modal-submit {
    height: 44px;
    padding: 0 26px;
    border-radius: 12px;
    border: none;
    font-size: .88rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, var(--title-color) 0%, var(--theme-color) 100%);
    transition: all .28s ease;
    box-shadow: 0 8px 20px rgba(44, 104, 107, .20);
}

.btn-modal-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(44, 104, 107, .30);
}

.btn-modal-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
}

/* ── JOB DETAIL MODAL INNER ───────────────────────── */
.job-detail-section {
    border: 1px solid rgba(44, 104, 107, .18);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: .9rem;
}

.job-detail-header {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: rgba(44, 104, 107, .04);
    border-bottom: 1px solid rgba(44, 104, 107, .12);
    font-size: 12.5px;
    font-weight: 450;
}

.job-detail-body {
    padding: 14px;
}

.job-description-content {
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--body-color);
}

.job-description-content ul,
.job-description-content ol {
    padding-left: 18px;
    margin-bottom: 14px;
}

.job-description-content li {
    margin-bottom: 5px;
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width:991px) {
    .career-hero {
        padding: 52px 0 68px;
    }

    .hero-img-wrap {
        margin-bottom: 32px;
    }

    .career-cta {
        padding: 36px 28px;
    }
}

@media (max-width:767px) {
    .career-hero h1 {
        font-size: 1.9rem;
    }

    .hero-stats {
        gap: 14px;
    }

    .jc-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .career-cta {
        padding: 28px 20px;
    }

    .career-cta .d-flex {
        flex-direction: column;
    }

    .hero-img-badge {
        display: none;
    }

    .no-role-banner {
        flex-direction: column;
        text-align: center;
    }

    .modal-body {
        padding: 16px;
    }

    .modal-footer {
        padding: 12px 16px;
    }

    .perks-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width:576px) {
    .filter-btn {
        font-size: .78rem;
        padding: 5px 14px;
    }

    .jc-tag {
        font-size: .68rem;
        padding: 2px 9px;
    }

    .jc-meta h4 {
        font-size: .98rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-up {
    animation: fadeInUp .55s ease both;
}


/* Policy Page Specific Styles */
.policy-hero {
    position: relative;
    background: linear-gradient(135deg, var(--dark-color) 0%, var(--title-color) 55%, var(--theme-color) 100%);
    padding: 60px 0 80px;
    overflow: hidden;
}

.policy-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 700px 500px at 80% 50%, rgba(44, 104, 107, .35) 0%, transparent 70%);
    pointer-events: none;
}

.policy-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--bg-color);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.policy-hero .container {
    position: relative;
    z-index: 2;
}

.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    color: var(--white-color);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 40px;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
    font-family: var(--body-font);
}

.page-badge i {
    color: var(--sec-color);
    font-size: .9rem;
}

.policy-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.18;
    margin-bottom: 16px;
    letter-spacing: -.5px;
    font-family: var(--title-font);
}

.policy-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
    font-family: var(--body-font);
}

.last-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 24px;
    font-size: .85rem;
    color: rgba(255, 255, 255, .7);
    font-family: var(--body-font);
}

.last-updated i {
    color: var(--sec-color);
}

/* Content Area */
.policy-content-area {
    padding: 60px 0 80px;
    background: var(--bg-color);
}

.policy-wrapper {
    background: var(--white-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

/* Simple Layout - No Sidebar, No TOC */
.policy-content {
    padding: 48px 56px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

/* CKEditor-style Rich Content */
.policy-rich-content {
    font-family: var(--body-font);
    color: var(--body-color);
    line-height: 1.8;
}

.policy-rich-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid var(--border-color);
    font-family: var(--title-font);
    scroll-margin-top: 100px;
}

.policy-rich-content h2:first-of-type {
    margin-top: 0;
}

.policy-rich-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--title-color);
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    font-family: var(--title-font);
    scroll-margin-top: 100px;
}

.policy-rich-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--title-color);
    margin-top: 1em;
    margin-bottom: 0.5em;
    scroll-margin-top: 100px;
}

.policy-rich-content p {
    margin-bottom: 1.25em;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--body-color);
}

.policy-rich-content ul,
.policy-rich-content ol {
    margin-bottom: 1.25em;
    padding-left: 1.5em;
}

.policy-rich-content li {
    margin-bottom: 0.5em;
    line-height: 1.7;
}

.policy-rich-content ul li {
    list-style-type: disc;
}

.policy-rich-content ol li {
    list-style-type: decimal;
}

.policy-rich-content strong {
    color: var(--title-color);
    font-weight: 700;
}

.policy-rich-content .alert {
    padding: 18px 24px;
    border-radius: 16px;
    margin: 24px 0;
    font-size: 0.95rem;
}

.policy-rich-content .alert-info {
    background: linear-gradient(135deg, #e0f2fe, #d9f5f4);
    border-left: 4px solid var(--theme-color);
    color: var(--title-color);
}

.policy-rich-content .alert-warning {
    background: linear-gradient(135deg, #fef3c7, #fef9e6);
    border-left: 4px solid var(--sec-color);
    color: #92400e;
}

.policy-rich-content .alert strong {
    display: inline-block;
    margin-right: 6px;
}

.policy-rich-content hr {
    margin: 32px 0;
    border: none;
    border-top: 1px solid var(--border-color);
}

.policy-rich-content blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    background: var(--bg-theme2);
    border-left: 4px solid var(--theme-color);
    border-radius: 12px;
    font-style: italic;
    color: var(--body-color);
}

.policy-rich-content a {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.policy-rich-content a:hover {
    color: var(--title-color);
    text-decoration: underline;
}

.policy-rich-content code {
    background: #f1f1f1;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
}

/* Data Table Styles */
.policy-rich-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.policy-rich-content th {
    background: var(--bg-theme2);
    color: var(--title-color);
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.policy-rich-content td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
}

.policy-rich-content tr:last-child td {
    border-bottom: none;
}

/* Print Styles */
@media print {
    .policy-hero::after {
        display: none;
    }

    .policy-content {
        padding: 20px;
    }

    .policy-wrapper {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .policy-hero {
        padding: 40px 0 60px;
    }

    .policy-content-area {
        padding: 40px 0;
    }

    .policy-content {
        padding: 24px;
    }

    .policy-rich-content h2 {
        font-size: 1.5rem;
    }

    .policy-rich-content h3 {
        font-size: 1.2rem;
    }
}


.gloc-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease;
}

.gloc-modal.active {
    display: flex;
    opacity: 1;
}

.gloc-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(2px);
}

.gloc-modal-box {
    position: relative;
    background: #fff;
    border-radius: 14px;
    width: 92%;
    max-width: 420px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    transform: translateY(30px) scale(.95);
    transition: transform .25s ease;
}

.gloc-modal.active .gloc-modal-box {
    transform: translateY(0) scale(1);
}

.gloc-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.gloc-modal-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gloc-modal-head h3 i {
    color: var(--theme-color, #02348d);
}

.gloc-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gloc-modal-close:active {
    background: #f3f4f6;
}

.gloc-modal-body {
    padding: 16px;
}

.gloc-modal-subtitle {
    margin: 0 0 12px;
    font-size: 13px;
    color: #6b7280;
}

.gloc-modal-body input {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s;
    box-sizing: border-box;
}

.gloc-modal-body input:focus {
    border-color: var(--theme-color, #02348d);
}

.gloc-results {
    max-height: 280px;
    overflow-y: auto;
    margin-top: 8px;
}

.gloc-result-item {
    padding: 12px 14px;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 13.5px;
    line-height: 1.5;
}

.gloc-result-item:active {
    background: #f3f4f6;
}

.gloc-result-item strong {
    color: #111827;
    font-weight: 500;
}

.gloc-result-item small {
    color: #6b7280;
}

.gloc-modal-foot {
    padding: 12px 16px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    bottom: 0;
    background: #fff;
}

.gloc-modal-foot button {
    font-size: 12.5px;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .gloc-modal-box {
        width: 95%;
        max-height: 80vh;
        border-radius: 12px;
    }

    .gloc-modal-body input {
        font-size: 16px;
    }

    /* prevents iOS zoom */
}
