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

/*
@font-face {
    font-family: "SF Pro";
    src: url("../fonts/SFPro/SF-Pro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFProDisplayFontFamily/SanFranciscoProDisplay/SF-Pro-Display-Regular.otf")
        format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*/

:root {
    --primary-color: #1ac099;
    --secondary-color: #dc081d;
    --black-color: #000000;
    --white-color: #ffffff;
    --text-color: #222222;
    --sf-pro-font: "SF Pro", sans-serif;
    --sf-pro-display-font: "SF Pro Display", sans-serif;
    --title-color: #002e53;
}

.container {
    max-width: 1240px;
}
body {
    /* font-family: var(--sf-pro-display-font); */
    /* font-family: "Lato"; */
    font-family: "Inter";
    overflow-x: hidden;
}

.header .logo {
    margin: 0;
}

.header .logo img {
    width: 100%;
    height: 40px;
}

.header .navbar-collapse {
    flex-grow: inherit;
    /* width: 45%; */
    /* overflow: hidden; */
    white-space: nowrap;
}
/* .header .navbar-collapse:hover {
    overflow-x: auto;
} */
.header .navbar-collapse::-webkit-scrollbar {
    height: 4px;
}

.top-header {
    background-color: #f5f5f5;
}

.top-nav-right,
.top-nav-left {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.top-header ul li {
    list-style: none;
}

.top-header ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--black-color);
    font-weight: 500;
    padding-inline: 0.5rem;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--black-color);
}


.nav-item:hover > .dropdown-menu {
    display: flex;
    justify-content: space-between;
    min-width: initial;
    gap: 10px;
    padding: 4px;
}



.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu.sub-menu {
    position: initial;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* 

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--black-color);
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
.dropdown-submenu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: var(--text-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--black-color);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu li:hover a {
    background-color: var(--primary-color);
    color: var(--white-color);
} */



.nav-item.dropdown:hover > .nav-link {
    color: var(--primary-color);
}
/* .nav-item:hover > .dropdown-menu {
    display: block;
} */

/* Ensure submenu opens on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Position submenu to the right */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    position: absolute;
}

/* Style submenu items */
.dropdown-menu > li > a {
    color: var(--text-color);
    text-decoration: none;
    /* padding: 0.5rem 1rem; */
    display: block;
}

.dropdown-menu > li:hover > a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.dropdown-menu {
    display: none;
    border: 1px solid #ccc;
}




.property-post a {
    border-radius: 100px;
    border-color: var(--black-color);
    color: var(--black-color);
    display: flex;
    gap: 4px;
    align-items: center;
    padding-inline: 10px !important;
    font-size: 14px;
}

.property-post a .plus-property {
    height: 20px;
    width: 20px;
    background-color: var(--black-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
    border-radius: 5px;
}

.property-post a .plus-property i {
    font-size: 10px;
}
.property-post a:hover {
    background-color: transparent;
    color: var(--black-color);
    border-color: var(--black-color);
}

.brand-color {
    background-color: var(--primary-color);
}
.humburger-sidemenu-open button {
    border-color: var(--primary-color);
    border-radius: 100px;
}
.humburger-sidemenu-open button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.language-change button {
    border-color: transparent;
    background-color: transparent;
    color: var(--text-color);
}

.language-change button:hover {
    border-color: transparent;
    background-color: transparent;
    color: var(--black-color);
}

.language-change button i {
    font-size: 10px;
}

button:focus {
    box-shadow: none !important;
}

.right-top-bar a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
}
.right-top-bar a:hover {
    color: var(--black-color);
}
.nav-link:focus,
.nav-link:hover {
    color: var(--black-color);
}

/* banner slider */

.banner {
    overflow: hidden;
    border-radius: 10px;
}
.banner .slider {
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
}

.banner .slider.page {
    height: 290px;
}

.banner .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.slick-next {
    right: 20px !important;
}

.slick-prev {
    left: 20px !important;
    z-index: 1;
}

.slick-next::before,
.slick-prev::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 14px !important;
}

.slick-prev::before {
    content: "\f104" !important;
}

.slick-next::before {
    content: "\f105" !important;
}

.slick-next,
.slick-prev {
    background-color: var(--black-color) !important;
    opacity: 0.6;
    height: 25px !important;
    width: 25px !important;
    display: grid;
    place-items: center;
    border-radius: 100px;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-dots li button:before {
    top: -50px !important;
    color: var(--primary-color) !important;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
    padding: 0 !important;
}

/* banner slider end here  */

/* search part here  */

.bg-search {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.57);
    border-radius: 6px;
    width: 770px;
    margin: auto;
}

.bg-search > div {
    padding: 15px;
}

.lg-form {
    width: 1000px;
}
.search-btn-outline {
    border: 1px solid #d9d9d9;
    padding: 4px;
    border-radius: 4px;
    width: 21%;
}

.all-buy {
    width: 33%;
}
.search-btn-outline .nav-pills .nav-link.active,
.search-btn-outline .nav-pills .show > .nav-link {
    background-color: #1ac09929;
    color: var(--primary-color);
}

.search-btn-outline .nav-pills .nav-link {
    color: var(--black-color);
}

.search-location input.form-control {
    padding: 0.7rem 1rem 0.7rem 1.9rem;
}

.search-btn button {
    padding: 0.7rem 1.5rem;
    border-color: transparent;
}
.location-con {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-search form {
    width: 88%;
}

.page .bg-search form {
    width: 100%;
}

.page #propertytype,
.page #price {
    width: 25%;
}

/* search part end here  */

/* focus-title  */
.focus-title {
    text-align: center;
    margin-bottom: 35px;
}
.focus-title h2 {
    font-weight: 700;
    font-size: 24px;
}

.page .focus-title h2 {
    font-size: 20px;
    color: var(--title-color);
}
.focus-title p {
    margin-top: 25px;
}
.line {
    position: relative;
    display: inline;
}
.line::after {
    position: absolute;
    left: 0%;
    bottom: -10px;
    width: 50%;
    height: 3px;
    content: "";
    background-color: var(--primary-color);
}

/* event and activities section begins here  */
.events_activities {
    padding-block: 55px;
}

.lg-event-content {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 6px;
    padding: 20px;
    height: 505px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 3px solid var(--title-color);
}

.new-hieght {
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #00000033;
}

.new-hieght::-webkit-scrollbar-thumb {
    background-color: var(--title-color);
}

.event-lg-img {
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}
.event-lg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-event-content .content-left .items h3 {
    font-weight: 700;
    font-size: 20px;
}
.lg-event-content .right-content .items h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.lg-event-content .right-content .items a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: var(--title-color);
}

.lg-event-content .right-content .items p {
    font-weight: 700;
    font-size: 12px;
}

.event-content-items:not(:last-child) {
    border-bottom: 1px solid #00000033;
    padding-bottom: 16px;
}

.lg-event-content .items h3 {
    font-weight: 700;
    font-size: 20px;
}

.lg-event-content .right-content .items a i {
    font-size: 12px;
}

