@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');




@font-face {
    font-family: 'didotbold';
    src: url('../fonts/didot_bold-webfont.eot');
    src: url('../fonts/didot_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/didot_bold-webfont.woff2') format('woff2'),
        url('../fonts/didot_bold-webfont.woff') format('woff'),
        url('../fonts/didot_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'didotitalic';
    src: url('../fonts/didot_italic-webfont.eot');
    src: url('../fonts/didot_italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/didot_italic-webfont.woff2') format('woff2'),
        url('../fonts/didot_italic-webfont.woff') format('woff'),
        url('../fonts/didot_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'didot_titleregular';
    src: url('../fonts/didot_title-webfont.eot');
    src: url('../fonts/didot_title-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/didot_title-webfont.woff2') format('woff2'),
        url('../fonts/didot_title-webfont.woff') format('woff'),
        url('../fonts/didot_title-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'didotregular';
    src: url('../fonts/didot-webfont.eot');
    src: url('../fonts/didot-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/didot-webfont.woff2') format('woff2'),
        url('../fonts/didot-webfont.woff') format('woff'),
        url('../fonts/didot-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body,
html {
    overflow-x: hidden;
}

body,
html {
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-footer {
    margin-top: auto;
}

:root {
    scroll-behavior: inherit;
    --body-color: #5A5A5A;
    --black: #000;
    --theme-black: #232323;
    --white: #fff;
    --grey: #8A8A8A;
    --grey2: #FAF7F2;
    --primary-color: #BDC4A8;
    --primary-yellow: #A4B494;
    --primary-green: #233011;
    --primary-green2: #BDC4A8;
    --primary-grey: #454444;
    --heading-font-bold: "didotbold";
    --heading-font-reqular: "didotregular";
    --heading-font-italic: "didotitalic";
    --body-font: "Lato", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: var(--body-color);
    font-size: 17px;
    line-height: 1.6;
    background-color: var(--grey2);
    counter-reset: count;
    top: 0 !important;
}



b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 10px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px 0;
    padding: 0;
    color: var(--body-color);
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    font-family: var(--heading-font-bold);
}

h2,
.h2-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    font-family: var(--heading-font-bold);
}


h3,
.h3-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    font-family: var(--heading-font-bold);
}

h4,
.h4-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--heading-font-bold);

}

h5,
.h5-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--heading-font-bold);
}

/* animation */
[data-move],
[data-slide] {
    opacity: 0;
}


a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

a:hover {
    color: var(--primary-color);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    /*background-color: transparent;*/
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    /*background-color: transparent;*/
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(../images/nav-down-arrow.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--btn-color);
    color: var(--white);
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    border: 1px solid var(--btn-color);
    position: relative;
    z-index: 3;
}

input[type="submit"]:hover {
    background: transparent;
    color: var(--black);
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

::-moz-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

:-moz-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}


.blue-bg {
    background-color: var(--primary-color);
    color: var(--white);
}

.blue-bg h2 {
    color: var(--white);
}

.cmn-btn {
    padding: 12px 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    text-align: center;
    color: white;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--primary-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    border-radius: 50px;
}

.cmn-btn span {
    position: relative;
    z-index: 3;
}

.cmn-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background-color: var(--white);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--btn-color);
    border-radius: 3px;
    border: 1px solid var(--white);
    opacity: 0;
    pointer-events: none;
}

.cmn-btn:hover {
    color: var(--black);
}

.cmn-btn:hover::before {
    background-color: var(--white);
    width: 110%;
    opacity: 1;
}

.cmn-btn-border {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
}



.cmn-btn-border span {
    padding: 14px 25px;
    border: 1px solid var(--body-color);
    border-radius: 50px;
    line-height: 1.2;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--primary-green2);
    transition: all 0.3s ease-in-out;
}

.cmn-btn-border.cmn-btn-border-white span {
    background-color: var(--grey2);
    border-color: var(--white);
}

.cmn-btn-border strong {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    background-color: var(--theme-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.cmn-btn-border {
    overflow: hidden;
}

.cmn-btn-border:hover strong {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.cmn-btn-border:hover i {
    animation: slideLeft 400ms;
}

.cmn-btn-border:hover span {
    background-color: var(--primary-green);
    color: white;
}

@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }
}


.image-anime {
    position: relative;
    overflow: hidden
}

.image-anime img {
    border-radius: 18px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #ffffff4d;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent
}


.cmn-head {
    margin-bottom: 30px;
}

.cmn-head h2 {
    color: var(--theme-black);
    text-transform: uppercase;
    text-wrap: balance;
}
.cmn-headsml h2 {
    font-size: 30px;
}
.cmn-head h2 em {
    font-family: var(--heading-font-italic);
    text-transform: lowercase;
}

.white-color h2 {
    color: white !important;
}

.cmn-head h2 span {
    position: relative;
    display: inline-block;
}

.cmn-head h2 span::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 9px;
    border-radius: 30px;
    background-color: var(--primary-green2);
    opacity: 0.7;
}

.cmn-btn-white {
    background-color: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--white);
}

.cmn-btn-white:hover {
    color: var(--white);
}

.cmn-btn-white:hover::before {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.cmn-head h2 {
    margin-bottom: 15px;
}

.cmn-gap {
    padding: 100px 0;
}

.subhead-tag {
    font-size: 12px;
    font-weight: 600;
    background-color: var(--primary-green);
    color: var(--white);
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.banner-btn {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}


.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}





/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 28px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.section-title {
    text-wrap: balance;
}


/* navbar*/
.main-head {
    padding: 10px 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.main-head.fixed {
    background-color: rgba(31, 34, 27, 0.752);
    padding: 4px 0;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.menu-right {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 150px;
    display: inline-block;
    /* background: #fff; */
    /* border-radius: 50%; */
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 17px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--grey2);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--primary-color);
}

.main-head.fixed .navbar-nav>li.current-menu-item>a,
.main-head.fixed .navbar-nav>li>a:hover,
.main-head.fixed .navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--primary-color);
}

