body {
    font-size: 16px;
}

.languages {
    display: inline;
}

.b-r__none {
    border-radius: 0% !important;
}

.ras-email {
    font-size: 1rem;
    font-weight: normal;
    margin: auto;
}

/*.ras-w {*/
/*    padding: 0 !important;*/
/*}*/

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-stretch: condensed;
    line-height: 1.25;
    letter-spacing: 1px !important;
}

.blokk {
    display: block !important;
}

.top-menu {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 3rem;
    background-color: #720b0f;
    /* margin-top: -1.5rem; */
}

.top-menu__tel {
    color: #F1FAEE;
    margin: auto;
}

.top-menu .top-menu__tel span {
    margin-left: 2rem;
    font-size: 0.8rem;
}

.top-menu .top-menu__tel svg {
    width: 20px;
}

.top-menu__icons {
    color: #F1FAEE;
    margin: auto;
    font-size: 0.8rem;
}

.top-menu__icons a {
    color: #F1FAEE;
    margin: auto;
    font-size: 0.8rem;
}

.top-menu__icons a:hover {
    color: #000;
}

.top-menu__icons .svg-topMenu {
    width: 18px;
    margin-left: 1rem;
}

.top-menu__icons .svg-topMenu:hover {
    fill: #000;
}

.top-menu__icons i {
    margin-left: 25px;
}

.padtop70 .box_shadow .container-fluid .homehouse .grid-cards {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

.box_shadow .container-fluid .projecthome .grid-cards {
    display: grid;
    grid-template-columns: 15.5% 15.5% 15.5% 15.5% 15.5% 15.5% 15.5% 15.5%;
}

.container-fluid .homehouse .projecthome .grid-cards {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

/*.home-page-img {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: -10%;*/
/*    width: 50%;*/
/*    animation: slideIn 2s ease-out, bounce 0.5s 2s ease-in-out 3;*/
/*}*/

/*@keyframes slideIn {*/
/*    0% {*/
/*        transform: translateX(-100%);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.rowm10 {
    margin-left: -10px;
    margin-right: -10px;
}

.colm10 {
    padding-left: 10px;
    padding-right: 10px;
}

img {
    max-width: 100%;
}

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

.scontent img {
    -o-object-fit: cover;
    object-fit: cover;
}

header {
    position: relative;
    z-index: 500;
}

.topmenu {
    border-bottom: 1px solid #ccc;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.topmenu .navbar-nav {
    width: 100%;
}

.topmenu .navbar-nav a {
    color: #fff !important;
    margin-left: 2rem;
    letter-spacing: 1px;
}

.topmenu .navbar-nav a.active {
    font-weight: 600 !important;
}

.main-menu-content .main-menu-nav .navbar-nav .menu-item .ahlan {
    color: #ab1015 !important;
    font-weight: 800;

}

.topmenu .navbar-toggler {
    border: none !important;
    color: #fff !important;
}

.topmenu.bg-light .navbar-nav a,
.topmenu.bg-light .navbar-toggler {
    color: #000 !important;
    font-weight: 600;
}


.projecthome h2 a {
    color: #222;
}

.container-fluid h2 {
    font-size: 2rem;
    font-weight: 700;
}

.container-fluid .p-size {
    font-size: 1.2rem;
}

.projecthome .item {
    background-color: #f6f6f6;
    height: 100%;
}

.projecthome > .row > div {
    margin-bottom: 20px;
}

.projecthome .item p {
    margin: 0;
    padding: 5px 0;
}

.blii {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    padding-top: 66.6667%;
    position: relative !important;
}
/* Base .blii styles remain unchanged */

/* Sold Logo */
.blii.sold::after {
    content: "";
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    width: 150px; /* Adjust logo size */
    height: 150px;
    background: url('/image/sold.png') no-repeat center center;
    background-size: contain;
    z-index: 10; /* Ensure it overlays the image */
    pointer-events: none; /* Prevent interaction with the logo */
}

/* Rented Logo */
.blii.rented::after {
    content: "";
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    width: 150px; /* Adjust logo size */
    height: 150px;
    background: url('/image/rented.png') no-repeat center center;
    background-size: contain;
    z-index: 10; /* Ensure it overlays the image */
    pointer-events: none; /* Prevent interaction with the logo */
}

.blii .img {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;

}

.blii.sold .img img,
.blii.rented .img img {
    opacity: 0.5;
}



.blii .img,
.blii .linkdetail {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}

.projecthome .item .img img.thumb {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.projecthome .item .description {
    background: #ffffff;
    padding-top: 6px;
    position: relative;
    height: 8rem !important;
}

.projecthome .item .description .heart {
    cursor: pointer;
    position: absolute;
    right: 15px !important;
    top: 10px;
}

.projecthome .item .description .dia_chi {
    color: #000000;
    display: inline-block;
    font-size: 0.7rem;
    margin: 0rem;
}

.projecthome .item .description .dia_chi:hover .fa-map-marker-alt {
    transition: 0.2s;
    transform: scale(1.1);
    color: rgba(171, 16, 21);
    animation: none;
}

.projecthome .item .description .dia_chi::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #AB1015;
    display: block;
    margin: auto;
    transition: 0.5s;
    margin-top: 3px;
}

.projecthome .item .description .dia_chi:hover::after {
    width: 100%;
}

.projecthome .item .description .dia_chi .fa-map-marker-alt {
    transition: 0.2s;
    color: rgba(109, 10, 13, 0.856);
    overflow: hidden;
    text-overflow: ellipsis;
    animation: bounceUp 1.5s ease-in-out infinite;
}

.projecthome .item .description .dia_chi .fa-map-marker-alt:hover {
    transition: 0.5s;
    transform: scale(1.1);
    color: rgba(171, 16, 21);
    animation: none;
}

@keyframes bounceUp {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(0) scale(1.1);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.projecthome .item .description a {
    color: #000;
    text-decoration: none;
    font-size: 0.7rem;
    margin-right: -10px;
}

.projecthome .item .description h5 {
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1em;
    font-weight: 700;
    height: 39px;
    line-height: 120%;
    margin: 7px 0 0;
    overflow: hidden;
    padding: 0 15px 0 0;
    text-overflow: ellipsis;
    white-space: normal; */
    /* margin-top: 1rem; */
    font-size: 0.7rem;
    transition: 0.05s;
    height: 1rem;
    overflow: hidden;
}

.projecthome .item .description h5:hover {
    transform: scale(1.01);
    transition: 0.05s;
    color: rgb(113, 12, 12);
}

.projecthome .item .description p {
    margin: 7px 0 0;
    padding: 0;
}

.itemarea {
    position: relative;
    overflow: hidden;
    /* background-color: red; */
}

.itemarea img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
    display: block;
}


.itemarea h4 {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    background-color: #720b0ee0;
    display: inline-block;
    /* border: 2px solid #720b0f; */
    padding: 0.3rem;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    line-height: 1.5;
    width: 10rem !important;
    overflow: hidden;
}

.itemarea-h4 h4 {
    background-color: #569bcfdc;
}

.owl-carousel .owl-stage {
    display: flex;

}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: auto;
}

.homehouse {
    background: #fff;
    position: relative;
}

.hourseitem {
    margin-top: 20px;
    background-color: #4444441f;
}

.hourseitem .img .thumb {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hourseitem .info {
    padding: 10px 0 0;
    position: relative;
}

.hourseitem .info .heart {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
}

.hourseitem p {
    font-size: 15px;
    margin: 5px 0 0;
    padding: 0;
}

.hourseitem .city {
    color: #4f4f4f;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hourseitem p.threemt {
    display: flex;
    font-size: 0.9em;
}

.hourseitem p.threemt span {
    float: left;
    font-size: 13.5px;
    margin-right: 10%;
}

.hourseitem p.threemt span i {
    float: left;
    font-style: normal;
}

.hourseitem p.threemt span .vti {
    margin-left: 5px;
    margin-top: 2px;
}

footer {
    background-color: #2f2f2f; /* Darker background for a clean, modern look */
    color: #bdbdbd; /* Light text color */
    padding: 40px 0;
}

footer p, footer a {
    color: #bdbdbd;
    font-size: 14px;
}

footer a:hover {
    color: #ffffff; /* Subtle hover effect */
    text-decoration: none;
}

footer .menufooter h4 {
    color: #ffffff; /* Bold and white for section headings */
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

footer .menufooter ul {
    list-style: none;
    padding: 0;
}

footer .menufooter ul li {
    margin-bottom: 10px;
}

footer .menufooter ul li a {
    color: #bdbdbd; /* Muted link color */
    font-size: 14px;
}

footer .store-icon {
    width: 130px; /* Adjust button size */
    margin-right: 10px;
    display: inline-block;
}

footer .language {
    margin-top: 20px;
    color: #bdbdbd;
}

footer .language a {
    color: #bdbdbd;
    margin-right: 10px;
}

footer .language img {
    margin-right: 5px;
    vertical-align: middle;
}

footer .copyright {
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
    border-top: 1px solid #444444;
    padding-top: 15px;
}

.banner-container {
     background-color: #720b0f; /* Background color of the banner */
     padding: 20px 0;
     color: white;
     position: relative;
     overflow: hidden;
 }

.banner-content {
    padding: 5px 80px; /* Horizontal padding for better spacing */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*text-align: left; !* Align text to the left *!*/
    max-width: 600px; /* Set a maximum width for the text content */
    margin: 0 auto; /* Center the content horizontally if it doesn't span full width */
}

.banner-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-buttons a {
    margin-right: 10px;
}

.banner-buttons img {
    width: 150px; /* Adjust the size of the app store buttons */
    height: auto;
}

.banner-image {
    position: relative;
    z-index: 1;
    text-align: center; /* Center the image */
}

.phone-mockup {
    max-width: 20vw; /* Scale image dynamically relative to the viewport */
    min-width: 200px; /* Ensure it doesn’t get too small on smaller screens */
    width: auto; /* Maintain the natural aspect ratio */
    height: auto; /* Maintain the natural aspect ratio */
    z-index: 2; /* Keep it above other elements */
}


/* Adjustments for extra-large screens */
@media (min-width: 1400px) {
    .banner-content {
        max-width: 800px; /* Increase max-width for large screens */
    }

    .banner-content h2 {
        font-size: 36px; /* Slightly larger font size for headings */
    }

    .banner-content p {
        font-size: 20px; /* Slightly larger font size for text */
    }

    .banner-image img.phone-mockup {
        right: 100px; /* Move the image slightly inward */
        bottom: -120px; /* Adjust the bottom position */
        max-width: 18%; /* Resize image for proportionate scaling */
    }
}

/* Responsive adjustments for tablets and smaller screens */
@media (max-width: 768px) {
    .banner-content {
        padding: 20px; /* Reduce horizontal padding */
        text-align: center; /* Center-align text on smaller screens */
    }

    .banner-content h2 {
        font-size: 24px; /* Adjust font size */
    }

    .banner-content p {
        font-size: 16px; /* Adjust font size */
    }

    .banner-image img.phone-mockup {
        right: 10px; /* Adjust image positioning */
        bottom: -100px;
        max-width: 40%; /* Resize image */
    }
}

@media (max-width: 480px) {
    .banner-content {
        padding: 15px; /* Further reduce padding for small screens */
        text-align: center;
    }

    .banner-content h2 {
        font-size: 20px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-image img.phone-mockup {
        right: 5px; /* Adjust image positioning further */
        bottom: -80px;
        max-width: 50%; /* Resize image for very small screens */
    }
}


@media (max-width: 768px) {
    .banner-content, .banner-image {
        text-align: center;

    }

    .banner-image img.phone-mockup {
        max-width: 50%;
    }

    .banner-content {
        margin-bottom: 20px;
    }
}


.padtop10 {
    padding-top: 10px;
}

.padtop20 {
    padding-top: 20px;
}

.padtop30 {
    padding-top: 30px;
}

.padtop40 {
    padding-top: 40px;
}

.padtop50 {
    padding-top: 50px;
}

.padtop70 {
    padding-top: 70px;
~
}

.action_footer {
    bottom: 20px;
    position: fixed;
    right: 50px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4; /* Fix white background issue by adding a light background */
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Shadow to lift the button off the page */
}

.action_footer a {
    position: relative;
    background: #720b0f; /* Bright gradient for visibility */
    color: #fff;
    padding: 20px 40px; /* Increased padding for larger button */
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900; /* Make the text extra bold */
    font-size: 1.4em; /* Larger text */
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px; /* Larger gap between icon and text */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); /* Strong shadow for depth */
    transition: transform 0.3s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s; /* Smooth hover animations */
    overflow: hidden;
    animation: pulse 2s infinite; /* Adding pulse animation for attention */
}

/* Shine effect */
.action_footer a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Shiny effect */
    transform: skewX(-30deg);
    transition: left 0.7s ease-in-out;
}

/* Hover effects */
.action_footer a:hover::before {
    left: 100%; /* Shine moves across the button */
}

.action_footer a:hover {
    background: #55060b; /* Reverse gradient on hover */
    transform: scale(1.1); /* Enlarge the button slightly on hover */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); /* Stronger shadow on hover */
}

/* Icon styling */
.action_footer i {
    color: #fff;
    font-size: 1.8em; /* Larger icon for better visibility */
    transition: transform 0.4s; /* Animate the icon */
}

.action_footer a:hover i {
    transform: rotate(360deg); /* Rotate the icon on hover */
}

/* Pulse animation */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}


