.elementor-2884 .elementor-element.elementor-element-2c9d68b > .elementor-container{max-width:1200px;}.elementor-2884 .elementor-element.elementor-element-2c9d68b .elementor-column-gap-custom .elementor-column > .elementor-element-populated{padding:60px;}.elementor-2884 .elementor-element.elementor-element-5efe39a{text-align:center;}.elementor-2884 .elementor-element.elementor-element-5efe39a .elementor-heading-title{font-size:50px;font-weight:700;line-height:1.05em;letter-spacing:-1.5px;}.elementor-2884 .elementor-element.elementor-element-877af6b{--grid-columns:3;}.elementor-2884 .elementor-element.elementor-element-877af6b .elementor-pagination{text-align:center;margin-top:50px;}body:not(.rtl) .elementor-2884 .elementor-element.elementor-element-877af6b .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 21px/2 );}body:not(.rtl) .elementor-2884 .elementor-element.elementor-element-877af6b .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 21px/2 );}body.rtl .elementor-2884 .elementor-element.elementor-element-877af6b .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 21px/2 );}body.rtl .elementor-2884 .elementor-element.elementor-element-877af6b .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 21px/2 );}@media(max-width:1024px){.elementor-2884 .elementor-element.elementor-element-5efe39a .elementor-heading-title{font-size:52px;line-height:1.05em;letter-spacing:-1.5px;}.elementor-2884 .elementor-element.elementor-element-877af6b{--grid-columns:2;}}@media(max-width:767px){.elementor-2884 .elementor-element.elementor-element-5efe39a .elementor-heading-title{font-size:38px;line-height:1.05em;letter-spacing:-1.5px;}.elementor-2884 .elementor-element.elementor-element-877af6b{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-94e3a40 */.masha-projects-section {
    background: #ffffff;
    padding: 0px 20px;
    font-family: inherit;
}
.masha-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* OUR WORK INTRO */
.masha-work-intro {
    text-align: center;
    margin-bottom: 60px;
}
.masha-work-intro p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* FEATURED BURAANS */
.masha-featured-video {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
    background: #FDF8F3;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 80px;
}
.masha-featured-content {
    text-align: left;
}
.masha-featured-badge {
    display: inline-block;
    background: #D6A354;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}
.masha-featured-content h3 {
    font-size: 42px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 15px;
}
.masha-featured-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}
.masha-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #D6A354;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.masha-watch-btn:hover {
    background: #D6A354;
    transform: translateY(-2px);
}

/* YOUTUBE EMBED - THIS IS THE NEW PART */
.masha-video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.masha-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.masha-grid-footer {
    font-size: 15px;
    color: #888;
    font-style: italic;
    margin-bottom: 20px;
       text-align: center;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
    .masha-featured-video {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .masha-featured-content {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .masha-featured-video {
        padding: 30px;
    }
    .masha-featured-content h3 {
        font-size: 32px;
    }
}/* End custom CSS */