﻿.contact-content #contact-form button:hover, .contact-page #contact-form button:hover, .icon-button a i, .main-banner .owl-dots .active, .sub-header ul.social-links li a:hover {
    background-color: deepskyblue
}

.header-area .main-nav .nav li:last-child:hover a, .main-button a:hover {
    background-color: #00f
}

.featured .accordion, .single-property .accordion {
    --bs-accordion-bg: #fafafa;
    --bs-accordion-border-color: none
}

a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, div pre, dl, dt, em, figcaption, figure, font, footer, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, li, nav, object, ol, p, q, s, samp, section, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.icon-button a, .main-button a {
    border-radius: 25px;
    transition: .3s
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix, .sub-header ul li {
    display: inline-block
}

.user-menu:hover .dropdown-content, article, aside, footer, header, hgroup, html[xmlns] .clearfix, nav, section {
    display: block
}

* html .clearfix {
    height: 1%
}

li, ul {
    padding: 0;
    margin: 0;
    list-style: none
}

* {
    box-sizing: border-box
}

body, html {
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins,sans-serif
}

a {
    text-decoration: none !important
}

h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

ul {
    margin-bottom: 0
}

p {
    font-size: 14px;
    line-height: 28px;
    color: #4a4a4a
}

img {
    width: 100%;
    overflow: hidden
}

::selection {
    background: #0071f8;
    color: #fff
}

::-moz-selection {
    background: #0071f8;
    color: #fff
}

.section {
    margin-top: 120px
}

.section-heading {
    margin-bottom: 70px
}

    .section-heading h2 {
        font-size: 40px;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 20px;
        line-height: 56px
    }

.icon-button a, .icon-button a i {
    height: 50px;
    line-height: 50px;
    display: inline-block
}

.section-heading h2 em {
    font-style: normal;
    color: #0071f8
}

.section-heading h6 {
    color: #ee626b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.icon-button a {
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px 0 0
}

    .icon-button a i {
        width: 50px;
        text-align: center;
        border-radius: 50%;
        margin-right: 15px;
        margin-left: -1px
    }

    .background-header .main-nav .nav li a.active, .header-area .main-nav .nav li a.active, .header-area .main-nav .nav li:hover a, .icon-button a:hover, .properties ul.properties-filter li a:hover {
        color: deepskyblue
    }

        .contact .section-heading h2, .header-area .main-nav .nav li:last-child:hover a i, .icon-button a:hover i, .properties ul.properties-filter li a.is_active:hover, .video .section-heading h2 {
            color: #fff
        }

.main-button a {
    display: inline-block;
    background-color: #00bfff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 30px
}

    .main-button a:hover {
        color: #fff
    }

.preloader-inner .dot, .preloader-inner .dots span {
    width: 16px;
    height: 16px;
    background: deepskyblue;
    border-radius: 50%
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.99);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

    .js-preloader.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: 0 0
}

    .preloader-inner .dot {
        position: absolute;
        top: 12px;
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: 2.8s infinite dot;
        animation: 2.8s infinite dot
    }

    .preloader-inner .dots {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        -webkit-animation: 2.8s infinite dots;
        animation: 2.8s infinite dots
    }

        .preloader-inner .dots span {
            display: block;
            float: left;
            margin-left: 16px
        }

.sub-header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

    .sub-header ul.social-links {
        text-align: right
    }

        .sub-header ul.social-links li {
            margin-left: 8px
        }

            .sub-header ul.social-links li a {
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: #cdcdcd;
                border-radius: 50%;
                text-align: center;
                line-height: 30px;
                color: #fff;
                font-size: 14px;
                transition: .3s
            }

    .sub-header ul.info li {
        font-size: 14px;
        color: #7a7a7a;
        border-right: 1px solid #eee;
        margin-right: 25px;
        padding-right: 25px
    }

.best-deal .info-table ul li, .contact-content .item h6 span, .contact-page .item h6 span, .featured .info-table ul li h4 span, .single-property .info-table ul li h4 span {
    color: #aaa;
    font-size: 15px;
    font-weight: 400
}

.sub-header ul.info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.sub-header ul.info li i {
    font-size: 20px;
    color: deepskyblue;
    margin-right: 8px
}

