/* for video in property details carousel */


/* Desktop & Tablet */
.video-carousel {
    max-width: 750px;
}

.video-item {
    max-height: 450px;
    object-fit: cover;
}

/* Mobile – FIXED size */
@media (max-width: 768px) {
    .video-carousel {
        max-width: 85%;
    }

    .video-item {
        max-height: 240px; 
    }
}

/* for header part in the property-details */
@media (max-width: 768px) {
    .page-hero-area {
        margin-top: 20px;
    }
}

/* for website name in home page */
@media (max-width: 768px) {
    .front-hero-heading .website-title {
         margin-top: 60px;
        font-size: 35px;
    }
}

/* for index page */

@media(max-width: 768px) {
    .passinate-about-text {
       margin-top: 220px;
        font-size: 35px;
    }
}

@media(max-width: 768px) {
    .simple_steps {
        margin-top: 150px;
        
    }
}
@media(max-width: 769px) {
    .seller-content {
        margin-top: 50px;
        
    }
}
@media (max-width: 991px) {
    .container,
    .container-fluid {
        width: 100%;
        max-width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0px;
    }
  
}
@media (max-width: 991px) {

    .container-fluid {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    .height-sidebar {
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 0 !important;
    }

    .row {
        margin-bottom: 0 !important;
    }
    .mobile-header .col-12 {
        margin-top: -15px;
    }
    @media (max-width: 991px) {
    #faqBox {
        width: calc(100% - 20px);  
        right: 10px;
        left: 10px;
        bottom: 80px;
        max-height: 70vh;    
    }

    #faqBox .faqContent {
        max-height: 55vh;
        overflow-y: auto;
    }
}

}

/* for admin panel */

@media (max-width: 991px) {

    .login-form {
        min-height: 100vh;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   

    .login-form .container {
        padding: 0;
    }

    .login-form .col-md-6 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-form .card {
        margin: 0;
        border-radius: 12px;
    }
  
}


.property-box{
    background:#fff;
    border-radius:14px;
    padding:20px 25px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transition:.3s;
}
.property-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.property-list li{
    padding:10px 12px;
    margin-bottom:8px;
    border-radius:8px;
    background:#f8f9ff;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.property-list li span{
    font-weight:600;
    color:#222;
}

.property-title{
    font-weight:700;
    color:#151386;
    margin-bottom:15px;
    border-bottom:2px solid #151386;
    display:inline-block;
    padding-bottom:5px;
}

.price{
    color:#1aa14a !important;
    font-weight:700;
}

.icon{
    color:#151386;
    margin-right:10px;
}