.bgheadproject {
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.1), rgba(4, 9, 30, 0.5)), url(/image/new-banner.jpg);
    background-size: cover;
    background-position: center;
    /* background: url(../images/new-banner.jpg); */
    color: #fff;
    padding: 30px 0;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgheadproject h1 {
    font-size: 3rem;
    letter-spacing: 2px;
}

.bgheadproject p {
    padding: 0;
}

.bgheadproject .description {
    width: 40%;

}

#map {
    height: 730px;
}

.bold500 {
    font-weight: 600;
}

.lineheight220 {
    line-height: 220%;
}

.accordion {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
}

.from {
    font-weight: 400;
}
.owl-carousel .item {
    position: relative;
    overflow: hidden; /* Ensure that the logo doesn't spill outside the item */
}

.owl-carousel .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Logo Overlay */
.owl-carousel .item .logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* Adjust based on logo size */
    height: 300px; /* Adjust based on logo size */
    background: url('/image/rasalmal.png') no-repeat center;
    background-size: contain;
    opacity: 0.3; /* 0.5 opacity */
    pointer-events: none; /* Ensures it doesn't interfere with clicks on the image */
}

.owl-carousel .item.sold img,
.owl-carousel .item.rented img {
    opacity: 0.5;
}


/* Sold Logo */
.owl-carousel .item.sold::after {
    content: "";
    position: absolute;
    top: 10px; /* Adjust to position the logo */
    right: 50px; /* Adjust to position the logo */
    width: 100px; /* Adjust the size of the logo */
    height: 100px;
    background: url('/image/sold.png') no-repeat center center;
    background-size: contain;
    z-index: 10; /* Ensure it appears on top of the image */
    pointer-events: none; /* Prevent interactions with the logo */
}

/* Rented Logo */
.owl-carousel .item.rented::after {
    content: "";
    position: absolute;
    top: 10px; /* Adjust to position the logo */
    right: 50px; /* Adjust to position the logo */
    width: 100px; /* Adjust the size of the logo */
    height: 100px;
    background: url('/image/rented.png') no-repeat center center;
    background-size: contain;
    z-index: 10; /* Ensure it appears on top of the image */
    pointer-events: none; /* Prevent interactions with the logo */
}

.boxsliderdetail {
    height: auto;
    width: 88%;
    overflow: hidden;
    position: relative;
    border: 3px solid #720b0f;
    margin: 2rem auto auto auto;
    padding: 2px;
    background-color: #F1FAEE;
}


.boxsliderdetail .slidetop {
    height: 350px;
    position: relative;
}

.boxsliderdetail .slidetop .item {
    width: 100%;
}

.boxsliderdetail .slidetop img {
    /* cursor: pointer; */
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    padding: 2px;
}

.boxsliderdetail .slidebot {
    background: #F1FAEE;
    height: auto;
    padding: 0 15px;
    position: relative;
}

.boxsliderdetail .slidebot .control {
    margin-left: -5px;
    margin-right: -5px;
}

.boxsliderdetail .slidebot .icon {
    /* background-color: hsla(0, 0%, 100%, 0.1); */
    color: #720b0f;
    cursor: pointer;
    float: left;
    /* font-size: 0.8em; */
    height: 80px;
    padding: 15px 0 10px 0;
    text-align: center;
    width: 100%;
}

.boxsliderdetail .slidebot .icon i {
    font-size: 2em;
}

.boxsliderdetail .slidebot .icon p {
    margin: 0;
    padding-top: 10px;
    font-weight: 700;
}

.boxsliderdetail .slidebot #listcarouselthumb {
    height: 90px;
    padding: 5px 15px 5px 0;
    margin-left: 1rem;
    width: 149.5%;

}

.boxsliderdetail .slidebot .item {
    margin: 0 2px;
    width: 100%;
}

.boxsliderdetail .slidebot img {
    border: 3px solid #720b0f;
    cursor: pointer;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.pagination .page-item a,
.pagination .page-item span {
    background-color: #f4f5f9;
    border: 0;
    border-radius: 0 !important;
    color: #222;
    margin: 0 5px;
    padding: 3px 12px !important;
}

.pagination .page-item.active span {
    background: var(--primary-color);
}

.titlenews {
    font-size: 1.8em;
}

.titlenewnews,
.titlenews {
    font-weight: 600;
}

.showbigimg {
    cursor: pointer;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes lds-circle {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        transform: rotateY(5turn);
    }
    to {
        transform: rotateY(10turn);
    }
}

.owl-nav {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}

.owl-nav i {
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    float: left;
    height: 36px;
    padding: 6px;
    top: 0;
    width: 36px;
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    outline: none;
    position: absolute;
    z-index: 2;
}

.owl-nav .owl-next {
    right: -10px;
}

#listcarouselthumb .owl-nav .owl-next,
#listcarouselthumb .owl-nav .owl-prev {
    border-radius: 0;
    box-shadow: none;
}

#listcarouselthumb .owl-nav {
    top: 10px;
}

#listcarouselthumb .owl-nav i {
    background: #720b0f;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 1em;
    height: 70px;
    outline: none !important;
    padding: 27px 0px;
    color: #f4f5f9;
    top: 5px;
    width: 20px;
}

.bgmenupro {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 3px 3px #f2f2f2;
    padding: 0;
}

.bgmenupro .w90 {
    padding: 0;
}

.bgmenupro .navbar {
    padding: 0 1rem;
}

.bgmenupro .navbar li {
    margin-right: 10px;
    padding: 0.5rem 0;
}

.bgmenupro li.active {
    border-bottom: 2px solid orange;
    font-weight: 700;
}

.boxright {
    border-radius: 5px;
    box-shadow: 0 3px 5px #e0e0e0;
    margin-bottom: 15px;
    padding: 15px;
}

.boxright .head {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 0;
}

