::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #62d7ff;
}

::-webkit-scrollbar-thumb {
    background: #27334a !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #27334a !important;
}


body,
html {
    height: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Inter", serif;
}

.hero-section {
    background: url('../images/commercial-properties.jpg') no-repeat center center;
    background-size: cover;
    height: calc(80vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 1rem;
    flex-wrap: wrap;
}

.info-box {
    align-self: center;
    height: 300px;
    max-width: 400px;
    padding: 2rem;
    color: #000;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-box p {
    font-size: 16px;
}

.right-box p {
    font-size: 16px;
    color: #0dcaf0;
}

.featured-properties-container {
    background-color: #fff !important;
}

.left-box {
    background-color: #62d7ff;
}

.right-box {
    background-color: #1f2947;
    color: #fff;
}

.right-box a {
    color: #62d7ff;
    text-decoration: none;
}

.right-box a:hover {
    text-decoration: none;
}

.btn-custom {
    min-width: 100px;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none !important;
}

.btn-custom:hover,
.property-card .card-body .btn:hover,
.btn-property-worth:hover {
    background-color: #fff;
    border: 1px solid #62d7ff;
    color: #1f2947;

}

.btn-get-start {
    color: #fff;
}

.btn-left {
    color: #000 !important;
}

.right-box form a:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0dcaf0;
    color: #0dcaf0;
}


/* Navbar link styles */
.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;

}

.navbar-nav .nav-link:hover {
    background-color: #27334a;
    color: #fff;
}

.navbar-brand {
    font-weight: 700;
    color: #000;
}

.custom-offcanvas {
    width: fit-content !important;
    max-width: 100%;
    min-width: 200px;
}

#mobileMenu {
    width: 100% !important;
    max-width: 100%;
}


/* Buttons on the right */
.btn-dark-custom {
    background-color: #27334a;
    border: none;
}

.btn-dark-custom:hover {
    background-color: #fff;
    border: 1px solid #1f2947;
    color: #1f2947;
}

.btn-white-custom {
    background-color: #fff;
    border: 1px solid #1f2947;
    color: #1f2947;
}

.btn-white-custom:hover {
    background-color: #27334a;
    border: none;
    color: #fff;
}

.form-check-input:checked {
    background-color: #27334a;
    border-color: #27334a;
}

.form-check-input {
    border: 1px solid #27334a;
}

.navbar-toggler {
    border: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.property-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.property-card .card-body h5 {
    font-size: 18px;
    font-weight: bold;
}

.property-card .card-body p {
    font-size: 18px;
    color: #27334a;
}

.property-card .card-body .address {
    font-weight: 700;
}


.property-card .card-body .price {
    font-weight: 500;
}

.property-card .card-body .btn,
.property-card .card-footer .btn {
    width: 100px;
    margin: 5px;
}

.featured-properties-container {
    background-color: #f6f6f6;
}

.swiper-pagination {
    position: relative !important;
    bottom: 0;
    text-align: center;
    margin-top: 40px;
}

.call-to-enquire,
.email-to-enquire {
    font-size: 14px;
    color: #212b4c;
    text-decoration: none;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.featured-properties-container {
    background-color: #f6f6f6;
}

.property-category {
    text-align: center;
    padding: 15px;
    border: 2px solid #62e1ff;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 140px;
    max-width: 140px;
    flex-grow: 1;
    box-sizing: border-box;
}

.property-category img {
    margin-bottom: 15px;
    width: 45px;
}

.property-category p {
    font-weight: 600;
    letter-spacing: 1px;
}

.property-category:hover {
    background-color: #62e1ff;
    color: #000;
    cursor: pointer;
}

.property-card .card-body .description,
.property-card .card-body .address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-card .card-body .description {
    -webkit-line-clamp: 2;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 20px;
}

.property-card .card-body .address {
    -webkit-line-clamp: 1;
}

.property-card .card-body .description p {
    font-size: 14px !important;
}

.category-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    align-items: stretch;
}

.custom-container-fluid {
    background: url('../images/benjamin-elliott.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14172e9e;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 50px;
    text-align: center;
}

.steps-container-outer-p {
    font-size: 14px;
}

.step-card {
    background-color: #fff;
    color: #000;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 12px 15px;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.steps-container .number {
    font-size: 40px;
    font-weight: 500;
}

.sell-container-p {
    display: inline-block;
    width: 60%;
    margin: 0px;
    justify-self: center;
}

.property-worth img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 410px;
}

.w-30 {
    width: 30%;
}


/* Footer Styling */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 25px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    margin: 10px 0;
}

