   .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;
        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: 1289px;*/

        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;
    }
    
    .service-card strong {
        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-size: 19px;
    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;
        border-bottom: 1px solid #c17d00;
        padding-bottom: 5px;
        display: inline-block;
        width: fit-content;
        color: #000 !important;
    }

    .whatsapp-request:hover {
        color: #251818 !important;
    }
    
     .prod_type_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

        .prod_type_container .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .prod_type_container .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 1rem;
        }

        .prod_type_container .section-subtitle {
            font-size: 19px;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        .prod_type_container .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .prod_type_container .service-cards {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .prod_type_container .service-cards:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .prod_type_container .service-image {
            height: 200px;
            width: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .prod_type_container .service-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
            transition: opacity 0.3s ease;
        }

        .prod_type_container .service-cards:hover .service-image::before {
            opacity: 0.7;
        }

        .prod_type_container .service-content {
                height: 340px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
        }

        .prod_type_container .service-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.8rem;
                line-height: 27px;
        }

        .prod_type_container .service-description {
            color: #6c757d;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .prod_type_container .learn-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #c7551d 0%, #72432b 100%);
            color: white;
            text-decoration: none;
            padding: 0.4rem 1.5rem;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            width: 170px;
        }

        .prod_type_container .learn-more-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .prod_type_container .learn-more-btn:hover::before {
            left: 100%;
        }

        .prod_type_container .learn-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }

        .prod_type_container .arrow-icon {
            transition: transform 0.3s ease;
            transform: rotate(180deg);
        }

        .prod_type_container .learn-more-btn:hover .arrow-icon {
            transform: translateX(3px);
        }

        /* Alternative Card Design */
        .prod_type_container .service-cards.style-2 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }

        .prod_type_container  .service-cards.style-2 .service-title {
            color: white;
        }

        .prod_type_container .service-cards.style-2 .service-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .prod_type_container .service-cards.style-2 .learn-more-btn {
            background: white;
            color: #667eea;
        }

        .prod_type_container .service-cards.style-2 .learn-more-btn:hover {
            background: #f8f9fa;
            box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
             .prod_type_container {
                padding: 1rem;
            }

            .prod_type_container .section-title {
                font-size: 2rem;
            }

            .prod_type_container .services-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .prod_type_container .service-content {
                padding: 1.25rem;
            }
        }

        /* Loading Animation */
        .prod_type_container .service-cards {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .prod_type_container .service-cards:nth-child(1) { animation-delay: 0.1s; }
        .prod_type_container .service-cards:nth-child(2) { animation-delay: 0.2s; }
        .prod_type_container  .service-cards:nth-child(3) { animation-delay: 0.3s; }
        .prod_type_container .service-cards:nth-child(4) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        