.main-head.fixed .navbar-nav>li>a {
    color: var(--white);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

li.menu-item-has-children a {
    padding-right: 20px;
}

/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    min-width: 200px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: var(--primary-color);
    color: var(--white);
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* Navbar search starts */

.header-search {
    height: 42px;
    width: 42px;
    line-height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    background-color: transparent;
    border: 1px solid var(--grey2);
    cursor: pointer;
    border-radius: 6px;
}

.header-search a {
    color: var(--white) !important;

}

.header-search:hover {
    background-color: var(--theme-black);
}

.header-search:hover a {
    color: var(--white);
}

.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--tg-blue);
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--black);
}

.search-form input::placeholder {
    font-size: 30px;
    color: var(--black);
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--primary-color);
    cursor: pointer;
}

/* Navbar search ends */

/* Banner section starts */
.banner-sec {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: #D9D9D1;
    position: relative;
    isolation: isolate;
}

.banner-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, #000);
    z-index: -1;
    opacity: 0.4;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}




.banner-img img {
    width: 1180px;
    max-width: inherit;
}

@media(min-width:1920px) {
    .banner-sec {
        min-height: 700px;
    }
}

@media(max-width:1919px) {
    .banner-img img {
        width: 1050px;
    }
}

@media(max-width:1599px) {
    .banner-img img {
        width: 1000px;
    }
}

@media(max-width:1439px) {
    .banner-img img {
        width: 850px;
    }
}

.border-btn-area {
    display: flex;
    gap: 60px;
    margin-top: 30px;
    align-items: center;
}

.banner-text {
    padding: 60px 0;
    color: #fff;
    padding-top: 250px;
    font-size: 24px;
}

.banner-text h1 {
    color: var(--white);
    text-transform: uppercase;
}

.banner-text h1 em {
    text-transform: lowercase;
    font-family: var(--heading-font-reqular);
}

.banner-text h1 span {
    color: var(--white);
}

.banner-text h1 span strong {
    font-weight: 500;
    position: relative;
}

.banner-text h1 span strong::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 9px;
    border-radius: 30px;
    background-color: var(--primary-green2);
    opacity: 0.7;
}


.search-area {
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
    padding: 28px 10px 28px 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: #FCFCFC;
    box-shadow: 0px 5px 40px rgba(125, 140, 158, 0.25);
    border-radius: 20px;
}

.search-area-2 {
    position: relative;
    max-width: inherit;
    margin-bottom: 50px;
}

.search-form-wrap label {
    font-size: 12px;
    color: #434343;
    line-height: 1.4;
    margin-left: 10px;
}

.search-form-wrap select {
    padding: 4px 10px;
    border: none;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    background-size: 12px;
}

.search-form-wrap select option {
    padding-left: 10px;
}

/* Banner section ends */

/* About section start */

.about-sec-2 {
    background-color: var(--primary-color);
}



