/*======================================
    Default
========================================*/
p {
    color: #000;
}

/*======================================
    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;
}

.pgb-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span.select2-selection__rendered {
    font-weight: 400;
}

.pgb-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span.select2-selection__arrow {
    top: 0;
    font-weight: 400;
}

.homec-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span.select2-selection__arrow {
    color: #000 !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-filters {
        width: 360px;
    }

    .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;
    }

    .pgb-filter-group .pgb-hero__btn {
        min-width: 100%;
    }

    .pgb-btn__inside {
        justify-content: center;
    }
}

@media only screen and (max-width: 840px) {
    .pgb-hero--filter__text {
        flex-direction: column;
    }

    .pgb-hero--filter__text span {
        margin-bottom: 20px;
    }
}

@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;
}

.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;
    }
}

/*======================================
    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;
}
