/*======================================
    Default
========================================*/
p {
    color: #000;
}

body {
    overflow-x: hidden;
}

.main-content-wrapper {
    overflow-x: hidden;
    width: 100%;
}

/*======================================
    Header Area
========================================*/
.pgb-header__middle div {
    margin-right: 0;
}

.pgb-header__middle>div>div {
    padding-right: 0;
}

.pgb-header__inside {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    /* Apply the blur effect */
}

.pgb-header__menu .nav-menu li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    transition: transform 0.2s ease;
}

.pgb-header__menu .nav-menu li a:hover {
    color: unset;
    transform: scaleX(1.1);
}

.pgb-header__logo:hover {
    transform: scale(1.1);
}

@media only screen and (min-width: 1000px) and (max-width: 10000px) {
    #active-sticky.is-sticky .pgb-header__middle {
        background-color: rgba(0, 0, 0, 0.3);
    }

    #active-sticky.is-sticky .pgb-header__inside {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
    }
}

/*======================================
    Hero Area
========================================*/
.pgb-hero {
    min-height: 450px;
    background-position: top;
}

.pgb-overlay {
    background: none;
}

.pgb-hero__inner {
    min-height: 450px;
}

.pgb-hero__content {
    max-width: unset;
}

.pgb-filters {
    padding: 0;
    border-radius: 0;
    width: 1100px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.pgb-hero--filter__text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(9px);
    z-index: 1;
}

.pgb-hero--filter__text span {
    padding: 10px !important;
}