.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.15) !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-area {
    position: relative;
    background-color: #fff;
    height: 100px;
    z-index: 100;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .header-area .main-nav {
        background: 0 0;
        display: flex
    }

.contact, .main-banner .item, .video {
    background-position: center center
}

.contact, .main-banner .item, .page-heading, .video {
    background-repeat: no-repeat;
    background-size: cover
}

.header-area .main-nav .logo {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block
}

    .header-area .main-nav .logo h1 {
        line-height: 100px;
        font-size: 28px;
        text-transform: uppercase;
        color: #1e1e1e;
        font-weight: 700;
        letter-spacing: 2px
    }

.background-header .main-nav .logo h1 {
    line-height: 80px
}

.header-area .main-nav ul.nav {
    flex-basis: 100%;
    margin-top: 30px;
    justify-content: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 999
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0
}

.header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    line-height: 100px
}

    .header-area .main-nav .nav li a {
        align-content: center;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #1e1e1e;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        border: transparent;
        letter-spacing: .25px
    }

    .header-area .main-nav .nav li:last-child a {
        background-color: #00bfff;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        border-radius: 35px;
        padding-bottom: 50px !important
    }

        .header-area .main-nav .nav li:last-child a i {
            background-color: deepskyblue;
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            border-radius: 50%;
            margin-left: -1px
        }

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 20px;
    display: none
}

.background-header .main-nav .menu-trigger {
    top: 22px
}

.background-header .main-nav ul.nav {
    margin-top: 20px
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:after, .header-area .main-nav .menu-trigger span:before {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0
}

    .header-area .main-nav .menu-trigger span:after, .header-area .main-nav .menu-trigger span:before {
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        height: 2px;
        left: 0;
        width: 75%;
        content: ""
    }

.header-area .main-nav .menu-trigger span {
    top: 16px
}

    .header-area .main-nav .menu-trigger span:before {
        -moz-transform-origin: 33% 100%;
        -ms-transform-origin: 33% 100%;
        -webkit-transform-origin: 33% 100%;
        transform-origin: 33% 100%;
        top: -10px;
        z-index: 10
    }

    .header-area .main-nav .menu-trigger span:after {
        -moz-transform-origin: 33% 0;
        -ms-transform-origin: 33% 0;
        -webkit-transform-origin: 33% 0;
        transform-origin: 33% 0;
        top: 10px
    }

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:after, .header-area .main-nav .menu-trigger.active span:before {
    background-color: transparent;
    width: 100%
}

    .header-area .main-nav .menu-trigger.active span:before {
        -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
        -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
        -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
        transform: translateY(6px) translateX(1px) rotate(45deg);
        background-color: #1e1e1e
    }

.background-header .main-nav .menu-trigger.active span:after, .background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e
}

.visible {
    display: inline !important
}

@media (max-width:1200px) {
    .header-area .main-nav .nav li {
        padding-left: 5px;
        padding-right: 5px
    }
}

.main-banner .item {
    padding: 220px 20% 320px;
    margin-top: 0
}

    .main-banner .item span.category {
        color: #1e1e1e;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 6px 15px;
        display: inline-block;
        margin-bottom: 30px
    }

        .main-banner .item span.category em {
            font-style: initial;
            color: #000
        }

    .main-banner .item h2 {
        font-size: 62px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        line-height: 72px;
        width: 50%;
        margin-bottom: 0
    }

.main-banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 20%
}

    .main-banner .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        transition: .5s
    }

.main-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px)
}

.contact, .contact-content, .featured .left-image, .fun-facts .counter, .user-menu, .video, footer p a {
    position: relative
}

.main-banner .owl-nav .owl-next i, .main-banner .owl-nav .owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    opacity: 1;
    transition: .3s
}

.main-banner .owl-nav .owl-prev i {
    position: absolute;
    left: 45px
}

.main-banner .owl-nav .owl-next i {
    position: absolute;
    right: 45px
}

    .main-banner .owl-nav .owl-next i:hover, .main-banner .owl-nav .owl-prev i:hover {
        opacity: 1;
        background-color: rgba(255,255,255,.5)
    }

.featured .left-image img {
    padding-left: 55px
}

.featured .left-image a {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: deepskyblue;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -55px
}

.featured .section-heading {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    text-align: center
}

    .featured .section-heading h2 {
        width: 70%
    }

.featured .accordion {
    margin-left: 10px;
    margin-right: 10px;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    border: none !important
}

.contact-content .email, .user-menu {
    margin-left: 15px
}

.featured .accordion-header, .properties .item ul, .single-property .accordion-header {
    border-bottom: 1px solid #eaeaea
}

.featured .accordion-button, .single-property .accordion-button {
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    color: #1e1e1e
}

    .featured .accordion-button:not(.collapsed), .single-property .accordion-button:not(.collapsed) {
        color: deepskyblue;
        outline: 0
    }

    .featured .accordion-button::after, .single-property .accordion-button::after {
        display: none
    }