footer ul li a {
    text-decoration: none;
    color: #ddd;
    transition: color 0.3s ease;
}

footer .social-media {
    font-size: 24px;
    color: #fff;
}

.footer-bottom {
    padding-top: 20px;
}

.wts-hover:hover {
    color: #369ed5 !important;
}

.btn-back {
    cursor: pointer;
}

.carousel-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.main-image {
    position: relative;
    width: 100%;
    height: 450px;
}

.main-image img,
.main-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.preview-images img,
.preview-images video {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.preview-item {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.preview-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.play-icon,
.full-screen-icon {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-screen-icon {
    top: 8%;
    left: 95%;
    transform: translate(-50%, -50%);
}

/* Property Info Section */
.property-info {
    margin-bottom: 20px;
}

.property-info h2 {
    font-size: 18px;
    font-weight: 400;
}

.property-info .price {
    font-size: 24px;
    font-weight: 600;
}

.property-info .property-type {
    font-size: 14px;
    font-weight: 500;
}

/* Buttons Section */
.button-section {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.button-section .btn {
    padding: 20px 25px;
    border-radius: 13px;
    border: 1px solid #86e8ff;
    font-size: 16px;
    color: #000;
}

.contact-seller-button-section .btn {
    padding: 29px 30px;
}

.btn-outline-info {
    color: #86e8ff;
    background-color: transparent;
    border-color: #86e8ff;
}

.btn-outline-info:hover,
.btn-outline-info-a:hover {
    background-color: #86e8ff;
}

/* Contact Seller Section */
.contact-seller {
    background-color: #212b4c;
    color: #fff;
    padding: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.sm-contact-seller {
    background-color: #212b4c;
    color: #fff;
    padding: 10px;
    margin-top: 8px;
}

.sm-contact-seller-div {
    display: flex;
    gap: 10px;
}

.contact-seller h4 {
    margin-bottom: 10px;
}

.sm-contact-seller h4 {
    margin-bottom: 8px;
}

.contact-seller p {
    font-size: 14px;
    margin: 0px;
}

.sm-contact-seller p {
    font-size: 12px;
    margin: 0px;
    width: 100%;
}

.contact-seller img {
    height: 60px;
    width: 120px;
    object-fit: contain;
}

.sm-contact-seller img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.button-section a {
    color: #000;
}

.dot {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    white-space: normal;
    position: relative;
    padding-left: 20px;
}

.dot::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #000;
}

.property-description p {
    text-align: justify;
}

.map-container {
    position: relative;
    max-width: 100%;
    height: 400px;
    background-image: url('your-map-image.png');
    background-size: cover;
    background-position: center;
}

.map-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
}

.distance-block {
    font-size: 14px;
}

.distance-icon {
    width: 20px;
    height: 20px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 30px 0;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid #86e8ff;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #86e8ff;
    color: #000;
}

.custom-btn .arrow {
    margin-left: 8px;
    font-size: 18px;
}

.place-card,
.gmnoprint,
.gm-inset-map {
    display: none;
}

.btn-custom-width {
    width: 23%;
}

.bs-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: 50% 50% !important;
}

.bg-repeat {
    background-repeat: no-repeat !important;
}

.mh-320 {
    min-height: 320px !important;
    height: 350px;
}

.mh-50 {
    min-height: 173px !important;
}

.mh-33 {
    min-height: 114px !important;
}

.badges .item {
    display: inline-block;
    border-radius: 0px;
    padding: 3px 10px !important;
    font-weight: 600 !important;
    /* opacity: .8; */
    width: auto !important;
    margin: 5px;
    color: #27334a !important;
    font-size: 12px;
}

.featured {
    background-color: #62d7ff !important;
}

.new {
    background-color: #fff !important;
}

.txt-light {
    color: #585858 !important;
}

.fw-14 {
    font-size: 14px;
}

.property-short-description {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #27334a;
}

.city-card {
    padding: 23px 30px;
    background-color: #f1f1f1;
    color: #0c0c0c;
    border-radius: 10px;
}

.city-card h3 {
    font-weight: 600;
}

.city-hr {
    border: 1px solid #949494;
}

.recommended {
    top: 8px;
    position: absolute;
    left: 70%;
    background-color: #27334a;
    color: #fff;
    border-radius: 0px;
    padding: 2px 10px;
    letter-spacing: 1px;
    font-size: 12px;
}


.social-media-contact-us {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #27334a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}


/* pagination design start */
.pagination {
    list-style: none;
    display: flex;
    gap: 3px;
    padding: 0;
}

.page-item {
    padding: 0 !important;
    height: 28px !important;
    border: none !important;
    border-radius: 0 !important;
    background: #f9f9f9 !important;
}

.page-link {
    padding: 0px 15px !important;
    border-radius: 0 !important;
}

.page-item.active {
    background: #27334a;
    color: #fff;
}

.page-item.disabled a {
    color: #ccc;
    pointer-events: none;
}

.active>.page-link,
.page-link.active {
    color: #fff;
    background-color: #27334a;
    border: none;
}

.page-link {
    color: #27334a;
}

.page-item:hover .page-link{
    color: white !important;
    background: #27334a !important;
}

.page-item.active:hover .page-link{
    color: white !important;
}
.page-item.active .page-link{
    padding: 1px 15px !important;
}

/* pagination design end */


@media (max-width: 360px) {
    .category-container {
        flex-direction: column;
        align-items: center;
    }

    .property-category {
        width: 140px;
        height: auto;
    }

    .recommended {
        left: 59%;
    }

    .navbar-brand img {
        width: 150px !important;
    }
}

@media (max-width: 459px) {
    .sm-button-section .btn .ms-2 {
        display: none;
    }

    .contact-seller img {
        width: 60px;
    }

    .recommended {
        left: 68%;
    }
}

@media (max-width: 576px) {
    .property-card .card-body .btn {
        width: 150px;
    }

    .recommended {
        left: 72%;
    }
}

@media (max-width: 768px) {
    .info-box {
        min-width: 300px !important;
    }

    footer .col-md-3 {
        margin-bottom: 30px;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step-card {
        margin-bottom: 20px;
    }

    .carousel-container {
        flex-direction: column;
        align-items: center;
    }

    .col-md-8,
    .col-md-4 {
        width: 100%;
    }

    .preview-images {
        flex-direction: row;
        gap: 10px;
    }

    .preview-images img,
    .preview-images video {
        width: 100%;
        height: 130px;
    }

    .preview-item {
        height: auto;
    }

    .main-image img,
    .main-image video {
        width: 100%;
    }

    .dot {
        font-size: 16px;
    }

    .carousel-container {
        gap: 10px;
    }

    .button-section {
        margin-top: 10px;
    }

    .btn-custom-width {
        width: 43%;
    }

    .mh-320 {
        min-height: 280px !important;
        height: 300px;
    }

    .mh-50 {
        min-height: 148px !important;
    }

    .mh-33 {
        min-height: 97px !important;
    }

    .recommended {
        left: 75%;
    }

    .steps-container {
        gap: 0px !important;
    }
}

@media (max-width: 991px) {
    .info-box {
        height: 300px;
        max-width: 350px;
    }

    .hero-section {
        height: auto;
    }

    #mobileMenu {
        max-width: 290px;
    }

    .button-container {
        flex-wrap: wrap;
        place-content: center;
    }

    .contact-seller-button-section .btn,
    .button-section .btn {
        padding: 20px 15px;
    }

    .mh-320 {
        min-height: 280px !important;
        height: 380px;
    }

    .mh-50 {
        min-height: 188px !important;
    }

    .mh-33 {
        min-height: 124px !important;
    }

    .recommended {
        left: 65%;
    }

    .steps-container {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .contact-seller-button-section .btn {
        padding: 25px 20px
    }

    .recommended {
        top: 1%;
        left: 60%;
        padding: 1px 4px;
    }
}

@media (max-width: 1399px) {
    .button-section .btn {
        padding: 20px 12px;
        font-size: 14px;
    }

    .recommended {
        left: 65%;
    }
}





@media (min-width: 768px) {
    .step-card.col-md-3 {
        width: 38%;
    }
}

@media (min-width: 992px) {
    .step-card.col-lg-3 {
        width: 28%;
    }
}


@media (min-width: 1200px) {
    .step-card.col-xl-2 {
        width: 22%;
    }
}