.carousel-back {
    height: 256px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--sj-shadow, 0 4px 8px rgba(0, 0, 0, 0.2));
}

.carousel-back .carousel-logo {
    border-radius: 100px;
    height: 200px;
    opacity: 1;
    margin-top: 30px;
}

.section-map {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.section-map #google-map {
    width: 100%;
    height: 100%;
}

.home-content {
    padding-top: 20px;
    padding-bottom: 10px;
}

.home-content .title-base {
    text-align: left;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    margin-top: 0;
}

.home-content .title-base hr {
    border: none;
    background-color: var(--sj-accent, #f3b007);
    width: 100%;
    height: 5px;
    margin: 0 auto 20px 0;
    left: 0;
    opacity: 1;
}

.home-content .title-base h2 {
    line-height: 35px;
    margin: 0 0 10px 0;
}

.home-content .title-base p {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: var(--sj-text-muted, #8c8c8c);
    margin-top: 0;
    margin-left: 1px;
    margin-bottom: 3px;
}

.home-content p.welcome-text {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: var(--sj-accent-text, #f39f07);
}

.home-content .list-items .list-item {
    border-bottom-style: solid;
    padding: 10px 0;
    border-bottom: 1px solid var(--sj-border, #e6e6e6);
    transition: padding 0.3s;
}

.home-content .list-items .list-item:hover {
    background: none;
    padding-left: 5px;
}

.home-content .list-items .list-item:first-child {
    padding-top: 0;
}

.home-content .list-items .list-item:last-child {
    border-bottom: none;
}

.home-content .list-items .list-item h3 {
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.home-content .list-items .list-item p {
    color: var(--sj-text-muted, #797979);
    font-size: 13px;
    margin: 0;
    line-height: 19px;
    padding-top: 5px;
}

.home-content .list-items .list-item span {
    text-align: right;
    display: block;
    white-space: nowrap;
    color: var(--sj-text-muted, #696969);
    font-size: 15px;
    font-weight: 400;
}

.container .feedback-response {
    position: absolute;
    top: 8px;
    left: 0px;
    color: var(--sj-accent-ink, #7b5800);
    font-weight: 500;
    padding: 5px 10px;
    background: var(--sj-accent, #ffc83c);
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: center;
}

.container .feedback-response i.fa {
    margin-right: 5px;
}

.contact-form {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
}

.contact-form ::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.contact-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.boxed.golden {
    background-color: var(--sj-accent, #f3b007);
}

form.form-box .form-control {
    border: none;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
    background: none;
    border-color: #fff !important;
    color: #fff !important;
    box-shadow: none;
}

html[data-bs-theme="light"] .contact-form .form-control,
html[data-bs-theme="light"] .contact-form .form-control:focus {
    background: transparent !important;
}

html[data-bs-theme="dark"] .boxed.golden {
    padding: 20px;
    border: 1px solid var(--sj-border);
    border-radius: 6px;
    background: var(--sj-bg-elevated);
}

html[data-bs-theme="dark"] .contact-form .form-control {
    padding: 10px 12px;
    height: auto;
    border: 1px solid var(--sj-border) !important;
    border-radius: 4px;
    background: var(--sj-bg-input);
    color: var(--sj-text-primary) !important;
}

html[data-bs-theme="dark"] .contact-form textarea.form-control {
    min-height: 120px;
}

html[data-bs-theme="dark"] .contact-form :is(input, textarea)::placeholder {
    color: var(--sj-text-muted) !important;
}

html[data-bs-theme="dark"] .contact-form .btn-success {
    padding: 9px 16px;
    border-color: var(--sj-accent);
    background: var(--sj-accent);
    color: var(--sj-on-gold) !important;
    font-weight: 600;
}

html[data-bs-theme="dark"] .contact-form .btn-success:hover,
html[data-bs-theme="dark"] .contact-form .btn-success:focus-visible {
    border-color: var(--sj-accent-hover);
    background: var(--sj-accent-hover);
    color: var(--sj-on-gold) !important;
}

hr.space.xs {
    height: 10px;
}
hr.space.s {
    height: 20px;
}
hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0;
}

.site .banner {
    display: none;
}

.content {
    padding-top: 0;
}

.pray-times td {
    padding: 9px;
}

body {
    background: var(--sj-bg-surface, white);
}

.site > .container {
    border-left: 0;
    border-right: 0;
}

.site > .container:not(.content) {
    max-width: unset;
}

.site > * {
    box-shadow: none!important;
}
