:root {
    --accent: #feca03 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

footer.yoo-footer.yoo-style1 {
    display: none !important;
}
/* Media query for mobile devices */
@media (max-width: 480px) {
    .cs-site_branding img  {
        /* Increase width by 50px */
        width: 80px; /* Adjusted width for mobile phones */
        /* Increase height by 50px */
          height: auto !important; /* Adjusted height for mobile phones */
        /* Other styles */
        margin: 0px;
        
    }
}



.cs-section_heading.cs-style1 .cs-section_subtitle {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}





.cs-funfact_left {
    /* margin-top: 50%; */
    display: flex;
    align-items: center;
}

.cs-hero.cs-style4, .cs-hero.cs-style5 {
    height: 90vh !important;
   
}

.cs-hero_6_wrap, .cs-hero_7_wrap {
    height: 90vh !important;
}

span.cs-iconbox_icon.cs-center {
    animation: animo-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