.pgb-filter-group {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pgb-filter-group .form-group {
    background: #fff;
    height: unset;
    border-right: 1px solid #dbdbdb;
    padding-left: 45px;
    padding-right: 45px;
}

.homec-filter-group .form-group:nth-child(1) {
    min-width: 283px;
}

.homec-filter-group .form-group:nth-child(2) {
    min-width: 234px;
}

.homec-filter-group .form-group:nth-child(3) {
    min-width: 280px;
}

.pgb-filter-group .form-group:last-of-type {
    border-right: none;
}

/* Modernized Select2 Hero Dropdowns */
.pgb-filter-group .form-group .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.pgb-filter-group .form-group .select2-container--default .select2-selection--single {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.pgb-filter-group .form-group .select2-container--default .select2-selection--single span.select2-selection__rendered {
    font-weight: 500;
    font-size: 16px;
    color: #333 !important;
    padding-left: 0;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex: 1;
    min-width: 0;
    padding-right: 15px;
    /* Space for the arrow */
}

/* Remove default arrow */
.pgb-filter-group .form-group .select2-container--default .select2-selection--single span.select2-selection__arrow {
    display: none !important;
}

/* Add custom SVG arrow via pseudo-element for reliable rendering */
.pgb-filter-group .form-group .select2-container--default .select2-selection--single::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ff6f00' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.pgb-filter-group .form-group .select2-container--default.select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg);
}

.homec-filter-group .form-group:hover {
    background: #fdfdfd;
    cursor: pointer;
}

/* Dropdown Panel Styling */
.select2-container--default .select2-dropdown {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0;
    margin-top: 5px;
    z-index: 9999999 !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 20px;
    font-size: 15px;
    color: #444;
    transition: all 0.2s ease;
    white-space: normal;
    word-break: break-word;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff3e6 !important;
    color: #ff6f00 !important;
    font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff6f00 !important;
    color: #fff !important;
}

.pgb-filter-group .pgb-hero__btn {
    height: 55px;
    min-width: 237px;
    border-radius: 15px;
    background: #ff6f00 !important;
}

.pgb-btn__inside {
    justify-content: space-between;
}

.pgb-hero__btn span {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.pgb-hero__btn:hover .homec-btn__inside span,
.pgb-hero__btn:hover svg path {
    color: black;
    fill: black;
}

.pgb-hero--filter__text {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pgb-hero--filter__text span {
    display: flex;
    align-items: center;
    z-index: 100;
    font-size: 18px;
}

.pgb-hero--filter__text span::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #ff6f00;
    border-radius: 50%;
    margin-right: 18px;
}

.pgb-offcanvas-toggler .line {
    background: #ff6f00;
}

.pgb-offcanvas-menu li a:hover {
    color: #ff6f00 !important;
}

@media only screen and (max-width: 1100px) {
    .pgb-hero {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .pgb-filters {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .pgb-filter-group {
        flex-direction: column;
    }

    .pgb-filter-group .form-group {
        border-right: none;
    }

    .homec-filter-group .form-group:nth-child(1),
    .homec-filter-group .form-group:nth-child(2),
    .homec-filter-group .form-group:nth-child(3) {
        min-width: 285px;
        width: 100%;
        max-width: 100%;
    }

    .pgb-filter-group .pgb-hero__btn {
        min-width: 100%;
    }

    .pgb-btn__inside {
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
    .homec-filter-group {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 840px) {
    .pgb-hero--filter__text {
        flex-direction: column;
    }

    .pgb-hero--filter__text span {
        margin-bottom: 20px;
    }
}

/* Footer Tablet Overrides */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .pgb--footer-area .footer-top-inner .row>.col-md-3 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pgb--footer-area .footer-top-inner .row>.col-lg-9 {
        width: 100%;
    }

    .pgb--footer-area .footer-top-inner .row>.col-lg-9>.row>.col-md-3 {
        width: 50%;
        margin-bottom: 40px;
    }

    .pgb--footer-area .footer-top-inner .row>.col-lg-9>.row>.col-md-6 {
        width: 100%;
        text-align: center;
    }

    .pgb-footer__social--icon {
        justify-content: center;
    }

    .f-contact__form-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-useful-links {
        text-align: center;
    }
}

/* Fix mobile search input placeholder vertical alignment & tablet layout */
@media only screen and (max-width: 1024px) {
    .pgb-properties__type--filter-all .row.align-items-center.justify-content-between {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 15px;
    }

    .pgb-properties__type--filter-all .row>.col-auto {
        flex: 0 0 auto !important;
        width: auto !important;
    }

    .pgb-properties__type--filter-all .row>.col-12.ms-auto {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 0 !important;
    }

    .pgb-properties__search {
        width: 100% !important;
        max-width: none !important;
    }

    .pgb-search-autocomplete {
        max-width: calc(100vw - 40px);
        overflow-x: auto;
    }
}

@media only screen and (max-width: 767px) {
    .pgb-properties__type--filter-all .row.align-items-center.justify-content-between {
        flex-wrap: wrap !important;
        gap: 15px;
        justify-content: center !important;
    }

    .pgb-properties__type--filter-all .row>.col-12.ms-auto {
        flex: 0 0 100% !important;
        margin-top: 5px !important;
        padding-left: 0 !important;
    }

    .homec-form__form.homec-form__form--bar.pgb-properties__search input {
        line-height: normal !important;
        height: auto !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pgb-search-autocomplete {
        max-width: calc(100vw - 30px);
        overflow-x: auto;
    }
}

.pgb-search-autocomplete-wrap {
    position: relative;
}

.pgb-search-autocomplete {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 900px;
    max-width: calc(100vw - 40px);
    max-height: 280px;
    overflow-x: auto;
    overflow-y: auto;
}

/* Adjust dropdown layout based on number of columns */
@media screen and (min-width: 768px) {
    .pgb-search-autocomplete[data-cols="3"] {
        width: 900px !important;
    }

    .pgb-search-autocomplete[data-cols="2"] {
        width: 600px !important;
    }

    .pgb-search-autocomplete[data-cols="1"] {
        width: 300px !important;
    }

    .pgb-search-row {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .pgb-search-column {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
}

.pgb-search-header {
    position: sticky !important;
    top: 0 !important;
    margin: -16px -16px 12px -16px !important;
    padding: 15px 16px 12px 16px !important;
    background: #fff !important;
    z-index: 10 !important;
    border-bottom: 1px solid #eee !important;
}

/* Redesign Breadcrumbs Height */
.breadcrumbs__content {
    height: 270px !important;
    padding-top: 90px !important;
}

@media only screen and (max-width: 991px) {
    .breadcrumbs__content {
        height: 220px !important;
        padding-top: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs__content {
        min-height: 200px !important;
        height: auto !important;
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }
}

/* Mobile Devices: 100% width, 1 column stacked */
@media screen and (max-width: 767px) {
    .pgb-search-autocomplete {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .pgb-search-autocomplete[data-cols="3"]>.row>div,
    .pgb-search-autocomplete[data-cols="2"]>.row>div {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-left: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .pgb-hero {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .pgb-filters {
        width: 285px;
    }
}

.propertyCards:hover {
    border-color: #ff6f00;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06), 0 0 5px #ff6f00;
}

/*======================================
    Features Area
========================================*/
.pgb-features__v2 {
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.paddingCustom {
    padding: 40px 0px;
}

.pgb-feature__row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}

.pgb-features__single {
    background: unset;
    border: 0;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
}

.homec-features__single.pgb-features__single:hover {
    background: unset;
    border-color: unset;
}

.homec-features__single.pgb-features__single:hover .pgb-features__title {
    color: #000;
}

.pgb-features__icon {
    background: unset;
    min-width: 28px;
    min-height: 28px;
    line-height: 0;
    border-radius: 100%;
}

.pgb-features__icon img {
    width: 100%;
}

.pgb-features__title {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 980px) {
    .pgb-feature__row .col-12 {
        width: 33.33%;
        /* 3 items per row */
    }
}

@media (max-width: 400px) {
    .pgb-feature__row .col-12 {
        width: 50%;
        /* 2 items per row for smaller screens */
    }
}

/*======================================
    Properties Area
========================================*/
.pgb-properties__type--filter {
    display: flex;
    justify-content: end;
    align-items: center;
}

.pgb-properties__type--filter>div {
    display: inline-flex;
    align-items: center;
    background-color: #ff6f00;
    border-radius: 20px;
    padding: 4px 21px;
    margin-left: 20px;
    white-space: nowrap;
    color: #fff;
}

.pgb-properties__type--filter>div:hover {
    color: #ff6f00;
    cursor: pointer;
}

.pgb-properties__type--filter>div>a {
    color: #fff;
}

.pgb-properties__type--filter>div>a:hover {
    color: #ff6f00;
}

.pgb-properties__type--filter>div>span:last-child {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.pgb-properties__type--filter>div:last-child {
    padding: 5px 21px;
}

.pgb-properties__type--filter>div:last-child>span {
    background: unset;
    color: #fff;
}

.pgb-properties__type--filter div img {
    height: 27px;
    width: auto;
}

.pgb-properties__type--filter div img:hover {
    transform: scale(1.2);
}

.pgb-properties__type--filter div:last-child img {
    height: 14px !important;
}

.pgb-properties__type--filter div {
    color: #000;
}

.pgb-properties__type--filter div:hover {
    background-color: #e0e0e0;
    cursor: pointer;
    color: #f57c00;
}

.pgb-properties__type--filter .type-filter__active {
    background-color: #000;
    color: #fff;
}

/* .type--filter__sort-by-container {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
} */

.type--filter__sort-by-container {
    color: #f57c00;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px 10px;
}

.type--filter__sort-by-container:hover {
    color: #f57c00;
    border: 1px solid #f57c00;
}

.type--filter__sort-by-trigger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    padding: 5px;
}

.type--filter__sort-by-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    width: 270px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 12;
    margin-top: 5px;
}

.type--filter__sort-option {
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.type--filter__sort-by-container.open .type--filter__sort-by-dropdown {
    display: block;
}

.type--filter__sort-option:hover {
    background-color: #f0f0f0;
    color: #f57c00;
    cursor: pointer;
}

@media only screen and (max-width: 1120px) {
    .pgb-properties__type--filter {
        flex-wrap: wrap;
    }

    .pgb-properties__type--filter>div {
        margin-top: 14px;
    }

    .type--filter__sort-by-dropdown {
        left: -23px;
    }
}

@media only screen and (max-width: 620px) {
    .pgb-properties__type--filter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pgb-properties__type--filter>div {
        width: 40.33%;
        margin-top: 14px;
        justify-content: center;
    }

    .type--filter__sort-by-dropdown {
        left: -23px;
    }
}

@media only screen and (max-width: 375px) {
    .pgb-properties__type--filter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pgb-properties__type--filter>div {
        width: 50%;
        margin-top: 14px;
        justify-content: center;
    }

    .type--filter__sort-by-dropdown {
        left: -23px;
    }
}

/* .pgb-properties div {
    max-width: 1740px;
} */

.pgb-property {
    border-radius: 0;
    padding: 0;
    border: 1px solid transparent;
}

.pgb-property:hover {
    border-color: #ff6f00;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06), 0 0 5px #ff6f00;
}

.pgb-property__head img {
    border-radius: unset;
    /* height: 310px;
    min-height: 310px; */
    object-fit: cover;
}

.pgb-property__head {
    position: relative;
}

.img.property-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark overlay with transparency */
    z-index: 1;
}

.pgb-property__salebadge {
    right: -10px;
    background: #fff;
    font-weight: 400;
    z-index: 11;
    border: 1px solid #ff6f00;
}

.pgb-property__soldbadge {
    border-radius: 0;
    width: 140px;
    transform: rotate(41deg);
    top: 6px;
    right: -40px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    z-index: 11;
}

.pgb-property__price {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.pgb-add-to-wishlist:hover {
    transform: scale(1.4);
}

.pgb-add-to-wishlist:hover svg {
    fill: #ff0000;
    stroke: #ff0000;
}

.pgb-property__body {
    padding: 20px;
}

.pgb-property__status {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.37);

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -46px;
    left: 40%;
    /* Use percentage for better responsiveness */
    z-index: 11;
}

.pgb-property__status img {
    max-width: 40px;
}

.pgb-property__list {
    padding-top: 0;
    margin-top: 0;
    justify-content: space-between;
    gap: 0;
}

.pgb-property__list li {
    font-size: 16px;
    font-weight: 300;
}

.pgb-property__load--listing_btn {
    display: flex;
    justify-content: center;
}

.pgb-property__load--listing_btn a {
    background: #030513;
    font-weight: 400;
    padding: 0 65px;
    border-radius: unset;
}

/*======================================
    Video Area
========================================*/
.pgb--video__section {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* Aspect ratio (16:9) */
    background-size: cover;
    background-position: center;
}

.pgb--video__section .pgb--video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pgb--video__section .pgb--play__button {
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pgb--video__section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    /* Hide iframe initially */
}

@media only screen and (max-width: 1000px) {
    .pgb--video__section .pgb--play__button {
        padding: 0;
    }
}

/*======================================
    Card Area
========================================*/
.pgb-card__section>div {
    max-width: 1200px;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 45px;
    width: 100%;
}

.stats-item {
    background-color: white;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.stats-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    -webkit-filter: #ff6f00;
    filter: #ff6f00;
    /* Orange color */
}

.stats-item h2 {
    margin: 0;
    font-size: 37px;
    font-weight: 200;
}

.stats-item p {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
        /* Stack items on smaller screens */
    }
}

/*======================================
    Footer Area
========================================*/
.pgb--footer-area {
    background-color: #eeeeee99;
    margin: 0 auto;
    padding: 0 60px 0 60px;
    /* border: 1px solid; */
}

.pgb-footer__container {
    max-width: 1740px;
    margin: 0 auto;
}

.pgb-footer__logo img {
    max-height: 110px;
}

.pgb-footer__social--icon li a {
    background: unset !important;
    font-size: 24px !important;
}

.pgb-footer__social--icon li a:hover {
    transform: scale(1.4);
}

.footer-area ul li a:hover {
    text-decoration: unset;
    color: #ff6b00;
}

.footer-area ul li a,
.widget-title,
.footer-area p,
.copyright-text {
    color: #000;
}

.footer-area p {
    font-size: 18px;
    margin-bottom: 25px;
}

.pgb-signup__container {
    text-align: left;
}

.pgb-signup__container>form>input {
    padding: 15px;
    border: 1px solid #000;
    border-radius: 0;
    width: 275px;
    font-size: 18px;
    color: #888;
}

.pgb-signup__container>form>button {
    background-color: #ff6f00;
    color: white;
    padding: 20px 44px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
}

.pgb-signup__container>form>button:hover {
    background-color: #ff9800;
}

.pgb-signup__container>p {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}

.copyright {
    background: unset;
}

/*======================================
    Carousal Area
========================================*/
.pgb-property-collage .grid-container {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}

/* Image item styling */
.pgb-property-collage .grid-item {
    position: relative;
    height: 100%;
}

/* Make the first image span 4 columns (or 2 rows) */
.pgb-property-collage .grid-item-large {
    grid-column: span 2;
    grid-row: span 4;
}

.pgb-image-gallery {
    border-radius: 0;
}

.pgb-image-gallery>img {
    height: 100%;
    /* Ensure all images take up the full height */
    width: 100%;
    /* Make images stretch to full width */
    -o-object-fit: cover;
    object-fit: cover;
    /* Maintain aspect ratio while covering the area */
}

.pgb-property-collage .grid-item-large .pgb-image-gallery>img {
    height: 100%;
    /* Stretch to the full height of the grid item */
    max-height: unset;
    /* Disable any max-height, so it can fully stretch */
}

.pgb-property-collage .grid-item:not(.grid-item-large) .pgb-image-gallery>img {
    max-height: 285px;
    /* Apply a max-height for all other images */
    -o-object-fit: cover;
    object-fit: cover;
    /* Maintain the aspect ratio */
}

/* Overlay style for the 5th image */
.pgb-property-collage .homec-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.pgb-property-collage .pgb-see-all {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.pgb-property-collage .position-relative:hover .homec-overlay {
    display: flex;
}

/* Modal styling */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-modal-content {
    position: relative;
    margin: 2% auto;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Close button styling */
.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Carousel container */
.custom-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom-carousel-inner {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.custom-carousel-item {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.custom-carousel-item img {
    max-width: 100%;
    max-height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

/* Carousel controls (previous/next buttons) */
.custom-carousel-controls .custom-prev {
    position: absolute;
    top: 52px;
    left: -69px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.custom-carousel-controls .custom-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.custom-prev {
    left: 20px;
}

.custom-next {
    right: 20px;
}

/* Ensure buttons are visible */
.custom-carousel-controls button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

/* Carousel indicators */
.custom-carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator-dot.active {
    background-color: #fff;
    transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 995px) {

    /* Change grid to 2 columns on smaller screens */
    .pgb-property-collage .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Ensure the first image stretches properly on smaller screens */
    .pgb-property-collage .grid-item-large .pgb-image-gallery>img {
        height: 100%;
        /* Stretch to fill container */
        max-height: unset;
        /* Disable any max-height restriction */
        -o-object-fit: cover;
        object-fit: cover;
        /* Ensure aspect ratio is maintained */
    }

    /* Adjust modal size for smaller screens */
    .custom-modal-content {
        width: 95%;
        /* Take up 95% of the screen width */
        height: 80%;
        /* Take up 80% of the screen height */
        margin: 10% auto;
        /* Center the modal with some space around */
    }

    /* Adjust carousel control button sizes */
    .custom-carousel-controls button {
        width: 40px;
        height: 40px;
        font-size: 16px;
        /* Make sure the font is still readable */
    }

    /* Position the previous and next buttons */
    .custom-prev {
        left: 10px;
    }

    .custom-next {
        right: 10px;
    }

    /* Adjust indicator dot size */
    .indicator-dot {
        width: 10px;
        height: 10px;
    }

    /* Optional: Adjust the height of the images for other items */
    .pgb-property-collage .grid-item:not(.grid-item-large) .pgb-image-gallery>img {
        max-height: 200px;
        /* You can adjust this value as needed */
        -o-object-fit: cover;
        object-fit: cover;
        /* Maintain aspect ratio */
    }
}

/*======================================
    Property Details Area
========================================*/
.product-details__section {
    padding-top: 94px;
}

@media (max-width: 992px) {
    .product-details__section {
        padding-top: 76px;
    }
}

.pgb-property__details {
    background: #f6f6f6;
}

.pgb-property__details>div {
    max-width: 1740px;
}

.pgb-breadcrumb__content {
    gap: 0;
    text-align: left;
    justify-content: start;
    flex-direction: unset;
    margin: 20px 0;
}

.pgb-breadcrumb__menu li {
    font-size: unset;
}

.pgb-breadcrumb__menu li::after,
.pgb-breadcrumb__menu li a {
    color: #767676 !important;
}

.pgb-property-details__salebadge {
    background: #ff6f00;
    padding: 1px 13px;
    border-radius: 20px;
    color: #fff;
    margin-right: 10px;
}

.pgb-property-details__soldbadge {
    background: #aaaaaa;
}

.pgb-image-gallery__bottom {
    position: static;
    justify-content: space-between;
    align-items: center;
}

.pgb-image-gallery__content {
    margin: 0;
}

.pgb-image-gallery__title {
    font-weight: 400;
    font-size: 35px;
}

.pgb-property-details__badge {
    background: #e6e6e6;
    padding: 8px 25px;
    color: #000;
}

.pgb-property-details__badge:hover {
    cursor: pointer;
}

/* Section Styling */
.property-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    position: relative;
}

/* Overview Stats */
.overview-stats {
    text-align: center;
}

.overview-item {
    padding: 10px 5px;
}

.overview-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.overview-item p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

/* Description Box */
.description-box {
    padding: 15px;
    color: #000;
}

.pgb-property__details--accordion div div p {
    color: #000;
}

/* Accordion Toggle */
.accordion-toggle {
    color: #000;
    padding: 0;
}

.accordion-toggle:hover {
    color: #333;
}

.accordion-toggle i {
    font-size: 16px;
}

/* Features & Facilities */
.feature-category {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.feature-item i {
    color: #000;
    margin-right: 10px;
    font-size: 14px;
}

/* Video Tour */
.homec-ptdetails-video__video>a>img {
    height: 70px;
}

/* Contact Sidebar */
.contact-sidebar {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.owner-info h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.owner-info p {
    color: #000;
    margin: 0;
}

.contact-form label {
    font-weight: 500;
    color: #555;
}

.contact-form .form-control {
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.contact-form .form-control:focus {
    border-color: #b3d7ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form .btn-primary {
    background-color: #ff6f00;
    border: none;
    padding: 12px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #e56500;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .pgb-image-gallery__bottom {
        display: inline-block;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .pgb-image-gallery__title {
        font-size: 25px;
    }

    .pgb-image-gallery__text {
        display: inline-block;
    }

    .overview-stats {
        margin-top: 15px;
    }

    .overview-item {
        margin-bottom: 15px;
    }

    .property-section {
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 20px;
    }

    .contact-sidebar {
        padding: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 645px) {
    .pgb-breadcrumb__menu {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .pgb-property-details__badge {
        display: inline-block;
        margin-top: 5px;
    }
}

/*======================================
    Service Area
========================================*/
.pgb--card__container {
    max-width: 1340px;
}

/* .pgb__card {
    height: 400px;
} */
.pgb--card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pgb__card img {
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
}

/*======================================
    How To Use Our Platform Area
========================================*/
.pgb-video-thumbnail {
    background-color: #e9ecef;
    position: relative;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100px;
    height: 350px;
}

.pgb-video-thumbnail:hover {
    opacity: 0.9;
}

.pgb-play__button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgb-play__button::after {
    content: "";
    border-left: 20px solid #333;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.small-thumbnail {
    width: 200px;
    min-width: 200px;
    height: 150px;
}

.small-thumbnail .pgb-play__button {
    width: 40px;
    height: 40px;
}

.small-thumbnail .pgb-play__button::after {
    border-left: 12px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.watch-btn {
    background-color: #ff6b00;
    color: white;
    padding: 17px 24px;
    border: none;
    margin-right: 12px;
}

.explore-btn {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.explore-btn::after {
    content: ">";
    margin-left: 8px;
}

.pgb-how-to-use-our-platform-see-more-btn-container {
    margin-top: 100px;
}

.pgb-how-to-use-our-platform-see-more-btn {
    background: #ff6f00;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
}

@media (max-width: 768px) {
    .featured-content {
        flex-direction: column;
    }

    .pgb-video-thumbnail {
        flex-direction: column;
        width: 100% !important;
    }

    .featured-info {
        padding: 20px 0;
    }
}

/*======================================
    Our Story Area
========================================*/
/* Video Section Styles */
.property-video-container {
    width: 100%;
    overflow: hidden;
}

.property-play__button--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-play__button {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.property-play__button:hover {
    transform: scale(1.1);
}

.pgb-play__button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgb-play__button::after {
    content: "";
    border-left: 20px solid #333;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.property-info {
    background-color: #fff;
    width: 680px;
    position: absolute;
    top: -155px;
    left: -91px;
    padding: 25px 50px;
    border-radius: 10px;

    /* box-shadow: 1px 38px 107px -53px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 1px 38px 107px -53px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 1px 38px 107px -53px rgba(0, 0, 0, 0.46); */

    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
}

/* Info Cards Styles */
.info-card {
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #000;
    min-height: 440px;
    border-radius: 10px;

    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.68);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.info-card div>p {
    font-size: 20px;
    margin-top: 80px;
}

.info-card div ul {
    padding-left: 20px;
    margin-top: 80px;
}

.info-card div li {
    margin-bottom: 10px;
    font-size: 20px;
}

/* Accessibility */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Responsive Adjustments */
@media (max-width: 1075px) {
    .property-info {
        width: 500px;
    }
}

@media (max-width: 1060px) {
    .property-info {
        position: static;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .property-info {
        margin-top: 20px;
    }

    .pgb-play__button {
        width: 60px;
        height: 60px;
    }

    .pgb-play__button::after {
        border-left: 15px solid #333;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

@media (max-width: 576px) {
    .pgb-play__button {
        width: 50px;
        height: 50px;
    }
}

/*======================================
    Testimonial Area
========================================*/
/* Testimonial Section */
.testimonial-container {
    position: relative;
}

/* Slider Styles */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1150px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 100%;
    padding: 1rem;
}

.testimonial-content {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.quote-icon {
    font-size: 4rem;
    color: #ff9800;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: 3px solid #ff9800;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #000;
}

.author-role {
    font-size: 0.9rem;
    color: #000;
}

/* Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 10;
    color: #ff6b00;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background-color: #ff6b00;
    color: white;
}

.prev-arrow {
    left: 3px;
}

.next-arrow {
    right: 3px;
}

/* Dots Navigation */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #ff6b00;
    width: 30px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.75rem;
    }

    .testimonial-content {
        padding: 1.5rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .slider-arrow {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
    }

    .testimonial-content {
        padding: 1.25rem;
    }

    .quote-icon {
        font-size: 3rem;
    }

    .author-image {
        width: 50px;
        height: 50px;
    }

    .author-name {
        font-size: 1rem;
    }

    .author-role {
        font-size: 0.8rem;
    }

    .slider-arrow {
        width: 32px;
        height: 32px;
    }
}

/*======================================
    Contact Us Area
========================================*/
.pgb-contact__us--img-container {
    overflow: hidden;
    /* Prevents image from overflowing its container */
}

.pgb-contact__us--img-container img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.pgb-contact_us--form-section {
    padding: 29px;
    border-radius: 15px;

    box-shadow: 1px 15px 39px 0px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 1px 15px 39px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 1px 15px 39px 0px rgba(0, 0, 0, 0.31);
}

.pgb-contact_us--form-section>form>div input,
.pgb-contact_us--form-section>form>div>textarea {
    border: 1px solid #000;
}

.pgb-contact_us--form-section>form>div input:hover,
.pgb-contact_us--form-section>form>div>textarea:hover,
.pgb-contact_us--form-section>form>div input:focus,
.pgb-contact_us--form-section>form>div>textarea:focus {
    border: 1px solid #ff6f00;
    box-shadow: 0 0 5px #ff6f00;
}

.pgb-contact_us--query__btn,
.pgb-contact_us--cta__btn {
    font-weight: 400;
    background: #ff6f00;
    color: #fff;
    outline: 0;
}

@media (max-width: 768px) {
    .pgb-contact__us--img-container {
        margin-bottom: 20px;
    }
}

/*======================================
    Registration Area
========================================*/
.checkbox-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.checkbox-container input[type="checkbox"] {
    display: none;
    /* Hide the default checkbox */
}

.checkbox-container label {
    position: relative;
    padding-left: 30px;
    /* Space for the custom checkbox */
    cursor: pointer;
    font-size: 18px;
}

.checkbox-container label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
}

.checkbox-container input[type="checkbox"]:checked+label:before {
    background-color: #fff;
    /* White background when checked */
}

.checkbox-container input[type="checkbox"]:checked+label:after {
    content: "\2713";
    /* Unicode checkmark character */
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}

.checkbox-container a {
    text-decoration: underline;
    color: #000;
}

.pgb-btn__social span {
    color: #000;
}

/*======================================
    List Your Property Area
========================================*/
.property-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.option {
    border: 1px solid #ddd;
    padding: 20px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
    /* border-radius: 8px; */
}

.option:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.option img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    /* Ensures images fit properly */
}

.list-property-option svg {
    transition: all 0.3s ease;
}

.list-property-option:hover svg {
    fill: #ff6f00;
}

.option h3 {
    margin: 0;
    font-size: 1.2em;
}

.option a {
    text-decoration: none;
    color: #333;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

/* Responsive Design */
@media (max-width: 560px) {
    .property-options {
        flex-direction: column;
        align-items: center;
    }

    .option {
        width: unset;
        gap: 20px;
    }
}

/*======================================
    For Sale Area
========================================*/
.title {
    text-align: center;
    color: orange;
    margin-bottom: 30px;
    font-size: 2em;
}

.pgb-for__sale--title {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #ff6f00;
}

.pgb-for__sale--container {
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 50px;
}

.pgb-for__sale label {
    margin-left: 10px;
}

.pgb-for__sale.left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.pgb-for__sale.right {
    display: flex;
    align-items: center;
    justify-content: start;
    /* height: 148px; */
}

.pgb-for__sale--nxt-btn {
    background: #ff6f00;
    padding: 3px 60px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pgb-for__sale--container {
        flex-direction: column;
    }

    .pgb-for__sale--container {
        text-align: left;
    }

    .pgb-for__sale.left,
    .pgb-for__sale.right {
        width: 100%;
    }
}

/*======================================
    One Call Area
========================================*/
.pgb-one__call--container {
    border: 1px solid #ccc;
}

.pgb-one__call--container>h3 {
    color: #ff6f00;
}

.pgb-one__call--btn {
    background: #ff6f00;
    padding: 3px 35px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin-top: 25px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*======================================
    Property Add Area
========================================*/
.pgb-add__property-select .select2-container .select2-selection--single {
    background: #fff !important;
}

/*======================================
    Choose Listing Area
========================================*/
.pgb-comparison__title {
    color: #ff8c00;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.pgb-basic-comparison__header th {
    background: #ff6f00;
    color: #fff;
    font-size: 19px;
}

.plan-selector {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.plan-option {
    text-align: center;
    flex: 1;
    padding: 10px;
}

.table-header {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.table-header img {
    width: 30px;
    height: 30px;
}

.regular-header {
    color: #000;
    display: flex;
    align-items: center;
}

.silver-header {
    color: 000;
}

.gold-header {
    color: 000;
}

.diamond-header {
    color: #000;
}

.feature-row {
    background-color: #f8f9fa;
}

.feature-row:nth-child(even) {
    background-color: #e9ecef;
}

.feature-name {
    font-weight: bold;
}

/* tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody td {
    padding: 12px;
    text-align: center;
    border: 1px solid #dee2e6;
    transition: opacity 0.3s ease;
} */

/* Fading effect classes */
.column-fade {
    opacity: 0.3;
}

.column-active {
    opacity: 1;
    background-color: rgba(255, 140, 0, 0.05);
}

/* Highlight active column */
.highlight-column {
    background-color: rgba(255, 140, 0, 0.1);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.2);
}

.section-header {
    background-color: #e9ecef;
    font-weight: bold;
    padding: 10px;
}

.yes-icon {
    color: green;
}

.no-icon {
    color: red;
}

.see-more-btn {
    display: block;
    margin: 20px auto;
    padding: 8px 20px;
    background-color: white;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.pricing__table--submit {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 14px;
    }

    .feature-name {
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .table-responsive {
        font-size: 12px;
    }

    .plan-selector {
        flex-wrap: wrap;
    }

    .plan-option {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {

    /* Convert table to non-table layout */
    #pricing-table,
    #pricing-table tbody,
    #pricing-table td,
    #pricing-table tr {
        display: block;
    }

    /* Special handling for the header row with checkboxes */
    #pricing-table thead {
        display: block;
        margin-bottom: 20px;
        border-bottom: 2px solid #ddd;
    }

    #pricing-table thead tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    /* Style the header cells with checkboxes */
    #pricing-table thead th {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin: 5px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: calc(50% - 20px);
        /* Two columns on small screens */
    }

    /* Hide the first header cell (Features) & submit button on mobile */
    #pricing-table thead th:first-child,
    .pgb-pricing__table__submit {
        display: none;
    }

    .pricing__table--submit {
        display: block;
    }

    /* Make checkboxes more prominent */
    #pricing-table .plan-checkbox {
        margin-top: 8px;
        transform: scale(1.3);
        cursor: pointer;
    }

    /* Style each row as a card */
    #pricing-table tbody tr {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: hidden;
    }

    /* Add data labels */
    #pricing-table tbody td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
        min-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Add data labels using pseudo-elements */
    #pricing-table tbody td:before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Add content to the pseudo-elements based on column position */
    #pricing-table tbody td:nth-of-type(1):before {
        content: "Features";
    }

    #pricing-table tbody td:nth-of-type(1) {
        background-color: #ff8c00;
        font-weight: bold;
        color: #fff;
    }

    #pricing-table tbody td:nth-of-type(2):before {
        content: "Regular (Free)";
    }

    #pricing-table tbody td:nth-of-type(3):before {
        content: "Silver (3000/=)";
    }

    #pricing-table tbody td:nth-of-type(4):before {
        content: "Gold (6000/=)";
    }

    #pricing-table tbody td:nth-of-type(5):before {
        content: "Diamond (2%)";
    }

    /* Images in headers */
    #pricing-table thead th img {
        max-width: 30px;
        height: auto;
        margin-bottom: 5px;
    }

    /* Add some visual indicators for the plan selection */
    #pricing-table thead th.table-header {
        transition: all 0.3s ease;
    }

    #pricing-table thead th.table-header:has(.plan-checkbox:checked) {
        background-color: #f0f8ff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transform: translateY(-3px);
    }

    /* Media query for even smaller screens */
    @media only screen and (max-width: 480px) {
        #pricing-table thead th {
            width: calc(100% - 20px);
            /* One column on very small screens */
        }
    }
}

/* for detailed comparison table */
@media only screen and (max-width: 768px) {

    /* Convert table to non-table layout */
    #detailedComparisonTable,
    #detailedComparisonTable tbody,
    #detailedComparisonTable td,
    #detailedComparisonTable tr {
        display: block;
    }

    /* Special handling for the header row */
    #detailedComparisonTable thead {
        display: block;
        margin-bottom: 20px;
        border-bottom: 2px solid #ddd;
    }

    #detailedComparisonTable thead tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    /* Style the header cells */
    #detailedComparisonTable thead th {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin: 5px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: calc(50% - 20px);
        /* Two columns on small screens */
    }

    /* Hide the first header cell (empty cell) on mobile */
    #detailedComparisonTable thead th:first-child {
        display: none;
    }

    /* Images in headers */
    #detailedComparisonTable thead th img {
        max-width: 30px;
        height: auto;
        margin-bottom: 5px;
    }

    /* Special handling for section headers */
    #detailedComparisonTable .section-header {
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 1.1em;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    #detailedComparisonTable .section-header td {
        padding: 10px !important;
        text-align: center !important;
        position: relative !important;
        padding-left: 10px !important;
        /* Override the padding-left from other cells */
    }

    /* Style each row as a card */
    #detailedComparisonTable tbody tr:not(.section-header) {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: hidden;
    }

    /* Add data labels */
    #detailedComparisonTable tbody tr:not(.section-header) td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
        min-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Add data labels using pseudo-elements */
    #detailedComparisonTable tbody tr:not(.section-header) td:before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Add content to the pseudo-elements based on column position */
    #detailedComparisonTable tbody tr:not(.section-header) td:nth-of-type(1) {
        background-color: #ff8c00;
        font-weight: bold;
        color: #fff;
    }

    #detailedComparisonTable tbody tr:not(.section-header) td:nth-of-type(2):before {
        content: "Regular (Free)";
    }

    #detailedComparisonTable tbody tr:not(.section-header) td:nth-of-type(3):before {
        content: "Silver (3000/=)";
    }

    #detailedComparisonTable tbody tr:not(.section-header) td:nth-of-type(4):before {
        content: "Gold (6000/=)";
    }

    #detailedComparisonTable tbody tr:not(.section-header) td:nth-of-type(5):before {
        content: "Diamond (2%)";
    }

    /* Style the yes/no icons */
    .yes-icon,
    .no-icon {
        margin-right: 5px;
    }

    .yes-icon {
        color: green;
    }

    .no-icon {
        color: red;
    }

    /* Fix for any button positioning after the table */
    #detailedComparisonTable {
        margin-bottom: 20px;
        /* Add space after table */
        position: relative;
        /* Establish positioning context */
        z-index: 1;
        /* Ensure table has a stacking context */
    }

    /* Media query for even smaller screens */
    @media only screen and (max-width: 480px) {
        #detailedComparisonTable thead th {
            width: calc(100% - 20px);
            /* One column on very small screens */
        }
    }
}