.boxright .itemagent img {
    border: none;
}

.boxright .itemagent .col-md-4,
.itemagent .col-md-8 {
    padding: 0;
}

.boxright .itemagent .info a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.boxright .itemagent .info p {
    margin: 0;
    padding: 5px 0;
}

.boxright .itemagent .info p.mobile,
.boxright .itemagent .info p.mobile a {
    color: var(--primary-color);
    font-weight: 700;
}

.btn-orange {
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.text-orange {
    color: var(--primary-color) !important;
}

.topmenu.bg-light .navbar-nav a.text-orange {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.titlehouse {
    color: #222;
    font-size: 30px;
    font-weight: 700;
}

.addresshouse {
    color: #4f4f4f;
}

.addresshouse .d-inline-block {
    margin-left: 3rem;
}

.pricehouse {
    color: var(--primary-color);
    font-size: 16px;
    margin: 0;
}

.headifhouse,
.pricehouse {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    padding: 0 0 10px;
}

.headifhouse {
    font-size: 18px;
    margin: 0 0 15px;
}

#frmhomesearch {
    position: relative;
}

.listsuggest {
    background: hsla(0, 0%, 100%, 0.9);
    display: none;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
}

.listsuggest ul {
    margin: 0;
    padding: 0;
}

.listsuggest ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 5px 10px;
}

.listsuggest ul li:last-child {
    border-bottom: none;
}

.listsuggest ul li p {
    font-size: 0.9em;
    margin: 0;
    padding: 5px;
}

.listsuggest ul li p a {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}

.language {
    font-size: 0.8em;
}

.language a {
    color: #f0f0f0;
    letter-spacing: 1px;
}

#ismain-homes h2,
.language a {
    font-weight: 700;
}

.owl-carousel .item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.listnews {
    margin: 0;
    padding: 0;
}

.listnews li {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    padding: 7px 0;
}

.lastestnews .img-thumbnail {
    border: 0;
    max-height: 67px;
    width: auto;
}

.lastestnews {
    font-size: 0.85em;
    font-weight: 600;
}

::-moz-placeholder {
    color: #b4b4b4 !important;
    opacity: 1;
}

::placeholder {
    color: #b4b4b4 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #b4b4b4 !important;
}

.infomarker h5 {
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
}

.infomarker p {
    margin: 0;
    padding: 0;
}

.infomarker h5 a {
    color: var(--primary-color);
}

@media (max-width: 576px) {
    .w90 {
        width: 100%;
    }

    .banner-image img.phone-mockup {
      display: none;
    }
    .home_banner {
        height: 36vh !important;
    }
    .action_footer .text-white {
        margin-right: -2.5rem !important;
    }

    .action_footer a {
        padding: 5px 10px;
        margin: 0;
        font-size: 0.6rem !important;
    }

    .bgheadproject .description {
        width: 100% !important;
    }

    .description .ras-almal {
        width: 65% !important;
        font-size: 1.8rem;
    }

    .description .container-fluid P {
        font-size: 0.8rem !important;
    }

    .description .container-fluid li {
        font-size: 0.8rem !important;
    }

    .container-fluid h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .container-fluid .p-size {
        font-size: 0.8rem;
    }
}



@media (min-width: 576px) {
    .w90 {
        width: 100%;
    }

    .action_footer .text-white {
        margin-right: -2.5rem !important;
    }

    .action_footer a {
        padding: 5px 10px;
        margin: 0;
        font-size: 0.6rem !important;
    }

    .bgheadproject .description {
        width: 80% !important;
    }

    .description .ras-almal {
        width: 55%;
        font-size: 1.8rem;
    }

    .description .container-fluid P {
        font-size: 0.8rem !important;
    }

    .description .container-fluid li {
        font-size: 0.8rem !important;
    }

    .container-fluid h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .container-fluid .p-size {
        font-size: 0.8rem;
    }
}

@media (min-width: 900px) {
    .w90 {
        width: 100%;
    }


}

@media (min-width: 1100px) {
    .w90 {
        width: 90%;
    }


}

.main-header .main-menu-content .sub-toggle {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    position: relative;
    transform-style: preserve-3d;
    width: 36px;
}

.main-header .main-menu-content .sub-toggle:after,
.main-header .main-menu-content .sub-toggle:before {
    background-color: #000;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 12px;
}

.main-header .main-menu-content .sub-toggle:before {
    transform: translateX(-50%);
}

.main-header .main-menu-content .sub-toggle:after {
    transform: translateX(-50%) rotate(90deg);
}

.main-header .main-menu-content .sub-toggle.active:after {
    display: none;
}

.main-header .main-menu-content .sub-menu {
    background-color: hsla(0, 0%, 100%, 0.95);
    border: 1px solid #eee;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.25s ease;
    visibility: hidden;
    z-index: 1000;
}

