@import "fonts.css";
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
}
* {
    outline: none !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
:focus {
    outline: none !important;
}
section {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    margin: 0;
    padding: 0;
}
h1 {
    font-family: 'gotham_roundedbook';
    /* font-family: "Montserrat"; */
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    /* text-transform: uppercase; */
}
h1 span {
    font-family: 'gotham_roundedbook';
    /* font-family: "Helvetica Neue"; */
    font-weight: 900;
    color: #fff7d8;
    letter-spacing: 5px;
}
h2 {
    /* font-family: "Helvetica Neue"; */
    font-family: 'gotham_roundedbook';
    font-size: 36px;
    color: #565656;
    text-transform: capitalize;
}
h2 span {
    color: #565656;
    /* color: rgb(0 0 0 / 0.6); */
    /* font-family: "Playfair Display"; */
    font-family: 'gotham_roundedbook';
}
h3 {
    font-family: 'gotham_roundedbook';
    /* font-family: "Helvetica Neue"; */
    font-size: 32px;
    color: #000;
}
h4 {
    font-family: 'gotham_roundedbook';
    /* font-family: "Helvetica Neue"; */
    font-weight: 500;
    font-size: 28px;
    color: #000;
}
h5 {
    font-family: 'gotham_roundedbook';
    /* font-family: "Neue Haas Grotesk Display Pro"; */
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
h6 {
    font-family: 'gotham_roundedbook';
    /* font-family: "Helvetica Neue"; */
    font-weight: 500;
    font-size: 14px;
}
p {
    /* font-family: "Helvetica Neue"; */
    font-family: 'gotham_roundedbook';
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(0 0 0 / 0.6);
}
.dblk {
    display: block !important;
}
.common_bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.common_btn {
    font-size: 14px;
    text-transform: capitalize;
    color: rgb(0 0 0 / 0.7);
    font-weight: 500;
    font-family: 'gotham_roundedbook';
    text-align: center;
    border: 1px solid #f48120;
    display: inline-block;
    background-color: #fff0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    padding: 7px 12px;
    display: inline-block;
}
.common_btn:hover {
    background-color: #f48120 !important;
    /* border: 1px solid #fff0; */
    color: #fff !important;
}
.common_wrap {
    padding-inline: 50px;
}
.common_arrow {
    width: 45px;
    height: 45px;
    background-color: rgb(136 136 136 / 0.6);
    border-radius: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    border: 2px solid #fff0;
    color: #fff;
    font-size: 16px;
}
.common_arrow:hover {
    background-color: #fff0;
    border: 2px solid rgb(136 136 136 / 0.6);
    color: #000;
}
.common_arrow:after {
    display: none;
}
.common_head h2 {
    margin-block: 5px;
    line-height: 1;
}
.common_head h6 {
    display: inline-block;
    color: #f48120;
    text-transform: uppercase;
}
/* .common_head .thin_hd {
    font-weight: 400;
    color: #000;
    font-family: 'gotham_roundedbook';
} */
.home_pre_anim,
.home_pre_anim_2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f48120;
    z-index: 999999;
}
.home_pre_anim_2 {
    background-color: #003971;
    top: auto;
    bottom: 0;
}
.humburger {
    position: relative;
    font-size: 25px;
}
.humburger img {
    width: 25px;
    height: 25px;
}
.humburger .color-change {
    background-color: #fff !important;
}
.humburger .hum-pos {
    position: absolute;
    right: 20px;
    top: 0;
}
.side-menu-show {
    right: 0 !important;
}
.cls-menu {
    font-size: 22px;
    display: none;
}
.cls-menu img {
    width: 20px;
    filter: invert(1);
    -webkit-filter: invert(1);
    position: absolute;
    right: 15px;
    top: 15px;
}
.nv-open-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
    z-index: 10;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
header.pq-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
header.pq-header-sticky .logo {
    top: -20px;
    width: 67px;
    height: 85px;
}
header.pq-header-sticky .logo:after,
header.pq-header-sticky .logo:before {
    clip-path: polygon(0% 0%, 98.1% 0%, 100% 50%, 98.5% 100%, 0% 100%);
}
header.pq-header-sticky .logo:after {
    right: -28px;
}
header.pq-header-sticky .logo:before {
    right: -33px;
}
header.pq-header-sticky .bottom_head {
    padding-block: 12px;
}
.pq-header-sticky .top_head {
    display: none;
}
#pq-loading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* background: radial-gradient(circle at center, #111, #000); */
}
#pq-loading .loader-core {
    position: relative;
    width: 160px;
    height: 160px;
}
#pq-loading .logo_load {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float 2.5s ease-in-out infinite;
    z-index: 5;
}
#pq-loading .rings span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #fff0;
}
#pq-loading .rings span:nth-child(1) {
    border-top: 2px solid #fff;
    animation: spin 1.6s linear infinite;
}
#pq-loading .rings span:nth-child(2) {
    border-right: 2px solid #0fc;
    inset: 10px;
    animation: spinReverse 2.2s linear infinite;
}
#pq-loading .rings span:nth-child(3) {
    border-bottom: 2px solid #f48120;
    inset: 20px;
    animation: spin 2.8s linear infinite;
}
#pq-loading .pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.05);
    animation: pulse 2.5s ease-out infinite;
}
#pq-loading .pulse.delay {
    animation-delay: 1.2s;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinReverse {
    to {
        transform: rotate(-360deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.4;
    }
    80% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes float {
    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-12px);
    }
}
#back-to-top .top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    margin: 0;
    color: #fff;
    background-color: #f48120;
    z-index: 999;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 99999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
