﻿.services-item.style-one {
    padding: 10px 10px !important;
}

.benefits-item.style-one {
    padding: 10px 10px;
    text-align: left;
}

.daily-update-thumb-wrapper {
    margin: 40px 80px 40px 105px !important;
    position: relative;
}

.banner-style-three .banner-single-item {
    padding: 85px 0 !important;
    position: relative;
}

.section-title-space {
    margin-top: 10px !important;
    margin-bottom: 40px;
}

.feature_properties-btn button {
    height: 40px;
    border-radius: 20px;
    background-color: #CDCDCD;
}

.sidebar-toggle button {
    background-color: inherit;
}

.agent-item.style-one {
    padding: 0px !important;
}

.agent-item .content {
    padding: 20px;
}

.agent-item.style-one .thumb-wrapper .thumb {
    height: auto;
}

/* General Modal Fix */
.mfp-wrap {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 1050 !important;
}

.mfp-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.mfp-content {
    width: 100%;
    max-width: 400px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: 95vh;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .mfp-content {
        max-width: 95% !important;
        padding: 15px;
    }

    .sign-form-wrapper {
        padding: 10px;
    }

    .input-box input {
        font-size: 14px;
    }

    .sign-btn button,
    .bd-btn {
        width: 100%;
        font-size: 16px;
    }
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}