.featured #headingThree, .single-property #headingThree {
    border-bottom: none
}

.featured .accordion-item:last-of-type .accordion-collapse, .single-property .accordion-item:last-of-type .accordion-collapse {
    border-top: 1px solid #eaeaea
}

.best-deal .info-table, .featured .info-table {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    padding: 35px 30px
}

    .featured .info-table ul li, .single-property .info-table ul li {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee
    }

        .best-deal .info-table ul li:last-child, .featured .info-table ul li:last-child, .single-property .info-table ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .featured .info-table ul li img, .single-property .info-table ul li img {
            float: left;
            margin-right: 25px
        }

        .featured .info-table ul li h4, .single-property .info-table ul li h4 {
            font-size: 18px;
            font-weight: 900
        }

.video {
    background-image: url(../images/video-bg.jpg);
    padding: 100px 0 250px
}

.video-content {
    margin-top: -240px
}

    .video-content .video-frame {
        position: relative;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        border-radius: 10px
    }

        .properties .item img, .video-content .video-frame img {
            height: 250px;
            width: 400px;
            border-radius: 25px
        }

        .video-content .video-frame a {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-26px,-26px);
            width: 52px;
            height: 52px;
            background-color: #fff;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 52px;
            color: deepskyblue;
            outline: rgba(254,85,37,.5) solid 15px;
            font-size: 18px
        }

.fun-facts {
    text-align: center;
    margin-top: 125px
}

    .fun-facts .counter {
        background-color: #ffeee9;
        border-radius: 10px;
        width: 270px;
        padding: 20px 0;
        display: inline-block
    }

        .fun-facts .counter h2, .fun-facts .counter p {
            display: inline-flex;
            vertical-align: middle
        }

        .fun-facts .counter p {
            text-align: left;
            font-size: 16px;
            color: #1e1e1e;
            font-weight: 600;
            line-height: 28px
        }

        .fun-facts .counter h2 {
            margin-right: 25px;
            font-size: 40px;
            color: deepskyblue
        }

        .fun-facts .counter:after {
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: deepskyblue;
            border-radius: 50%;
            content: '';
            right: -25px;
            top: -25px
        }

.best-deal {
    padding: 100px 0
}

    .best-deal .tab-content img {
        padding: 0 45px
    }

    .best-deal .tabs-content .nav-link {
        font-size: 16px;
        font-weight: 500;
        background-color: #1e1e1e !important;
        border-radius: 5px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0 25px;
        color: #fff
    }

    .best-deal .tabs-content .nav-tabs .nav-link.active {
        background-color: deepskyblue !important;
        color: #fff
    }

    .best-deal .tabs-content ul.nav-tabs {
        border-bottom: none !important;
        margin-bottom: 80px;
        align-items: end;
        justify-content: end;
        margin-top: -130px
    }

        .best-deal .tabs-content ul.nav-tabs li {
            padding-right: 0;
            border-right: none;
            margin-left: 20px
        }

    .best-deal .info-table ul li {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eee;
        text-align: left
    }

        .best-deal .info-table ul li span {
            font-size: 20px;
            color: #1e1e1e;
            font-weight: 700;
            float: right;
            display: inline-block
        }

    .best-deal .tabs-content {
        padding: 0;
        background-color: transparent
    }

        .best-deal .tabs-content h4 {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 30px
        }

    .best-deal .icon-button {
        margin-top: 30px
    }

.properties .item {
    text-align: left;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px
}

.contact-content #contact-form, .contact-content .item, .contact-page #contact-form {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    padding: 35px 30px;
    background-color: #fff
}

.properties .item span.category {
    background-color: #87cefa;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    color: #1e1e1e;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 25px
}

.properties .item h4 {
    font-size: 19px;
    margin: 25px 0
}

    .page-heading span a, .properties .item h4 a {
        color: #1e1e1e
    }

.properties .item ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 15px;
    color: #4a4a4a;
    margin-right: 20px
}

    .properties .item ul li span {
        font-weight: 600;
        color: #1e1e1e
    }

.properties .item ul {
    margin-bottom: 30px;
    padding-bottom: 30px
}

.properties .item h6 {
    font-size: 20px;
    color: deepskyblue;
    display: inline-block;
    float: right;
    margin-top: 30px
}

.properties .item .main-button {
    text-align: center
}

.PropertiesTitle {
    padding-top: 20px;
    text-align: center
}

