@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 /* Parent Section */
  .sncroom-section {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

/* Left Side: Image */
.sncroom-img {
    max-width: 45%;
}

.sncroom-img img {
    width: 70%;
    border-radius: 10px;
}

/* Right Side: Content */
.sncroom-content {
    max-width: 50%;
}

.sncroom-quote {
    font-size: 2.2rem;
    font-weight: bold;
    color: #444;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
}

/* Apostrophe Styling */
.sncroom-quote::before,
.sncroom-quote::after {
    content: "“";
    font-size: 2rem;
    color: #77B846;
    position: absolute;
    
}

.sncroom-quote::before {
    left: -20px;
    top: -10px;
}

.sncroom-quote::after {
    content: "”";
    /* right: -20px; */
    bottom: -10px;
}
.wingsection-image img{
width: 100%;
}
.wingsection-content {
background-color:  #77B846;
width: 50%;
color: white;
margin: 0 auto;
padding: 20px;
border-radius: 10px;
text-align: center;
margin-top: -50px; /* Overlap the section by pulling it up */
z-index: 1; /* Ensures the content is on top of the image */
position: relative;
box-shadow: 0px 2px 10px rgba(100, 100, 98, 100); /* Box shadow from all sides */

}

.sncroom3-section {
    background: url('02 Home Pages/SNC ROOM - Last.png') no-repeat center center/cover;
    padding: 80px 0;
    color: #1c2515;
    font-weight: bolder;
    position: relative;
    height: 180vh;
}
.sncroom3-overlay {
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    margin-top: 48vh;
    color: #29685e;
}

/* Responsive Design */
@media (max-width:1024px) {
    .sncroom3-section {
        height: 121vh;
    }
    
}
@media (max-width: 768px) {
    .sncroom-section {
        text-align: center;
    }

    .sncroom-img, .sncroom-content {
        max-width: 100%;
    }

    .sncroom-quote::before,
    .sncroom-quote::after {
        font-size: 1.5rem;
    }
    .sncroom-img img {
        width: 49%;
        border-radius: 10px;
    }
    .sncroom-quote {
        font-size: 1.2rem;
       
        width: 35vw;
    }
    .sncroom3-section {
        height: 116vh;
    }
    .sncroom3-overlay {
        max-width: 505px;
        font-size: 11px;
        margin-top: 36vh;
        padding-right: 106px;
    }
}
@media (max-width:425px) {
    .wingsection-content {
        width: 75%;
      
        padding:unset;
      
        margin-top: -12px;
        
        font-size: 11px;
    }
    .sncroom-section {
        text-align: center;
        margin-top: 10vh;
    }
    .sncroom3-section {
        height: 52vh;
    }
    .sncroom3-overlay {
        max-width: 341px;
        font-size: 8px;
        margin-top: 26vh;
        padding-right: 115px;
    }
    h1.snclasth1 {
        font-size: 14px;
    }
    
}
@media (max-width:320px) {
    .sncroom-img img {
        width: 97%;
        border-radius: 10px;
    }
    .sncroom3-overlay {
        max-width: 341px;
        font-size: 7px;
        margin-top: 26vh;
        padding-right: 115px;
    }
    .sncroom-quote {
        font-size: 13px;
        width: 35vw;
    }
    
}