.maxcontent {
        max-height: 150px;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }
    .read-more-btn {
        cursor: pointer;
        color: blue;
    }
    
    /* Video CSS */
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }
    
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
    }
    
    .video-section-five {
        padding: 80px 0;
        background: #f8f9fa;
    }
    
    /* Layout CSS */
    .home-slide-five-text-center {
        max-width: 100%;
        text-align: center;
    }
    
    .home-slide-five-text {
        max-width: 600px;
    }
    
    .home-slide-five-text h2 {
        margin-bottom: 5px;
        color: #FF875A;
    }
    
    .home-slide-five-text h1 {
        margin-bottom: 5px;
        font-size: 50px;
    }
    
    .home-slide-five-text p {
        margin-bottom: 20px;
    }
    
    .sub-btn {
        margin-bottom: 20px;
    }
    
    .banner-slider-img {
        margin-top: 0px;
    }
    
    .header-five-title-full {
        width: 100%;
    }
    
    .header-five-title-full h2 {
        max-width: 100%;
    }

    .dynamic-section-media {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .dynamic-section-media img {
        display: block;
        width: min(100%, 560px);
        max-width: 100%;
        height: auto;
        margin: 0 auto 20px;
        border-radius: 10px;
        object-fit: contain;
    }

    .dynamic-section-media .video-wrapper {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
