   .property-management-section h2{
       text-align: center;
   }
     @media screen and (max-width: 480px) {

.property-management-section h2 {
        font-size: 23px;
}
    }
   .property-management-section {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 40px;
        align-items: flex-start;
        gap: 40px;
        justify-content: center;
    }

    .property-management-section .left-images {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 600px;
    }

    .property-management-section .left-images img {
        width: 100%;
        height: 190px;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .property-management-section .top-small-images {
        display: flex;
        gap: 20px;
    }

    .property-management-section .top-small-images img {
        flex: 1;
        height: 150px;
    }

    .property-management-section .right-content {
        flex: 1;
        max-width: 600px;
    }

    .property-management-section .right-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .property-management-section .right-content p {
        line-height: 1.8;
        color: #666;
        margin-bottom: 20px;
    }

    @media(max-width: 992px) {
        .property-management-section {
            flex-direction: column;
        }

        .property-management-section .top-small-images {
            flex-direction: column;
        }
    }
    
    
    .services-container {
        width: 100%;
        padding: 80px 0;
        background-image: url('img/business_building.jpeg');
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .services-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #77280169;
        /*background-color: #000000b0;*/
        z-index: 0;
    }

    .services-header {
        text-align: center;
        margin-bottom: 60px;
        transform: translateY(20px);
        animation: fadeInUp 0.8s ease-out forwards;
        position: relative;
        z-index: 1;
        color: white;
    }

    .services-header h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #181010;
    }

    .services-header p {
        font-size: 16px;
        max-width: 800px;
        margin: 0 auto 25px;
        color: #181010;
    }

    .services-grid {
        position: relative;
        z-index: 1;
    }

    .service-card {
        background: #ddd6d0;
        /*background: #ffffffb3;*/
        border-radius: 8px;
        padding: 40px 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        transform: translateY(20px);
        text-align: center;
        height: 100%;
        min-height: 676px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    /* Animation delays will be handled inline in PHP */

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }


    @media screen and (max-width: 480px) {

.service-card {
        min-height: 576px;
}
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 7px;
        /*background-color: #f5f5f5;*/
        /*border-radius: 50%;*/
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c29a5b;
        font-size: 32px;
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
        overflow: hidden;
    }

    .service-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        /*filter: brightness(0) invert(1);*/
    }

    .service-card h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #251818;
        position: relative;
        text-align: left;
        line-height: 25px;
    }


    .service-card p {
        color: #251818;
        font-size: 15px;
        margin-bottom: 20px;
        text-align: left;
        line-height: 27px;
    }


    /* Responsive adjustments */
    @media (max-width: 768px) {
        .services-header h1 {
            font-size: 28px;
        }

        .services-header p {
            font-size: 15px;
        }

        .service-card {
            padding: 30px 20px;
            margin-top: 1em;
        }

        .services-container {
            padding: 60px 15px;
        }

        .service-card h2 {
            text-align: center !important;
        }

        .services-grid .row {
            margin-top: 0 !important;
        }
    }

    .services-grid .row {
        margin-top: 2em;
    }

    .serv_icon img {
        width: 100px;
        /*filter: brightness(0) invert(1);*/
    }

    .icon_section {
        display: flex;
        gap: 20px;
    }
    
    .services-container .serv_quote{
        text-align: center;
    font-family: 'Georgia', serif;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ffffff;
    max-width: 350px;
    margin: 40px auto;
    position: relative;
    padding: 20px;
        background: #ddd6d052;
        
    }
    .quote_strt{
        font-size: 4rem;
        color: #ffffff;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
    }
    .quote_end{
         font-size: 4rem;
        color: #ffffff;
        opacity: 0.4;
        position: absolute;
        bottom: -30px;
        right: 0;
        line-height: 1;
    }
    
     .whatsapp-request {
        background: #c7a696;
        padding: 0px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        border-bottom: 1px solid #c17d00;
        padding-bottom: 5px;
        display: inline-block;
        width: fit-content;
        color: #000 !important;
    }

    .whatsapp-request:hover {
        color: #251818 !important;
    }