.contact {
    background-image: url(../images/contact-bg.jpg);
    padding: 100px 0 250px
}

.contact-content {
    margin-top: -240px;
    z-index: 1
}

    .contact-content #map {
        border-radius: 10px;
        margin-bottom: 60px
    }

    .contact-content .phone {
        margin-right: 15px
    }

    .contact-content .item img, .contact-page .item img {
        float: left;
        margin-right: 25px;
        vertical-align: middle
    }

    .contact-content .item h6, .contact-page .item h6 {
        font-size: 20px;
        font-weight: 600;
        vertical-align: middle
    }

    .contact-content #contact-form, .contact-page #contact-form {
        margin-left: 30px
    }

        .contact-content #contact-form label, .contact-page #contact-form label {
            font-size: 15px;
            color: #3a3a3a;
            margin-bottom: 15px
        }

        .contact-content #contact-form input, .contact-page #contact-form input {
            width: 100%;
            height: 44px;
            border-radius: 22px;
            background-color: #f6f6f6;
            border: none;
            margin-bottom: 30px;
            font-size: 14px;
            padding: 0 15px
        }

        .contact-content #contact-form textarea, .contact-page #contact-form textarea {
            width: 100%;
            height: 150px;
            max-height: 180px;
            border-radius: 22px;
            background-color: #f6f6f6;
            border: none;
            margin-bottom: 40px;
            font-size: 14px;
            padding: 15px
        }

        .contact-content #contact-form button, .contact-page #contact-form button {
            background-color: #1e1e1e;
            height: 44px;
            border-radius: 22px;
            padding: 0 20px;
            color: #fff;
            border: none;
            font-size: 15px;
            font-weight: 500;
            transition: .5s
        }

footer.footer-no-gap {
    margin-top: 0
}

footer {
    margin-top: 15px;
    background-color: #1e1e1e;
    min-height: 70px
}

footer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important; /* ارتفاع مشخص برای امکان مرکز عمودی */
    background-color: #0287D0 !important;
    border-top: 1px solid #D9D9D9 !important;
    z-index: 999 !important;
    display: flex !important;
    align-items: center !important; /* مرکز عمودی */
    justify-content: center !important; /* مرکز افقی */
    text-align: center !important;
}

    footer p {
        margin: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-align: center !important;
    }

        footer p a {
            color: #fff !important;
            transition: opacity 0.3s !important;
            text-decoration: none !important;
            z-index: 3 !important;
            position: relative !important;
            text-align: center !important;
        }

            footer p a:hover {
                opacity: 0.75 !important;
            }

.page-heading {
    background-image: url(../images/page-heading-bg.jpg);
    background-position: center bottom;
    padding: 110px 0;
    text-align: center
}

    .page-heading span {
        /*background-color: #fff;*/
        color: gray;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 25px;
        display: inline-block;
        margin-bottom: 30px
    }

    .page-heading h3 {
        font-size: 48px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff
    }

.properties ul.properties-filter {
    list-style: none;
    text-align: center;
    margin-bottom: 70px
}

    .properties ul.properties-filter li {
        display: inline-block;
        margin: 5px 8px
    }

        .properties ul.properties-filter li a {
            display: inline-block;
            text-align: center;
            font-size: 15px;
            text-transform: capitalize;
            font-weight: 500;
            color: #fff;
            background-color: #1e1e1e;
            padding: 12px 25px;
            border-radius: 5px;
            transition: .3s
        }

.single-property .main-image img {
    float: none
}

.single-property .main-content h4 {
    text-align: center;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}

.single-property .main-content span.category {
    font-weight: bold !important;
    background-color: #00bfff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    color: #1e1e1e;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 40px;
}

.single-property .accordion {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    border: none !important
}

.contact-page .item, .single-property .info-table {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    padding: 35px 30px
}

.single-property .info-table {
    margin-left: 60px
}

.contact-page #map {
    margin-top: 100px
}

.contact-page .section-heading {
    margin-bottom: 40px;
    margin-right: 280px
}

.contact-page p {
    margin-bottom: 50px
}

.contact-page .item {
    background-color: #fff;
    display: inline-block;
    min-width: 360px
}

.contact-page .phone {
    margin-bottom: 30px
}

body {
    overflow-x: hidden
}

