*{
    margin: 0;
    padding: 0;
}
.customnavbar {
    background-color: black;
    padding: 10px 20px;
    height: 60px; /* Set a fixed height for the navbar */
    display: flex;
    align-items: center; /* Keep items aligned vertically */
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures navbar stays on top */    
}
.cart-icon {
    cursor: pointer;
}
.customnavbar-brand img {
    height: 120px; /* Increase logo height */
    width: auto; /* Maintain aspect ratio */
    max-height: 100%; /* Ensure it does not overflow */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.customnavbar .nav-link {
    color: white;
    margin: 0 10px;
}
.customnavbar .nav-link:hover {
    color: #E74C3C;
}
.customnavbar .btn-subscribe {
    background-color: #E74C3C;
    color: white;
    border-radius: 20px;
}
.customnavbar .btn-contact {
    background-color: white;
    color: black;
    border-radius: 20px;
}
.customnavbar .cart-icon {
    color: white;
    font-size: 20px;
    margin-left: 15px;
}
.customnavbar .dropdown-menu {
    background-color: black;
    border: none;
}

.customnavbar .dropdown-item {
    color: white;
}

.customnavbar .dropdown-item:hover {
    background-color: #E74C3C;
    color: white;
}

.wingsection-image img{
    width: 100%;
}
.wingsection-content {
    background-color: #B883C3;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-top: -125px; /* 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 */

}

.wing-button1{
    background-color: pink;
    margin: 0 auto; /* Centers the div horizontally */
    padding: 20px;
    border-radius: 10px; /* Optional: Adds rounded corners */
    text-align: center;
    margin-top: 10px;
}


.snc1-container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.snc1-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.snc1-content {
    padding: 20px;
}
.snc1-highlight {
    color: #f4a900;
    font-weight: bold;
}

.snc1-text-below {
    text-align: center;
    margin-top: 10px;
}




.snc2-container {
    background: url('02 Home Pages/SNC Website backgroun.png') no-repeat center center/cover;

    width: 100%;
    padding: 50px 20px;
    border-radius: 10px;
    height: 130vh;
    margin-top:-120px;
}


.snc2-content {
    color: #333;
}
.snc2-content h2 {
    font-weight: bold;
    margin-left: 72px;
}
p.customsncp1 {
    margin-left: 5vw;
}

p.customsncp1 {
    color:  #9C3B0B;
    font-weight: bold;
}

.snc32-list li {
    position: relative;
    padding-left: 25px; /* Space for bullet */
    margin-bottom: 10px;
    font-weight: bold;
}
.snc32-list li::before {
    content: "●"; /* Custom bullet point */
    color:  #E29D7B; /* Brown color */
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
.snc3-list li {
    position: relative;
    padding-left: 25px; /* Space for bullet */
    margin-bottom: 10px;
    font-weight: bold;
}
.snc4-list li {
    position: relative;
    padding-left: 25px; /* Space for bullet */
    margin-bottom: 10px;
    font-weight: bold;
}
ul.snc32-list {
    list-style: none;
    margin-left: 33px;
}
.snc3-list li::before {
    content: "●"; /* Custom bullet point */
    color:   #D76677; /* Brown color */
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
.snc4-list li::before {
    content: "●"; /* Custom bullet point */
    color:    #9976AD; /* Brown color */
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
.snc1-list li::before {
    content: '\2022';
    color:  #E29D7B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    flex-shrink: 0;
}
.snc2-image {
    text-align: center;
    position: relative;
}
.snc2-image img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}
.snc2-button {
    background-color: #d17c54;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
.snc2-button:hover {
    background-color: #b9643f;
}
.row.align-items-center.customsnc{
    margin-top: 44vh;
}



.snc3-container {
    background: url('background-image.jpg') no-repeat center center/cover;
    width: 100%;
    padding: 50px 20px;
    border-radius: 10px;
}
.snc3-content {
    color: #333;
}
.snc3-content h2 {
    font-weight: bold;
}
.snc3-content p {
    font-weight: bold;
    color: #d17c54;
}
.snc3-list {
    padding-left: 0;
    list-style: none;
}
.snc4-list {
    padding-left: 0;
    list-style: none;
}

.snc4-list li {
    position: relative;
    padding-left: 25px; /* Space for bullet */
    margin-bottom: 10px;
    font-weight: bold;
}

.snc3-list li {
    position: relative;
    padding-left: 25px; /* Space for bullet */
    margin-bottom: 10px;
    font-weight: bold;
}
.snc3-list li::before {
    content: "●"; /* Custom bullet point */
    color:  #D76677; /* Brown color */
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
.snc4-list li::before {
    content: "●"; /* Custom bullet point */
    color:   #9976AD; /* Brown color */
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
.snc3-image {
    text-align: center;
    position: relative;
}
.snc3-image img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}
.snc3-button {
    background-color:  #D76677;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
.snc3-button:hover {
    background-color:  #b65563;
}

.homepart2-h5{
    margin-bottom: 40px;
}
@media (max-width:1024px) {
    .snc2-image img {
        max-width: 87%;
        height: auto;
        border-radius: 10px;
    }
    
}

@media (max-width:768px) {
    
    .wingsection-content{
        width: unset;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -94px;
    }
    .wingsection-content p{
        font-size: 11px !important;
    }
    .wingsection-content h2{
        font-size: 20px;
    }
    .snc2-list li ,p.customsncp1{
        font-size: 14px;
    }
    .row.align-items-center.customsnc {
        margin-top: 18vh;
    }
    .snc2-content h2 {
        font-size: 21px;
    }
    ul.snc32-list {
        list-style: none;
        margin-left: 1px;
        font-size: 11px;
    }
}
@media (max-width:425px) {
    .snc2-list li, p.customsncp1 ,.snc1-content {
        font-size: 11px;
    }
    .wingsection-content {
        width: unset;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -50px;
        padding: 10px;
    }
    .snc2-image img {
        max-width: 33%;
    }
    h2.snc1h2{
        font-size: 15px;
    }
    h4.snc1h4{
        font-size: 14px;
    }
    .snc1-image img {
        max-width: 69%;
     
    }
    h2.snch2custom {
        font-size: 13px;
    }
    .snc2-button ,.snc3-button{
        margin-top: unset;
        padding: 5px 5px;
    }
    p.snc-3-p {
        font-size: 11px;
        margin-top: 10px;
    }
    ul.snc3-list {
        font-size: 11px;
    }
    ul.snc4-list {
        font-size: 11px;
    }
    
}
@media (max-width:320px) {

    .wingsection-content {
        width: unset;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -9px;
        padding: 10px;
    }
    
}