.main-header .main-menu-content .sub-menu:before {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.main-header .main-menu-content .sub-menu > li {
    display: block;
}

.main-header .main-menu-content .sub-menu > li .sub-toggle-desktop {
    display: none;
}

.main-header .main-menu-content .sub-menu > li > a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.main-header .main-menu-content .sub-menu > li > a:hover {
    color: var(--primary-color) !important;
}

.main-header .main-menu-content .sub-menu > li:last-child a {
    border-bottom: 1px solid #eee;
}

.main-header .main-menu-content .sub-menu > li.menu-item-has-children {
    position: relative;
}

.main-header
.main-menu-content
.sub-menu
> li.menu-item-has-children
> .sub-toggle {
    display: none;
}

.main-header
.main-menu-content
.sub-menu
> li.menu-item-has-children
> .sub-menu {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(30px);
    visibility: hidden;
}

.main-header
.main-menu-content
.sub-menu
> li.menu-item-has-children
> .sub-menu:before {
    display: none;
}

.main-header
.main-menu-content
.sub-menu
> li.menu-item-has-children:hover
> .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.main-header .main-menu-content .sub-menu > li:last-child {
    border-bottom: none;
}

.main-header .main-menu-content .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .main-menu-content .menu > li {
    display: inline-block;
    padding: 0.8rem 0;
}

.main-header .main-menu-content .menu > li > a {
    color: #000;
    display: inline-block;
    padding: 0.5rem;
    position: relative;
    text-decoration: none !important;
}

.main-header .main-menu-content .menu > li > a:hover {
    color: var(--primary-color) !important;
}

.main-header .main-menu-content .menu > li:first-child {
    padding-left: 0;
}

.main-header .main-menu-content .menu > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.main-header .main-menu-content .menu > li .sub-toggle {
    display: none;
}

.main-header .main-menu-content .menu > li.menu-item-has-children {
    padding: 0.8rem 0.5rem;
    position: relative;
}

.main-header .main-menu-content .menu > li.menu-item-has-children .sub-toggle {
    display: none;
    margin-left: 5px;
}

.main-header .main-menu-content .menu > li.menu-item-has-children .sub-menu {
    opacity: 0;
    transform: scaleZ(0) translateY(30px);
    visibility: hidden;
}

.main-header
.main-menu-content
.menu
> li.menu-item-has-children:hover
.sub-toggle {
    color: #fff;
}

.main-header
.main-menu-content
.menu
> li.menu-item-has-children:hover
> .sub-menu {
    opacity: 1;
    transform: scaleX(1) translateY(0);
    visibility: visible;
}

.main-header .main-menu-content .menu > li.current-menu-item > a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.nav-link,
.drop-down li {
    list-style: none;
    height: 100%;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.projects:hover .drop-down {
    display: block;
    animation: bounceDown 0.5s ease forwards; /* Apply animation */
    transform-origin: top;
}

@keyframes bounceDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    60% {
        transform: translateY(10%);
    }
    80% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.drop-down li a {
    margin: auto !important;
}

.projects a {
    display: flex;
    align-items: center;
}

.projects .unactive {
    pointer-events: none;
}

.projects .dropdown-icon {
    font-size: 18px;
    position: relative;
    right: -5px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}

.projects:hover .dropdown-icon {
    transform: rotate(180deg);
}

.projects .dropdown-icon {
    font-size: 18px;
    position: relative;
    right: -5px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}

.projects:hover .dropdown-icon {
    transform: rotate(180deg);
}

.nav-link,
.drop-down li {
    list-style: none;
    height: 100%;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.drop-down {
    width: 8rem;
    position: absolute;
    padding: 0.5rem 0;
    margin: 0.5rem 2rem;
    background: #fff;
    color: black;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    font-size: 12px;
    display: none;
    text-align: center;
    z-index: 1;


}

.projects:hover .drop-down {
    display: block;
}

.drop-down li:hover {
    transform: scale(1.1);
    transition: 0.1s;
}

.main-header .main-menu-content .menu > li.current-menu-item .sub-toggle {
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .main-header .main-menu-content .sub-toggle-desktop {
        display: none;
    }

    .main-header .main-menu-content .menu--mobile {
        width: 100%;
    }


    .main-header .main-menu-content .menu--mobile .sub-menu {
        border: none;
        display: none;
        opacity: 1;
        position: relative;
        transform: translate(0);
        transition: all 0s ease;
        visibility: visible;
    }

    .main-header .main-menu-content .menu--mobile .sub-menu > li > a {
        border: none;
        padding: 10px 20px;
    }

    .main-header .main-menu-content .menu--mobile .sub-toggle:after,
    .main-header .main-menu-content .menu--mobile .sub-toggle:before {
        background-color: #000;
    }

    .main-header .main-menu-content .menu--mobile > li {
        border-bottom: 1px dashed #eaeaea;
        padding: 0 !important;
    }

    .main-header .main-menu-content .menu--mobile > li.current-menu-item {
        border-left: 2px solid var(--primary-color);
    }

    .main-header .main-menu-content .menu--mobile > li > a {
        color: #000;
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px 20px 10px 0;
        position: relative;
        text-transform: capitalize;
        z-index: 10;
    }

    .main-header .main-menu-content .menu--mobile > li > a:hover {
        color: var(--primary-color) !important;
        padding-left: 5px;
    }

    .main-header
    .main-menu-content
    .menu--mobile
    > li.menu-item-has-children:not(.has-mega-menu) {
        position: relative;
    }

    .main-header
    .main-menu-content
    .menu--mobile
    > li.menu-item-has-children:not(.has-mega-menu)
    .sub-toggle {
        display: inline-block;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        z-index: 20;
    }

    .main-header
    .main-menu-content
    .menu--mobile
    .sub-menu
    > li.menu-item-has-children
    > .sub-menu {
        padding-left: 20px;
        position: static;
    }
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-light .navbar-brand {
    padding: 0.8rem 0;

}

.navbar-brand img {
    width: 70px;
    height: 70px;
    animation: moveUpDown 4s infinite ease-in-out;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px); /* Move down 20 pixels */
    }
    100% {
        transform: translateY(5px);
    }
}

.navbar-brand img:hover {
    animation: none; /* Disable the animation on hover if needed */
}

.blog-container .container-grid .grid-in {
    border-radius: 5px;
    height: 100%;
    max-width: 100%;
    position: relative;
}

.blog-container .container-grid .grid-in .hourseitem {
    border-radius: 0 !important;
}

.blog-container .container-grid .grid-in .grid-shadow {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
}

.blog-container .container-grid .grid-in .grid-shadow.grid-shadow-gray {
    background: #f6f6f6;
}

.blog-container .container-grid .blog-img img {
    width: 100%;
}

.blog-container .container-grid .grid-h {
    background-color: #f6f6f6;
    min-height: 220px;
    padding: 15px;
}

.blog-container .container-grid .grid-h a h2 {
    color: #212131;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    -webkit-transition: color 0.2s;
}

.blog-container .container-grid .grid-h a:hover h2 {
    color: var(--primary-color);
}

.blog-container .container-grid .grid-h .blog-excerpt p {
    color: #878798;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0rem;
}

.blog-container .container-grid .grid-h .blog-title a {
    min-height: 60px;
}

.blog-container .container-grid .grid-h .blog-title .post-meta {
    color: #878798;
    font-size: 14px;
}

.blog-container .container-grid .grid-h .blog-title .post-meta .d-inline-block {
    font-size: 1.1rem !important;
    margin-top: 0rem;
}

.blog-title .blog-title_h2 {
    font-size: 1.5rem !important;
    display: inline-block !important;
    border-left: 3px solid #444444;
    padding-left: 5px;
    background-image: linear-gradient(to right, #4444441f, rgb(255, 255, 255));

}

.boxright {
    border-radius: 4px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 30px;
}

.boxright h5 {
    font-weight: 700;
    margin-top: -15px;
}

.grecaptcha-badge {
    bottom: 80px !important;
}

.topmenu {
    border-bottom: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single-post .head {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px 0;
}

.gridhouse {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.action_footer a,
.typesearch a {
    text-decoration: none !important;
}



.itemnews .title {
    font-size: 20px !important;
}

.itemnews h3 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

@media screen and (min-width: 901px) {
    .itemnews img {
        min-height: 210px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .itemnews .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .itemnews h3 {
        padding-top: 15px;
    }

    .itemnews .title {
        font-size: 20px;
    }
}

.itemnews img {
    height: 150px;
    margin-bottom: 15px;
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.mapouter {
    position: relative;
    text-align: right;
}

.gmap_canvas,
.mapouter {
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    background: none !important;
    overflow: hidden;
}

#contact .wrapper {
    background-color: #f4f4f4;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

#contact .wrapper h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#contact .wrapper .form-control {
    background: #fff;
}

#contact .wrapper .contact-main {
    margin-bottom: 40px;
}

.contact-main p {
    font-size: 1.3rem !important;
}

.contact-main .font-weight-bold {
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-stretch: expanded;
}

#contact .wrapper .contact-item {
    margin-bottom: 25px;
}

#contact .wrapper .contact-item:last-child {
    margin-bottom: 0;
}

#contact h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

#contact h3,
.form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    transition: all 0.4s ease;
}

.form-control,
.form-control:focus {
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    border-color: var(--primary-color);
}

.btn-outline,
.btn-special {
    background-color: #fff;
    border: 2px solid #303030;
    border-radius: 0;
    color: #303030;
    display: inline-block;
    font-size: 14px;
    height: 39px;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
}

.btn-special,
.btn-special:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-special:hover,
.btn-special:hover:after {
    background-color: #fff;
}

.btn-special:hover {
    color: var(--primary-color);
    text-decoration: none;
}

#contact .alert {
    border-radius: 0;
    font-size: 14px;
    padding: 0.5rem 1.25rem;
}

.job-list {
    margin-bottom: 40px;
}

.job-list .job-item {
    border-top: 1px dashed #d4d4d4;
    padding: 15px 0;
}

.job-list .job-item .job-title {
    margin-bottom: 10px;
}

.job-list .job-item .job-title a {
    font-weight: 700;
}

.job-list .job-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.job-list .job-item .job-header {
    border-bottom: 1px dashed #d4d4d4;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 0;
}


.hourseitem .info {
    background: #f6f6f6;
    padding: 15px;
}

.hourseitem .img .thumb {
    border-radius: 0 !important;
    width: 100%;
}

.projecthome .item .description {
    background: #3096d10a;
    padding: 5px;
}

.projecthome .item .img img.thumb {
    border-radius: 0 !important;
}

.description-icons {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
}

.description-icons-c6 {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
}

.m-top {
    margin-top: 2rem !important;
}

.description .description-icons img {
    width: 1rem !important;
}

.description .description-icons .flex {
    overflow: hidden;
    height: 3rem;
}

.description .description-icons .flex .vti {
    font-size: 0.6rem !important;
    display: block;
}

.projecthome p.threemt {
    display: flex;
    font-size: 0.9em;
}

.projecthome p.threemt span {
    float: left;
    font-size: 13.5px;
    margin-right: 10%;
}

.projecthome p.threemt span i {
    float: left;
    font-style: normal;
}

.projecthome p.threemt span .vti {
    margin-left: 5px;
    margin-top: 2px;
}

.main-homes {
    min-height: calc(100vh - 400px);
}

@media (max-width: 767px) {
    .show-admin-bar .search-box {
        margin-top: 40px;
    }
    .home_banner {
        height: 36vh !important;
    }
    .search-box {
        background-color: transparent !important;
        border-radius: 0;
        height: 100%;
        left: 0;
        margin-bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0 !important;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 1200;
    }

    .search-box.animation .search-box-content {
        transform: translateX(-100%);
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .search-box .search-box-content {
        background-color: #f6f6f6;
        height: 100%;
        max-width: 85%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 50px;
        width: 100%;
    }

    .search-box .search-box-content .search-box-items {
        padding: 1.25em;
    }

    .search-box.active {
        visibility: visible;
    }

    .search-box.active .search-box-content {
        transform: translateX(0);
    }

    .search-box.active .screen-darken {
        background-color: rgba(34, 34, 34, 0.4);
        height: 100%;
        position: absolute;
        transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
        width: 100%;
        z-index: -1;
    }

    .language {
        font-size: 14px;
    }

    .language .btn-select-language {
        float: none;
    }

    .topbar-items li.login-item:first-child {
        padding-left: 0;
    }

    .topbar-items li.login-item a {
        font-size: 14px;
    }
}

.toggle-filter-offcanvas.toggle-filter-mobile {
    border-color: var(--primary-color);
    -o-border-image: initial;
    border-image: initial;
    border-style: solid;
    border-width: 1px;
    display: flex;
    height: 32px;
    overflow: hidden;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
    width: -moz-max-content;
    width: max-content;
}

.toggle-filter-offcanvas.toggle-filter-mobile i,
.toggle-filter-offcanvas.toggle-filter-mobile span {
    align-self: center;
}

.search-box {
    background: #f6f6f6;
    margin-top: 20px;
    padding: 1em 0.75em;
}

.search-box > .row {
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.search-box .select--arrow .form-control {
    height: 34px;
}

.search-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.search-box .form-group .max-label,
.search-box .form-group .min-label {
    bottom: -18px;
    font-size: 13px;
    font-weight: 700;
    padding-left: 0.25em;
}

.search-box .input-has-icon {
    position: relative;
}

.search-box .input-has-icon i {
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
}

.search-box .input-has-icon .form-control {
    padding-right: 2.25em;
}

.search-box .list-of-suggetions {
    padding-left: 0;
}

.search-box .list-of-suggetions li {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
    padding: 2px 20px;
}

.search-box .list-of-suggetions li:hover {
    background-color: #e2e2e2;
}

.search-box .dropdown-menu .dropdown-item {
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.search-box .dropdown-menu .dropdown-item.active,
.search-box .dropdown-menu .dropdown-item:active {
    background-color: unset;
    color: unset;
    text-decoration: none;
}

.search-box .dropdown .dropdown-toggle {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 1.5;
    padding: 0.375rem 1.75em 0.375rem 0.75rem;
    text-align: left;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.search-box .dropdown .dropdown-toggle span {
    display: block;
    overflow: hidden;
}

.search-box .dropdown .dropdown-toggle:after {
    float: right;
    position: absolute;
    right: 0.5em;
    text-align: right;
    top: 50%;
    transform: translate(-50%, -50%);
}

.min-max-input .control-label {
    display: block;
    overflow: hidden;
}

@media (min-width: 768px) {
    .search-box .btn-group .dropdown-toggle {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

#properties-list .property-item {
    position: relative;
    width: 100%;
}

#ajax-filters-form .data-listing > .row > div {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    #properties-list.full-page-content .property-item,
    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    #properties-list.full-page-content .property-item,
    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width: 992px) {
    #properties-list.full-page-content .property-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }



    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    #properties-list.full-page-content .property-item {
        flex: 0 0 25%;
        max-width: 25%;
    }



    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 1400px) {

    #properties-list.full-page-content .property-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #properties-list.left-page-content .property-item {
        flex: 0 0 28.3333333333%;
        max-width: 28.3333333333%;
    }



    .action_footer .text-white {
        margin-right: 0rem !important;
    }

    .action_footer a {
        padding: 5px 10px;
        margin: 0;
        font-size: 0.9rem !important;
    }

    .bgheadproject .description {
        width: 80% !important;
    }

    .description .ras-almal {
        width: 55%;
        font-size: 2rem;
    }

    .description .container-fluid P {
        font-size: 1rem !important;
    }

    .description .container-fluid li {
        font-size: 1rem !important;
    }

    .container-fluid h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .container-fluid .p-size {
        font-size: 1rem;
    }

}

.shop__sort .form-group--inline {
    justify-content: flex-start;
}

.shop__sort .sort-by-wrap {
    justify-content: flex-end;
}

.shop__sort .change-view {
    align-self: center;
}

@media (max-width: 576px) and (min-width: 375px) {


    .shop__sort .col-toggle-filter {
        flex: 0 0 17%;
        max-width: 17%;
        padding-left: 10px;
        padding-right: 5px;
    }

    .shop__sort .col-showing,
    .shop__sort .col-sort-by {
        padding-left: 7px;
        padding-right: 10px;
    }

    .shop__sort .col-showing .select--arrow .form-control,
    .shop__sort .col-sort-by .select--arrow .form-control {
        padding-left: 5px;
        padding-right: 20px;
    }

    .shop__sort .col-showing .select--arrow i,
    .shop__sort .col-sort-by .select--arrow i {
        right: 6px;
    }

    .shop__sort .col-sort-by {
        flex: 0 0 53%;
        max-width: 53%;
    }

    .shop__sort .col-showing {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .shop__sort .toggle-filter-name {
        display: none !important;
    }
}


@media (max-width: 305px) {
    .shop__sort .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop__sort .change-view {
        position: absolute;
        right: 15px;
        top: calc(-100% - 0.5rem);
    }


}

.btn-primary {
    background: var(--primary-color);
    border: none;
    border-radius: 3px;
    color: #fff;
    outline: none;
    padding: 5px 10px;
}

.btn-primary:hover {
    background: var(--primary-color-hover);
}

.btn-full {
    width: 100%;
}

.currency-switcher {
    margin-left: 0;
    margin-right: 10px;
}

.language .language-switcher-wrapper > .dropdown {
    vertical-align: top;
}

.btn-select-language {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #333 !important;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 16px;
    outline: none !important;
    padding: 0;
    vertical-align: middle;
}

.btn-select-language img {
    margin-top: 1px;
    vertical-align: top;
}

.language_bar_chooser.dropdown-menu {
    border: none;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 0 !important;
}

.language_bar_chooser.dropdown-menu li {
    display: block !important;
}

.language_bar_chooser.dropdown-menu li a {
    font-size: 14px;
    line-height: 28px;
    padding-left: 7px !important;
    text-decoration: none !important;
}

.language_bar_chooser.dropdown-menu li a img {
    margin-top: 7px;
    vertical-align: top;
}

.socials {
    display: inline-block;
}

.socials span {
    font-weight: 700;
}

.socials ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.socials ul li {
    display: inline-block;
    margin: 0 5px;
}

.socials ul li a {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: #fff !important;
    display: block !important;
    font-size: 15px !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.socials ul li a:hover {
    background-color: #fff !important;
    color: var(--primary-color-hover) !important;
}

.box_shadow {
    background-color: #F1FAEE;
     padding: 40px 0;
    border: 30px solid #F1FAEE; /* Add border with the same color as background */
    box-sizing: border-box; /* Ensure the padding and border are included in the element's total size */
}


.box_shadow .projecthome .item {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.box_shadow .projecthome .item .description {
    background: #ab10150a;
}

.box_shadow .projecthome .item .featured-bg-color {
    background: #ffea0009;
}

.box_shadow .homehouse {
    background: transparent;
}

.box_shadow .homehouse .hourseitem {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.box_shadow .blog-container .grid-h,
.box_shadow .homehouse .hourseitem .info {
    background: #fff;
}

.hourseitem,
.projecthome .item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.hourseitem img,
.projecthome .item img {
    transform: scale(1);
    transition: all 0.4s;
    width: 100%;
}

.hourseitem:hover img,
.projecthome .item:hover img {
    transform: scale(1.1);
}

footer {
    background-color: #333;
    border-top: 5px solid #AB1015;
    color: #f0f0f0;
}

.topmenu.bg-light {
    background-color: #f4f5f9 !important;
}

.hourseitem h3 a {
    line-height: 19px;
}

.bravo_topbar {
    background: var(--primary-color);
    padding: 15px 0;
}

.bravo_topbar .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.bravo_topbar .content .topbar-left {
    color: #fff;
    font-size: 14px;
}

.bravo_topbar .content .topbar-right {
    font-size: 12px;
}

.bravo_topbar .content .topbar-items {
    display: inline-block;
    margin-bottom: 0;
}

.topbar-items li {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
}

.topbar-items li.login-item {
    padding-left: 5px;
    padding-right: 5px;
}

.topbar-items li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.bravo_topbar .content .top-socials {
    display: inline-block;
}

.bravo_topbar .content .topbar-left .line {
    display: inline-block;
    margin: 0 10px;
    min-height: 1px;
    min-width: 1px;
    position: relative;
}

.bravo_topbar .content .topbar-left .line:before {
    border-right: 1px solid #5f7190;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -13px;
}

.bravo_topbar .content .top-socials a:first-child {
    padding-left: 0;
}

.bravo_topbar .content .topbar-left a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-right: 18px;
    text-decoration: none;
}

.language > a {
    font-weight: 400;
    text-decoration: none !important;
}

.language > a img {
    margin-right: 3px;
    margin-top: 3px;
    vertical-align: top;
}

.bravo_topbar .language-label {
    display: none;
}

.bravo_topbar .btn-select-language {
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
}

.bravo_topbar .language {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
}

.bravo_topbar .language > a {
    color: #fff !important;
}

.post-meta a {
    color: rgb(43, 43, 43);
    text-decoration: none !important;
}

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

.breadcrumb {
    align-items: center;
    background-color: transparent;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.breadcrumb > .breadcrumb-item {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.breadcrumb .breadcrumb-item {
    font-size: 1.3rem;

}

.description .container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.container-fluid .page_speed_320816570 {
    width: 70px;
    height: 70px;
    background-color: #f0f0f0;
}

.description .ras-almal {
    width: auto !important;
    font-size: 2.5rem;
    color: #AB1015;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    margin-top: -1rem !important;
}

.page_speed_570506825 .ras-almal {
    width: 80%;
    margin-top: 2rem;
}

.breadcrumb > .breadcrumb-item li {
    font-size: 1.3rem;
}

.breadcrumb > .breadcrumb-item a,
.breadcrumb > .breadcrumb-item:active {
    color: #fff;
}

.breadcrumb > .breadcrumb-item a:hover {
    color: #AB1015;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
}

.bgheadproject h1 {
    /* font-size: 1.5rem; */
    font-weight: 700;
    text-transform: uppercase;
}

.boxright .head {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 15px;
}

.boxright .itemagent {
    font-size: 15px;
}

.boxright .itemagent img {
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0;
}

.boxright .info p {
    margin: 0;
    padding: 5px 0;
}

.boxright .info p.mobile,
.boxright .info p.mobile a {
    color: var(--primary-color);
    font-weight: 700;
}

p:empty {
    margin-bottom: 0;
}

.add-property {
    border-radius: 25px;
    font-size: 15px;
    margin-bottom: 0.8rem;
    margin-left: 20px;
    margin-top: 0.8rem;
    padding: 10px 15px;
    white-space: nowrap;
}

.blii .status {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.status-label {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1rem;
    padding: 3px 7px;
}


.status-label.label-danger {
    background-color: #ed6b75;
}

.status-label.label-warning {
    background-color: #f1c40f;
}

.status-label.label-info {
    background-color: #659be0;
}

/* Keyframes for new image sliding in */
@keyframes slide-left {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Keyframes for old image fading out */
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Optionally: Old image sliding out to the right */
@keyframes slide-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Ensure both image divs are positioned absolutely to overlap */
.home_banner {
    height: 60vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;     /* Use cover for possible cropping */
    background-position: center;  /* Ensure key parts of the image are centered */
    background-color: #F1FAEE;
    font-weight: 600;
    overflow: hidden;           /* Hide any overflow/cropped content */
}



.old-image, .new-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;      /* Use cover to ensure the images fill the area */
    background-position: center; /* Center the images */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    transition: opacity 0.5s ease; /* Smooth opacity transition for sliding */
}


/* New image slides in */
.new-image.active {
    animation: slide-left 1s ease-in-out forwards; /* Slide new image in */
}

/* Old image either fades out or slides right */
.old-image.fade-out {
    animation: fade-out 1s ease-in-out forwards; /* Option 1: Fade out */
    /* animation: slide-right 1s ease-in-out forwards; */ /* Option 2: Slide old image out */
}

/* Button Styling */
.show-more-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d9534f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.show-more-btn:hover {
    background-color: #c9302c;
}


@media (max-width: 1024px) {

    .home_banner {
        height: 34vh !important;
    }

}

@media (max-width: 1200px) {
    .action_footer .text-white {
        margin-right: 1rem;
    }



    .action_footer a {
        padding: 5px 10px;
        margin: 0;
        font-size: 1rem;
    }

    .bgheadproject .description {
        width: 60%;
    }

    .description .ras-almal {
        width: 55%;
        font-size: 2rem;
    }

    .description .container-fluid P {
        font-size: 1.2rem;
    }

    .description .container-fluid li {
        font-size: 1.2rem;
    }
}

    .action_footer .text-white {
        margin-right: -0.5rem;
    }

    .action_footer a {
        padding: 7px 12px;
        margin: 0;
        font-size: 0.8rem;
    }

    .bgheadproject .description {
        width: 60%;
    }

    .description .ras-almal {
        width: 55%;
        font-size: 1.8rem;
    }

    .description .container-fluid P {
        font-size: 1rem;
    }

    .description .container-fluid li {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .action_footer .text-white {
        margin-right: -1rem;
    }

    .action_footer a {
        padding: 5px 10px;
        margin: 0;
        font-size: 0.8rem;
    }

    .bgheadproject .description {
        width: 60%;
    }

    .description .ras-almal {
        width: 55%;
        font-size: 1.8rem;
    }

    .description .container-fluid P {
        font-size: 1rem;
    }

    .description .container-fluid li {
        font-size: 1rem;
    }

    .home_banner .col-5.pr-1,
    .home_banner .col-5.px-1 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important;
    }

    .home_banner .col-5.px-1 {
        padding-left: 15px !important;
    }
}

body .cookie-consent {
    padding: 10px 0 !important;
}

body .cookie-consent .cookie-consent-body {
    max-width: 90%;
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px;
}

.half-circle-spinner .circle {
    border: 6px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--primary-color);
}

.half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--primary-color);
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}


.spinner-icon {
    display: none;
    position: absolute;
    right: 13px;
    top: 13px;
}

.search-box .spinner-icon {
    right: 11px;
    top: 7px;
}

.suggestion {
    background: hsla(0, 0%, 100%, 0.9);
    display: none;
    left: 0;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    z-index: 99;
}

.suggestion ul {
    margin: 0;
    padding: 0;
}

.suggestion ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 5px 10px;
}

.suggestion ul li p a {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}

.suggestion::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.suggestion::-webkit-scrollbar {
    background-color: #fae0e0;
    height: 3px;
    width: 3px;
}

.suggestion::-webkit-scrollbar-thumb {
    background-color: #f9f9f9;
    border: 2px solid #777;
    border-radius: 2px;
}

.topmenu {
    transition: all 0.5s ease 0s;
}

.main-header {
    background-color: #F1FAEE;
}

.topmenu .header-sticky {
    animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    animation-fill-mode: none;
    background: #F1FAEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    border-bottom: 1px solid #720b0f;

}

.show-admin-bar .topmenu .header-sticky {
    top: 40px;
}

.choose-currency,
.choose-currency a {
    color: #fff;
    display: inline-block;
}

.choose-currency a {
    margin-right: 3px;
    position: relative;
    text-decoration: none;
}

.choose-currency a:after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 4px;
    width: 1px;
}

.choose-currency a:last-child:after {
    display: none;
}

.choose-currency a.active {
    font-weight: 700;
}

.header-deliver {
    color: #fff;
    display: inline-block;
    padding: 0 5px !important;
}

.banner-text-description {
    font-size: 2.15em;
    font-weight: 600;
}

.advanced-search {
    padding-top: 5px;
    position: relative;
    text-align: left;
    width: calc(100% - 14px);
}

.advanced-search > a {
    color: var(--primary-color);
    font-size: 0.8rem;
    text-decoration: none;
}

.advanced-search .advanced-search-content {
    animation: fadeOut 0.3s;
    display: none;
}

.advanced-search .advanced-search-content label {
    font-size: 15px;
}

.advanced-search .advanced-search-content.active {
    animation: fadeIn 0.3s;
    display: block;
}

.advanced-search .advanced-search-content .form-group {
    margin-bottom: 0.5em;
}

.advanced-search .advanced-search-content .form-group label {
    margin-bottom: 0;
}

.advanced-search .advanced-search-content .form-group .btn-min-max {
    display: none;
}






@media (max-width: 576px) {

    #properties-list .property-item.colm10,
    .projecthome .data-listing .colm10 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .topmenu .navbar-collapse {
        background: #fff;
    }

    .banner-text-description {
        font-size: 1.5em;
        font-weight: 600;
    }
}

.form-group--inline {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.form-group--inline label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    min-width: 60px;

}

.form-group--inline .form-control {
    border-color: var(--primary-color);
    border-radius: 50px;
    width: auto;
}

.select--arrow {
    position: relative;
}

.select--arrow i {
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.select--arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 40px;
    padding: 0 30px 0 15px;
}

.item-price-wrap {
    bottom: 0;
    color: #fff;
    display: flex;
    font-weight: 500;
    left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
}

.item-price-wrap li {
    background-color: #F1FAEE;
    color: #000000;
    float: left;
    font-size: 8px;
    font-weight: 700;
    padding: 4px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.7rem;
    margin-bottom: 1px;
}

.item-price-wrap li.h-type {
    background-color: #720b0f;
    font-weight: 700;
    margin-right: 27px;
    padding: 4px;
    color: #fff;

}

.item-price-wrap li:not(.h-type):before,
.item-price-wrap li:not(:last-child):after {
    content: "";
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 0;
    vertical-align: bottom;
}

.item-price-wrap li:not(:last-child):after {
    border-right: 25px solid transparent;
    border-top: 22px solid #720b0f;
    left: 100%;
}

.item-price-wrap li:not(.h-type):before {
    border-bottom: 22px solid #F1FAEE;
    border-left: 25px solid transparent;
    right: 100%;
}

.media-count-wrapper {
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 10px;
}

.media-count-wrapper .media-count {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.media-count-wrapper .media-count span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    left: 50%;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 80px;
    z-index: 9999999;
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 10px 40px;
    position: relative;
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77;
}

#alert-container .alert.alert-error {
    background-color: #f8d7da;
    color: #842029;
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 16px;
    left: 5%;
    position: absolute;
    top: 30%;
}

#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

body.show-admin-bar #alert-container {
    top: 120px;
}

.hourseitem .info .heart,
.projecthome .item .description .heart {
    right: 10px;
}

.add-to-wishlist .fa-hert {
    background-color: red !important;
}

.imgs-grid-modal {
    z-index: 1000000;
}

.imgs-grid-modal .modal-indicator ul li {
    border: 2px solid #fff;
    margin: 0 5px;
}

.imgs-grid-modal .modal-indicator ul li.selected {
    margin: 0 5px;
}

#trafficMap {
    min-height: 400px;
    z-index: 9;
}