@media (max-width:767px) {
    .background-header .main-nav {
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        border-radius: 0 0 25px 25px;
        width: 100%
    }

        .background-header .main-nav .nav, .header-area .main-nav .nav {
            background-color: #fff
        }

            .background-header .main-nav .nav li a, .header-area .main-nav .nav li a {
                line-height: 50px;
                height: 50px;
                font-weight: 400;
                color: #1e1e1e;
                background-color: #fff;
                border-radius: 0 0 25px 25px
            }

            .background-header .main-nav .nav li, .header-area .main-nav .nav li {
                border-top: 1px solid #ddd;
                background-color: #f1f0fe;
                height: 50px;
                border-radius: 0 0 25px 25px
            }

    .header-area .main-nav .nav {
        height: auto;
        flex-basis: 100%;
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-left: 0
    }

    .header-area .main-nav .logo {
        position: absolute;
        left: 30px;
        top: 0
    }

    .background-header .main-nav .logo {
        top: 0
    }

    .background-header .main-nav .border-button {
        top: 0 !important
    }

    .header-area .main-nav .border-button {
        position: absolute;
        top: 15px;
        right: 70px
    }

    .header-area.header-sticky .nav li a.active, .header-area.header-sticky .nav li a:hover {
        color: #ee626b !important;
        opacity: 1
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%
    }

    .header-area .nav li:last-child a {
        background-color: transparent !important;
        font-weight: 300 !important;
        text-transform: capitalize !important
    }

    .header-area {
        padding: 0 15px;
        height: 80px;
        box-shadow: none;
        text-align: center
    }

        .header-area .container {
            padding: 0
        }

        .header-area .logo {
            margin-left: 0
        }

        .header-area .menu-trigger {
            display: block !important
        }

        .header-area .main-nav {
            overflow: hidden
        }

            .header-area .main-nav .nav li:first-child {
                border-top: 1px solid #eee
            }

        .background-header.header-sticky .nav, .header-area.header-sticky .nav {
            margin-top: 80px !important
        }

        .header-area .main-nav .nav li {
            width: 100%;
            background: #fff;
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .header-area .main-nav .logo h1 {
            line-height: 80px !important
        }

    .best-deal .tabs-content .nav-link {
        font-size: 14px;
        padding: 0 15px;
        height: 44px;
        line-height: 44px
    }

    .best-deal .tabs-content ul.nav-tabs li {
        margin: 0 5px
    }

    .properties ul.properties-filter li a {
        font-size: 14px;
        padding: 10px 15px
    }

    .properties ul.properties-filter li {
        margin: 5px
    }

    .header-area .main-nav .nav li:last-child {
        display: none
    }
}

@media (max-width:992px) {
    .sub-header {
        display: none
    }

    .header-area .main-nav .logo h1 {
        display:none;
        line-height: 100px
    }

    .background-header .main-nav .logo h1 {
        line-height: 80px
    }

    .header-area .main-nav .nav li a {
        padding-left: 3px;
        padding-right: 3px
    }

    .header-area .main-nav .nav li:last-child a {
        padding-right: 15px
    }

    .main-banner .item h2 {
        width: 100%
    }

    .featured .section-heading {
        margin-left: 0;
        margin-right: 0;
        margin-top: 100px
    }

    .featured .accordion {
        margin-left: 0;
        margin-right: 0
    }

    .best-deal .tabs-content h4, .featured .info-table {
        margin-top: 45px
    }

    .best-deal .info-table, .fun-facts .counter {
        margin-bottom: 45px
    }

    .best-deal .section-heading, .properties .item .main-button {
        text-align: center
    }

    .best-deal .tabs-content ul.nav-tabs {
        margin-top: 0;
        justify-content: center
    }

    .best-deal .tab-content img {
        padding: 0
    }

    .properties .item h6 {
        text-align: center;
        margin-bottom: 15px
    }

    .properties .item ul li {
        margin-right: 10px;
        font-size: 13px
    }

    .contact-content .phone {
        margin-right: 0;
        margin-bottom: 20px
    }

    .contact-content .email {
        margin-left: 0;
        margin-bottom: 45px
    }

    .contact-content #contact-form {
        margin-left: 0
    }

    .single-property .info-table {
        margin-left: 0;
        margin-top: 45px
    }

    .contact-page .section-heading {
        margin-right: 0 !important
    }

    .contact-page #contact-form {
        margin-left: 0;
        margin-top: 60px
    }

    .best-deal .info-table ul li span {
        float: right !important;
        width: auto !important
    }
}

@media (max-width:1200px) {
    .best-deal .info-table ul li span {
        float: none;
        width: 100%
    }

    .contact-page .section-heading {
        margin-right: 100px
    }
}