.feature-card {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 40px 30px;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.feature-card .icon {
    color: var(--primary-green2);
    margin-bottom: 25px !important;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.feature-card .icon img {
    width: 100%;
    height: 100%;
}


.counter-list {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.counter-list li {
    position: relative;
}


.counter-top {
    display: flex;
    align-items: center;
}

.counter-img {
    flex-shrink: 0;
    margin-right: 14px;
}

.counter-cards {
    min-width: 140px;
}

.counter-cards p {
    font-weight: 400;
    color: var(--black);
}

.counter {
    color: var(--theme-black);
}


.counter-text {
    font-weight: 500;
    font-size: 42px;
    color: var(--primary-green);
}

@media(min-width:1280px) {
    .about-row {
        --bs-gutter-x: 60px;
    }
}

/* About section ends */

/* Project Section start */
.our-project {
    position: relative;
    isolation: isolate;
}

/* 
.our-project.cmn-gap {
    margin-bottom: 100px;
} */

.project-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}


.project-tab-area .nav-pills {
    background-color: #F2EFEE;
    border-radius: 30px;
    padding: 10px 30px;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}


.project-tab-area .tab-content {
    margin-top: 50px;
}

.project-tab-area .nav-pills .nav-link {
    padding: 10px 40px;
    color: #8C8C8C;
}

.project-tab-area .nav-pills .nav-link.active {
    background-color: #8F7C6E;
    border-radius: 30px;
    color: #fff;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.project-tab-row .project-col:nth-child(odd) .product-card {
    background-color: #D8F8D6;
}

.project-tab-row .project-col:nth-child(even) .product-card {
    background-color: #D8F8D6;
}

.project-tab-row .project-col:nth-child(even) .product-card {
    color: var(--white);
}


.property-info {
    display: flex;
    gap: 30px;
    font-size: 16px;
    color: #333;
    align-items: center;
}

.property-info i {
    margin-right: 8px;
}


/* .product-card::before {
    content: '';
    background-color: var(--primary-green);
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
} */

.product-card:hover::before {
    width: 100%;
    left: 0;
}

.loaction-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loaction-price p {
    margin-bottom: 0;
}

.product-img {
    display: block;
}

.product-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.product-text {
    padding: 25px 34px;
}

.product-text h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-text h4 {
    color: var(--black);
}

/* .project-tab-row .project-col:nth-child(even) .product-card {
    color: var(--white);
} */



.product-text {
    font-size: 16px;
}

.pro-price {
    font-weight: 600;
    font-size: 20px;
    color: var(--black);
}

/* .project-tab-row .project-col:nth-child(even) .product-card .product-text h3 a {
    color: var(--white) !important;
}

.project-tab-row .project-col:nth-child(even) .product-card .product-text .pro-price {
    color: var(--white) !important;
} */

.product-hover-text {
    opacity: 0.8;
    color: var(--white);
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black);
    backdrop-filter: blur(20px);
    z-index: 2;
    padding: 30px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.product-hover-text::before {
    content: '';
    position: absolute;
    width: 102px;
    height: 102px;
    background: linear-gradient(180deg, #3C7368 0%, rgba(93, 159, 145, 0) 100%);
    left: 18px;
    bottom: 70px;
    border-radius: 50%;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.product-hover-text::after {
    content: '';
    position: absolute;
    width: 102px;
    height: 102px;
    background: linear-gradient(180deg, #3C7368 0%, rgba(93, 159, 145, 0) 100%);
    left: 60px;
    bottom: 40px;
    border-radius: 50%;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.product-card:hover .product-hover-text {
    transform: translateX(0);
}

.product-hover-bottom {
    margin-top: auto;
}

.product-hover-text h3 {
    color: var(--white);
}

.product-hover-link {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: var(--black) !important;
}

.product-hover-link:hover {
    background-color: var(--primary-color);
    color: var(--white) !important;
}

.product-hover-link i {
    transform: rotate(45deg);
}

.product-hover-bottom {
    text-align: right;
}

/* Project Section ends */


/* Aminities section start */
.amenity-card {
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.amenity-card .image-anime {
    aspect-ratio: 4/3;
    margin-bottom: 15px;


}

.amenity-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Aminities section end */


/* Why Choose Us start */

.why-choose-sec {
    position: relative;
    min-height: 700px;
    background-color: #8F7C6E;
}

.why-choose-col-left {
    position: static;
}

.why-choose-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
}

.why-chose-list {
    padding-inline-start: 0;
    list-style: none;
}


.why-chose-list li {
    display: flex;
    gap: 40px;
    color: #fff;
    align-items: flex-start;
    font-size: 14px;
}

.why-chose-list li:not(:last-child) {
    margin-bottom: 40px;
}

.why-chose-list li h3 {
    color: var(--white);
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}

.why-icon {
    background-color: #A79282;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    color: var(--white);
    font-size: 25px;
}

.why-choose-text {
    padding-left: 60px;
}

/* Why Choose Us end */

/* how it work start */

.how-it-work-sec {
    background: url(../images/how-it-works.png) center/cover no-repeat fixed;
}


.how-it-work-list {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding-inline-start: 0;
    position: relative;
    isolation: isolate;
}

.how-it-work-list::before {
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    z-index: -1;
}

.how-it-work-list li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    isolation: isolate;
}



.how-it-work-list li span {
    border-radius: 6px;
    border: 1px solid #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    background: #9AB985;
}

.how-it-work-list li:hover span,
.how-it-work-list li.active span {
    background-color: var(--black);
    border-color: var(--black);
}


.how-it-work-list li h3 {
    font-size: 14px;
    color: var(--white);
}


.how-it-work-slider-wrap {
    background-color: var(--white);
    padding: 40px 60px;
    border-radius: 10px;
}

.navigation-area {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.slider-counter {
    width: max-content;
    border-radius: 6px;
    border: 1px solid var(--black);
    font-size: 14px;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    margin-right: 16px;
    flex-shrink: 0;
}

.how-it-work-slider-2 {
    display: inline-block;
    width: 200px;
}

.how-it-work-slider-2 h3 {
    font-size: 15px;
    color: var(--black);
}

.slick-arrow-item {
    display: inline-flex;
    gap: 12px;
    margin-left: auto;
}

.slick-arrow-item button {
    padding: 0;
    display: flex;
    gap: 8px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.how-it-work-slider-outer {
    background-color: #728F61;
    padding: 40px;
    border-radius: 20px;
    margin-top: 80px;
    overflow: hidden;
}

.how-it-work-slider-img-area,
.how-it-work-slider-img-area a {
    height: 100%;
    display: block;
}

.how-it-work-slider-img-area a {
    min-height: 230px;
}

.how-it-work-slider-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 10px;
}

/* how it work end */

/* Client area start */
.client-sec {
    background-color: var(--theme-black);
}

.team-text {
    color: var(--white);
    max-width: 400px;
}

.team-text .quote {
    font-size: 100px;
    color: var(--primary-yellow);
    font-style: italic;
}

.team-text .auth-name {
    color: var(--primary-yellow);
}

.team-slider-image {
    background-color: var(--primary-grey);
    padding: 60px 0;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}


.team-slider-image img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}


.team-slick-arrow-item button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.team-slick-arrow-item button:hover {
    background-color: var(--primary-yellow);
}

/* Client area end */

/* Blog area start */
.blog-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 5px 20px rgba(90, 111, 123, 0.5);
}

.blog-img {
    height: 450px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.blog-img img {
    width: 100%;
    height: 100%;
}

.blog-card:hover .blog-img {
    filter: blur(5px);
}

.blog-text {
    padding: 20px;
    background-color: var(--theme-black);
    color: #A7A7A7;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 150%);
    width: calc(100% - 40px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.blog-card:hover .blog-text {
    transform: translate(-50%, 0);
    opacity: 1;
}

.blog-text h3 {
    max-width: 80%;
}

.blog-text h3 a {
    color: var(--white);
    font-size: 18px;
}

.blog-date {
    font-size: 13px;
    color: var(--white);
}

.blog-readmore {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.blog-readmore:hover {
    background-color: var(--primary-yellow);
}

.blog-readmore i {
    transform: rotate(45deg);
}

/* Blog area end */

/* testimonials area start */

.testimonials-sec {
    background: url(../images/testi-bg.png) bottom / cover no-repeat;
}


.testimonials-slider-wrap {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.testi-auth-name {
    color: var(--black);
}

.test-img {
    display: flex;
}

.test-img img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.blog-arrow {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.blog-arrow button {
    background-color: var(--theme-black);
    color: var(--white);
}

/* testimonials area end */

/* Faq area start */
.accr-item {
    margin-bottom: 16px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid #cacaca;
}

.accr-item.open {
    background-color: var(--primary-grey);
    color: #fff;
}



.accr-con {
    display: none;
    padding-bottom: 24px;
    padding-right: 50px;
    padding-left: 28px;
    font-weight: 300;
    font-size: 14px;
}

.accr-hd,
.accr-head {
    padding: 24px 50px 24px 28px;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.accr-hd::before,
.accr-head::before {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #152228;
    display: inline-block;
    position: absolute;
    right: 24px;
}

.accr-hd::after,
.accr-head::after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #152228;
    display: inline-block;
    position: absolute;
    right: 24px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accr-item.open .accr-hd::after,
.accr-item-wrap.open .accr-head::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Faq area end */


/* Newsletter area start */
.newsletter-area {
    background: center top/cover no-repeat fixed;
    border-radius: 50px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.newsletter-area::before {
    content: '';
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.newsletter-cont {
    text-align: center;
    color: #fff;

}

.newsletter-cont .cmn-head {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}



.newletter-form form {
    position: relative;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.newletter-form input {
    background-color: var(--white);
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
}

.newletter-form .cmn-btn {
    position: absolute;
    right: 10px;
    top: 6px;
}

/* Newsletter area end */


/* Client area start */

.top-seler .cmn-head p {
    text-wrap: balance;
}

.agent-card {
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    padding: 20px;
}

.agent-pic {
    border-radius: 50%;
    overflow: hidden;
    height: 70px;
    width: 70px;
    margin-bottom: 8px;
}

.agent-name {
    font-weight: 600;
    color: #000;
}

.agent-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-card .cmn-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 12px;
    width: 100%;
}

/* Client area end */

/* Inner Banner start */
.inner-banner-area {
    min-height: 350px;
    display: flex;
    align-items: center;
    background: center/cover no-repeat;
}

.inner-banner-area h1 {
    font-size: 35px;
    color: white;
}

/* Inner Banner end */

/* Contact us Page start */
.contact-form-wrap input:not() {}

/* Contact us Page end */


.contact-info {
    border: 1px solid var(--theme-black);
    padding: 20px;
    border-radius: 10px;
}

.contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

/* animation */
.reveal>*:not(.splitting, .image-anim) {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal>*.play-reveal:not(.splitting, .image-anim) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .splitting {
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .play-reveal.splitting {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .play-reveal.splitting .char {
    -webkit-animation: slide-in .5s cubic-bezier(.3, 0, .7, 1) both;
    animation: slide-in .5s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
    animation-delay: calc(50ms * var(--char-index));
}

@-webkit-keyframes slide-in {
    from {
        -webkit-transform: scale(0.4) translateY(80%);
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

@keyframes slide-in {
    from {
        -webkit-transform: scale(0.4) translateY(80%);
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

.banner-cont.reveal>p.play-reveal {
    transition-delay: 1s;
}

.banner-cont.reveal>.banner-btn-full.play-reveal {
    transition-delay: 1.3s;
}


.image-anim {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-anim.play-reveal {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    -webkit-animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

@-webkit-keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

/* animation end */



/* blog start */
.la-selva-blog-sec {
    padding: 80px 0;
    background: #fafafa;
    font-family: "Segoe UI", sans-serif;
}

.la-selva-blog-head {
    text-align: center;
    margin-bottom: 50px;
}

.la-selva-blog-head h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.la-selva-blog-head p {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    font-size: 1rem;
}

.la-selva-blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.la-selva-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.la-selva-blog-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.la-selva-blog-card:hover .la-selva-blog-img img {
    transform: scale(1.05);
}

.la-selva-blog-text {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.la-selva-blog-text h3 {
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--primary-green);
    margin-bottom: 10px;
}

.la-selva-blog-text h3 a {
    color: inherit;
    text-decoration: none;
}

.la-selva-blog-text h4 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #777;
}

.la-selva-blog-text p {
    flex-grow: 1;
    color: #555;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.6;

    /* 🔑 Line Clamp (4 lines only) */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.la-selva-blog-date {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 15px;
}

.la-selva-blog-readmore {
    font-size: 0.95rem;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.la-selva-blog-readmore i {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.la-selva-blog-readmore:hover {
    color: #0056b3;
}

.la-selva-blog-readmore:hover i {
    transform: translateX(4px);
}

/* ✅ Responsive tweaks */
@media (max-width: 768px) {
    .la-selva-blog-head h2 {
        font-size: 1.8rem;
    }

    .la-selva-blog-img img {
        height: 200px;
    }
}

/* blog end */



/* Footer area start */

.main-footer {
    background-color: var(--theme-black);
    padding: 60px 0 0 0;
    color: var(--white);
}

.main-footer a {
    color: var(--white);
}

.main-footer a:hover {
    color: var(--primary-green2);
}

.footer-logo {
    width: 200px;
    margin-bottom: 16px;
    padding: 25px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    background-color: var(--white);
    display: inline-block;
}



.footer-logo img {
    width: 100%;
}

.footer-title {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 16px;
    font-size: 24px;
}

.footer-list {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-list li {
    
}


.footer-copy {
    padding: 30px 0;
    /* border-top: 1px solid #999; */
    text-align: center;
}

.footer-btn .cmn-btn-border strong {
    background-color: var(--white);
    color: var(--theme-black);
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-inline-start: 0;
    list-style: none;
    margin-top: 30px;
}

.footer-social-icons li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.footer-new-form-area form {
    position: relative;
}

.footer-new-form-area input {
    width: 100%;
    color: var(--white);
    height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 60px;
}

.footer-new-form-area button {
    border: none;
    background: transparent;
    color: var(--white);
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
}


.contact-social {
    display: flex;
    align-items: center;
    padding-inline-start: 0;
    list-style: none;
    gap: 16px;
}


.contact-box input:not([type="checkbox"], [type="radio"]),
.contact-box select,
.contact-box textarea {
    border: 1px solid var(--theme-black);
    height: 50px;
    border-radius: 10px;
    padding: 10px 16px;
}

.contact-box textarea {
    height: 90px;
    resize: none;
}

.contact-box label {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.contact-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}



/* about page css */

/* about-section-start */



.about-text-area {
    padding-bottom: 50px;
}

.about-img-area {
    margin-bottom: 50px;
    overflow: hidden;

    border-radius: 20px;
}

.about-sec .about-text-area h2 {
    color: var(--black);
}

.about-sec .about-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.about-sec .about-img-area img:hover {
    transform: scale(1.3);
}

.about-team-sec {
    padding-bottom: 100px;
}

.about-team-top-content {
    padding-bottom: 50px;
}

.about-team-top-content h2 {
    color: var(--black);
}

.slick-slide {
    margin: 0 10px;
}

.slide-img-box {
    overflow: hidden;
    height: 300px;
    border-radius: 20px;
}

.slide-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;

    transition: .3s ease-in-out;

}

.slide-item img:hover {
    transform: scale(1.3);
}

.slide-item h3 {
    margin-top: 20px;
    color: var(--black);
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    list-style: none;
    padding: 0;
}

/* Dot buttons */
.custom-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Active dot */
.slick-dots li.slick-active .custom-dot {
    background-color: #333;
}




/* property page css */

/* residence-section-start */

.residence-top-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.residence-top-left-content h2 {
    color: var(--black);
}

.residence-top-left-content span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

/* short-by */

.sort-container {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sort-label {
    font-size: 16px;
    font-weight: 400;

    color: var(--black);
    width: 40%;
}

.sort-select {
    border: none;
    background: none;
    font-size: 16px;
    color: #999;
    appearance: none;
    padding-right: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="25" width="25" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.sort-select:focus {
    outline: none;
}


/* residence btm-content */

.residence-img-area {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 20px;
}

.residence-img-area img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.residence-img-area img:hover {
    transform: scale(1.3);
}

.residence-card-btm {
    padding: 0px 5px;
}

.residence-card-btm-top {
    position: relative;
}

.residence-card-btm-top h3 {
    color: var(--black);
}

.residence-card-btm-top span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    position: absolute;
    top: 0;
    right: 0;
}

.residence-card-btm-bottom {
    position: relative;
}

.residence-card-btm-bottom ul li {
    list-style: none;
    padding: 10px;
    display: inline-block;
    border: 1px solid var(--grey);
    border-radius: 10px;
}

.residence-card-btm-bottom ul {
    padding: 0px;

}

.residence-card-btm-bottom ul li img {
    width: 13px;
    height: 11px;
    object-fit: cover;

}

.residence-card-btm-bottom ul li span {
    color: var(--black);
    font-size: 10px;
    font-weight: 700;
    margin-left: 5px;
}

.residence-card-btm-bottom a {
    position: absolute;
    top: 0;
    right: 0;
}









/* blog page css */

/* blog section start */

.blog-top-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.blog-top-left-content h2 {
    color: var(--black);
}

.blog-top-left-content span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

/* short-by */

.sort-container {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-sec .sort-label {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    width: 100%;
}

.sort-select {
    border: none;
    background: none;
    font-size: 16px;
    color: #999;
    appearance: none;
    padding-right: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="25" width="25" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.sort-select:focus {
    outline: none;
}

/* blog-btm-content */


.blog-img-area {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 20px;

}

.blog-img-area img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.blog-img-area img:hover {
    transform: scale(1.3);


}

.blog-card-btm {
    padding: 0px 5px;
}

.blog-card-btm h3 {
    color: var(--black);
}

.blog-card-btm-author {
    margin-bottom: 20px;
}

.blog-card-btm .author-name {
    color: var(--black);
    font-size: 13px;
    font-weight: 700;
}

.blog-card-btm .post-date {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
}

.footer-list-address h4 {
    color: white;
    margin-bottom: 16px;
}

.footer-list-address li p:not(:last-child) {
    margin-bottom: 12px;
}

.footer-list-address li:not(:last-child) {
    margin-bottom: 15px;
}



/* ========== responsive css =========== */


@media(min-width:1200px) {
    .container {
        max-width: 1164px;
    }

    .container-fluid {
        padding: 0 40px;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1320px;
    }

    .container-fluid {
        padding: 0 80px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: block;
    }

    .navbar-nav .clickD {
        position: absolute;
        right: -10px;
        top: 24px;
        width: 20px;
        height: 20px;
        background: url(../images/nav-down-arrow.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 4px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1439px) {

    h1,
    .h1-title {
        font-size: 55px;
    }
}

@media(max-width:1199px) {

    h1,
    .h1-title {
        font-size: 42px;
    }

    h2,
    .h2-title {
        font-size: 32px;
    }


    .navbar-nav>li {
        margin: 0 8px;
    }



    .banner-cont h1 {
        max-width: 520px;
    }


    .reedem-wrap-col-1,
    .reedem-wrap-col-2 {
        width: 50%;
    }

    .about-area {
        margin-left: 0;
        padding: 32px 22px 32px 38px;
    }

    .reedem-top-img {
        max-width: 220px;
    }

    .missing-right-icon {
        margin-right: 25px;
        width: 50px;
        height: 50px;
        margin-left: 25px;
    }

    .service-left-box {
        margin: 0;
        padding: 32px 22px 32px 38px;
    }

    .service-left-box h2 {
        padding-right: 70px;
    }



    .cmn-btn {
        padding: 12px 20px;
    }
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../images/nav-down-arrow.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        display: none;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {
    .cmn-gap {
        padding: 60px 0;
    }

    .navbar-nav>li>a {
        position: relative;
    }

    .navbar-brand {
        width: 160px;
        order: 1;
    }

    .menu-right {
        order: 2;
        margin-left: auto;
    }

    /* .navbar-nav>li.current-menu-item>a, */
    .navbar-nav>li a:hover {
        padding-left: 50px;
    }

    .navbar-nav>li.current-menu-item>a::before,
    .navbar-nav>li>a:hover::before,
    .navbar-nav>li.menu-item-has-children:hover>a::before {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        order: 3;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--primary-color);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 5px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 12px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--primary-green);
        position: fixed;
        top: 0;
        height: 100vh;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
        padding-top: 60px;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 20px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        overflow: hidden;
    }

    .about-wrap-row {
        flex-direction: column-reverse;
    }

    .about-area {
        padding: 32px 25px 32px 25px;
    }

    /* push nav end */

    .reedem-wrap-col-1,
    .reedem-wrap-col-2 {
        width: 100%;
    }

    .about-sec,
    .missing-sec {
        padding-bottom: 60px;
    }

    .missing-sec {
        padding-top: 60px;
    }

    .about-sec::before {
        display: none;
    }

    .about-area {
        margin-bottom: 0;
    }

    .form-area-submit {
        margin-bottom: 0;
    }

    .reedem-img-wrap {
        background-color: transparent;
        padding-bottom: 0;
    }

    .reedem-top-img {
        max-width: 180px;
        margin: auto 0 20px auto;
    }

    .missing-big-img {
        margin-left: 0;
    }

    .missing-right {
        padding-left: 0;
        margin-top: 40px;
    }

    .banner-sec {
        /* margin-top: 63px; */
        min-height: calc(100vh - 63px);
    }

    .mcintosh-wrapper {
        flex-direction: column-reverse;
    }

    .mcintosh-left-column,
    .mcintosh-right-column {
        width: 100%;
    }

    .mcintosh-right-column {
        padding: 50px 0 0;
        transform: inherit !important;
        margin-bottom: 0;
    }


    .partnership-info {
        max-width: unset;
        padding: 0 0 30px;
    }

    .partnership-info h2 {
        width: 100%;
        max-width: 420px;
    }

    .partnership-logo {
        padding: 6px 0 0;
        width: 100%;
        max-width: 350px;
    }







    .footer-logo {
        width: 220px;
    }



    .page-footer-control::after {
        width: 320px;
    }

    .page-footer-control {
        padding: 28px 0 16px;
        margin: 0 0 12px;
    }






    .reedem-bottom-img {
        height: auto;
    }

    .reedem-top-img {
        display: none;
    }

    .about-wrap-row {
        flex-direction: row-reverse;
    }

    .about-area {
        padding: 0;
    }

    .import-data-img img {
        max-width: 80px;
    }



}

@media (max-width: 767px) {

    .cmn-gap {
        padding: 50px 0;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    h1,
    .h1-title {
        font-size: 34px;
    }

    h2,
    .h2-title {
        font-size: 24px;
    }


    .banner-cont h1 {
        max-width: 440px;
    }

    .about-sec {
        padding: 50px 0 10px 0;
    }





    .faq-area .accordion .accordion-button::after {
        width: 14px;
        height: 14px;
    }


}

@media (max-width: 575px) {

    .cmn-btn {
        padding: 15px 20px;
    }


    .reedem-top-img {
        max-width: 140px;
    }

    .service-left-box {
        padding: 32px 24px;
    }




    .service-card-slider .slick-arrow {
        bottom: 18px;
        width: 35px;
        height: 35px;
        background-size: 8px;
    }

    .service-card-slider .slick-next {
        right: 18px;
    }

    .service-card-slider .slick-prev {
        right: 64px;
    }






    .secondary-nav li {
        padding: 6px 8px;
    }


    .footer-logo {
        width: 180px;
    }

}

@media (max-width: 479px) {
    body {
        line-height: 1.5;
    }

    .navbar-toggler {
        margin-left: 10px;
    }

    h1,
    .h1-title {
        font-size: 24px;
    }

    .cmn-btn {
        padding: 10px 12px;
        font-size: 12px;
    }



    input[type="submit"] {
        padding: 14px 22px;
        font-size: 13px;
        height: auto;
    }


    .navbar-brand {
        max-width: 120px;
    }





    .about-area {
        padding: 20px;
    }

    .service-left-box h2 {
        padding-right: 0;
    }




    .footer-logo {
        width: 150px;
    }

    .page-footer-control {
        padding: 20px 0 14px;
        margin: 0 0 5px;
    }

    .page-footer-control::after {
        width: 272px;
    }

    .secondary-nav li {
        padding: 2px 8px;
    }

    .secondary-nav-block p {
        font-size: 13px;
        padding: 5px 0;
    }




    .secondary-nav {
        flex-direction: column;
    }

    .partnership-logo {
        max-width: 210px;
        padding: 0;
    }

  .how-it-work-slider-img-area img {
        margin-left: 0;   
        width: 100%;
    }

    .how-it-work-slider-wrap {
        padding: 30px 20px;
        text-align: center;
        margin-top: 30px;
    }

    .slick-arrow-item {
        margin-right: auto;
        margin-top: 10px;
    }

    .how-it-work-slider-2 h3 {
        max-width: max-content;
    }

    .navigation-area {
        justify-content: flex-end;
    }

    .how-it-work-list::before {
        display: none;
    }

    .how-it-work-list {
        flex-wrap: wrap;
    }

    .how-it-work-list li {
        width: 50%;
        margin-top: 20px;
    }

    .how-it-work-list li span {
        margin-bottom: 10px;
    }

    .how-it-work-slider-outer {
        margin-top: 50px;
    }

    .feature-card {
        padding: 30px 20px;
    }

    .cmn-head {
        text-align: center;
        margin-bottom: 16px;
    }

    .subhead-tag {
        margin-bottom: 20px;
    }

    .project-text,
    .top-content {
        text-align: center;
        margin-bottom: 12px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .gh-footer-logo {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-text {
        padding: 20px 12px;
    }

    .blog-img {
        height: 350px;
    }

    .banner-text {
        padding-top: 170px;
        padding-bottom: 20px;
    }



}

@media (max-width: 359px) {
    .missing-right-content {
        flex-direction: column;
    }

    .missing-right-icon {
        margin-left: 12px;
        margin-bottom: 14px;
    }

    .missing-right-text {
        margin-left: 12px;
    }

    #google_translate_element {
        max-width: 100px;
    }

    .cmn-btn {
        padding: 8px 10px;
        font-size: 11px;
    }

    .navbar-brand {
        max-width: 100px;
    }
}

/* Properties details start  01-05-25 */

.cmn-btn-border {
    border: none !important;
}

@media(min-width:1280px) {
    .properties-detail-row {
        --bs-gutter-x: 60px !important;
    }
}

.property-thumb-slider .swiper-slide {
    filter: brightness(20%);
    border: 4px solid #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.property-thumb-slider .swiper-slide:hover,
.property-thumb-slider .swiper-slide-thumb-active {
    filter: brightness(100%);
}


.property-main-slider {
    position: relative;
}

.custom-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.custom-swiper-nav .swiper-button-custom {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.swiper-button-prev-custom {
    left: 50px;
    opacity: 0;
}

.swiper-button-next-custom {
    right: 50px;
    opacity: 0;
}

.swiper-properties-wrapper:hover .swiper-button-prev-custom {
    left: 10px;
    opacity: 1;
}

.swiper-properties-wrapper:hover .swiper-button-next-custom {
    right: 10px;
    opacity: 1;
}

/* Properties details end */
.residence-main-card {
    position: relative;
}

.residence-img-area {
    position: relative;
}

.p-tags {
    padding: 6px 18px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-contact-modal .modal-body {
    padding: 30px;
}

.p-tags a {
    color: #fff;
}


.city-image {
    position: relative;
}

.short-logo img {
    max-width: 250px;
    width: 75%;
}

.short-logo {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.green-logo {
    width: 200px;
    height: auto;
}

.footer-list-time li {
    display: flex;
}

.footer-list-time li span {
    width: 50%;

}



.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal content box */
.modal-content {
    background: #fff;
    margin: 5% auto;
    border-radius: 8px;
    width: 80%;
    max-width: 900px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* Header (for buttons) */
.modal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #f0f0f0;
    padding: 8px 10px;
}

/* Close / Fullscreen icons */
.modal-header .btn-icon {
    cursor: pointer;
    font-size: 22px;
    color: #555;
    margin-left: 15px;
}

.modal-header .btn-icon:hover {
    color: #000;
}

/* PDF frame */
.pdf-container {
    width: 100%;
    height: 80vh;
    border: none;
}

/* Fullscreen mode */
.modal.fullscreen .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    max-width: none;
}

.modal.fullscreen .pdf-container {
    height: calc(100vh - 50px);
}



.widget.widget-port
 {
    background: #eac98a24;
    box-shadow: none;
}
.widget.widget-port ul
 {
    list-style-type:none;
}
.widget.widget-port .menu li {
    margin: 0 0 10px 0;
}
.widget.widget-port .menu li a
 {
    position: relative;
    background-color: #fff;
    padding: 16px 24px;
    border: none;
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    color: var(--dark-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.widget.widget-port .menu li.current-menu-item a {
    background: linear-gradient(180deg, #EAC98A, #B58F48);
    color: #fff;
}
.widget {
    margin-bottom: 30px;
    padding: 30px;
}
.widget.widget-port .menu li a:hover
 {
    color: #fff;
    background: linear-gradient(180deg, #EAC98A, #B58F48);
}
.pq-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    color:#000;
}
.cmn-heads h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    text-wrap: balance;
    margin-bottom: 10px;
}
.cmn-heads {
    margin-bottom: 50px;
    font-size: 16px;
}
.contact-section h2,h3{
    color:#000;
}
.contact-section span.style-2 {
    background: #fff9ee;
}
.contact-section .section-title span {
    font-size: 13px;
    color: #ffbe6a;
    font-weight: 600;
    border-radius: 4px;
    background: var(--white);
    padding: 12px 19px;
    line-height: 1;
    letter-spacing: .26px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-section .contect-icon-box
 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.contact-section .section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

.theme-btn {
    background: linear-gradient(106deg, #20c3af 10.42%, #ffc470 98.32%);
    color: var(--white);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    padding: 21px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
}
.quantity{
    display:none;
}

/* ===== WooCommerce Product Tabs ===== */
.woocommerce-tabs {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  font-family: 'Poppins', sans-serif;
}

/* Tab Navigation */
.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  border: none;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.woocommerce-tabs ul.tabs li {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease;
}

.woocommerce-tabs ul.tabs li a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.woocommerce-tabs ul.tabs li.active {
  background: #000; /* your brand color */
  border-color: #000;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

/* Hover State */
.woocommerce-tabs ul.tabs li:hover {
  background: #000;
  border-color: #000;
}
.woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}

/* Tab Content Area */
.woocommerce-tabs .panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  line-height: 1.8;
  font-size: 15px;
  color: #444;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Headings inside tab content */
.woocommerce-tabs .panel h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Adjust Review Form */
#reviews #comments h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#review_form_wrapper {
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 767px) {
.woocommerce-tabs ul.tabs {
    flex-direction: column;
    align-items: stretch;
  }
.woocommerce-tabs ul.tabs li {
    text-align: center;
  }
}

/* ==============================
   WooCommerce Reviews Section
   ============================== */
#reviews {
  margin-top: 50px;
  font-family: 'Poppins', sans-serif;
}

#reviews h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  color: #111;
}

/* Reviews List */
#reviews #comments ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

#reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

#reviews #comments ol.commentlist li img.avatar {
  border-radius: 50%;
  margin-right: 15px;
}

#reviews #comments .comment-text {
  margin-left: 65px;
}

#reviews #comments .meta {
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

/* Review Content */
#reviews #comments .description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* ==============================
   Review Form Styles
   ============================== */
#review_form_wrapper {
  margin-top: 50px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

#review_form_wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #111;
}

#review_form_wrapper form p {
  margin-bottom: 15px;
}

#review_form_wrapper input[type="text"],
#review_form_wrapper input[type="email"],
#review_form_wrapper textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}

#review_form_wrapper input:focus,
#review_form_wrapper textarea:focus {
  border-color: #000;
  outline: none;
}

/* Submit Button */
#review_form_wrapper input#submit {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#review_form_wrapper input#submit:hover {
  background: #222;
}

/* ==============================
   Star Rating Styling
   ============================== */

/* Replace Default Stars with Custom Image */
.stars a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/star (1).png') no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 5px;
}

.stars a:hover,
.stars a.active,
.stars a:focus {
  background: url('../images/star.png') no-repeat center;
  background-size: contain;
}

/* Adjust Star Row */
.stars {
  margin-bottom: 10px;
}

/* Average Rating Stars on Product Page */
.star-rating {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 24px;
  background: url('../images/star (1).png') repeat-x center;
  background-size: contain;
}

.star-rating span {
  display: block;
  height: 100%;
  background: url('../images/star.png') repeat-x center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.related{
    display: none;
}



@media(max-width:1439px){
    .main-footer * {
        font-size:14px;
    }
       .footer-list{

       gap:16px;

   }
}



@media(max-width:1199px){
   .footer-list{
       justify-content:center;
       gap:16px;
       text-align:center;
   }
}



.agents-pge h2{
    font-size: 30px;
}

.int-ext-cnt img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}


#gallery-1 img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.modal-backdrop {
    position: relative !important;
}

.service-details-page img{
    /*height: 600px;*/
    /*object-fit: cover;*/
}




.modal-backdrop {
    z-index: 999;
}
.reserve-modal form {
    background-color: #E9E9DF;
    padding: 25px;
    border-radius: 10px;
}
.reserve-modal form input {
    color: var(--black) !important;
    background-color: var(--white);
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
.reserve-modal form textarea {
    min-height: 60px;
    height: 80px;
    resize: none;
    border-radius: 8px;
    background-color: var(--white);
}
.reserve-modal form .btn-submit {
    background-color: #305A38;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #305A38;
}
.reserve-modal form .btn-submit:hover {
    background-color: var(--white);
    color: #305A38;
}
.reserve-modal .modal-content {
    border: none;
}
.reserve-modal .modal-dialog {
    max-width: 600px;
}
.reserve-modal .modal-body {
    background-color: #305A38;
}
.reserve-modal .modal-header {
    background-color: #305A38;
}
.reserve-modal .modal-title {
    padding-right: 60px;
    line-height: 1;
    text-wrap: balance;
    max-width: 300px;
}



.design-home-modal .modal-dialog {
  max-width: 980px;
}

.design-home-modal .modal-content {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f5f1ec;
  position: relative;
}

.design-home-modal .dhm-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  opacity: 0.7;
}

.design-home-modal .dhm-left {
  min-height: 520px;
}

.design-home-modal .dhm-left-bg {
  position: relative;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #e9e5df;
}

.design-home-modal .dhm-left-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/left-collage.jpg"); 
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  opacity: 0.55;
}

.design-home-modal .dhm-left-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 55%, rgba(255,255,255,0.55) 0 28px, transparent 29px),
    radial-gradient(circle at 85% 63%, rgba(255,255,255,0.35) 0 18px, transparent 19px);
  pointer-events: none;
}

.design-home-modal .dhm-portrait {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 420px);
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  z-index: 2;
}

.design-home-modal .dhm-contact {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0,0,0,0.05);
}

.design-home-modal .dhm-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.design-home-modal .dhm-contact-item i {
  font-size: 16px;
}

.design-home-modal .dhm-contact-item .fa-whatsapp {
  color: #25d366;
}

.design-home-modal .dhm-right {
  background: #f5f1ec;
}

.design-home-modal .dhm-inner {
  padding: 44px 42px 34px;
}

.design-home-modal .dhm-kicker {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 2px;
}

.design-home-modal .dhm-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.5px;
  font-size: 36px;
  margin: 0 0 10px;
  color: #1f1f1f;
}

.design-home-modal .dhm-sub {
  margin: 0 0 18px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.5;
  max-width: 520px;
}

.design-home-modal .dhm-control {
  border-radius: 2px;
  border: 1px solid #d8d2cb;
  background: #fbfaf8;
  font-size: 13px;
  padding: 10px 12px;
  box-shadow: none;
  height: 50px;
}

.design-home-modal .dhm-control:focus {
  border-color: #bfb7ae;
  box-shadow: 0 0 0 0.2rem rgba(191, 183, 174, 0.25);
}

.design-home-modal .dhm-textarea {
  min-height: 100px;
  resize: none;
}

.design-home-modal .dhm-submit {
  background: #111;
  color: #fff;
  border-radius: 0;
  padding: 12px 14px;
  font-size: 12px;
  letter-spacing: 1px;
}

.design-home-modal .dhm-submit:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
  .design-home-modal .dhm-inner {
    padding: 26px 20px 22px;
  }
  .design-home-modal .dhm-left,
  .design-home-modal .dhm-left-bg {
    min-height: 360px;
  }
  .design-home-modal .dhm-portrait {
    width: min(92%, 340px);
  }
}