#trafficMap .boxmarker {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important;
}

#map {
    height: calc(100% - 103px);
    min-height: 730px;
    z-index: 1;
}

#map .leaflet-top {
    z-index: 999;
}

#map .boxmarker {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important;
}

#map .infomarker h5 {
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
    background-color: hsla(91, 60%, 72%, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: hsla(18, 97%, 72%, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    border-radius: 15px;
    font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    width: 30px;
}

.marker-cluster span {
    line-height: 30px;
}

.change-view i {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 10px;
}

.change-view i.active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.search-box {
    margin-bottom: 30px;
    margin-top: 0;
}

.leaflet-popup-content {
    min-width: 300px;
}

.leaflet-popup-content .blii {
    padding-top: 0;
}

.leaflet-popup-content .blii .status-label {
    font-size: 12px;
    padding: 3px;
}

.action_footer {
    z-index: 999;
}

.shop__sort {
    line-height: 15px;
}

.shop__sort .form-group--inline label {
    min-width: 0;
}

.shop__sort .select--arrow .form-control {
    border-radius: 0;
    height: 32px;
    padding: 0 25px 0 15px;
}

.pagination .page-item.disabled .page-link {
    background-color: #f4f5f9;
    border-color: #dee2e6;
    border-radius: 0 !important;
    cursor: not-allowed;
}

.search-box .btn-primary:not(:disabled):not(.disabled).active,
.search-box .btn-primary:not(:disabled):not(.disabled):active,
.search-box .show > .btn-primary.dropdown-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
    outline: none !important;
}