.user-menu {
    display: inline-block
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00bfff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    transition: .3s
}

    .user-avatar:hover {
        background-color: #1e90ff
    }

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    z-index: 1000;
    border-radius: 5px;
    padding: 10px 0;
    padding-bottom: 10px !important
}

    .dropdown-content a {
        color: #1e90ff;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        transition: .3s
    }

        .dropdown-content a:hover {
            color: #1e90ff
        }

.dropdown-content-Text {
    display: flex;
    align-items: center;
    text-align: center
}

.login-btn {
    background-color: deepskyblue;
    color: #fff !important;
    border-radius: 20px;
    padding: 8px 20px !important;
    transition: .3s
}

    .login-btn:hover {
        background-color: #1e1e1e;
        color: #fff !important
    }

@media (max-width:992px) {
    .user-avatar {
        font-size: 14px;
        width: 36px;
        height: 36px
    }

    .dropdown-content {
        left: 0;
        position: fixed;
        top: 100px;
        right: 20px;
        width: 200px
    }

    .login-btn {
        padding: 6px 15px !important;
        font-size: 14px
    }

    .user-menu {
        margin-left: 10px;
        order: 1
    }

    .header-sticky .dropdown-content {
        top: 70px
    }
}

/* ProductOfCategory ==> */
/* General Styles */
.product-category-page {
    background-color: #f8f9fa;
}

/* Header Styles */
.page-heading {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 60px 0;
    margin-bottom: 30px;
}

    .page-heading .breadcrumb {
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
    }

        .page-heading .breadcrumb a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s;
        }

            .page-heading .breadcrumb a:hover {
                color: white;
            }

    .page-heading h3 {
        font-weight: 700;
        font-size: 32px;
        margin: 0;
    }

/* Filters */
.filters {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

    .filters li a {
        display: inline-block;
        padding: 8px 20px;
        background-color: #f1f1f1;
        color: #333;
        border-radius: 30px;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 14px;
        font-weight: 500;
    }

        .filters li a:hover,
        .filters li a.active {
            background-color: #2575fc;
            color: white;
        }

/* Product List Grid */
.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Product Card */
.product-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

/* Image & Overlay */
.product-image {
    position: relative;
    display: block;
    overflow: hidden;
}

    .product-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all 0.5s ease;
    }

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 117, 252, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-details {
    color: white;
    font-weight: 500;
    padding: 8px 15px;
    border: 2px solid white;
    border-radius: 30px;
}

/* Product Info */
.product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    text-align: center !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .product-title a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
    }

        .product-title a:hover {
            color: #2575fc;
        }

.product-short-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    flex-grow: 1;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #2575fc;
    margin-bottom: 15px;
}

/* Button */
.product-actions {
    margin-top: auto;
}

.btn-view-details {
    display: inline-block;
    padding: 8px 15px;
    background-color: #2575fc;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s, box-shadow 0.3s;
    text-align: center;
}

    .btn-view-details:hover {
        background-color: #1a5dc8;
        box-shadow: 0 0 10px rgba(37, 117, 252, 0.4);
        color: white;
    }

    .btn-view-details i {
        margin-left: 5px;
    }

/* Responsive - Mobile View */
@media (max-width: 768px) {
    .product-list {
        grid-template-columns: 1fr;
        padding: 20px 10px;
    }

    .product-card {
        max-width: 100%;
    }

    .product-image img {
        height: auto;
    }
}









.animated-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

    .animated-pagination li {
        transition: transform 0.3s ease;
    }

        .animated-pagination li:hover {
            transform: scale(1.1);
        }

.page-link,
.nav-button {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #007bff;
    background-color: #fff;
    color: #007bff;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
}

    .page-link:hover,
    .nav-button:hover {
        background-color: #007bff;
        color: #fff;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
    }

.current-page {
    background-color: #007bff;
    color: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

/* ✅ موبایل: کوچکتر + کنار هم */
@media (max-width: 600px) {
    .animated-pagination {
        flex-direction: row; /* کنار هم */
        flex-wrap: nowrap; /* از رفتن به ردیف دوم جلوگیری می‌کند */
        overflow-x: auto; /* اسکرول افقی در صورت نیاز */
        gap: 6px;
        padding: 5px;
    }

    .page-link,
    .nav-button,
    .current-page {
        padding: 6px 10px;
        font-size: 12px;
        white-space: nowrap;
        border-radius: 6px;
    }

    .animated-pagination li:hover {
        transform: none; /* بدون افکت در موبایل برای حفظ فضا */
    }
}


