@import 'layout/default.css';
@import 'layout/buttons.css';
@import 'layout/text.css';

@import 'layout/header.css';
@import 'layout/cards.css?v=0.1';
@import 'layout/gallery.css';
@import 'layout/tabs.css';

@import 'layout/footer.css';

/* @import 'layout/reverse.css'; */
.btn-group {
    height: 63px;
}

.social-buttons .btn-group, .social-buttons .btn-group a {
    display: block
}

.btn-social {
    flex: 1;
    position: relative;
    margin: 3px 0;
    height: 2.3em;
    line-height: 2.3em;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px center;
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    display: inline-block;
    width: 50%;
    float:left;
}
.btn-social:hover {
    text-decoration: none
}

.btn-social.btn-social-google {
    background-image: url(https://lpmedia.servefilesonly.com//img/_btns/icon-google-color.svg);
    background-size: 30px 30px;
    overflow: hidden;
    border-color: #FFFFFF;
    background-color: #4D82E5;
}

.btn-social.btn-social-google span {
    background-color: #4D82E5
}

.btn-social.btn-social-facebook {
    background-color: #4267b2;
    background-image: url(https://lpmedia.servefilesonly.com/img/_btns/icon-facebook.svg);
    background-size: 28px
}

.btn-social.btn-social-facebook span.asterisk {
    display: inline-block;
    margin: 0;
    padding: 0
}

.btn-social span {
    margin-left: 40px;
    padding-right: 40px;
    font-family: 'Mukta', sans-serif
}

/* Style only the first/featured card */
.highlight-featured {
    background-color: #fff8dc; /* Golden yellowish */
    border: 3px solid #f7c200;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(247, 194, 0, 0.4);
    transform: scale(1.05);
    z-index: 10;
    padding: 10px;
}

/* Optional: Enhance the ribbon inside */
.highlight-featured .ribbon {
    background-color: #f7c200;
    color: #000;
    font-weight: bold;
}