.search-box .btn-primary.focus,
.search-box .btn-primary:focus {
    box-shadow: none !important;
}

.search-box .dropdown-menu {
    padding: 0;
}

.data-listing {
    position: relative;
}

.data-listing > .row {
    margin: 0;
}

#loading {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#loading .half-circle-spinner .circle.circle-1 {
    border-top-color: #fff;
}

#loading .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff;
}

#loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
}

#loading .half-circle-spinner .circle {
    border: 5px solid transparent;
}

body.hidden-scroll-main-menu {
    overflow: hidden !important;
}

@media (min-width: 992px) {
    #navbarSupportedContent .main-menu-content {
        display: flex;
    }
}

.search-box-items .button-search-wrapper {
    margin-left: 74rem;
    margin-bottom: 15px !important;
    animation: buttonClick 1.5s ease-in-out infinite;
}

@keyframes buttonClick {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.row .m-input {
    margin-left: 1.1rem;
}

@media (max-width: 991px) {
    .add-property {
        margin-left: 0;
    }

    .search-box-items .button-search-wrapper {
        margin-bottom: 8px !important;
    }

    .show-admin-bar #navbarSupportedContent {
        margin-top: 40px;
    }

    #navbarSupportedContent {
        background-color: transparent !important;
        height: 100%;
        min-height: 100%;
        overflow: hidden !important;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    #navbarSupportedContent.collapse {
        transition: none !important;
    }

    #navbarSupportedContent.show {
        display: flex;
    }

    #navbarSupportedContent.show .main-menu-content {
        transform: translateX(0) !important;
    }

    #navbarSupportedContent.show .main-menu-darken {
        background-color: rgba(34, 34, 34, 0.4);
        height: 100%;
        position: absolute;
        transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
        width: 100%;
        z-index: -1;
    }

    #navbarSupportedContent .main-menu-content {
        background-color: #fff;
        height: 100%;
        margin-bottom: auto;
        margin-left: auto;
        max-width: 18em;
        transform: translateX(100%);
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        width: 100%;
    }

    #navbarSupportedContent .main-menu-content .main-menu-nav {
        height: calc(100% - 135px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px;
    }

    #navbarSupportedContent .main-menu-content .choose-currency a.active,
    #navbarSupportedContent .main-menu-content .choose-currency a:hover {
        color: var(--primary-color);
    }

    #navbarSupportedContent .main-menu-content .choose-currency {
        color: #000;
        margin-top: 10px;
    }

    #navbarSupportedContent .main-menu-content .choose-currency > span {
        font-weight: bolder;
    }

    #navbarSupportedContent .main-menu-content .choose-currency a {
        color: #000;
    }

    #navbarSupportedContent .main-menu-content .choose-currency a:after {
        background: #000;
        height: 11px;
        top: 7px;
    }

    #navbarSupportedContent .main-menu-content .choose-currency a .active,
    #navbarSupportedContent .main-menu-content .choose-currency a:hover {
        color: #000;
    }

    #navbarSupportedContent .main-menu-content .choose-currency span {
        font-size: 0.8em;
    }

    #navbarSupportedContent .main-menu-content .topbar-items {
        margin: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }

    #navbarSupportedContent .main-menu-content .topbar-items li a {
        color: #000;
    }

    .topmenu.bg-light .navbar-toggler {
        outline: none !important;
    }

    .topmenu.bg-light .navbar-nav {
        margin-bottom: 20px;
    }

    .topmenu.bg-light .navbar-nav a {
        border-bottom: 1px dashed #eaeaea;
        font-size: 14px;
        padding-left: 0.75rem !important;
    }

    .topmenu.bg-light .navbar-nav a.active.text-orange {
        border-left: 2px solid var(--primary-color);
    }
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.leaflet-pane .leaflet-popup-content {
    margin: 0.5em 0.5em 0.25em;
}