/*======================================
    Payment Page Area
========================================*/
.payment-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.payment-header {
    background-color: #f57c00;
    color: white;
    padding: 20px;
    text-align: center;
}

.payment-header h1 {
    font-size: 24px;
    font-weight: 600;
}

.payment-body {
    padding: 30px;
}

.order-summary {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.order-summary h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.order-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.ssl-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f57c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
    text-decoration: none;
}

.ssl-btn:hover {
    background-color: #fa8f24;
    color: #fff;
}

.pgb-ssl-btn-secondary {
    background-color: white;
    color: #333;
    border: 1px solid #e1e1e1;
}

.pgb-ssl-btn-secondary:hover {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #e1e1e1;
}

.ssl-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.secure-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .payment-body {
        padding: 20px;
    }

    .pgb-login__section {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1550px) {
    .pgb-wc__form-inner {
        min-width: 615px;
    }
}

@media only screen and (max-width: 670px) {
    .pgb-wc__form-inner {
        min-width: 100%;
    }
}

.scrollToTop,
.scrollToTop i {
    color: #e56500 !important;
}

@keyframes stickySlideDown {
    from {
        opacity: 0;
        transform: translateY(-100%) translateZ(0);
    }

    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

/* Mobile Sticky Header */
@media only screen and (max-width: 991px) {

    #active-sticky.is-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
        background-color: rgba(0, 0, 0, 0.85) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        animation: stickySlideDown 0.4s ease forwards !important;
        /* Smooth dropdown animation */
    }

    #active-sticky.is-sticky .homec-header__middle,
    #active-sticky.is-sticky .pgb-header__middle {
        position: static !important;
        width: 100%;
        transform: none !important;
        -webkit-transform: none !important;
    }

    #active-sticky.is-sticky .homec-header__inside,
    #active-sticky.is-sticky .pgb-header__inside {
        padding: 8px 20px !important;
    }
}

/* Tablet Header Override (show mobile menu up to 1024px) */
@media only screen and (max-width: 1024px) {
    .homec-header__menu {
        display: none !important;
    }

    .homec-header__inside,
    .pgb-header__inside {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .pgb-offcanvas-toggler {
        display: flex !important;
        position: absolute;
        right: 0;
        margin-right: 20px;
    }
}