.lg-event-content .content-left .buying-exp {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 12px;
}
.lg-event-content .content-left p {
    font-weight: 400;
    font-size: 15px;
    color: var(--text-color);
    margin: 0;
    line-height: 18px;
}

.lg-event-content .content-left .buying-exp i {
    font-size: 12px;
    border: 1px solid var(--black-color);
    border-radius: 100px;
    height: 18px;
    width: 18px;
    display: grid;
    place-items: center;
}

.right-img-sm .sm-img {
    height: 117px;
    width: 218px;
}

.right-img-sm .sm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.lg-event-content .right-content .items p {
    margin: 0;
}

.sm-right-content-items {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 6px;
    padding: 20px;
}

.bg-brand {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.bg-brand:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.y-tube {
    background: #f2f2f2;
    padding-block: 20px;
}

.y-video {
    height: 172px;
    border-radius: 6px;
    overflow: hidden;
}

.y-tube .lg-event-content {
    background-color: var(--white-color);
    height: 222px;
    padding: 8px;
    box-shadow: 0px 0px 2px 0px #00000040;
}

.outline-bg {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 6px;
}
/* footer section  */

.dropdown-menu {
    padding: 0;
}
.dropdown-item {
    border-bottom: 1px solid var(--black-color);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 4px;
}

.sticky-header.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

/* page-slider style  */
.page-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.5;
}

.page-slider .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white-color);
    z-index: 1;
}

.page-slider .content p {
    letter-spacing: 1px;
}

.page-content {
    box-shadow: 0px 2px 6px 0px #00000040;
    padding: 20px;
}

.banner .page-slider .slider {
    height: 300px;
}

.error-page {
    background: radial-gradient(ellipse at center, #1a1a2e 0%, #0f0f1f 100%);
    color: var(--white-color);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.error-page h1 {
    font-size: 8rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
    text-shadow: 2px 2px 10px var(--primary-color);
}

.error-page h2 {
    font-size: 1.8rem;
    color: #f8f8f8;
    margin-bottom: 2rem;
}

.error-page .btn {
    padding: 12px 28px;
    font-size: 1rem;
    border-radius: 30px;
    background-color: var(--secondary-color);
    border: none;
    color: var(--white-color);
    transition: background 0.3s ease;
}

.error-page .btn:hover {
    background-color: #ff1f3d;
}

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent
        url("https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif") repeat;
    opacity: 0.2;
    z-index: 0;
}

.error-content {
    position: relative;
    z-index: 2;
}

.title {
    position: relative;
    margin-top: 15px;
}
.title h2 {
    font-weight: 800;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--title-color);
}
.title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 2px;
    left: 0;
    background-color: var(--primary-color);
}

.top-events .lg-event-content {
    height: 560px;
}

.top-events .event-lg-img {
    height: 432px;
}

.top-events .right-content .items h3 {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-color);
    line-height: 22px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-events .right-content a,
.top-events .content-left a {
    font-size: 14px;
    color: var(--secondary-color);
    text-decoration: none;
}

.top-events .right-content a i,
.top-events .content-left a i {
    font-size: 12px;
}
.populart-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--black-color);
}
.populart-title h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    line-height: 22px;
}

.latest-right-news {
    box-shadow: 0px 0px 4px 0px #00000040;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.latest-right-news .latest-right .latest-img {
    width: 133px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
}

.latest-right-news .latest-right .latest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-news-title a {
    color: var(--black-color);
    text-decoration: none;
}
.latest-news-title a h2 {
    font-weight: 700;
    font-size: 16px;
}

.news-details-img {
    height: 340px;
}
.news-details-img img {
    height: 100%;
    object-fit: cover;
}

.news-details .page-content h2 {
    font-weight: 700;
    font-size: 24px;
}

.breadcumb div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcumb a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
}

.breadcumb span {
    font-size: 14px;
    font-weight: 600;
}

.breadcumb a:hover {
    color: var(--primary-color);
}

.breadcumb i {
    font-size: 10px;
}
.sticky-news {
    position: sticky;
    top: 20px;
}

.about-left-img {
    height: 310px;
}

.about-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.send-message {
    border-radius: 100px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.contactus-page h5 {
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color);
}
.contact-info .contact-throu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0000004D;
}

/* .contact-info {
    text-align: center;
}
.contact-info .contact-throu + .contact-throu {
    border-left: 1px solid #0000004d;
} */
.contact-info .contact-throu i {
    background: #1AC0991A;
    color: var(--primary-color);
    height: 45px;
    width: 45px;
    border-radius: 100px;
    display: grid;
    place-items: center;
    /* margin: auto; */
    font-size: 18px;
}

.contact-info .contact-throu p {
    margin: 0;
    /* padding-top: 13px; */
    font-weight: 700;
    font-size: 16px;
    /* text-align: center; */
}
.contact-info .contact-throu {
    font-weight: 510;
    font-size: 14px;
    /* text-align: center; */
}

.contactus-page .page-content {
    padding: 50px;
    border-radius: 4px;
}

.contactus-page .map-content {
    box-shadow: 0px 2px 6px 0px #00000040;
    padding: 10px;
    border-radius: 4px;
}