.leaflet-pane .leaflet-popup {
    margin-bottom: 28px;
}

.overlay-icon .video-popup-btn {
    background-color: #ff5a5f;
    border-radius: 50%;
    display: block;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 35px);
    width: 70px;
    z-index: 1;
}

.overlay-icon .video-popup-btn:hover {
    text-decoration: none;
}

.overlay-icon .video-popup-btn:after {
    background-color: rgba(255, 90, 95, 0.2);
    border-radius: 100%;
    content: "";
    height: 90px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 90px;
    z-index: -1;
}

.overlay-icon .video-popup-btn {
    animation: pulse-red 2s infinite;
    background: #ff5a5f;
    box-shadow: 0 0 0 0 #ff5a5f;
}

.overlay-icon .video-popup-btn .video-popup-icon {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.7);
        transform: scale(0.9);
    }
    70% {
        box-shadow: 0 0 0 15px transparent;
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.9);
    }
}

.show-admin-bar .mfp-wrap {
    z-index: 1000001;
}

.traffic-map-container #trafficMap.mfp-hide {
    display: block !important;
}

.mfp-content #trafficMap {
    margin: 0 auto;
    max-width: 700px;
}

@media screen and (max-height: 400px) {
    #trafficMap {
        max-height: 99vh;
        min-height: 99vh;
    }
}

.itemarea {
    /* background: rgba(85, 85, 85, 0.05); */
    border-radius: 6px;
    box-shadow: rgba(152, 9, 9, 0.178) 0px -20px 56px -28px inset;
}