#back-to-top .top:hover {
    opacity: 0.6;
}
.fixed_icon {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    z-index: 99;
}
.fixed_icon img {
    width: 60px;
}
.fixed_icon:hover {
    opacity: 0.6;
}
.fixed_icon.scrolled {
    bottom: 165px !important;
}
.popup_form.modal-content {
    border: 2px solid #dc3545;
}
.popup_form.modal-header {
    background-color: #dc3545;
    color: #fff;
}
.popup_form .btn-offer {
    background-color: #dc3545;
    border-color: #dc3545;
}
.popup_form .btn-offer:hover {
    background-color: #c82333;
    border-color: #bd2130;
}
#leadModal .modal-body {
    padding: 25px 15px;
}
#leadModal .modal-title {
    color: #fff;
}
#leadModal .btn-offer {
    border: unset;
}
#leadModal .fw-bold {
    margin-bottom: 10px;
}
#leadModal .form-label,
#leadModal .form-control {
    font-size: 12px;
}
.popup_form.modal-content {
    border-radius: 25px;
    overflow: hidden;
}
.popup_form .form-check-label {
    font-size: 12px;
}
.form-check .form-check-input {
    margin-left: -20px;
}
#leadModal .rounded {
    padding: 2px 10px;
}
#leadModal .btn-close {
    background-image: none;
    color: #000;
    font-size: 16px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
    text-align: center;
    line-height: 12px;
}
.header_area {
    padding-inline: 50px;
}
.header_area .common_btn {
    padding: 12px 15px;
}
.logo img {
    width: 178px;
}
nav {
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
nav ul {
    display: flex;
    align-items: center;
}
nav ul .active a {
    color: #f48120;
}
nav ul li {
    margin-right: 25px;
    position: relative;
    line-height: 1;
}
nav ul li span {
    margin-left: 5px;
    display: inline-block;
    line-height: 1.2;
    font-size: 13px;
    color: #2a2a2a;
}
nav ul li a {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-family: 'gotham_roundedbook';
    color: #2a2a2a;
    display: inline-block;
}
nav ul li a:hover {
    color: #f48120;
}
.head_call {
    margin-right: 0;
}
.head_call a{
    position: relative;
}
.head_call:hover .ph_no{
    display: inline-block !important;
}
.ph_no{
    position: absolute;
    padding: 5px 8px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'gotham_roundedbook';
    color: #2a2a2a;
    display: none !important;
    border: 1px solid #f48120;
    border-radius: 5px;
    width: auto !important;
    height: auto !important;
    z-index: 10;
    background-color: #fff;
    font-size: 14px;
}
.ph_no:hover{
    background-color: #fff !important;
}
.head_call a,
.head_call span {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.head_call a:hover,
.head_call span:hover {
    background-color: #f48120;
}
.head_call a:hover img,
.head_call span:hover img {
    filter: unset;
}
.head_call a img,
.head_call span img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}
.phone-container {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 6px;
}
.phone-icon {
    width: 60%;
    height: 60%;
    color: #f48120;
    transition: transform 0.2s;
}
.phone-container.ringing::before,
.phone-container.ringing::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 40%;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0 0 0 / 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: ring 2s infinite;
}
.phone-container.ringing::after {
    animation-delay: 0.5s;
}
@keyframes ring {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
    }
}
.phone-container.ringing .phone-icon {
    animation: shake-and-bounce 2.5s infinite;
}
@keyframes shake-and-bounce {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    10% {
        transform: translateY(-6px) rotate(-8deg);
    }
    20% {
        transform: translateY(0) rotate(6deg);
    }
    30% {
        transform: translateY(-4px) rotate(-4deg);
    }
    40%,
    60%,
    80% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-3px);
    }
    70% {
        transform: translateY(-2px);
    }
    90% {
        transform: translateY(-1px);
    }
}
.phone-container:hover .phone-icon {
    transform: scale(1.3);
}
.social_icon ul {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 22px;
    margin-top: 10px;
    flex-direction: row !important;
}
.social_icon ul li a {
    display: inline-block;
}
.social_icon ul li a:hover img {
    transform: rotate(360deg);
}
.social_icon ul li a img {
    width: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.social_icon ul li a:hover i {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.social_icon ul li a:hover:hover i {
    transform: rotate(360deg);
}
nav ul li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 15px);
}
nav ul li:hover .sub_menu a {
    color: #f48120;
}
nav ul li:hover .sub_menu a:hover {
    color: #fff;
}
nav ul li:hover span {
    color: #f48120;
}
.sub_menu {
    position: absolute;
    min-width: 200px;
    height: auto;
    top: calc(100% + 30px);
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    z-index: 2;
}
.sub_menu li {
    width: 100%;
    padding: 5px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin-right: 0 !important;
    border-radius: 15px;
}
.sub_menu li a {
    padding: 5px 0;
    color: #f48120;
}
.sub_menu li:hover {
    background-color: #f48120;
}
.sub_menu li:hover a {
    color: #f48120;
    padding-left: 10px;
}
.sub_menu li a {
    width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.banner_area {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.banner_area .fixed_logo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1.5px);
}
.banner_area h1 {
    border-bottom: 1px solid #fff;
}
.banner_area .each_property_box_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 0 0;
    background: #fff0;
}
.banner_area .each_property_box_txt h5 {
    color: #fff !important;
    font-size: 16px;
}
.banner_area .each_property_box_txt li {
    color: #fff;
    margin-block: 0;
}
.banner_area .each_property_box_txt li span img {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.banner_area .swiper {
    margin-top: -25px;
}
.banner_area .swiper-wrapper {
    position: relative;
}
.banner_area .container {
    position: relative;
}
.banner_area .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.banner_area .ban_inner_cont {
    transform: translateY(130px);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.banner_area .swiper-slide-active .ban_inner_cont {
    transform: translateY(0);
}
.banner_area .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    position: relative;
}
.banner_area .swiper-pagination-bullet-active:after {
    content: "";
    width: calc(100% + 25px);
    height: calc(100% + 25px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 100%;
}
.banner_area .swiper-pagination-bullet-active:before {
    content: "";
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.3);
    z-index: -1;
    border-radius: 100%;
}
.banner_area .swiper-pagination {
    top: calc(50% + 50px);
    transform: translateY(-50%);
    padding-inline: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.banner_area .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    right: 50px;
    left: auto;
}
.banner_area .common_arrow {
    width: auto;
    height: auto;
    padding: 5px 25px;
    background-color: #fff0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'gotham_roundedbook';
    font-weight: 500;
    background-color: #f48120;
    top: auto;
    bottom: 30px;
    border: 1px solid #fff0;
    border-radius: 5px;
}
.banner_area .common_arrow:hover {
    background-color: #fff0;
    border: 1px solid #f48120;
}
.banner_area .swiper-button-prev {
    left: auto;
    right: 220px;
}
.banner_area .swiper-button-next {
    right: 125px;
}
.banner_area_bg_img {
    position: relative;
    width: 100%;
    height: 100vh;
}
.banner_area_bg_img img {
    height: 100%;
}
.ban_inner_cont {
    width: 100%;
    max-width: 540px;
    background-color: rgb(0 0 0 / 0.6);
    backdrop-filter: blur(1.5px);
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.ban_inner_outer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.ban_img {
    width: 50%;
}
.scroll_arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}
.scroll_arrow_inn {
    width: 100%;
    margin-top: -15px;
}
.scroll_arrow img {
    width: 45px;
    margin-bottom: 5px;
    animation: floatUpDown 2.4s ease-in-out infinite;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.scroll_arrow_inn img {
    animation:
        floatUpDown 2.4s ease-in-out infinite,
        subtlePulse 4.8s ease-in-out infinite;
}
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes subtlePulse {
    0%,
    100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}
.filter_srch_home{
    background: transparent  !important;
    padding-block: 5px;
}
.filter_srch_home .srch_cont input {
    border: 1px solid #f48120 !important;
    border-radius: 30px;
}
.property_area_head{
    position: relative;
    z-index: 99;
}
.srch_filter_area {
    padding-block: 20px;
    background: rgb(121, 115, 91);
}
.srch_filter_area h2 {
    color: #fff;
}
.srch_filter_area_inn {
    border-radius: 40px;
}
.srch_cont {
    width: 650px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    background: #f2f2f2;
    /* overflow: hidden; */
}
.suggestion-box {
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 3;
    border-radius: 6px;
}
.suggestion-heading{
    text-align: left;
}
.suggestion-item {
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}
.srch_cont input {
    background-color: #fff0;
    padding: 5px 50px 5px 36px;
    height: 100%;
}
.srch_cont .head_call {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_style,
.form_select {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px 18px;
    background: #f2f2f2;
    color: rgb(0 0 0 / 0.8);
    border-radius: 30px;
}
.form_style::-moz-placeholder,
.form_select::-moz-placeholder {
    opacity: 1;
    color: rgb(0 0 0 / 0.8);
}
.form_style::placeholder,
.form_select::placeholder {
    opacity: 1;
    color: rgb(0 0 0 / 0.8);
}
.property_area {
    padding-block: 20px;
    overflow: hidden;
}
.property_area_body {
    overflow: hidden;
}
.property_tab_btns {
    width: 450px;
    margin: 0 auto;
}
.property_tab_btns ul {
    justify-content: center;
}
.property_tab_btns .common_btn {
    padding: 5px;
    border: unset;
    border-radius: unset;
    margin-right: 15px;
}
.property_tab_btns .common_btn:hover {
    background-color: #fff0;
    border-bottom: 2px solid #f48120;
    color: #ff7500;
}
.property_tab_btns .common_btn.active {
    border-bottom: 2px solid #f48120;
    color: #ff7500;
}
.each_completed_info .each_property_box_price h5 span{
    font-size: 22px;
    color: #ff7500;
    margin-right: 5px;
    margin-left: 3px;
}
.each_completed_info h5{
    margin-block: 4px 3px;
}
.each_completed_info p{
    line-height: 1.5;
    font-size: 15px !important;
    color: rgb(0 0 0 / 0.6) !important;
}
.each_completed_info .each_property_box_txt h5 {
    font-size: 15px !important;
}
.each_completed_info .each_property_info{
    margin-block: 2x;
}
.each_property_box {
    background-color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.each_property_box .each_property_box_img img {
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
    height: 100%;
    object-fit: cover;
}
.each_property_box .each_property_box_img {
    overflow: hidden;
    height: 361px;
}
.each_property_box:hover {
    box-shadow: 0 6px 40px -5px rgb(0 0 0 / 0.1);
}
.each_property_box:hover .each_property_box_img img {
    transform: scale(1.2);
}
.each_property_box {
    margin-bottom: 5px;
}
.each_property_box .possession {
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid rgb(0 0 0 / 0.2);
    margin-top: 8px;
}
.each_property_box .possession h5 {
    font-size: 14px;
    color: rgb(0 0 0 / 0.64);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.each_property_box_txt {
    padding: 5px 10px;
    background: #f4f6f3;
}
.each_property_box_txt h5 {
    text-transform: capitalize;
}
.view_all_btn {
    padding: 12px 45px;
}
.each_property_info ul {
    display: flex;
    justify-content: space-between;
    background: rgb(238 238 238 / 0.8);
    border-radius: 7px;
    padding-inline: 15px;
    margin-block: 20px;
}
.each_property_info ul li {
    font-size: 12px;
}
.each_property_info li {
    font-family: 'gotham_roundedlight';
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0 / 0.64);
    display: flex;
    align-items: center;
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.each_property_info li span {
    width: 16px;
    margin-right: 10px;
}
.each_property_info li span img {
    width: 16px;
}
.each_property_box_price h5 {
    font-family: 'gotham_roundedlight';
    font-size: 20px;
}
.each_property_box_price .common_btn {
    padding: 7px 17px;
}
.choose_area {
    padding-block: 20px;
    position: relative;
    overflow: hidden;
}
.choose_area_bg {
    background-color: #f4f6f3;
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.choose_area .common_head {
    margin-bottom: 50px;
}
.choose_area_inn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.why_bg_img {
    width: 735px;
    height: 610px;
    position: absolute;
    top: 0;
    left: 0;
}
.each_choose_box {
    margin-top: 5px;
}
.each_choose_box_img {
    width: 80px;
    height: 80px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.2);
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.each_choose_box_txt h2 {
    font-family: 'gotham_roundedbook';
    color: #f48120;
    font-weight: 400;
    line-height: 1;
}
.each_choose_box_txt h4 {
    margin-block: 5px 0;
    font-size: 20px;
}
.each_choose_box_txt p {
    line-height: 1.5;
}
.partner_area {
    position: relative;
    padding-block: 20px;
    overflow: hidden;
    background: #fff;
}
/* .partner_area_bg {
    background: #79735b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.partner_area_inn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.partner_area_inn h2{
    margin-bottom: 10px;
}
/* .partner_area_inn h2,
.partner_area_inn h2 span{
    color: #fff;
} */
/* .partner_area .common_btn {
    border-color: #fff;
    color: #fff;
} */
/* .partner_area .common_btn:hover {
    border-color: #fff0;
} */
/* .partner_area .common_head h6 {
    color: #fff;
} */
/* .partner_area .common_head h2 span {
    color: #fff;
} */
.partner_area_txt p {
    margin-block: 0 10px;
    /* color: #fff; */
}
.invest_area {
    padding-block: 150px;
    position: relative;
    overflow: hidden;
}
.invest_area_bg_1,
.invest_area_bg_2 {
    background-color: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.invest_area_bg_2 {
    top: auto;
    bottom: 0;
}
.invest_area_txt {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.invest_area_txt .common_btn {
    color: #fff;
    /* border-color: #fff; */
}
/* .invest_area_txt .common_btn:hover {
    border-color: #fff0;
} */
.invest_area_txt h2,
.invest_area_txt h2 span {
    color: #fff;
}
/* .invest_area_txt h2 span {
    color: rgb(255 255 255 / 0.6);
} */
.invest_area_txt p {
    margin-block: 10px 20px;
    color: #fff;
}
.invest_area_txt ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.invest_area_txt ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.invest_area .contact_call img {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.invest_area .contact_call a {
    color: #fff;
}
.contact_call {
    display: flex;
}
.contact_call a {
    font-size: 16px;
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.contact_call a:hover {
    opacity: 0.5;
}
.contact_call a img {
    width: 15px !important;
    height: 15px !important;
}
.testimonial_area {
    padding-block: 20px;
    overflow: hidden;
}
.testimonial_area .common_head {
    margin-bottom: 50px;
    text-align: center;
}
.each_testi_box {
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    background-color: #fff;
}
.each_testi_box_head {
    display: flex;
}
.each_testi_box_img {
    width: 80px;
    height: 80px;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
}
.each_testi_box_img img {
    width: 80px;
    height: 80px;
}
.each_testi_box_txt {
    width: calc(100% - 100px);
}
.each_testi_box_txt h5{
    text-transform: capitalize;
}
.each_testi_box_txt h5 i {
    color: #007ffc;
}
.each_testi_box_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.each_testi_box_txt h6 {
    display: flex;
    align-items: center;
    color: #b4aeae;
}
.each_testi_box_txt h6 img {
    width: 40px;
    margin-left: 5px;
}
.testimonial_slider {
    position: relative;
}
.testimonial_slider .swiper-button-prev {
    left: -22.5px;
}
.testimonial_slider .swiper-button-next {
    right: -22.5px;
}
.review_box {
    display: flex;
    gap: 5px;
}
.review_box li {
    font-size: 12px;
    color: #ffbd25;
}
.article_area {
    padding-block: 40px;
    position: relative;
    overflow: hidden;
}
.article_area_bg {
    background-color: #f4f6f3;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.article_area .common_head {
    margin-bottom: 20px;
    text-align: center;
}
.article_area_body .each_property_box {
    border: unset;
    background-color: unset;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 0.1294117647);
    height: 100%;
    background-color: #fff;
}
.article_area_body .each_property_box:hover {
    box-shadow: unset;
}
.article_area_body .each_property_box_txt {
    background-color: #fff0;
}
.article_area_body .each_property_box_txt h5 {
    margin-block: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
}
.article_area_body .each_property_box_txt p {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.read_more_btn {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 15px;
    color: #f48120;
    display: inline-block;
}
.article_btn {
    width: 45px;
    height: 45px;
    border: 1px solid #f48120;
    color: #f48120;
    display: flex;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 100%;
    transform: rotate(218deg);
}
.article_btn:hover {
    background-color: #f48120;
    color: #fff;
}
.lets_connect_area {
    padding-block: 5px 10px;
}
.lets_connect_area_inn {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.lets_connect_area .common_btn{
    border: 1px solid #f48120;
}
.lets_connect_area .common_head {
    text-align: left;
    padding-right: 100px;
}
.footer_area {
    padding-block: 20px;
    background-color: #f4f6f3;
}
.footer_area_inn .social_icon li:nth-child(1) img,
.footer_area_inn .social_icon li:nth-child(4) img,
.footer_area_inn .social_icon li:nth-child(5) img{
    width: 20px;
}

.foot_logo img {
    width: 200px;
}
.each_foot_info h6 {
    margin-bottom: 10px;
}
.each_foot_info .social_icon ul{
    padding-left: 7px;
}
.each_foot_info ul {
    flex-direction: column;
    align-items: flex-start;
}
.each_foot_info ul .contact_call img {
    width: 14px;
    margin-right: 10px;
}
.each_foot_info ul li {
    margin-right: 0;
    margin-bottom: 8px;
}
.each_foot_info ul li a {
    color: rgb(0 0 0 / 0.7);
    font-size: 14px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    line-height: 1;
}
.footer_area_inn li{
    margin-bottom: 0;
    line-height: 1;
}
/* .footer_area_inn .col-lg-3:nth-child(3) ul{
    margin-top: -3px;
} */
.each_foot_info ul li a:hover {
    color: #f48120;
}
.each_foot_info .srch_cont {
    height: 35px;
    width: 100%;
    border: 0.5px solid rgb(0 0 0 / 0.6);
    background-color: #fff0;
    overflow: hidden;
    margin-top: 5px;
}
.each_foot_info .srch_cont input {
    padding: 10px 60px 10px 10px;
}
.each_foot_info .srch_cont .head_call {
    color: #f48120;
    width: 35px;
    height: 35px;
    border: 1px solid #f48120;
    border-radius: 100%;
}
.each_foot_info .subscribe_area p {
    color: #ff7500;
}
.copy_right_txt {
    text-align: center;
    color: #ff7500;
    margin-top: 10px;
}
/*====================== product-details page ===================*/
.inner_banner .ban_inner_outer {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 800px;
}
.inner_banner .ban_inner_cont{
    justify-content: center;
}
/* .inner_banner h1 span{
    color: #fff;
} */
.inner_banner .ban_slogan h1{
    padding: 10px;
    font-family: 'gotham_roundedbook';
}
.inner_search_area{
    padding-block: 20px;
}
.inner_search_area h2{
    text-transform: capitalize;
    font-family: 'gotham_roundedbook';
}
.inner_search_area input{
    font-size: 12px;
}
.inner_search_area .srch_cont{
    height: 34px;
}
.inner_search_area .srch_cont .head_call{
    height: 35px;
}
.pragati_area{
    padding-bottom: 20px;
    overflow: hidden;
}
.each_pragati_icon{
    margin-bottom: 10px;
}
.pragati_icon_area{
    margin-top: 21px;
}
.pragati_area_txt{
    padding-left: 5px;
    padding-right: 10%;
}
.pragati_area_txt_head{
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #5B5B5B;
    font-family: 'gotham_roundedbook';
}
.pragati_area_img{
    position: relative;
    z-index: 2;
}
.pragati_area_txt p{
    margin-block: 10px 10px;
    font-family: 'gotham_roundedbook';
    text-align: justify;
}
.pragati_area_txt_head:after{
    background-color: #F48120;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}
.each_pragati_icon h6 span{
    font-size: 14px;
}
.each_pragati_icon img{
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}
.each_pragati_icon h6{
    color: #434343;
    font-family: 'gotham_roundedbook';
}
.each_pragati_icon h6 span{
    width: 14px;
    display: block;
    width: 100%;
}
.pragati_price h3{
    color: #F48120;
    display: flex;
    align-items: center;
    margin-block: 8px;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
}
.pragati_price h3 span{
    font-size: 16px;
    color: #434343;
    margin-right: 25px;
}
.pragati_area_buttons{
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.pragati_area_buttons .gradient-btn{
    margin: 0;
    width: auto;
    border-width: 1px;
    font-family: 'gotham_roundedbook';
    font-weight: 400;
}
.pragati_area_buttons .gradient-btn::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 60deg,
        rgba(255, 255, 255, 0.9) 90deg,
        rgba(244, 129, 32, 0.95) 110deg,
        rgba(227, 233, 232, 0.95) 130deg,
        rgba(240, 241, 245, 0.9) 150deg,
        transparent 180deg,
        transparent 360deg
      );
}
.pragati_area_buttons .gradient-btn::after{
    inset: 1.5px;
}
.pragati_area_buttons .common_btn{
    border-color: #F48120;
    min-width: auto;
    font-family: 'gotham_roundedbook';
    padding: 8px 12px;
    font-size: 14px;
}
.btns_area{
    padding-block: 20px;
    overflow: hidden;
}
.btns_area ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 16px 1px #0000001A;
    -webkit-box-shadow: 0px 4px 16px 1px #0000001A;
    border-radius: 40px;
    padding:4px 20px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.btns_area ul li a{
    display: inline-block;
    font-size: 12px;
    color: #2a2a2a !important;
    text-transform: capitalize;
    position: relative;
    font-family: 'gotham_roundedbook';
    font-weight: 400;
}
.btns_area .active a:after{
    width: 100%;
}
.btns_area ul li a:after{
    content: "";
    width: 0;
    height: 2px;
    background-color: #F48120;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.btns_area ul li a:hover::after{
    width: 100%;
}
.offer_area{
    background-color: #FFFCDF;
    overflow: hidden;
}
.offer_area_txt_outer{
    position: relative;
}
.offer_area_btn{
    width: 300px;
    height: 55px;
    text-align: center;
    margin: 0 auto;
}
.offer_bg_img{
    position: relative;
}
.offer_flower_img{
    position: absolute;
    top: -186px;
    left: 0;
    width: 100%;
    height: auto;
}
.offer_area_btn h2{
    color: #fff;
    font-size: 32px;
    font-family: "Neue Haas Grotesk Display Pro";
}
.gld_txt{
    color: #F48120 !important;
    font-size: 32px !important;
}
.offer_area_txt{
    text-align: center;
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.offer_area_txt h3{
    color: #003978;
    font-size: 40px;
}
.offer_area_txt h5{
    color: #B12022;
    font-family: 'gotham_roundedbook';
    font-size: 32px;
}
.offer_area_txt h4{
    font-size: 40px;
    color: #863871;
}
.offer_area_txt h4 span{
    color: #E99925;
}
.offer_area_txt h2,
.offer_area_txt h4,
.offer_area_txt h5,
.offer_area_txt h3{
     font-family: 'gotham_roundedbold';
}
.offer_area_txt p{
    color: #000000;
    font-size: 16px;
    font-family: 'gotham_roundedbook';
    text-align: justify;
}
.offer_area_img{
    padding-right: 50px;
}
.walk_through_area{
    background-color: #F4F6F3;
    padding-block: 20px;
    overflow: hidden;
}
.walk_through_area iframe{
    width: 100%;
}
.walk_through_area_img{
    position: relative;
}
.walk_through_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
}
.play_btn img{
    height: 100%;
    width: 100%;
}
.amenities_types{
    padding-inline: 0;
}
.amenities_types .row{
    height: 350px;
    overflow-y: auto;
    overflow-x: clip;
}
.each_amenities_types{
    text-align: center;
}
.each_amenities_img{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 6px 0px #0000001A;
    -webkit-box-shadow: 2px 4px 6px 0px #0000001A;
    border-radius: 100%;
    margin: 0 auto;
}
.each_amenities_img img{
    width: 24px;
    height: 24px;
}
.each_amenities_txt p{
    /* text-transform: uppercase; */
    color: #434343;
    font-size: 12px;
    font-weight: 500;
   font-family: 'gotham_roundedbook';
    margin-top: 10px;
}
.amenities_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.amenities_area{
    padding-block: 20px;
    overflow: hidden;
}
.amenities_area_slider{
    position: relative;
}
.amenities_area_slider .swiper-slide{
    height: 100%;
}
.each_amenities_slide{
    height: 100%;
}
.each_amenities_slide img{
    height: 100%;
    object-fit: cover;
}
.amenities_area .common_arrow{
    border-color: #f48120;
    background-color: transparent;
    color: #f48120;
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.amenities_area .swiper-button-next{
    right: 153px;
}
.amenities_area .common_arrow:hover{
    background-color: #f48120;
    color: #fff;
}
.plan_area{
    position: relative;
    padding-block: 20px;
}
.plan_area .swiper-slide{
    border: 1px solid #f48120;
    border-radius: 5px;
}
.plan_area .common_arrow  svg{
    animation: unset;
    width: 12px;
}
.plan_area .property_tab_btns {
    width: 100%;
}
.plan_area .property_tab_btns .common_btn {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    text-transform: capitalize;
}
.plan_area .property_tab_btns .common_btn{
    border: 1px solid #F48120;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    color: #1c1c1c;
}
.plan_area .property_tab_btns .common_btn.active{
    background-color: #F48120;
    color: #fff;
}
.plan_area .property_tab_btns .common_btn.active span img{
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.plan_area .property_tab_btns .common_btn span img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    filter: invert(10);
    -webkit-filter: invert(10);

}
.plan_area_bg {
    background: rgb(121, 115, 91);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.plan_area .property_tab_btns{
    margin-block: 0;
}
.plan_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.plans_slider{
    position: relative;
    width: 800px;
    margin: 0 auto;
}
.blur_img{
    filter: blur(4px);
}
.plans_slider .common_arrow{
    bottom: 0;
    top: auto;
    border: 1px solid #F48120;
    background: transparent;
    width: 45px;
    height: 45px;
    font-size: 16px;
    color: #fff;
}
.plans_slider .common_arrow:hover{
    background: #F48120;
    color: #fff;
}
.plans_slider .swiper-button-next{
    right:-300px;
}
.plans_slider .swiper-button-prev{
    left: auto;
    right: -240px;
}
.location_area{
    padding-block: 20px;
    overflow: hidden;
}
.location_accordion {
    margin-bottom: 1rem;
    border: unset;
    border-radius: 8px;
    overflow: hidden;
}
.location_area_img iframe{
    width: 100% !important;
}
.location_accordion .accordion-body{
    padding-top: 0;
}
.location_area_cont{
    padding-right: 15%;
}
.location_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.accordion-header .accordian_img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #F48120;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.accordion-header button .accordian_img img{
    width: 22px;
    height: 22px;
}

.location_accordion .accordion-button {
    color: #424242;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
}
.location_accordion .accordion-button:not(.collapsed) {
    color: #424242;
    background-color: #fff;
    box-shadow: none;
}
.location_accordion .accordion-button{
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 0;
}
.accordian_hd_line{
    width: calc(100% - 90px) !important;
    left: calc(50% + 25px);
    transform: translateX(-50%);
    bottom: 16px;
    width: 100%;
    height: 2px;
    background-color: #F48120;
    position: absolute;
    z-index: 1;
}
.location_accordion .list-group-item {
    border: none;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(0 0 0 / 0.6);
}
.location_accordion .list-group{
    padding-inline: 80px 15px;
}
.gallery_area{
    background-color: #F4F6F3;
    padding-block: 20px;
}
.gallery_area .common_btn{
     font-family: 'gotham_roundedbook';
}
.each_gal_box{
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.each_gal_box img{
    height: 100%;
    object-fit: cover;
}
.gallery_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.contact_area{
    padding-block: 20px;
    position: relative;
}
.contact_area .common_btn{
     font-family: 'gotham_roundedbook';
}
.contact_area_bg {
    background: rgb(121, 115, 91);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.contact_area .pragati_area_txt_head{
    text-transform: capitalize;
    color: #fff;
}
.contact_info{
    text-align: center;
    position: relative;
}
.contact_from{
    margin-bottom:15px;
}
.form_style{
    width: 100%;
    border: unset;
    background-color: #fff;
    height: 32px;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    box-shadow: 2px 4px 6px 0px #0000001A;
    -webkit-box-shadow: 2px 4px 6px 0px #0000001A;
    border-radius: unset;
}
.form_style:focus{
    box-shadow: unset;
}
.each_feedback{
    background-color: #fff;
    box-shadow: 2px 4px 6px 0px #0000001A;
    -webkit-box-shadow: 2px 4px 6px 0px #0000001A;
    padding: 15px;
    height: 100%;
}
.each_feedback h3{
    font-size: 25px;
    font-family: 'gotham_roundedbook';
}
.each_feedback p{
     font-family: 'gotham_roundedbook';
     text-align: justify;
}
.each_feedback h5{
    margin-block: 5px;
    font-family: 'gotham_roundedbook';
    
}
.contact_info .common_btn{
    border-color: #f48120;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 10px;
}
.contact_info .common_arrow{
    top: 88px;
    width:30px;
    height: 30px;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #F48120;
    color: #f48120;
}
.contact_info .common_arrow:hover{
    background-color: #f48120;
    color: #ffffff;
}
.contact_info .swiper-button-prev{
    left: auto;
    right: 50px;
}
.payment_area_bg_1,
.payment_area_bg_2 {
    background-color: #000;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.payment_area_bg_2{
    right: 0;
    left: auto;
}
.payment_area h2{
    font-size: 32px;
    font-weight: 400 !important;
    font-family: 'gotham_roundedbook';
    color: #fff;
}
.payment_area{
    padding-block: 30px;
}
.payment_area h2 span{
    font-weight: 700;
    font-family: 'gotham_roundedbold';
    color: #fff;
}
.payment_area .invest_area_txt{
    max-width: 900px;
}
.payment_area .common_btn{
    border-color: #F48120;
    margin-top: 15px;
    font-family: 'gotham_roundedbook';
    padding: 8px 12px;
    font-size: 12px;
}
.others_gallery_area{
    background-color: #f4f6f3;
    padding-block: 20px;
}
.others_gallery_area .pragati_area_txt_head{
    text-transform: capitalize;
}
.each_others_gal{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 4px 6px 0px #0000001A;
    -webkit-box-shadow: 2px 4px 6px 0px #0000001A;
    height: 100%;
}
.each_others_gal img{
    height: 320px;
    object-fit: cover;
}
.each_others_gal h4{
    font-size: 18px;
    padding: 8px;
    text-align: center;
    font-family: 'gotham_roundedbook';
}
/*====================== blog page ===================*/
.inner_ban{
    position: relative;
}
.inner_ban .common_arrow{
    color: #fff;
}
.inner_ban_cont{
    position: absolute;
    width: 100%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}
.inner_ban_cont h1{
    position: relative;
    font-family: 'gotham_roundedbook';
    font-weight: 400;
    text-transform: capitalize;
    font-size: 64px;
    display: inline-block;
}
.inner_ban_cont h1:after{
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #F48120;
    content: "";
}
.inner_article_area{
    background-color: #fff;
    padding-block: 10px 20px;
    overflow: hidden;
}
.inner_article_area .article_area_body{
    background-color: #fff;
}
.inner_article_area .common_head h2{
    font-size: 48px;
    color: #565656;
    font-weight: 300;
    font-family: 'gotham_roundedbook';
    letter-spacing: 1.2;
    line-height: 60px;
}
.inner_article_area .common_head{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 15px;
}
.inner_article_area .common_head h2 span{
    font-family: 'gotham_roundedbold';
}
.inner_article_area .each_property_info{
    display: flex;
    gap: 20px;
}
.inner_article_area .each_property_info li{
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    color: #3A3A3A;
}
.inner_article_area .each_property_box h5{
    font-style: Medium;
    font-size: 18px;
    color: #3A3A3A;
    line-height: 25px;
    letter-spacing: 0%;
    font-family: 'gotham_roundedbold';
    margin-block: 5px;
}
.inner_article_area .common_wrap{
    padding-inline: 200px;
}
.inner_article_area .each_property_box_txt {
    padding: 5px 15px;
}
.inner_article_area .each_property_box_txt p {
    color: #565656;
    display: -webkit-box;           
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 2;       
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'gotham_roundedbook';
}
.inner_article_area .each_property_box{
    border: 1px solid rgb(0 0 0 / 0.2);
    box-shadow: unset;
}
.inner_article_area .common_btn{
    border: 1px solid #F48120;
    padding: 8px 18px;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
}
/*====================== contact page ===================*/
.inner_contact_area{
    background-color: #fff;
    overflow: hidden;
}
.inner_contact_area .form_style,
.inner_contact_area .form_text_area,
.inner_contact_area .form_select{
    border: 1px solid rgba(0,0,0,0.4);
    color: rgb(0 0 0 / 0.6);
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    height: 34px;
    box-shadow: unset;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
}
.inner_contact_area .form_select{
    appearance: none;
    background: url(../images/down_arrow.png) rgba(255, 255, 255, 0.05) no-repeat 95% center / 10px;
}
.inner_contact_area .form_style::placeholder{
    color: rgb(0 0 0 / 0.6);
}
.inner_contact_area .form_text_area{
    height: 100px;
    padding: 15px;
}
.inner_contact_area .common_btn{
    color: rgb(0 0 0 / 0.6);
    padding: 10px 70px;
}
.inner_contact_area .common_btn:hover{
    color: #fff;
}
.inner_contact_area .pragati_area_txt_head{
    color: #565656;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'gotham_roundedbook';
}
.inner_contact_area p{
    font-family: 'gotham_roundedbook';
    text-align: justify;
}
.inner_contact_area .contact_from{
    margin-bottom: 0;
}
.inner_contact_area .pragati_area_txt_head:after{
    bottom: -10px;
}
.inner_contact_area .each_foot_info .contact_call img,
.inner_contact_area .each_foot_info .contact_call a img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}
.inner_contact_area .each_foot_info .contact_call,
.inner_contact_area .each_foot_info .contact_call a{
    color:#3A3A3A;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
      font-family: 'gotham_roundedbook';
}
.inner_contact_area .each_foot_info .contact_call a{
    margin-bottom: 0;
}
.contact_social ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 30px;
}
.contact_social ul li a{
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.contact_social ul li:nth-child(1) img{
    width: 34px;
}
.contact_social ul li a img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    width: 25px;
}
.contact_social ul li a:hover img{
     transform: scale(1.1)
}
.map_area iframe{
    width: 100%;
    height: 100%;
}
.map_area{
    height: 500px;
}
/*====================== partner with us page ===================*/
.partnerus_area{
    padding-block: 20px;
}
.partnerus_area .common_head h2{
    font-weight: 400;
    color: #565656;
    font-family: 'gotham_roundedbook';
}
.partnerus_area .common_head{
    padding-inline: 200px;
}
.partnerus_area .common_btn{
    border: 1px solid #f48120;
    padding: 6px 30px;
     font-family: 'gotham_roundedbook';
     font-size: 14px;
     color: rgb(0 0 0 / 0.6);
}
/*====================== our team page ===================*/
.team_area{
    padding-block: 40px 20px;
}
.each_team_txt h3{
    color:  #5B5B5B;
    font-family: 'gotham_roundedbook';
}
.each_team_img{
    border: 1px solid rgb(0 0 0 / 0.25);
}
.each_team_txt h5{
    position: relative;
    display: inline-block;
    color: #565656;
    margin-block: 5px 20px;
    font-family: 'gotham_roundedbook';
}
.each_team_txt p{
    font-family: 'gotham_roundedbook';
    text-align: justify;
    line-height: 1.7;
}
.each_team_txt h5:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #F48120;
    content: "";
}
.each_team_box:not(:last-child){
    margin-bottom: 40px;
}
.each_team_box{
    overflow: hidden;
}
/*====================== career page ===================*/
.career_area{
    padding-block: 20px;
    position: relative;
    background-color: #F2F2F2;
    overflow: hidden;
}
.career_with_txt ul{
    margin-top: 20px;
}
.career_list li,
.career_with_txt li{
    font-size: 16px;
    color: #565656;
    font-weight: 500;
    font-family: 'gotham_roundedbook';
    position: relative;
    padding-left: 30px;
}
.career_list li:not(:last-child),
.career_with_txt li:not(:last-child){
    margin-bottom: 10px;
}
.career_list li:after,
.career_with_txt li:after{
    content: "";
    background-image: url(../images/career_tick.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    width: 20px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.career_form_area{
    position: relative;
    padding-block: 20px;
}
.career_form_bg{
    background: rgb(121, 115, 91);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.career_form_area .contact_from{
    padding-inline: 15%;
}
.career_form_area .pragati_area_txt_head{
    text-transform: capitalize;
     font-family: 'gotham_roundedbook';
     color: #fff;
     margin-bottom: 10px !important;
}
.career_form_area .contact_from .form_select,
.career_form_area .contact_from .form_style{
    border-radius: unset;
    background-color: transparent;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 1);
    height: 35px;
    margin-bottom: 0;
     font-family: 'gotham_roundedbook';
}
.career_form_area .contact_from .form_select::placeholder,
.career_form_area .contact_from .form_style::placeholder{
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.career_form_area .form_select{
    margin-bottom: 20px;
    appearance: none;
    background: url(../images/down_arrow.png) no-repeat 95% center / 10px;
    color: rgba(255, 255, 255, 1);
}
.career_form_area .form_select option{
    color: rgb(0, 0, 0) !important;
    opacity: 1;
}
.career_form_area .form_select:focus{
    outline: none;
    box-shadow: unset;
}
.career_form_area .common_btn{
    padding: 8px 30px;
    font-size: 14px;
    color: #fff;
    /* border: 1px solid #fff; */
     font-family: 'gotham_roundedbook';
}
.career_form_area .common_btn:hover{
    border: 1px solid #f48120;
}
.job_area{
    padding-block: 20px;
}
.job_area .each_property_box_txt p{
    display: unset;
    overflow: unset;
    font-size: 14px;
    text-align: justify;
    line-height: 1.2;
}
.job_area .each_property_box_txt h6{
    text-transform: capitalize;
    margin-bottom: 5px;
}
.job_area .each_property_box .common_btn{
    margin-left: 15px;
    font-size: 14px;
    padding: 8px 15px;
}
.job_area .each_property_box_img{
    height: 200px;
}
.job_area .each_property_box_img img{
    height: 100%;
    object-fit: cover;
}
.job_area .pragati_area_txt_head {
    font-family: 'gotham_roundedbook';
}
.job_area .each_property_box h4,
.job_area .each_property_box h5,
.job_area .each_property_box h6,
.job_area .each_property_box p,
.job_area .each_property_box .common_btn{
    font-family: 'gotham_roundedbook';
}
/*====================== about page ===================*/
.about_vision_area{
    position: relative;
    padding-block: 20px;
    overflow: hidden;
}
.each_about_txt p{
    line-height: 1.7;
}
.each_abt_txt_2{
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
}

.each_abt_txt_2 h2 u{
    color: #f48120;;
}
.each_abt_txt_2 p{
    text-align: justify;
}
.about_vision_area .common_wrap{
    padding-inline: 30%;
}
.about_vision_area .common_wrap .pragati_area_txt_head,
.about_vision_area .common_wrap h4{
    color: #454545;
     font-family: 'gotham_roundedbook';
}
.about_vision_area .common_wrap p{
    margin-block: 5px;
    color: #4B4B4B;
    font-family: 'gotham_roundedbook';
}
.about_vision_bg{
    background-color: #AFA268;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*====================== property list page ===================*/
.property_list_area{
    padding-block: 20px;
    position: relative;
}
.property_list_area .common_btn{
    padding: 8px 12px !important;
    font-size: 14px;
}
.property_list_area .each_property_box{
    border: 1px solid rgb(0 0 0 / 0.2);
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}
.property_list_area .each_property_box_txt{
    background: transparent;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
}
.property_list_area .each_property_box_img{
    height: 100%;
    border-radius: 25px;
}
.property_list_area .each_property_box_img img{
    height: 100%;
    object-fit: cover;
}
.property_list_area .each_property_box li{
    color: #565656;
    font-weight: 400;
}
.property_list_area .each_property_box_txt h5{
    color:#5B5B5B !important;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    font-size: 17px;
}
.property_list_area .each_property_box_txt p{
     font-family: 'gotham_roundedbook';
     font-size: 14px;
     color: rgb(0 0 0 / 1);
     margin-top: 8px;
}
.each_property_box_price h5{
    text-transform: capitalize;
    font-size: 20px;
}
.property_list_area .each_property_info li{
    display: flex !important;
    overflow: unset !important;
    align-items: flex-start;
}
.property_list_area .each_property_info li p {
   width: calc(100% - 16px);
   font-family: 'gotham_roundedbook';
   color: rgb(0 0 0 / 1);
}
.property_list_area .each_property_info li span img {
    width: 16px;
    margin-top: 8px;
}
.proprty_list .common_btn{
   font-family: 'gotham_roundedbook';
   color: #000;
   &:hover{
    background-color: transparent;
    border: 1px solid #f48120;
   }
}
.price_slider {
    width: 100%;
    padding-inline:  10px;
}
.filter_btn{
    font-family: 'gotham_roundedbook';
    font-weight: 400 !important;
}
.property_list_head h6{
     font-family: 'gotham_roundedbook';
}
/* .price_srch{
    position: absolute;
    top: 40px;
    width: 400px;
    height: auto;
    right: 20px;
} */
.price_slider .range-wrapper {
    position: relative;
}
.price_slider .label {
    right: 0;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
    white-space: nowrap;
    font-family: 'gotham_roundedbook';
}
.bug_lab{
    font-weight: 400 !important;
}
.price_slider .track {
    height: 6px;
    background: linear-gradient(to right, #ff8c00, #ff8c00);
    border-radius: 9999px;
    position: relative;
    box-shadow: 0 2px 8px rgba(255, 140, 0, 0.2);
}
.price_slider .handle {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff8c00;
}
.price_slider .handle:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.1);
}
.price_slider .value-display {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #444;
}
.inner_srch_filter .common_wrap{
    padding-inline: 10%;
}
.inner_srch_filter .srch_cont{
    width: 100%;
    max-width: 800px;
    height: 35px;
}
.inner_srch_filter .srch_cont .head_call{
    height: 38px;
}
.inner_srch_filter .srch_cont input{
    font-family: 'gotham_roundedbook';
}
.each_list_search h5{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    color: #565656;
}
.each_list_search h6{
    font-weight: 400;
    color: #565656;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
}
.each_list_search h5:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #F48120;
    content: "";
}
.each_list_box ul{
    display: flex;
    justify-content: space-between;
}
.each_list_box li{
    display: flex;
    justify-content: space-between;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: 'gotham_roundedbook';
  font-size: 14px;
}
.custom-checkbox input {
  display: none;
}
.checkmark {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
}
.custom-checkbox input:checked + .checkmark {
  border-color: #F48120;
}
.custom-checkbox input:checked + .checkmark::after {
  content: "✓";
  font-size: 12px;
  line-height: 1;
  color: #F48120;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.each_list_box.active li h6{
    color: #F48120;
}
.each_list_box{
    margin-bottom: 10px;
}
/* .each_list_box ul li:nth-child(1){
    min-width: 132px;
} */
.counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 0.6);
    user-select: none;
    border-radius: 5px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    font-size: 14px;
    color: #2C2C2C;
    padding: 0 5px;

}
.counter button {
    width: 16px;
    height: 16px;
    border: none;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: transparent;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.counter button:hover {
    background: #e0e0e0;
    transform: scale(1.08);
}
.counter button:active {
    transform: scale(0.92);
}
.counter .minus {
    margin-right: 12px;
}
.counter .plus {
    margin-left: 12px;
}
.counter .number {
    font-size: 14px;
    font-weight: 400;
    color: #2C2C2C;
    min-width: 30px;
    text-align: center;
    padding: 0 10px;
    font-family: 'gotham_roundedbook';
}
.property_srch_area_outer{
    border: 1px solid #F48120;
    padding: 30px;
    background: #fff;
    z-index: 10;
    padding: 10px;
    overflow-y: auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    z-index: 10;
    display: none;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.each_list_search ul{
    justify-content: unset;
    gap: 10px;
}
.srch_menu_show{
    display: block;
}
.srch_menu .common_btn{
    background-color: #f48120;
    color: #fff;
    font-weight: 700;
    border: unset;
    padding: 15px 10px;
}
.srch_menu .common_btn i{
    margin-right: 5px;
    font-size: 12px;
}
.property_list_head h2{
    display: none;
}
.srch_menu .common_btn:hover{
    opacity: 0.6;
}
.srch_menu_bg{
    top: 0;
    left: -100%;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    z-index: 8;
    position: fixed;
}
.property_list_head h6{
    text-align: center;
    font-size: 14px;
}
.property_list_head .form_select{
    border-radius: unset;
    background-color: #fff;
    text-align: center;
    border: 1px solid #F48120;
    height: 35px;
    color: #5B5B5B;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    font-family: 'gotham_roundedbook';
    background: url(../images/down_arrow.png) rgba(255, 255, 255, 0.05) no-repeat 85% center / 10px;
}
.property_list_head h2,
.property_list_head h6{
    color: #5E5E5E;
    font-weight: 400;
}
.property_srch_area_outer .common_btn{
    font-weight: 700;
    font-size: 18px;
    color: #565656;
}
.property_srch_area_outer .common_btn:hover{
    color: #ffffff;
}
.proprty_list_outer{
    width: 100%;
}
/*====================== blog dtl page ===================*/
.blog_dtl_area{
    padding-block: 20px 0;
    overflow: hidden;
}
.blog_dtl_area .common_head h2{
    font-size: 34px;
    color: #5B5B5B;
    font-weight: 400;
    line-height: 1.5;
     font-family: 'gotham_roundedbook';
}
.blog_dtl_left_txt p b{
    font-weight: 500 !important;
    color: #3A3A3A !important;
    font-size: 18px;
}
.blog_dtl_left_txt{
    padding-top: 10px;
}
.blog_dtl_left_txt p,
.blog_dtl_left_txt ul li{
    color: #565656;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    text-align: justify;
}
.blog_dtl_left_txt ul li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}
.blog_dtl_left_txt ul li:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #565656;
    left: 10px;
    top: 10px;
    position: absolute;
}
.tag_lst li:after{
    display: none;
}
.tag_lst li{
    padding: 10px 12px;
}
.tag_lst{
    margin-top: 25px;
}
.tag_lst .common_btn{
    border: 1px solid #F48120;
}
.related_blog_sec .each_property_box{
    border: 1px solid rgb(0 0 0 / 0.2);
}
.related_blog_sec .each_property_box_txt{
 background-color: transparent;
 padding-bottom: 20px;
}
.related_blog_sec .each_property_info{
    display: flex;
    gap: 15px;
}
.related_blog_sec .each_property_box_txt h5{
    margin-block: 5px;
    color: #3A3A3A;
    font-family: 'gotham_roundedbold';
}
.related_blog_sec .each_property_box_txt p{
    font-family: 'gotham_roundedbook';
}
.related_blog_sec .common_btn{
    font-family: 'gotham_roundedbook';
    font-size: 14px;
}
/*====================== banner ===================*/
.banner_area .common_arrow {
    width: 80px;
    height: 35px;
    padding: 5px 25px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'gotham_roundedbook';
    font-weight: 500;
    background-color: transparent;
    top: auto !important;
    bottom: 30px;
    border: 1px solid #f48120;
    border-radius: 5px;
}
.banner_area .common_arrow svg{
	display: none;
}
.banner_area .common_arrow:hover{
    background-color: #f48120;
}
.banner_area .swiper-button-prev {
    left: auto !important;
    right: 220px !important;
}
.banner_area .swiper-button-next {
    right: 125px !important;
}
.errmsg{
    color: rgb(255, 0, 0) !important;
}
/*====================== emi calculator ===================*/
.emi_area{
    padding-block: 80px;
}
.emi_area .modal-content{
    position: relative;
}
.modal-header{
    border-bottom: none;
    padding: 0;
}
.emi_area .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background-color: #f48120 !important;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .emi_area .pragati_area_txt_head {
    font-size: 22px;
} */
.emi_area .calculator-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(0px);
    overflow: hidden;
    transition: all 0.2s ease;
}
.emi_area .input-panel {
    flex: 1.2;
    background: #ffffff;
    padding: 0;
    border-right: 1px solid #eef2f8;
}
.emi_area .result-panel {
    flex: 1;
    background: #fbfdfe;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.emi_area .slider-group {
    margin-block: 10px;
}
.emi_area .label-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.emi_area .label-row label {
    font-weight: 400;
    color: rgb(0 0 0 / 0.5);
    font-size: 1rem;
    font-family: 'gotham_roundedbook';
}
.emi_area .value-display {
    font-weight: 700;
    font-family: 'gotham_roundedbook';
    padding: 0.25rem 0.9rem;
    border-radius: 40px;
    font-size: 0.9rem;
    color: rgb(0 0 0 / 0.5);
}
.emi_area input[type="range"] {
    width: 70%;
    height: 5px;
    -webkit-appearance: none;
    background: #e2e8f0;
    border-radius: 10px;
    outline: none;
    margin: 0.5rem 0 0.2rem;
    margin-right: 20px;
}
.input_amount{
    border: 1px solid #dcebfa;
    box-shadow: 0 8px 20px rgba(0, 20, 50, 0.08);
    border-radius: 30px;
    padding: 8px 15px;
    font-family: 'gotham_roundedbook';
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.emi_area input[type="range"]:focus {
    outline: none;
}
.emi_area input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #f48120;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}
.emi_block {
    border-radius: 2rem;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #dcebfa;
    box-shadow: 0 8px 20px rgba(0, 20, 50, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
.emi-label {
    font-size: 0.8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(0 0 0 / 0.5);
    font-family: 'gotham_roundedbook';
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 40px;
    margin-bottom: 0;
}
.emi-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: rgb(0 0 0 / 0.5);
    line-height: 1.2;
    margin: 0.25rem 0;
    letter-spacing: -0.5px;
}
.rupee-symbol {
    font-size: 1.8rem;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 2px;
}
.emi-note {
    font-size: 0.7rem;
    color: #5e86aa;
    margin-top: 0.5rem;
    font-weight: 500;
}
.interest-stats {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.stat-card {
    flex: 1;
    background: #f9fdfe;
    border-radius: 1.2rem;
    padding: 0.8rem 0.6rem;
    text-align: center;
    border: 1px solid #e9f0f5;
    transition: all 0.2s;
}
.stat-card:hover {
    background: #ffffff;
    border-color: #caddf0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.stat-label {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(0 0 0 / 0.8);
    letter-spacing: 0.3px;
    font-family: 'gotham_roundedbook';
}
.stat-value {
    font-size: 1.35rem;
    font-weight: 900;
    color: rgb(0 0 0 / 0.5);
    margin-top: 0.3rem;
    word-break: break-word;
    font-family: 'gotham_roundedbook';
}
.loan-summary {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #1e3b5c;
    text-align: center;
    border-top: 1px dashed #dce5ef;
    padding-top: 1rem;
    font-family: 'gotham_roundedbook';
}
.emi_area button {
    background: none;
    border: none;
}
/*====================== registarion_area ===================*/
.registarion_area .contact_info{
    margin: 0 auto;
    text-align: center;
}
.pan_upload{
    position: relative;
}
.pan_upload span {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 94px;
    height: calc(100% - 10px);
    background-color: #dedede;
    color: rgb(0 0 0 / 0.5);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'gotham_roundedbook';
    font-size: 13px;
}
/*====================== brochure form ===================*/
.brochure_form .form_style{
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgb(0 0 0 / 0.6);
    box-shadow: none;
}
.brochure_form .common_btn {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgb(0 0 0 / 0.6);
    padding: 5px 16px;
    font-size: 14px;
    margin-top: 20px;
}
.brochure_form .common_btn:hover{
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
}
.brochure_form .pragati_area_txt_head {
    text-transform: capitalize;
    color: rgb(0 0 0 / 0.6);
}
/*====================== Emi for home ===================*/
#emi_sec{
    position: relative;
}
#emi_sec .calculator-card{
    box-shadow: rgba(0, 0, 0, 0.13) 0px 6px 20px 0px;
    width: 900px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
}
#emi_sec .result-panel,
#emi_sec .input-panel{
    background: transparent;
    border-right: none;
}
#emi_sec .common_head h2,
#emi_sec .common_head p{
    color: #fff;
}
#emi_sec .common_head{
    margin-bottom: 30px;
}
.emi_sec_bg{
    /* background: #79735b; */
    background-color: rgb(0 0 0 / 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*====================== specifications_area ===================*/
.specifications_area{
    background-color: #f4f6f3;
    padding-block: 40px;
}
.each_specifications{
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0px;
    padding: 15px;
    border-radius: 15px;
}
.each_specifications h5{
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;

}
.each_specifications ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.specification_wrap{
    width: 70%;
    margin: 0 auto;
}
/*====================== price_details_area ===================*/
.price_details_area{
    background: #79735b;
    padding-block: 40px;
}
.price_details_area #emi_sec .calculator-card{
    width: 100%;
}
.price_details_area .emi_area .slider-group{
    margin-block: 5px;
}
.price_details_area .emi_area .label-row label{
    font-size: 14px;
}
.price_details_area .emi_block{
    margin-top: 5px;
    margin-bottom: 0;
}
.price_details_area .stat-value {
    font-size: 18px;
    font-weight: 900;
    margin-top: 2px;
}
.price_details_area .stat-card{
    padding: 8px 15px;
}
.price_details_area .emi-number{
    font-size: 20px;
}
.price_details_area #emi_sec .calculator-card {
    padding: 15px;
}
.email_side_input{
    display: flex;
    align-items: center;
    gap: 10px;
}
.price_details_area .price_box{
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}
.price_box table{
    width: 100%;
    border-radius: 5px;
}
.price_details_area .price_box table td{
    color: #424242;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: capitalize;
     font-family: 'gotham_roundedbook';
     background-color: #fbf9f8;
}
.price_icon{
    color: rgb(244, 129, 32, 0.4);
    /* color: #424242; */
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top:2px;
}
/* .price_details_area .price_box,
.price_details_area .price_box table{
    height: 100%;
} */
.price_details_area .price_box table td:nth-child(2){
    width: 50px;
    text-align: center;
    font-size: 20px;
}
.price_details_area .price_box table tr td:first-child{
    width: 40%;
    position: relative;
    background-color: #f5f3ed;
}
.price_details_area .price_box table tr:first-child td:first-child{
    border-top-left-radius: 15px;
}
.price_details_area .price_box table tr:first-child td:last-child{
    border-top-right-radius: 15px;
}
.price_details_area .price_box table tr{
    border-bottom: 1px solid #dcdbda;
}
/* .price_details_area .price_box table tr td:first-child:after{
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 1px;
    top: 50%;
    left: calc(50% + 75px);
    transform: translate(-50%,-50%);
    content: "";
} */
.price_details_area .price_box table tr td:last-child{
    width: auto;
    background-color: #fff;
}
.price_details_area .price_box table tr{
    /* border-bottom: 1px solid #f48120; */
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0px;
    margin-bottom: 15px;
}
.price_details_area .price_box ul li p,
.price_details_area .price_box h5{
    color: #fff;
}

.price_details_area .pragati_area_txt_head{
    color: #fff;
}

/*====================== rera_item ===================*/
.rera_item{
    margin-block: 10px;
}
.rera_item ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rera_item ul li{
    display: flex;
    gap: 10px;
    font-family: 'gotham_roundedbook';
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    align-items: center;
}
/* .rera_item ul li span{
    font-weight: 700;
} */
.rera_item ul li a{
    display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.rera_item ul li a:hover{
    opacity: 0.6;
}
/*====================== breadcrumb ===================*/
.breadcrumb_area{
    background:rgba(0, 0, 0, 0.5);
    padding:5px;
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 5;
}
.breadcrumb_area nav{
    display:flex;
    align-items:center;
    gap:12px;
}
.breadcrumb_area nav a{
    color: #F48120;
    text-decoration:none;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
    position: relative;
    margin-right: 15px;
}
.breadcrumb_area nav a:hover{
    color:#fff;
}
.breadcrumb_area nav a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color:#fff;
}
.breadcrumb_area .active{
    
    color:#fff;
    font-family: 'gotham_roundedbook';
    font-size: 14px;
}

.click_to_view .modal-header{
    background-color: #f5f5f5;
    padding: 4px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.click_to_view h5{
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.click_to_view .modal-body{
    padding: 10px 10px 0 10px;
}
.click_to_view .form_style {
    background-color: #f5f5f5;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    width: 100%;
}
.click_to_view .common_btn{
    width: 100%;
    background-color: #f48120;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    border: 2px solid transparent;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.click_to_view .btn-close{
    top: 18px;
}
.click_to_view .common_btn:hover{
    border: 2px solid #f48120;
    background-color: transparent !important;
    color: #474646 !important;
}
.click_to_view .btn-close{
    border: 2px solid #fff;
    width: 4px;
    height: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.click_to_view .modal-dialog{
    width: 440px;
    margin: 0 auto;
}
.click_to_view .btn-close:hover{
    opacity: 0.6;
}
.click_to_view .contact_area {
    padding: 0;
}
.modal_img{
    width: 100px;
    margin: 0 auto;
}
.click_to_view .alert-danger{
    height: 38px;
    line-height: 5px;
    width: calc(100% - 10px);
    margin: 5px auto;
}
.click_to_view .alert-success{
    font-weight: 300 !important;
    font-family: 'gotham_roundedbook';
    color: rgba(0, 0, 0, 0.6);
}
.form-check-label{
    font-size: 11px;
    font-weight: 400;
    font-family: 'gotham_roundedbook';
    color: rgba(0, 0, 0, 0.6);
    
}
   .gradient-btn {
      position: relative;
      padding: 8px 40px;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      text-transform: capitalize;
      background: #111;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
      overflow: hidden;
      letter-spacing: 0.5px;
      transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      width: 150px;
      margin: 5px auto;
    }

    /* Soft glowing light moving slowly along the border */
    .gradient-btn::before {
      content: "";
      position: absolute;
      inset: -5px;
      border-radius: 20px;
      background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 60deg,
        rgba(255, 77, 109, 0.9) 90deg,
        rgba(255, 159, 28, 0.95) 110deg,
        rgba(46, 196, 182, 0.95) 130deg,
        rgba(67, 97, 238, 0.9) 150deg,
        transparent 180deg,
        transparent 360deg
      );
      z-index: -2;
      animation: glow-move 2.5s linear infinite;
      filter: blur(6px);           /* makes it look soft & glowing */
    }

    /* Solid center + soft inner edge */
    .gradient-btn::after {
      content: "";
      position: absolute;
      inset: 2.5px;
      background: #fff;
      border-radius: 5px;
      border: 1px solid #f48120;
      z-index: -1;
      box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.04);
    }
    /* Hover effect */
    .gradient-btn:hover:after {
      background: #f48120;
    }
    .gradient-btn:hover{
        color: #fff;
    }
    /* Slow continuous movement */
    @keyframes glow-move {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
/*========= privacy policy ===============*/
.privacy_policy_txt{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.privacy_policy_txt p{
    margin-bottom: 15px;
}
.feedback_review{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: center;
}
.feedback_review ul{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;

}
.feedback_review ul li{
    font-size: 10px;
    color: #FFDF00;
}
.feedback_review h6{
    font-size: 16px;
    color: #2a2a2a;
}
.each_feedback{
    position: relative;
}
.each_feedback::after{
    content: "";
    background-image: url(../images/google_rvw.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
}
.read_more_btn{
    border: none;
}




/*====================== responsive ===================*/
@media (max-width: 991px) {
    #emi_sec .calculator-card{
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }
    .interest-stats{
        flex-direction: column;
    }
    .emi_area .result-panel{
        padding: 0;
    }
    .emi-label{
        padding-left: 0;
        letter-spacing: 0;
    }
    .emi_block{
        padding: 10px;
    }
    .banner_area .common_arrow{
        width: 60px;
        height: 28px;
        font-size: 12px;
        bottom: 94px !important;
    }
    .banner_area .swiper-button-prev{
         right: 85px !important;
    }
    .banner_area .swiper-button-next {
        right: 15px !important;
    }
    .baner_responsive .ban_inner_outer{
        position: static !important;
        overflow: hidden;
    }
    .baner_responsive .banner_area_bg_img{
        height: 100%  !important;
    }
    .baner_responsive .ban_inner_cont{
        padding: 15px;
        height: 10vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .baner_responsive .ban_inner_outer .container-fluid{
        padding: 0;
    }
    .baner_responsive .ban_inner_outer{
        background-color: #1c1c1c;
    }
    .baner_responsive .ban_inner_outer h1 span{
        letter-spacing: 0.8px;
    }
    .baner_responsive .ban_inner_outer h1{
        background-color: transparent;
        padding: 0;
    }
    .scroll_arrow{
        display: none;
    }
    .specification_wrap{
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .banner_area .common_arrow{
        width: 60px;
        height: 28px;
        font-size: 12px;
        bottom: 94px !important;
    }
    .banner_area .swiper-button-prev{
         right: 85px !important;
    }
    .banner_area .swiper-button-next {
        right: 15px !important;
    }
    .baner_responsive .ban_inner_outer{
        position: static !important;
        overflow: hidden;
    }
    .baner_responsive .banner_area_bg_img{
        height: 100%  !important;
    }
    .baner_responsive .ban_inner_cont{
        padding: 15px;
        height: 10vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .baner_responsive .ban_inner_outer .container-fluid{
        padding: 0;
    }
    .baner_responsive .ban_inner_outer{
        background-color: #1c1c1c;
    }
    .baner_responsive .ban_inner_outer h1 span{
        letter-spacing: 0.8px;
    }
    .baner_responsive .ban_inner_outer h1{
        background-color: transparent;
        padding: 0;
    }
    .scroll_arrow{
        display: none;
    }
    .specification_wrap .col-md-6:nth-child(2n) {
        padding-left: 0;
    }
    .price_details_area .price_box{
        overflow: hidden;
    }
    .price_table_outer{
        width: 600px;
        overflow-x: scroll;
    }
    .price_box table,
    .price_details_area .price_box{
        width: 100%;
        overflow-x: auto;
    }
    .click_to_view .modal-dialog{
        width: 100%;
    }
    .privacy_policy_txt{
        max-width: 100%;
    }

    .feedback_review{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}
.each_abt_txt_2{
    max-width: 100%;
}
    
}