.contactus-page .social-icons a {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.apart-social-media a.instagram,
.contactus-page .social-icons .instagram {
    color: #e1306c;
}
.apart-social-media a.facebook,
.contactus-page .social-icons .facebook {
    color: #1877f2;
}
.apart-social-media a.linkedin,
.contactus-page .social-icons .linkedin {
    color: #0a66c2;
}
.apart-social-media a.twitter,
.contactus-page .social-icons .twitter {
    color: #000000;
}
.apart-social-media a.youtube
.contactus-page .social-icons .youtube {
    color: #ff0000;
}

.contactus-page .social-icons a:hover {
    opacity: 0.7;
}

.title-tag {
    margin: 0;
    color: var(--text-color);
    padding-bottom: 40px;
}
.contactus-page .row .col-md-6 {
    border-left: 1px solid #0000004d;
    padding-left: 100px;
}
/* .contactus-page .row .col-md-5 + .col-md-5 {
    border-right: 0;
    padding-right: 0px;
} */

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.form-select:focus,
.form-control:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.footer-contact-info {
    padding: 0;
}
.footer-contact-info li {
    list-style: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-contact-info li i {
    height: 32px;
    width: 32px;
    border-radius: 100px;
    background-color: #f4581066;
    font-size: 16px;
    color: var(--white-color);
    display: grid;
    place-items: center;
}

.footer-contact-info li a {
    color: var(--white-color);
    text-decoration: none;
    text-align: start;
}

.quick-link li a:hover,
.footer-contact-info li a:hover {
    text-decoration: underline;
    color: var(--secondary-color);
}

.quote-box {
    border-radius: 6px;
    background-color: var(--white-color);
    padding: 20px;
}

.quote-box-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author {
    width: 130px;
    height: 112px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-content p {
    margin: 0;
}

.scroll-fix {
    height: 75px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll-fix::-webkit-scrollbar {
    width: 6px;
}

.scroll-fix::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.scroll-fix::-webkit-scrollbar-thumb {
    display: none;
}
.scroll-fix:hover::-webkit-scrollbar-thumb {
    display: block;
}

.right-quote {
    display: flex;
    justify-content: flex-end;
}

.quotes {
    overflow: hidden;
}
.quote-slider .slick-dots li button:before {
    top: -15px !important;
}

.man-of-the-day {
    width: 66px;
    height: 66px;
    border-radius: 100px;
    overflow: hidden;
}
.man-of-the-day img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-man-container {
    width: 400px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #00000040;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 20px;
}
.right-man-container h2 {
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    margin-bottom: 3px;
}

.right-man-container p {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.recent-photo {
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
}

.recent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-photos .recent-photo {
    height: 180px;
}

.gallery-title h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: var(--title-color);
}

.gallery-title p {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--text-color);
}

.team-items {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 4px;
    height: 230px;
}

.team-items .recent-photo {
    height: 150px;
}

.team-items .team-info h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding-top: 4px;
}
.team-items .team-info h4 {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.blog-post p {
    margin: 0;
    font-weight: 590;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    margin-top: 8px;
}

.right-arrow-blog {
    transform: rotate(-45deg);
    color: var(--title-color);
}

/* .news-items.blog-items {
    background-color: var(--white-color);
    height: 345px;
} */
/* .podcast-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
} */

.podcast-img .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcasts-details h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    color: var(--title-color);
}

.podcasts-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.newsletter-form input,
.newsletter-form button {
    border-radius: 100px;
}

.newsletter span {
    color: var(--secondary-color);
}
.newsletter h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    margin: 0;
}
.newsletter p {
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: var(--text-color);
}

.newsletter-form button {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.event-details h2 {
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.message-img {
    height: 324px;
    position: relative;
}
.message-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.message-img::after {
    position: absolute;
    background-color: var(--primary-color);
    content: "";
    top: -10px;
    left: -10px;
    width: 120px;
    height: 137px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    z-index: -1;
}
.message-title {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.message-title h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    color: var(--black-color);
    margin: 0;
    padding-bottom: 10px;
}

.message-title::after {
    content: "";
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80%;
}
.copyright-foot {
    background: #086b9d;
}
.copyright-foot ul {
    margin: 0;
    padding: 0;
    gap: 10px;
    color: var(--white-color);
}
.copyright-foot ul li {
    list-style: none;
    color: var(--white-color);
    letter-spacing: 1px;
    padding-block: 10px;
}

.copyright-foot ul li a {
    color: var(--white-color);
    text-decoration: none;
}
.copyright-foot ul li a:hover {
    color: var(--secondary-color);
}

.page-link {
    color: var(--black-color);
}
.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* search part  */
.buypills {
    width: 69%;
}

.buypills .form-select {
    padding: 0.7rem 2.25rem 0.7rem 0.75rem;
}

.yearlyplan {
    width: 16.5%;
}
.rentpills {
    width: 83.5%;
}

.yearlyplan .form-select,
.rentpills .form-select {
    padding: 0.7rem 2.25rem 0.7rem 0.75rem;
}

.search-footer {
    background-color: #1ac09933;
}

.try-assistant {
    color: var(--primary-color);
    cursor: pointer;
}

.search-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.banner-title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: var(--white-color);
}

.page .banner-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.banner-title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: var(--white-color);
}

.page .banner-title p {
    display: none;
}

/* banner overlay  */
.banner-overlay::after {
    position: absolute;
    background: #00000080;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 98.9%;
    border-radius: 10px;
    overflow: hidden;
}

.page .banner-overlay::after {
    height: 98%;
}

.visaul-frame {
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px #00000040;
}
.visual-content {
    background: linear-gradient(90deg, #1ac099 0%, #ffffff 100%);
    height: 200px;
    display: grid;
    align-items: center;
    padding: 20px;
    color: var(--white-color);
}
.visaul-frame .visual-img {
    height: 200px;
}
.visaul-frame .visual-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.visual-content p {
    font-weight: 500;
    font-size: 18px;
}

.view-more a:hover,
.view-more a {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
    font-weight: 600;
}
.view-more a i {
    font-size: 12px;
}

.city-wrapper {
    background: #f5f5f5;
    padding-block: 55px;
}
.city-img {
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.city-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all ease-in-out 0.3s;
}
.city-img:hover img {
    transform: scale(1.05);
}

.city-content h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.city-content p {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.city-content p span {
    font-weight: 500;
}

.gif {
    padding-block: 25px;
}

/* property style here  */

.our-properties {
    background: #f9f9f9;
    padding-block: 55px;
    overflow: hidden;
}

.our-popular-properties {
    padding-block: 55px;
    overflow: hidden;
}

.property-img {
    border-radius: 8px;
    overflow: hidden;
    height: 250px;
}
.property-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.property-content h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
}

.property-content:hover h3 {
    color: var(--primary-color);
    cursor: pointer;
}

.property-content .price h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
    padding: 10px;
}

.property-item:hover .property-content .price h4 {
    background-color: #1ac09933;
}
.property-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

.property-content .location {
    padding: 10px;
    padding-top: 0;
}
.property-content .location p {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.property-slider .slick-list {
    padding-left: 0px !important;
}

.property-slider .slick-track {
    display: flex;
    gap: 10px;
}

.popular-property-slider .slick-list {
    padding-left: 0px !important;
}

.popular-property-slider .slick-track {
    display: flex;
    gap: 10px;
}

.property__slider .slick-list {
    padding-left: 0px !important;
}

.property__slider .slick-track {
    display: flex;
    gap: 10px;
}

.features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0;
}

.features .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item span {
    font-weight: 400;
    font-size: 14px;
}

.view-details,
.request-property {
    width: 100%;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 10px;
    padding-block: 3px;
}

.view-details a:hover,
.request-property a:hover,
.view-details a,
.request-property a {
    color: var(--white-color);
}

.view-details {
    background: #1ac09933;
}
.view-details a:hover,
.view-details a {
    color: var(--primary-color);
    white-space: nowrap;
}

.request-property a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.for-sell-btn {
    position: absolute;
    width: 95px;
    height: 40px;
    border-radius: 2px;
    opacity: 1;
    top: 26px;
    left: 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
}

.bookmark {
    height: 30px;
    width: 30px;
    background-color: #00000045;
    display: grid;
    place-items: center;
    border-radius: 4px;
    position: absolute;
    right: 12px;
    top: 12px;
    transform: translateX(60px);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.1s;
}

.bookmark i {
    color: var(--primary-color);
}
.property-veiw {
    overflow: hidden;
}
.property-veiw:hover .bookmark {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.property-item {
    background-color: var(--white-color);
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}

.nav-pills-center {
    display: grid;
    place-items: center;
}
.properties-tab .nav.nav-pills {
    background-color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    border: 1px solid #00000033;
    border-radius: 6px;
    padding: 3px;
}

.properties-tab .nav-pills .nav-link.active,
.properties-tab .nav-pills .show > .nav-link {
    background-color: var(--primary-color);
}
.properties-tab .nav-link {
    color: var(--black-color);
    text-transform: capitalize;
}

.simplify-cmarg-bg {
    background: linear-gradient(
        180deg,
        rgba(26, 192, 153, 0.1) 0%,
        #ffffff 38.87%
    );
    padding-block: 55px;
}

.simply-img {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    padding: 13px;
    background: #1ac09933;
}
.simply-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.simplyfy-item {
    border: 1px solid #00000017;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white-color);
    height: 240px;
}
.simplyfy-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
.simplyfy-item .content h3 {
    font-weight: 700;
    font-size: 24px;
}

.simplyfy-item .content p {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-color);
    margin: 0;
}

.view-content a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 700;
    font-size: 14px;
}