.itemarea:hover {
    transform: scale(1.05);
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

ul.listnews li:last-child {
    border: none;
    padding-bottom: 0;
}

.is-sticky {
    padding-top: 66px;
}

.list-agency {
    display: flex;
    padding: 1rem;
}

.list-agency .agents-grid .agents-grid-wrap {
    background-color: #f1faee91;
}

.list-agency .agents-grid {
    transition: 0.3s, border-bottom 0.3s;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
    border-bottom: 2px solid #720b0f;
    position: relative;
}

.list-agency .agents-grid:hover {
    transition: 0.3s;
    transform: translateY(-5px);
}

.list-agency .agents-grid:hover .agents-grid-wrap {
    background-color: #F1FAEE;
    border-radius: 5px;
}

.list-agency .agents-grid .fr-grid-thumb {
    border-radius: 6px;
    display: table;
    height: 200px;
    overflow: hidden;
    padding: 0.7em;
    position: relative;
    width: 100%;
}

.fr-grid-thumb img {
    width: 200px !important;
    height: 200px !important;
    margin: auto;
}

.list-agency .agents-grid .fr-grid-thumb a,
.list-agency .agents-grid .fr-grid-thumb span {
    display: inline-flex;
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.list-agency .agents-grid .fr-grid-thumb a img,
.list-agency .agents-grid .fr-grid-thumb span img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.list-agency .agents-grid .fr-grid-detail {
    align-items: center;
    display: flex;
    padding: 0 1.5rem 1rem;
    width: 100%;
    text-align: center;
}

.list-agency .agents-grid .fr-grid-detail-flex {
    flex: 1;
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name {
    margin-bottom: 0;
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name::after {
    content: "";
    width: 15%;
    height: 2px;
    background: #AB1015;
    display: block;
    margin: auto;
    transition: 0.3s ease;
    margin-top: 0.8rem;
    visibility: hidden;
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name:hover::after {
    visibility: visible;
    width: 15%;
    transform: translateY(-10px);
    transition: 0.3s;
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a {
    color: #393939d3;
    text-decoration: none;
    padding: 1rem;
}

.list-agency .agents-grid .agent-email a,
.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a:hover {
    color: #393939;
    text-decoration: none;
}

.list-agency .agents-grid .agent-email a {
    align-items: center;
    background: #f4f5f9;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: all 0.4s ease;
    width: 40px;
}

.list-agency .agents-grid .fr-grid-info {
    margin-bottom: 1.5rem;
}

.list-agency .agents-grid .fr-grid-info ul {
    margin: 0;
    padding: 0;
}

.list-agency .agents-grid .fr-grid-info ul li {
    list-style: none;
    padding: 0.1rem 1.5rem;
}

.list-agency .agents-grid .fr-grid-info .fr-grid-footer {
    align-items: center;
    border-top: 1px solid #e2e6f1;
    display: flex;
    padding: 1rem 1.5rem;
}

.list-agency .agents-grid .fr-grid-footer-flex {
    flex: 1;
}

.list-agency .agents-grid .fr-position {
    font-size: 15px;
}

.list-agency .agents-grid .fr-position i {
    margin-right: 10px;
}

.list-agency .agents-grid .fr-grid-footer {
    align-items: center;
    border-top: 1px solid #e2e6f1;
    display: flex;
    padding: 1rem 1.5rem;
}

.list-agency .agents-grid .fr-grid-footer-flex-right .prt-view {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    padding: 4px 18px;
    text-decoration: none;
}

.pagination {
    flex-flow: wrap;
}

.pagination li {
    margin-bottom: 10px;
}

.menufooter {
    margin-bottom: 30px;
}

.list-agency .agents-grid .fr-grid-info ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agent-details > div {
    float: left;
}

.agent-details > div:first-child {
    padding-right: 15px;
}

.agent-details > div p.mobile a {
    color: var(--primary-color);
    font-weight: 700;
}

main iframe {
    width: 100% !important;
}

.ck-content__blob {
    position: relative;
    display: flex;
    justify-content: center;
}

.blob {
    position: relative;
    width: 50%;
    /* background-color: green; */
}

.blob img {
    width: 90%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -6rem;
    /* margin-left: 5rem; */
}

.svg {
    width: 120%;
    z-index: -1;
    animation: moveUpDown2 4s infinite ease-in-out;
    margin-top: -8rem;
    margin-left: -4rem;
}

@keyframes moveUpDown2 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.paragraph {
    width: 75%;
}

/*.paragraph2 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: end;*/
/*}*/

.paragraph2-magrin {
    margin: 5rem;
}

.paragraph2-magrin2 {
    position: absolute;
    /* left: 10%; */
    top: 20%;
    margin-left: 5rem;
}

.ck-content h4 {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    letter-spacing: 2px;
}

.ck-content p {

    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.5rem;
}

.ck-content h3 {
    color: #AB1015;
    letter-spacing: 1px;
    font-size: 2rem;
}

.blob-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

@media (min-width: 350px) and (max-width: 575px) {
    .ck-content__blob {
        flex-direction: column;
        align-items: center;
        margin-bottom: 4rem;
    }

    .blob, .paragraph {
        width: 100%;
    }

    .blob {
        margin-top: 1rem;
    }

    .blob img {
        width: 100%;
        position: static; /* Remove absolute positioning */
        margin-top: 0; /* Remove negative margin */
        transform: none; /* Remove transform */
    }

    .svg {
        width: 100%;
        margin-top: -3rem;
        margin-left: 0;
        display: none;
    }

    .blob-img1 {
        margin-top: -4rem !important;
    }

    .blob-img2 {
        margin-top: 35rem !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .paragraph .paragraph2-magrin .page_speed_1736993021 {
        margin-left: 0.5rem !important;
    }

    .paragraph .paragraph2-magrin {
        margin-right: 0rem !important;
        width: 100% !important;

    }

    .paragraph2-magrin h3 {
        margin-top: 10rem !important;
        /* margin-left: -7.8rem !important; */
    }

    .paragraph2-magrin2 h3 {
        margin-top: 20rem !important;
    }

    .paragraph2-magrin, .paragraph2-magrin2 {
        margin: 1rem 0; /* Adjusted for smaller margin */
        position: relative;
        top: auto;
        margin-left: 0;
    }

    .ck-content h4 {
        font-size: 1.2rem; /* Adjusted font size */
        margin: 1.5rem 0; /* Adjusted margins */
    }

    .ck-content p {
        font-size: 1rem; /* Adjusted font size */
        line-height: 1.4; /* Adjusted line height */
        margin-top: 0.5rem; /* Adjusted margin */
    }

    .ck-content h3 {
        font-size: 1.5rem; /* Adjusted font size */
        letter-spacing: 0.5px; /* Adjusted letter spacing */
    }

    .top-menu {
        grid-template-columns: auto;
        text-align: center;
    }

    .top-menu .top-menu__tel span {
        font-size: 0.5rem;
        margin: 0;
    }

    .top-menu .top-menu__tel svg {
        width: 15px;
    }

    .top-menu__tel {
        color: #F1FAEE;
        margin: 0;
    }

    .top-menu__icons {
        margin: 0;
        font-size: 0.5rem;
    }

    .home-page-img {
        display: none;
    }

    .padtop70 .box_shadow .container-fluid .homehouse .grid-cards {
        display: inline-flex !important;
    }

    .box_shadow .container-fluid .projecthome .grid-cards {
        display: flex;
        grid-template-columns: 100% 100% ;
    }

    .container-fluid .homehouse .projecthome .grid-cards {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 575px) and (max-width: 768px) {

    .box_shadow .container-fluid .projecthome .grid-cards {
        display: flex !important;
    }

    .top-menu {
        grid-template-columns: auto;
        text-align: center;
    }

    .top-menu .top-menu__tel span {
        font-size: 0.7rem;
        margin: 0;
    }

    .top-menu .top-menu__tel svg {
        width: 15px;
    }

    .top-menu__tel {
        color: #F1FAEE;
        margin: 0;
    }

    .top-menu__icons {
        margin: 0;
        font-size: 0.7rem;
    }


    .home-page-img {
        display: none;
    }

    .padtop70 .box_shadow .container-fluid .homehouse .grid-cards {
        grid-template-columns: auto auto auto;
    }

    .box_shadow .container-fluid .projecthome .grid-cards {
        grid-template-columns: 100% 100% 100%;
    }

    .container-fluid .homehouse .projecthome .grid-cards {
        grid-template-columns:auto auto auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .top-menu .top-menu__tel span {
        font-size: 0.6rem;
    }

    .top-menu .top-menu__tel svg {
        width: 15px;
    }

    .top-menu__tel {
        color: #F1FAEE;
    }

    .top-menu__icons {
        font-size: 0.6rem;
    }

    .home_banner {
        height: 33vh !important;
    }
    .home-page-img {
        top: 0%;
        left: 55%;
    }

    .padtop70 .box_shadow .container-fluid .homehouse .grid-cards {
        display: inline-flex
    }

    .box_shadow .container-fluid .projecthome .grid-cards {
        display: inline-flex
    }

    .container-fluid .homehouse .projecthome .grid-cards {
        display: inline-flex
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .top-menu .top-menu__tel span {
        font-size: 0.6rem;
    }

    .top-menu .top-menu__tel svg {
        width: 15px;
    }

    .top-menu__tel {
        color: #F1FAEE;
    }

    .top-menu__icons {
        font-size: 0.6rem;
    }


    .home-page-img {
        top: 0%;
        left: 55%;
    }

    .padtop70 .box_shadow .container-fluid .homehouse .grid-cards {
        display: inline-flex;
    }

    .box_shadow .container-fluid .projecthome .grid-cards {
        grid-template-columns: auto auto auto auto auto;
    }

    .container-fluid .homehouse .projecthome .grid-cards {
        display: inline-flex
    }
}

.margin-top {
    margin-top: -15rem;
}

.ck-content .item .item-price-wrap,
.ck-content .pagination {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-primary:disabled {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.rating-star {
    display: inline-block;
    height: 1.25rem;
    position: relative;
    width: 90px;
}

.rating-star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: #d2d2d2;
    content: "\f005\f005\f005\f005\f005";
    font: normal normal normal 24px/1 Font Awesome\5 Pro;
    font-size: inherit;
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.rating-star .rating-star-item {
    display: inline-block;
    height: 1.25rem;
    left: 0;
    overflow: hidden;
    position: absolute;
}

.rating-star .rating-star-item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: #edb867;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font: normal normal normal 24px/1 Font Awesome\5 Pro;
    font-size: inherit;
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-collapse .language .language-switcher-wrapper > .dropdown {
    vertical-align: middle;
}

.shop__sort .select--arrow .form-control {
    width: 100%;
}

.item-price-wrap li.h-type span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .item-price-wrap li.h-type span {
        max-width: 120px;
    }

    .home_banner {
        height: 23vh !important; ;
    }
}

.block__content {
    margin-bottom: 30px;
    margin-top: 15px;
}

.block--product-reviews .block--review {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.block--review .block__header {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.block--review .block__header img {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.block--review .block__header .block__info {
    padding-left: 15px;
}

.block--review .block__header .block__info .text-secondary {
    color: #6c757d !important;
}

.image-viewer__item {
    background-color: #eee;
    border: 1px solid #c4c6cf;
    height: 70px;
    margin-right: 2px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    width: 70px;
}

.image-viewer__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.image-upload__uploader-container {
    display: inline-block;
}

.image-upload__uploader-container:hover {
    cursor: pointer;
}

.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px;
}

.image-upload__uploader-container .image-upload__uploader:hover {
    background: #d9edf7;
}

.image-upload__uploader-container
.image-upload__uploader:hover
.image-upload__file-input {
    cursor: pointer;
}

.image-upload__icon {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px;
}

.image-upload__text {
    color: #333;
    font-size: 10px;
    padding: 0 3px;
    text-align: center;
}

.image-upload__file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-viewer__item {
    display: inline-block;
}

.image-viewer__list {
    display: block;
    width: 100%;
}

.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1;
}

.image-viewer__icon-remove i {
    background: #848484;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.image-viewer__list.is-loading .loading {
    display: block !important;
}

.help-block {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    cursor: help;
    display: block;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
}

.image-upload__viewer .image-viewer__list .loading {
    background-color: rgba(146, 162, 177, 0.52);
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
    height: 30px;
    width: 30px;
}

.block--review .block__header .block__info {
    width: 100%;
}

.block--review .lh-1 {
    line-height: 1;
}

.block--review .block__images a {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem !important;
    display: inline-block;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px;
}

.block--review .block__images a img {
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.block--review .block__images .more-review-images span {
    align-items: center;
    align-self: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.block--review .block__images.block__images_total a {
    border: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 1.5px;
    width: inherit;
}

.block__content {
    position: relative;
}

.block__content .review__loading {
    align-items: center;
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.reviews-container {
    position: relative;
}

.loading-spinner {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.loading-spinner:after {
    animation: lds-dual-ring 0.5s linear infinite;
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    height: 40px;
    width: 40px;
}

.auth-form-wrapper {
    min-height: calc(100vh - 447px);
}

.auth-form-wrapper .login-form {
    border: none;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 120px auto;
    padding: 20px;
}

.auth-form-wrapper .login-form .form-group {
    margin-bottom: 15px;
}

.auth-form-wrapper .login-form .form-group .form-control,
.auth-form-wrapper .login-form .form-group .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

.auth-form-wrapper .login-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    transition: all 0.4s ease;
}

.auth-form-wrapper .login-form .form-group .form-control:focus {
    border-color: var(--primary-color);
}

.auth-form-wrapper .login-form .btn-primary {
    background: var(--primary-color);
    border: none;
    border-radius: 0 !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1.5;
    outline: none;
    padding: 0.5rem 1rem;
}

.auth-form-wrapper .login-form .btn-primary.btn-full {
    width: 100%;
}

.auth-form-wrapper .login-form a {
    color: var(--primary-color);
}


/*show more button*/
/*.page_speed_85908361 {*/
/*    position: relative; !* Add position relative to the container *!*/
/*    transition: background 3s;*/
/*}*/

.show-more-btn {
    position: absolute;
    bottom: 50px; /* Adjust to your liking */
    left: 50%;
    transform: translateX(-50%); /* Center the button horizontally */
    padding: 10px 20px;
    background-color: #720b0f; /* Example background color */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.suggestion, .suggestion-state {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 200px; /* Optional: Limit the height of the suggestion box */
    overflow-y: auto; /* Add scroll if there are too many suggestions */
    z-index: 1000;
    display: none; /* Hidden by default, shown when data is available */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-list, .suggestion-state-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.suggestion-item, .suggestion-item-city, .suggestion-item-state {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:last-child, .suggestion-item-city:last-child, .suggestion-item-state:last-child {
    border-bottom: none;
}

.suggestion-item:hover, .suggestion-item-city:hover, .suggestion-item-state:hover {
    background-color: #f0f0f0;
    color: #333;
}

