@font-face {
    font-family: 'ConduitITCRegular'; 
    src: url('../fonts/Conduit ITC Regular.otf') format('opentype');
}

/* Header Styles */
#ast-hf-menu-2 a,
#ast-hf-menu-2-mobile a {
    font-size: 16px;
}
/* END Header Styles */

/* Homepage styles */
#banner-heading h1 {
    font-family: 'ConduitITCRegular', 'Plus Jakarta Sans',sans-serif;
    font-weight: 100;
    font-size: 50px;
    display:flex;
    align-items:center;
    color:#ffffff;
    text-transform:uppercase;
}

#banner-heading img {
    width:45px;
    margin-left:5px;
    margin-right:5px;
}

@media(min-width: 768px) {
    #banner-heading h1 {
        font-size: 83px;
    }

    #banner-heading img {
        width:70px;
        margin-left:10px;
        margin-right:10px;
    }
}

#brand-logo-wrapper .elementor-image-carousel {
    align-items: center;
}

.sbi_feedtheme_header_text h3,
.sbi_feedtheme_header_text p {
    color: #FFFFFF;
}
/* End Homepage styles */

/* Page Styles */
.page-headings * {
    display: inline-block;
}
/* End Page Styles */

/* Products & services page */
#glasses-promotion .e-con-inner {
    background-color: #F65C02;
    padding: 10px;
    border-radius: 50px;
}

#kids-brands {
        margin-bottom: 0; 
}

@media(min-width: 576px) {
    #glasses-promotion .e-con-inner {
        padding: 20px;
    }

    #kids-brands {
        display: flex; 
        align-items: center; 
        margin: 0; 
        margin-left: 40px;
    }
}
/* End Products & Services page */

/* Footer Styles */
#fsw-footer-link {
    font-family: "ethnocentric", sans-serif;
    color: #4ECDC4;
}

#fsw-footer-link:hover {
    color: #F65C02;
}
/* End Footer Styles */