.view-content a i {
    font-size: 12px;
    transition: all ease-in-out 0.1s;
}

.view-content:hover a i {
    margin-left: 10px !important;
}

/* aptured moment style */
.captured {
    padding-block: 55px;
}
.captured-item {
    cursor: pointer;
}
.captured-photos {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.captured-photos img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.captured-moment-slider .slick-list {
    padding-left: 0px !important;
}

.captured-moment-slider .slick-track {
    display: flex;
    gap: 10px;
}

/* end captured moment style  */

/* add property style goes from here  */

.add-property {
    background: #1ac09980;
    padding: 10px;
    border-radius: 10px;
}

.add-property .gif-img {
    width: 106px;
    height: 85px;
}

.add-property .gif-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.free-tag {
    width: 72px;
    height: 30px;
}
.free-tag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.add-property .content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.add-property .content p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}

.add-property-btn .btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

.add-property-btn .btn span {
    background-color: var(--secondary-color);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.btn-explore:hover,
.btn-explore {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

/* about us start from here  */

.about h1 {
    font-weight: 700;
    font-size: 20px;
    color: #525252;
}

.about-items {
    background: #1ac0991a;
    border-radius: 10px;
    padding: 30px 10px;
}

.about-items:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
.about-items .background-img {
    width: 110px;
    height: 85px;
}

.about-items .background-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-content-item h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--title-color);
}
.about-content-item p {
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
}

.right-img {
    height: 476px;
    border-radius: 10px;
    overflow: hidden;
}
.right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-wrapper {
    background: #f9f9f9;
    padding-block: 55px;
}

/* knowledge and solution design style  */

.knowledge-items {
    background: linear-gradient(
        180deg,
        rgba(26, 192, 153, 0.31) 0%,
        #ffffff 75.92%
    );
    padding: 20px;
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 10px;
}
.knowledge-items .background-img {
    height: 86px;
    width: 86px;
    margin-bottom: 15px;
}
.knowledge-items .background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-more a {
    text-decoration: none;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
}
.explore-more a i {
    font-size: 12px;
}
.knowledge-items:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

/* testimonial goes here  */
.testimonial-slider .slick-track {
    display: flex;
    gap: 40px;
}

.testimonials {
    background: #f1f4f6b2;
    position: relative;
    padding-block: 55px;
}
.testimonials::after {
    /* background-image: url('./../images/test/bg.png'); */
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
.test-img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.test-img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.descript p {
    font-family: var(--sf-pro-family);
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    color: var(--hover-color);
    margin-top: 15px;
}

.testimonial-wrapper {
    margin: 10px 0;
}
.testimonial-wrapper:hover {
    box-shadow: 0 0 10px 0 rgba(22, 22, 22, 0.31);
}
.info-detail {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.info h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: var(--black-color);
}

.info p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: var(--hover-color);
}

.right-comma {
    left: -20px;
    top: -20px;
}

.left-comma {
    right: -10px;
    bottom: -10px;
}

.footer-content {
    background: #f1f4f6b2;
}
.footer-logo img {
    height: 40px;
}

.newsletter-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.newsletter-content p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

/* .newsletter-wrapper {
    width: 80%;
} */

.footer-all-menu-content {
    margin-top: 10px;
    padding-top: 10px;
}

.footer-all-menu-content p {
    margin: 0;
    color: var(--text-colort);
    font-size: 15px;
}
.footer-all-menu-content ul {
    margin: 0;
    padding: 0;
}
.footer-all-menu-content ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-all-menu-content ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 15px;
}
.footer-all-menu-content ul li a:hover {
    color: var(--primary-color);
}
.footer-all-menu-content h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 20px;
    white-space: nowrap;
}
.social-icons ul {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
}

.social-icons ul li {
    list-style: none;
    border: 1px solid var(--primary-color);
    height: 33px;
    width: 33px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.social-icons ul li a {
    color: var(--primary-color);
}
.social-icons ul li:hover {
    background-color: var(--primary-color);
}

.social-icons ul li:hover a {
    color: var(--white-color);
}
.copyright {
    background: #1ac09933;
}
.copyright-claim a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 700;
}

.copyright-claim a:hover {
    color: var(--primary-color);
}

.subscriber-bg {
    background: var(--title-color);
    padding-block: 55px;
}
.newsletter-wrapper h3 {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    color: var(--white-color);
}

.newsletter-wrapper p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--white-color);
    margin-block: 10px;
}

.newsletter-wrapper .search {
    position: relative;
}
.newsletter-wrapper .search input {
    border-radius: 100px;
    padding: 0.7rem 1rem;
}
.search-thro button:hover,
.search-thro button {
    background: var(--primary-color);
    border-radius: 100px;
    border-color: var(--primary-color);
}
.search-thro {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-ml {
    margin-left: 55px !important;
}

.contact-foot i {
    background-color: var(--primary-color);
    height: 25px;
    width: 25px;
    display: grid;
    place-items: center;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 12px;
}
.contact-foot a {
    display: flex;
    gap: 4px;
}
.lg-none {
    display: none !important;
}

.browsing-city {
    position: absolute;
    top: 0;
    left: 0;
    width: 660px;
    height: 415px;
    border-radius: 10px;
    opacity: 1;
    top: 36px;
    left: 8px;
    border-top: 3px solid var(--primary-color);
    background-color: var(--white-color);
    box-shadow: 0px 0px 6px 0px #00000040;
    z-index: 1;
    padding: 20px;
}

.city-header {
    display: none;
}

.browsing-city .browse-city h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
}

.browsing-city .browse-city .city-search {
    position: relative;
}

.browsing-city .browse-city .city-search .search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.browsing-city .browse-city .city-search input {
    padding: 0.7rem 1rem 0.7rem 2rem;
}
.browsing-city .browse-city .city-search button {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.browsing-city .browse-city h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin: 0;
}
.city-grid li {
    list-style: none;
}
.city-grid li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
}
.city-grid li a:hover {
    color: var(--primary-color);
}
.cities {
    margin-top: 25px;
}
.togle-city {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.togle-city.show {
    opacity: 1;
    visibility: visible;
}

.right-side {
    background-color: var(--white-color);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 350px;
    z-index: 1;
}

.right-side .top-head {
    background-color: var(--title-color);
    padding: 20px;
}

.right-side .top-head .header h2 {
    font-weight: 800;
    font-size: 24px;
    color: var(--white-color);
    margin: 0;
}

.right-side .top-head .close-right-side {
    color: var(--white-color);
    cursor: pointer;
}

.logo-right {
    border-bottom: 1px solid #22222280;
    padding-bottom: 20px;
}

.right-side-wrapper {
    padding: 30px;
}
.property-info h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
    margin-top: 15px;
}

.property-info p {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

.right-contact-info h4 {
    font-weight: 800;
    font-size: 14px;
}

.right-contact-info ul {
    margin: 0;
    padding: 0;
}
.right-contact-info ul li {
    list-style: none;
    margin-bottom: 15px;
}
.right-contact-info ul li a {
    text-decoration: none;
    color: var(--black-color);
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.right-contact-info .social-icons ul li a {
    color: var(--primary-color);
}

.right-contact-info .social-icons ul li:hover a {
    color: var(--white-color);
}

.right-sidebar-toggle {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);

    opacity: 0;
    visibility: hidden;
    transform: translateX(365px);
    transition: all ease-in-out 0.3s;
    z-index: 999;

    opacity: 0;
    visibility: hidden;
}

.right-sidebar-toggle.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropend .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.probutton {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    right: -30px;
    top: 0;
}

.navbar-expand-lg {
    padding-block: 25px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02);
}

/* .slick-dots {
    z-index: 1;
} */

.slick-dots li {
    margin: 0 !important;
}
.slick-dots li button:before {
    content: "" !important;
    background-color: var(--white-color);
    border-radius: 100px;
    height: 10px !important;
    width: 10px !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
    opacity: 1 !important;
}

.property-slider .slick-prev {
    left: -45px !important;
}

.property-slider .slick-next {
    right: -45px !important;
}

.browsing-city:before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: var(--primary-color);
    border-width: 10px;
    top: -20px;
    left: 80px;
}

.up-arrow {
    background-color: var(--primary-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 9;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: fixed;
    right: 20px;
    bottom: 45px;
}

.up-arrow i {
    color: var(--white-color);
}

.whatsapp {
    background-color: var(--primary-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    width: 55px;
    height: 55px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 9;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: fixed;
    left: 20px;
    bottom: 45px;
}

.whatsapp i {
    color: var(--white-color);
}

.whatsapp-pulse:after {
    animation: ripple-white 1.8s linear infinite;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

.goog-te-gadget:last-child {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    margin: 0;
    border: 0;
    background: transparent;
    width: 120px;
}

.testimonial-slider .slick-prev {
    left: -40px !important;
}

.testimonial-slider .slick-next {
    right: -40px !important;
}

body.after {
    overflow: hidden;
}
body.after::after {
    background-color: #000000;
    opacity: 0.4;
    z-index: 99;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* rent residency and business type style goes here  */

.rent-items {
    box-shadow: 0px 0px 2px 0px #00000040;
    border-radius: 6px;
    overflow: hidden;
}

.rent-room-img {
    height: 200px;
}
.rent-room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rent-room-details h2 {
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
}
.rent-room-details p {
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.rent-room-details .price {
    padding: 10px;
}

.view-room {
    text-align: center;
    padding-block: 15px;
}
.view-room a {
    text-decoration: none;
    color: var(--title-color);
}
.view-room a i {
    font-size: 12px;
}

.similar-rent-items-slider .slick-track {
    display: flex;
    gap: 10px;
}

.rent-items-img {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}

.rent-items-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.rent-items-title .left-item-side h2 {
    font-weight: 700;
    font-size: 20px;
    color: var(--title-color);
    margin: 0;
    line-height: 0;
}

.rent-items-title .right-item-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rent-items-title .right-item-side p {
    margin: 0;
    border-bottom: 1px solid var(--text-color);
}
.shar,
.fav {
    border: 1px solid #f2f2f2;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.shar i,
.fav i {
    color: var(--primary-color);
}
.rent-item-price h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    margin: 0;
    padding-top: 10px;
}
.rent-item-price h2 span {
    font-size: 16px;
}

.rented-map-show a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid var(--primary-color);
}

.property-details h2 {
    font-size: 16px;
    font-weight: 700;
}

.tt-title,
.property-details p {
    font-size: 14px;
}
.form-fill a {
    background-color: var(--white-color);
    box-shadow: 0px 0px 4px 0px #00000040;
    padding-block: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.download-parts {
    background: linear-gradient(90deg, #1ac099 0%, #ffffff 100%);
    padding: 8px 12px;
    border-radius: 10px;
    margin-top: 15px;
}
.download-parts p {
    margin: 0;
    color: var(--white-color);
}
.download-details {
    background-color: var(--primary-color);
    border-radius: 8px;
}
.download-details a {
    color: var(--white-color);
}

.rent-details-bg {
    background: #ecf4f7;
    padding: 16px;
    border-radius: 10px;
}

.buy-item {
    padding: 10px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}
.buy-item:hover {
    box-shadow: 0px 0px 10px 0px #00000040;
}

.buy-img {
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}
.buy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.buy-content h3 {
    font-size: 18px;
    font-weight: 700;
}
.buy-content h3:hover {
    color: var(--primary-color);
}

.buy-content .for-sell-item {
    width: 95px;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
}

.buy-content .buybookmark {
    height: 30px;
    width: 30px;
    background: #1ac09933;
    display: grid;
    place-items: center;
    border-radius: 4px;
}

.buy-content .buybookmark i {
    color: var(--primary-color);
}

.buy-content .price h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
}

/* custom select options  */
.custom-select-wrapper {
    position: relative;
    width: 200px;
    font-family: sans-serif;
}

.custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    background-color: white;
}

.custom-select svg {
    margin-right: 8px;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    z-index: 100;
    display: none;
    flex-direction: column;
}

.custom-option {
    padding: 10px 12px;
    cursor: pointer;
}

.custom-option:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.custom-select.open + .custom-options {
    display: flex;
}

.filter-title h2 {
    font-size: 20px;
    font-weight: 700;
}

.right-filter-by {
    border: 1px solid #00000033;
    padding: 2px 2px 2px 2px;
    border-radius: 6px;
}
.right-filter-by .map,
.right-filter-by .list {
    padding-inline: 24px;
    border-radius: 5px;
    gap: 6px;
    cursor: pointer;
}

.right-filter-by .list.active {
    background: #1ac09929;
    color: var(--primary-color);
}

.ad1 {
    width: 300px;
}
.ad1 img {
    width: 100%;
}

.ad2 {
    width: 300px;
}
.ad2 img {
    width: 100%;
}

.sticky-right-buy-page {
    position: sticky;
    top: 100px;
    margin-bottom: 16px;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: initial;
}

.property-location h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 8px;
}
.property-location h2 i {
    font-size: 14px;
}

/* gallery type  */

.main-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.side-images img {
    height: 120px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.side-images a:last-child img {
    margin-bottom: 0;
}
.property-gallery {
    border-radius: 15px;
    overflow: hidden;
}

.see-all-overlay {
    position: relative;
    color: white;
}

.see-all-overlay::after {
    content: "See all Image";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
}

.see-all-overlay img {
    filter: brightness(70%);
}

.see-all-overlay:hover::after {
    color: var(--primary-color);
}

.see-all-overlay .map {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #00000080;
    padding: 6px 24px;
    border-radius: 100px;
}

.see-all-overlay .map a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 15px;
}

.propert-right-video {
    height: 395px;
    background-color: var(--white-color);
}
.propert-right-video .event-lg-img {
    height: 290px;
}

.image.gallery.bg {
    background: #ecf4f7;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.rent-item-price h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin: 0;
}

.property__detail-main .details-items.border {
    border-radius: 10px;
    padding: 16px;
}

.emi-calc a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid var(--primary-color);
}

.property-features {
    border-radius: 10px;
    padding: 10px;
}
.property-feature-items {
    background: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
}
.property-feature-items p {
    margin: 0;
    font-weight: 600;
}

.property-features .features {
    justify-content: initial;
    gap: 12px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.feature-img {
    text-align: center;
}
.feature-img img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.feature-grid .property-feature-items p {
    white-space: nowrap;
    text-align: center;
}
.feature-amenities-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.featr-amen-title-img img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.feature-amenities-title h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
}

.read-more,
.read-less {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
}

.read-more:hover, .read-less:hover {
    color: var(--secondary-color);
}
.item-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.item-flex li {
    list-style-type: none;
}

.emi-calculotor-wrapper {
    background: #ecf4f7;
    padding: 20px;
    border-radius: 20px;
}
.calc-wrapper {
    background: var(--white-color);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.section-card {
    background: var(--white-color);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0px 2px 11px 0px #00000040;
}

.section-card:last-child {
    margin-bottom: 0;
}

.section-card .form-select {
    border-radius: 100px;
}

.section-card label {
    font-size: 14px;
    font-weight: 600;
}
.form-range::-webkit-slider-thumb {
    background-color: #002e53;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#0d6efd 75%, #d3edff 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
    box-shadow: 0px 2px 11px 0px #00000040;
}

.circle::after {
    content: "";
    width: 110px;
    height: 110px;
    background: white;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 2px 11px 0px #00000040;
}

.circle span {
    position: absolute;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.stats-card {
    background: #ffffff;
    border-left: 5px solid #0061bc;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px #00000040;
}

.stats-card:nth-last-of-type(2) {
    border-left: 5px solid #1db2ff;
}

.stats-card:last-of-type {
    border-left: 5px solid #bae8ff;
}
.stats-card p {
    margin: 0;
}

.label-icon {
    font-size: 1.2rem;
    margin-right: 5px;
    color: var(--black-color);
}
.calc-title {
    padding-block: 15px;
}
.calc-title h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.calc-title p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.bank-logo {
    width: 115px;
}
.bank-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right-bank-title {
    border-bottom: 1px solid #adadadb2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.right-bank-title h4,
.bank-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.bank-info {
    width: 100%;
}
.bank-info p {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.bank-info a {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
    text-decoration: none;
}
.bank-card {
    width: 100%;
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px #00000040;
    margin-bottom: 15px;
}
.check-bank-offers {
    padding-top: 15px;
}
.check-bank-offers a:hover,
.check-bank-offers a {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

.check-bank-offers button:hover,
.check-bank-offers button {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

.agent-img {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    overflow: hidden;
}
.agent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent-details h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 6px;
}
.agent-details h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.agent-contact ul {
    margin: 0;
    padding: 0;
}

.agent-contact ul li {
    list-style: none;
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 5px;
}

.agent-contact ul li a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}
.agent-contact ul li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.agent-bg {
    background: #ecf4f7;
    box-shadow: 0px 0px 2px 0px #00000040;
    padding: 10px;
    border-radius: 8px;
}

.contact-form-submit .form-control {
    padding: 0.7rem;
}
.checkbox-label input {
    margin-top: 4px;
}
.checkbox-label label {
    line-height: 20px;
}

.embedded-map {
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}
.embedded-map iframe {
    border-radius: 8px;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-flush .accordion-item {
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    padding-block: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: none;
    transform: inherit;
}

.accordion-button::after {
    content: "\002B";
    font-size: 1.25rem;
    transition: transform 0.2s;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "\2212";
}

.freqeunt-bg {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: var(--white-color);
}

.donut-circle.content {
    margin-top: -42px;
}
.donut-circle.content h1 {
    font-weight: 300;
    text-align: center;
}

.donut-circle svg {
    width: 300px;
    height: 300px;
    position: relative;
}

.donut-circle svg text.middle {
    font-weight: 700;
    font-size: 16px;
}

.donut-circle svg text.smmiddle {
    font-weight: 400;
    font-size: 14px;
}
.donut-circle svg .nvd3.nv-pie .nv-pieLabels text {
    font-size: 18px;
    font-weight: 300;
    fill: #fff !important;
}


.apartment-content h2 {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 700;
}
.apartment-depart-img {
    border-radius: 65% 121% 119% 46% / 73% 104% 85% 92%;
    height: 430px;
    width: 446px;
    position: relative;
}


.apartment-depart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 65% 121% 119% 46% / 73% 104% 85% 92%;
}
.apartment-depart-img::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -22px;
    height: 110%;
    width: 110%;
    background-color: var(--title-color);
    border-radius: 65% 121% 119% 46% / 73% 104% 85% 92%;
    z-index: -1;
    transform: rotate(25deg);
}

.apartment-depart-img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -22px;
    height: 110%;
    width: 110%;
    background: #1AC0994D;
    border-radius: 65% 121% 119% 46% / 73% 104% 85% 92%;
    z-index: -1;
    transform: rotate(-25deg);
}


.custom-padding {
    padding-block: 40px;
}

.apartment-content ul {
    margin-top: 25px;
}

.apartment-content ul li {
    list-style: none;
    color: var(--primary-color);
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
}

.apartment-content ul li::after {
    content: '';
    position: absolute;
    background-image: url('./../img/icon.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;;
    top: 0;
    left: -25px;
}

.apartment-content ul li p {
    margin: 0;
    color: var(--black-color);
    margin-top: 6px;
}


.about-1-content {
    background: #F2F2F2;
}

.about-1-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 12px;
}
.about-1-content p {
    margin: 0;
}
.about-img {
    height: 400px;
    border-radius: 10px;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.about-1-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border-radius: 10px;
    width: 50%;
}

.about-items-flex {
    margin-top: 60px;
}

.about-items-flex {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.about-items-flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.about-items-flex:nth-child(odd) .about-1-content  {
    left: auto;
    right: 0;
}


.about-banner-title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}

.benefit-buyers {
    padding-block: 40px;
    background: #ECF4F7;
}
.buyer-img img {
    width: 100%;
    object-fit: cover;
}

.buyer-benefit-contents h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 25px;
}
.buyer-benefit-contents .heading p {
    color: var(--title-color);
    text-align: center;
}
.our-benefit ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.our-benefit ul li {
    list-style: none;
    color: var(--title-color);
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 16px;
    position: relative;
    margin-left: 35px;
}
.our-benefit ul li::after {
    background-image: url('./../img/icon.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    height: 100%;
}

.our-benefit ul li p {
    color: var(--text-color);
    font-size: 14px;
    margin-top: 12px;
}

.freeq-header {
    background: #002E53;
    padding-inline: 40px;
}
.freq-img img {
    width: 160px;
    height: 145px;;
}

.freeq-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
}
.freeq-header p {
    color: var(--white-color);
}
.free-questions {
    border: 1px solid #1AC099;
    border-radius: 10px;
    overflow: hidden;
}

.free-questions .form {
    padding: 20px;
}

.free-questions .form .free-q-btn button {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

.free-questions .form .condition a {
    color: var(--black-color);
}

.apartment-contact-info {
    padding: 0;
    margin: 0;
}
.apartment-contact-info li {
    list-style: none;
}

.apartment-contact-info li a {
    color: var(--black-color);
    text-decoration: none;
}
.contact-title h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.contact-title p {
    color: var(--text-color);
    font-size: 15px;
    margin: 0;
}

.contact__info h4 {
    font-weight: 700;
    font-size: 16px;
}
.contact__info li a {
    font-size: 14px;
}

.apartment-contact-info .icon {
    width: 38px;
    height: 38px;
    background: #1AC0991A;
    color: var(--primary-color);
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.apart-social-media h4 {
    font-size: 16px;
    font-weight: 700;
}

.apartment-contact-info .col-lg-4:not(:first-child) {
    border-left: 1px solid #0000004D;
    padding-right: 30px;
}
.apart-social-media a {
    text-decoration: none;
}

.apartment-contact-wrapper {
    box-shadow: 0px 0px 4px 0px #00000040;
    margin-block: 40px;
    padding: 20px;
    border-radius: 10px;
}

.sale-form {
    box-shadow: 0px 2px 8px 0px #00000040;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px;
}
.sale-content {
    padding: 0;
    margin: 0;
}

.secondhandsale-wrapper {
    background: #F5F5F5;
}

.sale-content li {
    background-color: var(--white-color);
    padding: 10px 50px;
    border-radius: 50px;
    color: var(--black-color) !important;
}

.sale-content li::after {
    left: 20px !important;
    top: 25% !important;
}

.role-title {
    font-size: 18px;
    font-weight: 700;
}

.who-you-are {
    display: flex;
    align-items: center;
    gap: 12px;
}
.who-you-are .btn-role {
    border: 1px solid #00000017;
    border-radius: 100px;
}

.cont button {
    border-radius: 100px;
}


.how-it-works {
    padding-block: 40px;
}

.how-it-works .simplyfy-item .content h3 {
    font-size: 16px;
    text-align: center;
}
.how-it-works .simplyfy-item .content p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.how-it-works  .simply-img {
    margin: auto;
    background-color: transparent;
}

.why-c-marg {
    background: #F5F5F5;
    padding-block: 40px;
}
.why-c-marg .about-items {
    box-shadow: 0px 0px 2px 0px #00000040;
    background-color: var(--white-color);
}


.search-agents {
    background: #F5F5F5;
    margin-block: 20px;
}
.lalpurja {
    box-shadow: 0px 2px 7px 0px #00000040;
    border-radius: 4px;
    overflow: hidden;
}
.lalpurja img {
    object-fit: contain;
}

.agent .buy-content h3 {
    margin: 0;
    font-size: 16px;
}

.rent-shale p {
    margin: 0;
    color: var(--black-color);
}
.rent-shale p strong {
    color: var(--primary-color);
}

.agent .sirname h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-block: 8px;
}
.agent .location p{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

.agent .buy-img {
    height: 184px;
    width: 170px;
}
.agent .buy-img img {
    width: 100%;
    height: 100%;
}

.send-email a {
    white-space: nowrap;
    border: 0.5px solid #0000004D;
    border-radius: 10px;
}
.agent .request-property {
    background-color: transparent;
    width: auto;
}

.agent .request-property a {
    background-color: var(--primary-color);
    border-radius: 10px;
}

.personal-social-media {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.personal-social-media a {
    text-decoration: none;
}
.personal-social-media a i {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    height: 36px;
    width: 36px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.profile-agent {
    position: relative;
    background: #F5F5F5;
    padding-block: 40px;
}

.profile-agent .agent-bg {
    background-color: var(--white-color);
}
.profile-img {
    height: 130px;
    width: 130px;
    border-radius: 100px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-single {
    position: absolute;
    bottom: -45px;
    left: 80px;
}

.single-profile-details {
    margin-top: 80px;
}

.single-profile-details .agent-details h2 {
    font-size: 22px;
    color: var(--title-color);
    margin: 0;
}

.single-profile-details .agent-details p {
    margin: 0;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
}

.agent-review a {
    color: var(--primary-color);
    font-size: 14px;;
}

.company-agent p {
    font-size: 14px;
    margin: 0;
    color: var(--black-color);
}
.company-agent p a {
    color: var(--black-color);
}
.call-btn, .mail-btn {
    background: #1AC09933;
    color: var(--primary-color);
    width: 100%;
}

.agent-property-pie h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;

}
.donut-circle1.content1,
.donut-circle2.content2,
.donut-circle3.content3 {
    width: 140px;
}

.agent-property-pie .colors {
    white-space: nowrap;
}

#donut-chart1,
#donut-chart2,
#donut-chart3 {
    margin-left: -100px;
}
.color {
    position: relative;
}
.color::after {
    height: 12px;
    width: 12px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    border-radius: 100px;
}
.color1::after {
    background-color: #0061BC;
}
.color2::after {
    background-color: #BAE8FF;
}

.color3::after {
    background-color: #1DB2FF;
}
.color4::after {
    background-color: #10384D;
}
.about-agent h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
}

.pie-about-agent-wrapper {
    background-color: var(--white-color);
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    padding: 18px;
}

.single-profile-details .agent-contact ul li {
    margin-bottom: 10px;
}

.branch-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    text-align: center;
}

.branch-table .table th i {
    font-size: 14px;
}

.news-img {
    height: 250px;
}
.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
    margin-block: 12px;
}
.all-blogs {
    background-color: var(--white-color);
    box-shadow: 0px 0px 4px 0px #00000040;
    overflow: hidden;
    border-radius: 10px;
}
.all-blogs .news-img {
    height: 170px;

}
.all-blogs .news-content {
    padding: 10px;
}
.all-blogs .news-content h3 {
    font-size: 20px;
}

.blog-wrapper {
    background: #F2F2F2;
    padding-block: 40px;
}

.search-blogs input {
    padding: .7rem 1rem;
    border-radius: 100px;
}

.search-blogs button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

.our-blog .title h4 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.our-blog .title h1 {
    color: var(--title-color);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

.search-blog-wrapper  p {
    margin-top: 10px;
    font-size: 14px;
}

.search-blog-wrapper  p a {
    color: var(--text-color);
}

.life-cmarg {
    background: #F2F2F2;
    padding-block: 40px;
}

.life-items {
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}
.life-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq-bg {
    background-color: #f2f2f2;
    padding-block: 40px;
}

.adver-property-wrapper {
    background-color: var(--white-color);
    padding: 14px;
    border-radius: 10px;
}

.properties-post {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.advertisement-wrapper .title h3 {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 700;
}

.properties-post {
    display: flex;
    gap: 20px;
    align-items: center;
}
.properties-post .post-items .property-img {
    height: 120px;
}

.properties-post .property-details h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.properties-post .property-details p {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.properties-post .property-details h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    margin-top: 12px;
}

.latest-title {
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a7a7a7;
}
.latest-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color)
}

.advertisement-wrapper .apartment-content ul li {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 700;
}
.advertisement-wrapper .apartment-content ul li p {
    font-size: 16px;
    font-weight: 500;
}

.pro-property {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.pro-propert-img {
    height: 200px;
    overflow: hidden;
}
.pro-propert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-property-title {
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro-property-title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--white-color);
    padding: 10px 20px;
}

.property-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    height: 100%;
    width: 100%;
}

/* croom style start from here  */
.croom-wrapper {
    background: #F2F2F2;
    padding-block: 40px;
}
.croom-items {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 10px;
}
.croom-cruid {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
}
.croom-cruid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.croom-name h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-date h4 {
    font-size: 14px;
    font-weight: 700;
}

.post-date h4 span {
    font-weight: 400;
    color: var(--text-color);
    margin-left: 8px;
}

.for-family img {
    width: auto;
    height: 52px;
    object-fit: contain;
}

.included-item img {
    width: auto;
    height: 36px;
}

.included-wrapper h4 {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.included-wrapper h2 {
    font-size: 14px;
    font-weight: 400;
}

.furni-item + .furni-item {
    border-left: 1px solid #b8b8b8;
    padding-left: 20px;
}

.login-logo img {
    width: auto;
    height: auto;
}

.login-register-form {
    background-color: var(--white-color);
    border: 0.5px solid #0000004D;
    padding: 50px;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.login-seller h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-block: 25px;
}
.login-with {
    width: 100%;
    text-align: center;
}
.login-with .option {
    border: 1px solid #0000004D;
    padding: 10px;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 20px;
}

.login-with .option:hover {
    background-color: #00bf9b12;
}
.login-with .option a {
    text-decoration: none;
    color: var(--black-color);
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.journey-create a {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.term-agree {
    margin-top: 20px;
    color: #525252;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.term-agree a {
    color: #525252;
}
.login-logo {
    background: #F0F0F0;
    padding: 10px 30px;
    border-radius: 10px;
}

.login-property-slider .slick-list,
.login-property-slider .slick-track,
.login-property-slider .slick-slide {
  height: 100% !important;
  display: flex !important;
  flex: 1;
}
.login-property-slider .slick-list, .login-property-slider .slick-track, .login-property-slider .slick-slide > div {
    display: flex !important;
    flex: 1;
}

.login-property-img {
  flex: 1;
}

.image-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-property-slider .slick-prev, .login-property-slider .slick-next {
    top: initial;
    bottom: 20px;
}
.login-property-slider .slick-prev {
    left: 85% !important;
}
.login-property-slider .slick-next {
    right: 6% !important;
}

.login-property-slider .slick-next, .login-property-slider .slick-prev {
    background-color: var(--white-color) !important;
}

.login-property-slider .slick-next:before, .login-property-slider .slick-prev:before {
    color: var(--black-color) !important;
}

.br-100 {
    border-radius: 100px;
}

.password-eye {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.btn-role:hover,
.btn-role.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

#emiCalc {
    scroll-margin-top: 12rem;
}

.add-your-property {
    background-color: var(--title-color);
    padding: 10px;
}

.add-your-property h1 {
    color: var(--white-color);
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.property-form-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    overflow: hidden;
    margin-block: 20px;
}

.property-form-wrapper form {
    padding: 20px;
}

.embedded-map.border iframe {
    width: 100%;

}
.residential-commercial {
    padding: 30px 36px;
}

.residential-commercial-wrapper a {
    text-decoration: none;
    white-space: nowrap;
}
.residential-commercial-wrapper a:hover {
    color: var(--black-color);
}

.residential-commercial .nav {
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
}

.residential-commercial .nav-pills .nav-link.active, .residential-commercial .nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}

.residential-commercial .nav-pills .nav-link:focus {
    border-color: var(--primary-color);
}
.residential-commercial .nav-pills .nav-link {
    color: var(--black-color);
}

.residential-commercial .tab-content {
    margin-top: 20px;
}

.residential-commercial .form-check {
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.residential-commercial .form-check .form-check-input {
    margin-left: 0;
    margin-right: 6px;
}

.residential-commercial .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.residential-commercial .form-check-input[type=checkbox] {
    border-radius: 100px;
    margin-top: 0;
}

.residential-commercial .tab-content .tab-pane.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-check-input:focus {
    box-shadow: initial;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-round {
    border-radius: 100px;
}

.btn-outline-primary:hover,
.btn-outline-primary {
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color) !important;
}

.common-btn-design {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.common-btn-design button {
    padding: 4px 14px;
    border: 1px solid #dedede;
    background-color: transparent;
    border-radius: 50px;
    color: var(--hover-color);
}
.common-btn-design button i {
    margin-right: 6px;
    color: var(--primary-color);
    display: none;
}
.common-btn-design button.active {
    color: var(--primary-color);
    background-color: #1ac09929;
    border-color: var(--primary-color);
}
.common-btn-design button.active i {
    display: inline;
}

.minimum-price h2,
.maximum-price h2 {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-color);
}




.payment-container {
  background: #fff;
  padding: 20px;
  /* border-radius: 10px; */
  width: 340px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.payment-container .payment-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.payment-container .range-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.payment-container .range-label {
  font-size: 14px;
  color: #555;
  width: 30px;
  text-align: center;
}

.payment-container .slider-container {
  position: relative;
  flex: 1;
  margin: 0 10px;
}

.payment-container .range-slider {
  width: 100%;
  appearance: none;
  height: 6px;
  background: linear-gradient(to right, #008060 0%, #ccc 0%);
  border-radius: 5px;
  outline: none;
  z-index: 1;
}

.payment-container .range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.payment-container .range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.payment-container .tooltip {
  position: absolute;
  top: -35px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 13px;
  color: #333;
  transform: translateX(-50%);
  white-space: nowrap;
  /* opacity: 1 !important; */
}

.payment-container .btn-round {
  border-radius: 999px;
}



.e-card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 20px;
}

.e-card h1 {
    font-size: 22px;
    font-weight: 700;
}

