@charset "UTF-8";

*, *:before, *:after {
    box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, input, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

footer, header, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    color: #000;
    font-family: "Inter";
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (min-width: 479.98px) {
    .container {
        max-width: 400px;
    }
}

@media screen and (min-width: 575.98px) {
    .container {
        max-width: 480px;
    }
}

@media screen and (min-width: 767.98px) {
    .container {
        max-width: 710px;
    }
}

@media screen and (min-width: 991.98px) {
    .container {
        max-width: 990px;
    }
}

@media screen and (min-width: 1199.98px) {
    .container {
        max-width: 1320px;
        padding: 0 40px;
    }
}

@media screen and (min-width: 1639.98px) {
    .container {
        max-width: 1800px;
        padding: 0 80px;
    }
}

html {
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

body.b--open {
    overflow: hidden;
}

@keyframes slit-in-vertical {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growFromTop {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes growFromCenter {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes zooming {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb > .splide__list {
    display: block;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}

.splide__arrow:disabled {
    opacity: 0.3;
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

strong,
b {
    font-weight: 700;
}

img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #000;
}

@media screen and (min-width: 991.98px) {
    h2 {
        font-size: 48px;
    }
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

@media screen and (min-width: 991.98px) {
    p {
        font-size: 18px;
    }
}

a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #3e5e4f;
}

@media screen and (min-width: 991.98px) {
    a {
        font-size: 18px;
    }
}

ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

@media screen and (min-width: 991.98px) {
    ul li {
        font-size: 18px;
    }
}

ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

@media screen and (min-width: 991.98px) {
    ol li {
        font-size: 18px;
    }
}

header {
    z-index: 9;
    flex: 0 0 auto;
}

.main-header {
    background: rgba(62, 94, 79, 0.8);
}

.main-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (min-width: 991.98px) {
    .main-header__wrapper {
        gap: 40px;
    }
}

.main-header__logo {
    display: inline-flex;
}

.main-header__logo a .icon {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    transition: 0.1s ease;
}

.main-header .menu-btn {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 991.98px) {
    .main-header .menu-btn {
        display: none;
    }
}

.main-header .menu-btn__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.main-header .menu-btn__btn .icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.1s ease;
    cursor: pointer;
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.main-header .menu-btn__btn .icon i {
    width: 64px;
    height: 6px;
    background: #FFF;
    transition-property: margin, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s;
    transform: rotate(0);
}

.main-header .menu-btn__btn.is--active .icon i {
    margin: -8px -2px -6px -2px;
}

.main-header .menu-btn__btn.is--active .icon i:nth-of-type(1) {
    transform: rotate(45deg);
}

.main-header .menu-btn__btn.is--active .icon i:nth-of-type(2) {
    transform: rotate(-45deg);
}

.main-header .menu-btn__btn.is--active .icon i:nth-of-type(3) {
    display: none;
}

.main-header__menu {
    display: none;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu {
        display: block;
        flex: 1;
    }
}

.main-header__menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.main-header__menu-nav {
    width: 100%;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav {
        display: flex;
        justify-content: center;
    }
}

.main-header__menu-nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul {
        gap: 0;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}

.main-header__menu-nav ul li {
    display: inline-flex;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li:hover a {
        color: #FFF;
        background: #3e5e4f;
    }
}

.main-header__menu-nav ul li a {
    font-size: 16px;
    color: #FFF;
    transition: 0.2s ease;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li a {
        padding: 10px;
    }
}

@media screen and (min-width: 1199.98px) {
    .main-header__menu-nav ul li a {
        padding: 20px;
    }
}

.main-header__menu-nav ul li.--has-child {
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-header__menu-nav ul li.--has-child:hover .nav-secondary, .main-header__menu-nav ul li.--has-child:focus .nav-secondary {
    display: block;
    animation: slit-in-vertical 0.5s ease;
}

.main-header__menu-nav ul li.--has-child .nav-primary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li.--has-child .nav-primary {
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

.main-header__menu-nav ul li.--has-child .nav-primary .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.1s ease;
    filter: brightness(1) invert(1);
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li.--has-child .nav-primary .icon {
        display: none;
    }
}

.main-header__menu-nav ul li.--has-child .nav-secondary {
    display: none;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li.--has-child .nav-secondary {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 300px;
    }
}

.main-header__menu-nav ul li.--has-child .nav-secondary ul {
    align-items: flex-start;
    padding-left: 20px;
    margin-top: 10px;
    gap: 10px;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li.--has-child .nav-secondary ul {
        flex-direction: column;
        padding: 20px;
        margin-top: 0;
        background: #3e5e4f;
    }
}

.main-header__menu-nav ul li.--has-child .nav-secondary ul li a {
    padding: 0;
    font-size: 16px;
    color: #FFF;
    position: relative;
}

.main-header__menu-nav ul li.--has-child .nav-secondary ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #FFF;
    transition: 0.2s ease;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 991.98px) {
    .main-header__menu-nav ul li.--has-child .nav-secondary ul li a:hover {
        transform: translateX(5px);
    }

    .main-header__menu-nav ul li.--has-child .nav-secondary ul li a:hover:before {
        width: 100%;
    }
}

@media screen and (min-width: 991.98px) {
    .main-header__menu .container {
        display: contents;
    }
}

@media screen and (max-width: 991.98px) {
    .main-header__menu.is--active {
        display: block;
        animation: slit-in-vertical 0.5s ease;
        position: absolute;
        left: 0;
        right: 0;
        top: 64px;
        height: calc(100vh - 64px);
        z-index: 1;
        overflow-y: auto;
        background: #3e5e4f;
        padding: 40px 0;
    }
}

main {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
    background: linear-gradient(135deg, #2d4538 0%, #1f3026 100%);
    color: #fff;
    padding: 60px 0 0;
}

@media screen and (min-width: 991.98px) {
    .footer {
        padding: 80px 0 0;
    }
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__main {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .footer__main {
        grid-template-columns: 1fr 2fr;
        gap: 80px;
    }
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__logo a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

@media screen and (min-width: 767.98px) {
    .footer__logo a {
        font-size: 24px;
    }
}

.footer__logo .icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 767.98px) {
    .footer__logo .icon {
        width: 20px;
        height: 20px;
    }
}

.footer__description {
    font-size: 16px;
    color: #bdc3c7;
    line-height: 1.6;
    max-width: 400px;
}

@media screen and (min-width: 767.98px) {
    .footer__description {
        font-size: 18px;
    }
}

.footer__links {
    display: grid;
    gap: 32px;
}

@media screen and (min-width: 767.98px) {
    .footer__links {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.footer__column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 767.98px) {
    .footer__column h4 {
        font-size: 20px;
    }
}

.footer__column ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__column ul li {
    font-size: 14px;
    color: #bdc3c7;
    line-height: 1.5;
}

@media screen and (min-width: 767.98px) {
    .footer__column ul li {
        font-size: 16px;
    }
}

.footer__column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__column ul li a:hover {
    color: #3e5e4f;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

@media screen and (min-width: 767.98px) {
    .footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }
}

.footer__copyright p {
    font-size: 14px;
    color: #95a5a6;
    text-align: center;
}

@media screen and (min-width: 767.98px) {
    .footer__copyright p {
        text-align: left;
        font-size: 16px;
    }
}

.footer__social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 767.98px) {
    .footer__social {
        justify-content: flex-end;
    }
}

.banner-link {
    display: block;
    transition: all 0.3s ease;
}

.banner-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.banner-link img {
    display: block;
    height: auto;
    border: 0;
}

.button {
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    padding: 12px 24px;
    width: 100%;
    max-width: fit-content;
    border: none;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.3s ease;
}

@media screen and (min-width: 991.98px) {
    .button {
        font-size: 18px;
    }
}

.button--primary::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.8) 55%, transparent 100%);
    transform: skewX(-20deg);
    z-index: 1;
    pointer-events: none;
}

.button--primary:hover::before {
    animation: shineEffect 1s ease forwards;
}

.button--primary:hover {
    transform: translateY(-5px);
}

@keyframes shineEffect {
    0% {
        opacity: 0;
        left: -100%;
    }
    100% {
        opacity: 1;
        left: 100%;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

@media screen and (min-width: 767.98px) {
    .btn {
        padding: 18px 36px;
        font-size: 18px;
    }
}

.btn--outline {
    color: #3e5e4f;
    border-color: #3e5e4f;
    background: transparent;
}

.btn--outline:hover {
    color: #fff;
    background: #3e5e4f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(62, 94, 79, 0.3);
}

.btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-color: #3e5e4f;
}

.btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(62, 94, 79, 0.4);
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 410px;
}

@media screen and (min-width: 1199.98px) {
    .banner {
        height: 610px;
    }
}

.banner-slide__img picture img {
    width: 100%;
    height: auto;
    min-height: 410px;
    transition: transform 10s ease;
}

@media screen and (min-width: 1199.98px) {
    .banner-slide__img picture img {
        height: 610px;
    }
}

.splide__slide.is-active .banner-slide__img picture img {
    transform: scale(1.1);
}

.banner-slide__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(62, 94, 79, 0.7);
    border-top: 1px solid #8D8F92;
    border-bottom: 1px solid #8D8F92;
    box-shadow: 1px 1px 30px 20px rgba(0, 0, 0, 0.5019607843);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 767.98px) {
    .banner-slide__content {
        left: 50%;
        right: initial;
        transform: translate(-50%, -50%);
        padding: 40px;
        border: 1px solid #8D8F92;
    }
}

@media screen and (min-width: 767.98px) {
    .banner-slide__content {
        min-width: 680px;
        min-height: 220px;
    }
}

@media screen and (min-width: 991.98px) {
    .banner-slide__content {
        min-width: 980px;
        min-height: 220px;
    }
}

@media screen and (min-width: 1639.98px) {
    .banner-slide__content {
        min-width: 1200px;
        min-height: 220px;
    }
}

@media screen and (min-width: 767.98px) {
    .banner-slide__content .container {
        display: contents;
    }
}

.banner-slide__content-title {
    text-align: center;
    line-height: 140%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-slide__content-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.banner-slide__content-title span:first-child {
    font-size: 20px;
}

.banner-slide__content-title h2 {
    text-transform: uppercase;
    color: #FFF;
}

.main-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.c-bg.main-content {
    background: rgba(62, 94, 79, 0.8);
}

.main-content__wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 40px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .main-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.content-area .news {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.c-bg .content-area .news {
    background: transparent;
}

.content-area .news__header {
    margin-bottom: 32px;
    text-align: center;
}

.content-area .news__title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
}

.c-bg .content-area .news__title {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .content-area .news__title {
        font-size: 28px;
    }
}

.content-area .news__list .news-item {
    border-bottom: 2px solid #f1f3f4;
    padding: 32px 0;
    margin-bottom: 32px;
}

.content-area .news__list .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.content-area .news__list .news-item__link {
    display: flex;
    gap: 24px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.c-bg .content-area .news__list .news-item__link:hover .news-item__image img {
    transform: scale(1.1) rotate(2deg)
}

.content-area .news__list .news-item__link:hover .news-item__title {
    color: #3e5e4f;
}

.c-bg .content-area .news__list .news-item__link:hover .news-item__title {
    color: #fff;
}

.content-area .news__list .news-item__link:hover .news-item__read-more {
    color: #3e5e4f;
    transform: translateX(5px);
}

.c-bg .content-area .news__list .news-item__link:hover .news-item__read-more {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .content-area .news__list .news-item__link {
        flex-direction: column;
        gap: 16px;
    }
}

.content-area .news__list .news-item__image {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767.98px) {
    .content-area .news__list .news-item__image {
        width: 100%;
        height: 200px;
    }
}

.content-area .news__list .news-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-area .news__list .news-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-area .news__list .news-item__date {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c-bg .content-area .news__list .news-item__date {
    color: goldenrod;
}

.content-area .news__list .news-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.c-bg .content-area .news__list .news-item__title {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .content-area .news__list .news-item__title {
        font-size: 20px;
    }
}

.content-area .news__list .news-item__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
    flex: 1;
}

.c-bg .content-area .news__list .news-item__excerpt {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .content-area .news__list .news-item__excerpt {
        font-size: 18px;
    }
}

.content-area .news__list .news-item__read-more {
    font-size: 16px;
    font-weight: 600;
    color: #3e5e4f;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.c-bg .content-area .news__list .news-item__read-more {
    color: goldenrod;
}

.c-bg .btn--outline {
    color: #fff;
    border-color: #fff;
}

.content-area .news__footer {
    text-align: center;
    margin-top: 40px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 300px;
}

.sidebar .sidebar-widget {
    background: transparent;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-widget__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

.sidebar .sidebar-widget__title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: goldenrod;
}

.church-calendar .ck .ck-day {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(62, 94, 79, 0.1);
    line-height: 1.4;
}

.church-calendar .ck .ck-week {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f3f4;
    line-height: 1.4;
}

.church-calendar .ck .ck-post {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(62, 94, 79, 0.1);

    display: flex;
    flex-direction: column;
    gap: 10px;

    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.church-calendar .ck .ck-post div {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px 12px;
    border-radius: 8px;
    display: inline-block;
}

.church-calendar .ck .ck-saints {
    font-size: 13px;
    color: #fff;
    line-height: 1.6;
}

.church-calendar .ck .ck-saints a {
    color: goldenrod;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.church-calendar .ck .ck-saints a:hover {
    color: #fff;
    text-decoration: underline;
}

.icon-of-day .icon-image {
    overflow: hidden;
}

.icon-of-day .icon-image img {
    width: 100%;
    object-fit: cover;
}

.icon-of-day .icon-info {
    color: #fff;
    line-height: 1.4;
    margin-top: 10px;
}

.icon-of-day .icon-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.icon-of-day .icon-info p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.ck-chten {
    color: #fff;
}

.ck-chten a {
    color: goldenrod;
    transition: .3s ease;
}

.ck-chten a:hover {
    color: #fff;
    text-decoration: underline;
}

.schedule-widget {
    margin-bottom: 20px;
}

.schedule-widget .schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.schedule-widget .schedule-item:last-child {
    border-bottom: none;
}

.schedule-widget .schedule-item .schedule-day {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.schedule-widget .schedule-item .schedule-time {
    font-size: 14px;
    color: #6c757d;
}

.quick-links .quick-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f4;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
}

.quick-links .quick-link:last-child {
    border-bottom: none;
}

.quick-links .quick-link:hover {
    color: #3e5e4f;
    transform: translateX(4px);
}

.quick-links .quick-link__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.quick-links .quick-link__description {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

.archbishop-info .archbishop-photo {
    margin-bottom: 20px;
    overflow: hidden;
}

.archbishop-info .archbishop-photo img {
    width: 100%;
    object-fit: cover;
}

.archbishop-info .archbishop-details .archbishop-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}

.archbishop-info .archbishop-details .archbishop-name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.archbishop-info .archbishop-details .archbishop-position {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

.instagram-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.instagram-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.instagram-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(62, 94, 79, 0.3);
}

.instagram-link .instagram-icon {
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.instagram-link .instagram-content {
    flex: 1;
}

.instagram-link .instagram-content .instagram-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
}

.instagram-link .instagram-content .instagram-subtitle {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.2;
    margin-bottom: 2px;
}

.instagram-link .instagram-content .instagram-subtitle:last-child {
    margin-bottom: 0;
}

.choir-invitation .choir-image {
    position: relative;
    display: flex;
    overflow: hidden;
}

.choir-invitation .choir-image img {
    width: 100%;
    object-fit: cover;
}

.choir-invitation .choir-image .choir-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.choir-invitation .choir-image .choir-overlay .choir-text {
    font-size: 20px;
    font-weight: 700;
}

.brotherhood-links .brotherhood-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.brotherhood-links .brotherhood-link:last-child {
    margin-bottom: 0;
}

.brotherhood-links .brotherhood-link:hover {
    background: rgba(62, 94, 79, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brotherhood-links .brotherhood-link__icon {
    font-size: 20px;
    width: 32px;
    text-align: center;
}

.brotherhood-links .brotherhood-link__content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

.photo--md .archbishop-photo,
.photo--md .icon-image {
    max-width: fit-content;
    margin: auto;
}

.news {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .news {
        padding: 120px 0;
    }
}

.news__header {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (min-width: 991.98px) {
    .news__header {
        margin-bottom: 80px;
    }
}

.news__title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .news__title {
        font-size: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .news__title {
        font-size: 48px;
    }
}

.news__subtitle {
    font-size: 18px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .news__subtitle {
        font-size: 20px;
    }
}

.news__grid {
    display: grid;
    gap: 30px;
    margin-bottom: 60px;
}

@media screen and (min-width: 767.98px) {
    .news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .news__grid {
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
    }
}

.news__footer {
    text-align: center;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 991.98px) {
    .news-card--featured {
        grid-row: span 2;
    }
}

.news-card--featured .news-card__content {
    padding: 30px;
}

@media screen and (min-width: 767.98px) {
    .news-card--featured .news-card__content {
        padding: 40px;
    }
}

.news-card--featured .news-card__title {
    font-size: 24px;
}

@media screen and (min-width: 767.98px) {
    .news-card--featured .news-card__title {
        font-size: 28px;
    }
}

.news-card--featured .news-card__excerpt {
    font-size: 16px;
    line-height: 1.7;
}

.news-card__image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

@media screen and (min-width: 767.98px) {
    .news-card__image {
        height: 240px;
    }
}

@media screen and (min-width: 991.98px) {
    .news-card__image {
        height: 280px;
    }
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.05);
}

.news-card__content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card__meta {
    margin-bottom: 16px;
}

.news-card__date {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.news-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.4;
    flex: 1;
}

@media screen and (min-width: 767.98px) {
    .news-card__title {
        font-size: 22px;
    }
}

.news-card__excerpt {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.news-card__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.news-card__link:hover {
    color: #3e5e4f;
    transform: translateX(4px);
}

.news-card__link::after {
    content: "→";
    transition: transform 0.3s ease;
}

.news-card__link:hover::after {
    transform: translateX(4px);
}

.church-info {
    padding: 80px 0;
    /*background: #fff;*/
    background: linear-gradient(135deg, #2d4538 0%, #1f3026 100%);

}

@media screen and (min-width: 991.98px) {
    .church-info {
        padding: 120px 0;
    }
}

.church-info__grid {
    display: grid;
    gap: 60px;
    align-items: center;
}

@media screen and (min-width: 991.98px) {
    .church-info__grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-info__content {
        order: 1;
    }
}

.church-info__title {
    font-size: 32px;
    font-weight: 700;
    /*color: #2c3e50;*/
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .church-info__title {
        font-size: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-info__title {
        font-size: 48px;
    }
}

.church-info__text {
    font-size: 16px;
    /*color: #6c757d;*/
    color: #fff;
    line-height: 1.7;
    margin-bottom: 40px;
}

@media screen and (min-width: 767.98px) {
    .church-info__text {
        font-size: 18px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-info__image {
        order: 2;
    }
}

.church-info__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);*/
}

.schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    .schedule {
        padding: 120px 0;
    }
}

.schedule__header {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (min-width: 991.98px) {
    .schedule__header {
        margin-bottom: 80px;
    }
}

.schedule__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .schedule__title {
        font-size: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .schedule__title {
        font-size: 48px;
    }
}

.schedule__subtitle {
    font-size: 18px;
    color: #bdc3c7;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .schedule__subtitle {
        font-size: 20px;
    }
}

.schedule__days {
    display: grid;
    gap: 20px;
}

@media screen and (min-width: 767.98px) {
    .schedule__days {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media screen and (min-width: 991.98px) {
    .schedule__days {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .schedule__days {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

.schedule-day {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.schedule-day:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
}

.schedule-day__title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 767.98px) {
    .schedule-day__title {
        font-size: 18px;
    }
}

.schedule-day__services {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.service:hover {
    background: rgba(255, 255, 255, 0.2);
}

.service__time {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    min-width: 50px;
    text-align: center;
    background: rgba(62, 94, 79, 0.8);
    padding: 6px 10px;
    border-radius: 6px;
}

@media screen and (min-width: 767.98px) {
    .service__time {
        font-size: 16px;
        min-width: 60px;
    }
}

.service__name {
    font-size: 13px;
    color: #ecf0f1;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .service__name {
        font-size: 14px;
    }
}

.contacts {
    padding: 60px 0;
    /*background: #f8f9fa;*/
    background: rgba(62, 94, 79, 0.8);
}

@media screen and (min-width: 991.98px) {
    .contacts {
        padding: 80px 0;
    }
}

.contacts__header {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 991.98px) {
    .contacts__header {
        margin-bottom: 50px;
    }
}

.contacts__title {
    font-size: 28px;
    font-weight: 700;
    /*color: #2c3e50;*/
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .contacts__title {
        font-size: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .contacts__title {
        font-size: 36px;
    }
}

.contacts__subtitle {
    font-size: 16px;
    /*color: #6c757d;*/
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .contacts__subtitle {
        font-size: 18px;
    }
}

.contacts__grid {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .contacts__grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

.contacts__info {
    display: grid;
    gap: 20px;
}

@media screen and (min-width: 767.98px) {
    .contacts__info {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media screen and (min-width: 991.98px) {
    .contacts__map {
        order: 2;
    }
}

.contact-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(62, 94, 79, 0.1);
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(62, 94, 79, 0.3);
}

.contact-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 767.98px) {
    .contact-item h4 {
        font-size: 16px;
    }
}

.contact-item p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 767.98px) {
    .contact-item p {
        font-size: 15px;
    }
}

.map-container {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(62, 94, 79, 0.1);
    transition: all 0.3s ease;
}

@media screen and (min-width: 767.98px) {
    .map-container {
        height: 350px;
    }
}

@media screen and (min-width: 991.98px) {
    .map-container {
        height: 400px;
    }
}

.map-container:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(62, 94, 79, 0.3);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.page-header {
    padding: 60px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 991.98px) {
    .page-header {
        padding: 80px 0;
    }
}

.page-header__content {
    max-width: 800px;
    margin: 0 auto;
}

.page-header__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .page-header__title {
        font-size: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .page-header__title {
        font-size: 48px;
    }
}

.page-header__subtitle {
    font-size: 18px;
    color: #bdc3c7;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .page-header__subtitle {
        font-size: 20px;
    }
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .section-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .section-title {
        font-size: 36px;
    }
}

.section-title--center {
    text-align: center;
}

.breadcrumbs {
    padding: 20px 0;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.breadcrumbs__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.breadcrumbs__link {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs__link:hover {
    color: #3e5e4f;
}

.breadcrumbs__separator {
    color: #adb5bd;
}

.breadcrumbs__current {
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.4;
}

.church-history {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .church-history {
        padding: 120px 0;
    }
}

.church-history__grid {
    display: grid;
    gap: 60px;
    align-items: center;
}

@media screen and (min-width: 991.98px) {
    .church-history__grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-history__content {
        order: 1;
    }
}

.church-history__text p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .church-history__text p {
        font-size: 18px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-history__image {
        order: 2;
    }
}

.church-history__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.church-features {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .church-features {
        padding: 120px 0;
    }
}

.church-features__grid {
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 767.98px) {
    .church-features__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-features__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-card__icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.feature-card__icon .icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.feature-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .feature-card__title {
        font-size: 22px;
    }
}

.feature-card__description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

.church-architecture {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .church-architecture {
        padding: 120px 0;
    }
}

.church-architecture__grid {
    display: grid;
    gap: 60px;
    align-items: center;
}

@media screen and (min-width: 991.98px) {
    .church-architecture__grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

@media screen and (min-width: 991.98px) {
    .church-architecture__image {
        order: 1;
    }
}

.church-architecture__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 991.98px) {
    .church-architecture__content {
        order: 2;
    }
}

.church-architecture__text p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .church-architecture__text p {
        font-size: 18px;
    }
}

.quick-links__grid {
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 767.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.quick-link-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.quick-link-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.quick-link-card__icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.quick-link-card__icon .icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.quick-link-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .quick-link-card__title {
        font-size: 22px;
    }
}

.quick-link-card__description {
    font-size: 15px;
    color: #bdc3c7;
    line-height: 1.6;
}

.modern-page-header {
    padding: 80px 0;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.modern-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

@media screen and (min-width: 991.98px) {
    .modern-page-header {
        padding: 120px 0;
    }
}

.modern-page-header__content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.modern-page-header__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .modern-page-header__title {
        font-size: 48px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-page-header__title {
        font-size: 56px;
    }
}

.modern-page-header__subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-weight: 300;
}

@media screen and (min-width: 767.98px) {
    .modern-page-header__subtitle {
        font-size: 22px;
    }
}

.modern-page-header__meta {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.8;
}

@media screen and (max-width: 767.98px) {
    .modern-page-header__meta {
        flex-direction: column;
        gap: 8px;
    }
}

.modern-page-header__meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-page-header__meta .meta-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.modern-section {
    padding: 80px 0;
    position: relative;
}

.modern-section--white {
    background: #fff;
}

.modern-section--gray {
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

.modern-section--dark {
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    color: #fff;
}

.modern-section--gradient {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
}

.modern-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 767.98px) {
    .modern-section-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-section-title {
        font-size: 48px;
    }
}

.modern-section-title::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 2px;
}

.modern-section-title--white {
    color: #fff;
}

.modern-section-title--white::after {
    background: rgba(255, 255, 255, 0.8);
}

.modern-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.modern-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modern-card:hover::before {
    transform: scaleX(1);
}

.modern-card--featured {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
}

.modern-card--featured .modern-card__title,
.modern-card--featured .modern-card__text {
    color: #fff;
}

.modern-card--glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-card__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
    overflow: hidden;
}

.modern-card__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.modern-card__icon .icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}

.modern-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .modern-card__title {
        font-size: 28px;
    }
}

.modern-card__text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    text-align: center;
}

@media screen and (min-width: 767.98px) {
    .modern-card__text {
        font-size: 18px;
    }
}

.modern-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.modern-card__link:hover {
    color: #3e5e4f;
    transform: translateX(4px);
}

.modern-card__link::after {
    content: "→";
    transition: transform 0.3s ease;
}

.modern-card__link:hover::after {
    transform: translateX(4px);
}

.modern-grid {
    display: grid;
    gap: 32px;
}

@media screen and (min-width: 767.98px) {
    .modern-grid--2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
}

@media screen and (min-width: 767.98px) {
    .modern-grid--3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-grid--3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 767.98px) {
    .modern-grid--4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-grid--4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

.modern-content__text p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 24px;
}

@media screen and (min-width: 767.98px) {
    .modern-content__text p {
        font-size: 20px;
    }
}

.modern-content__text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 32px 0 16px;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .modern-content__text h3 {
        font-size: 28px;
    }
}

.modern-content__text ul, .modern-content__text ol {
    margin: 24px 0;
    padding-left: 24px;
}

.modern-content__text ul li, .modern-content__text ol li {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 12px;
}

@media screen and (min-width: 767.98px) {
    .modern-content__text ul li, .modern-content__text ol li {
        font-size: 20px;
    }
}

.modern-content__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.modern-content__image:hover {
    transform: scale(1.02);
}

.modern-content__image img {
    width: 100%;
    height: auto;
    display: block;
}

.modern-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-list__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-list__item:last-child {
    border-bottom: none;
}

.modern-list__item__icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.modern-list__item__icon::before {
    content: "✓";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.modern-list__item__content {
    flex: 1;
}

.modern-list__item__content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .modern-list__item__content h4 {
        font-size: 20px;
    }
}

.modern-list__item__content p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

@media screen and (min-width: 767.98px) {
    .modern-list__item__content p {
        font-size: 18px;
    }
}

.modern-contact__grid {
    display: grid;
    gap: 32px;
}

@media screen and (min-width: 767.98px) {
    .modern-contact__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-contact__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.modern-contact__card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-contact__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.modern-contact__card__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.modern-contact__card__icon .icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.modern-contact__card__title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
}

.modern-contact__card__text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .modern-contact__card__text {
        font-size: 18px;
    }
}

.modern-contact__card__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.modern-contact__card__link:hover {
    color: #3e5e4f;
}

.modern-news__grid {
    display: grid;
    gap: 32px;
}

@media screen and (min-width: 767.98px) {
    .modern-news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-news__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}

.modern-news__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
}

.modern-news__card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    color: inherit;
}

.modern-news__card__image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 767.98px) {
    .modern-news__card__image {
        height: 240px;
    }
}

.modern-news__card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modern-news__card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(62, 94, 79, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-news__card:hover .modern-news__card__image img {
    transform: scale(1.05);
}

.modern-news__card:hover .modern-news__card__image::after {
    opacity: 1;
}

.modern-news__card__content {
    padding: 24px;
}

@media screen and (min-width: 767.98px) {
    .modern-news__card__content {
        padding: 32px;
    }
}

.modern-news__card__date {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modern-news__card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;


    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .modern-news__card__title {
        font-size: 24px;
    }
}

.modern-news__card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;


    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .modern-news__card__excerpt {
        font-size: 18px;
    }
}

.modern-news__card__read-more {
    color: #3e5e4f;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.modern-news__card__read-more::after {
    content: "→";
    transition: transform 0.3s ease;
}

.modern-news__card__read-more:hover::after {
    transform: translateX(4px);
}

.modern-schedule__grid {
    display: grid;
    gap: 24px;
}

@media screen and (min-width: 767.98px) {
    .modern-schedule__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-schedule__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}

.modern-schedule__card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    background-clip: padding-box;
}

.modern-schedule__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-left-color: #3e5e4f;
}

.modern-schedule__card__day {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modern-schedule__card__services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-schedule__card__services li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-schedule__card__services li:last-child {
    border-bottom: none;
}

.modern-schedule__card__services li .service-name {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}

@media screen and (min-width: 767.98px) {
    .modern-schedule__card__services li .service-name {
        font-size: 18px;
    }
}

.modern-schedule__card__services li .service-time {
    font-size: 16px;
    color: #3e5e4f;
    font-weight: 600;
}

@media screen and (min-width: 767.98px) {
    .modern-schedule__card__services li .service-time {
        font-size: 18px;
    }
}

.modern-gallery__grid {
    display: grid;
    gap: 24px;
}

@media screen and (min-width: 767.98px) {
    .modern-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}

.modern-gallery__item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.modern-gallery__item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modern-gallery__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modern-gallery__item:hover img {
    transform: scale(1.1);
}

.modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.modern-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(62, 94, 79, 0.4);
    color: #fff;
}

.modern-btn:hover::before {
    left: 100%;
}

.modern-btn--outline {
    background: transparent;
    color: #3e5e4f;
    border: 2px solid #3e5e4f;
}

.modern-btn--outline:hover {
    background: #3e5e4f;
    color: #fff;
}

.modern-btn--white {
    background: #fff;
    color: #3e5e4f;
}

.modern-btn--white:hover {
    background: #f8f9fa;
    color: #3e5e4f;
}

@media screen and (max-width: 767.98px) {
    .modern-page-header {
        padding: 60px 0;
    }

    .modern-page-header__title {
        font-size: 28px;
    }

    .modern-page-header__subtitle {
        font-size: 16px;
    }

    .modern-section {
        padding: 80px 0;
    }

    .modern-section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .modern-card {
        padding: 24px;
    }

    .modern-grid {
        gap: 24px;
    }
}

.weekly-schedule {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .weekly-schedule {
        padding: 120px 0;
    }
}

.weekly-schedule__grid {
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 767.98px) {
    .weekly-schedule__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.schedule-day-card {
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.schedule-day-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.schedule-day-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 767.98px) {
    .schedule-day-card__title {
        font-size: 22px;
    }
}

.schedule-day-card__services {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.service-item__time {
    font-size: 16px;
    font-weight: 700;
    color: #3e5e4f;
    min-width: 60px;
    text-align: center;
    background: rgba(0, 123, 255, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
}

@media screen and (min-width: 767.98px) {
    .service-item__time {
        font-size: 18px;
        min-width: 70px;
    }
}

.service-item__name {
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.4;
    flex: 1;
}

@media screen and (min-width: 767.98px) {
    .service-item__name {
        font-size: 16px;
    }
}

.special-services {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .special-services {
        padding: 120px 0;
    }
}

.special-services__grid {
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 767.98px) {
    .special-services__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .special-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.special-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.special-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.special-service-card__date {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.special-service-card .date-day {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (min-width: 767.98px) {
    .special-service-card .date-day {
        font-size: 36px;
    }
}

.special-service-card .date-month {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

@media screen and (min-width: 767.98px) {
    .special-service-card .date-month {
        font-size: 16px;
    }
}

.special-service-card__content {
    padding: 24px;
}

@media screen and (min-width: 767.98px) {
    .special-service-card__content {
        padding: 32px;
    }
}

.special-service-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .special-service-card__title {
        font-size: 20px;
    }
}

.special-service-card__services {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.church-calendar__content {
    max-width: 600px;
    margin: 0 auto;
}

.calendar-widget {
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.calendar-widget__header {
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
    text-align: center;
}

.calendar-widget__header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.calendar-widget__body {
    padding: 24px;
    display: grid;
    gap: 16px;
}

.calendar-day {
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.calendar-day:hover {
    background: rgba(255, 255, 255, 0.15);
}

.calendar-day--holiday {
    background: rgba(52, 152, 219, 0.2);
    border: 1px solid rgba(52, 152, 219, 0.3);
}

.calendar-day__number {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    min-width: 40px;
    text-align: center;
}

.calendar-day__event {
    font-size: 14px;
    color: #bdc3c7;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .calendar-day__event {
        font-size: 16px;
    }
}

.important-notes {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .important-notes {
        padding: 120px 0;
    }
}

.important-notes__content {
    max-width: 1000px;
    margin: 0 auto;
}

.notes-grid {
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 767.98px) {
    .notes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width: 991.98px) {
    .notes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.note-item {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.note-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.note-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .note-item h4 {
        font-size: 20px;
    }
}

.note-item p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .note-item p {
        font-size: 16px;
    }
}

.schedule-table {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.schedule-table__content {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

@media screen and (min-width: 767.98px) {
    .schedule-table__content {
        font-size: 16px;
    }
}

.schedule-table__header {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .schedule-table__header {
        padding: 24px 20px;
        font-size: 18px;
    }
}

.schedule-table__header:first-child {
    border-top-left-radius: 16px;
}

.schedule-table__header:last-child {
    border-top-right-radius: 16px;
}

.schedule-table__row {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.schedule-table__row:hover {
    background-color: #f8f9fa;
}

.schedule-table__row:last-child {
    border-bottom: none;
}

.schedule-table__row--sunday {
    background-color: rgba(255, 0, 0, 0.05);
}

.schedule-table__row--sunday:hover {
    background-color: rgba(255, 0, 0, 0.1);
}

.schedule-table__date {
    padding: 16px;
    font-weight: 600;
    color: #2c3e50;
    vertical-align: top;
    width: 200px;
    border-right: 1px solid #e9ecef;
}

@media screen and (min-width: 767.98px) {
    .schedule-table__date {
        padding: 20px;
        width: 250px;
    }
}

@media screen and (min-width: 991.98px) {
    .schedule-table__date {
        width: 300px;
    }
}

.schedule-table__events {
    padding: 16px;
    vertical-align: top;
}

@media screen and (min-width: 767.98px) {
    .schedule-table__events {
        padding: 20px;
    }
}

.schedule-event {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.schedule-event:last-child {
    margin-bottom: 0;
}

.schedule-event .event-time {
    font-weight: 700;
    color: #3e5e4f;
    background: rgba(62, 94, 79, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    min-width: 50px;
    text-align: center;
    flex-shrink: 0;
}

@media screen and (min-width: 767.98px) {
    .schedule-event .event-time {
        font-size: 14px;
        min-width: 60px;
        padding: 6px 10px;
    }
}

.schedule-event .event-name {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
}

@media screen and (min-width: 767.98px) {
    .schedule-event .event-name {
        font-size: 15px;
    }
}

.news-filter {
    padding: 40px 0;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.news-filter__content {
    display: flex;
    justify-content: center;
}

.filter-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 767.98px) {
    .filter-buttons {
        gap: 16px;
    }
}

.filter-btn {
    padding: 12px 24px;
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media screen and (min-width: 767.98px) {
    .filter-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
}

.filter-btn:hover {
    border-color: #3e5e4f;
    color: #3e5e4f;
}

.filter-btn--active {
    background: #3e5e4f;
    border-color: #3e5e4f;
    color: #fff;
}

.filter-btn--active:hover {
    background: #3e5e4f;
    border-color: #3e5e4f;
    color: #fff;
}

.news-list {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .news-list {
        padding: 120px 0;
    }
}

.news-list__grid {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .news-list__grid {
        gap: 50px;
    }
}

.news-article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.news-article:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 767.98px) {
    .news-article--featured {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

.news-article--featured .news-article__content {
    padding: 40px;
}

@media screen and (min-width: 767.98px) {
    .news-article--featured .news-article__content {
        padding: 50px;
    }
}

.news-article--featured .news-article__title {
    font-size: 28px;
}

@media screen and (min-width: 767.98px) {
    .news-article--featured .news-article__title {
        font-size: 32px;
    }
}

.news-article--featured .news-article__excerpt {
    font-size: 18px;
    line-height: 1.7;
}

.news-article__image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

@media screen and (min-width: 767.98px) {
    .news-article__image {
        height: 240px;
    }
}

@media screen and (min-width: 991.98px) {
    .news-article__image {
        height: 280px;
    }
}

.news-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-article:hover .news-article__image img {
    transform: scale(1.05);
}

.news-article__content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-article__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.news-article__date {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.news-article__category {
    font-size: 12px;
    color: #fff;
    background: #3e5e4f;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-article__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.4;
    flex: 1;
}

@media screen and (min-width: 767.98px) {
    .news-article__title {
        font-size: 22px;
    }
}

.news-article__excerpt {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.news-article__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.news-article__link:hover {
    color: #3e5e4f;
    transform: translateX(4px);
}

.news-article__link::after {
    content: "→";
    transition: transform 0.3s ease;
}

.news-article__link:hover::after {
    transform: translateX(4px);
}

.news-pagination {
    padding: 40px 0;
    background: #f8f9fa;
    border-top: 1px solid rgba(62, 94, 79, 0.1);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media screen and (min-width: 767.98px) {
    .pagination {
        gap: 12px;
    }
}

.pagination__btn {
    padding: 12px 20px;
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media screen and (min-width: 767.98px) {
    .pagination__btn {
        padding: 14px 24px;
        font-size: 16px;
    }
}

.pagination__btn:hover:not(:disabled) {
    border-color: #3e5e4f;
    color: #3e5e4f;
}

.pagination__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination__btn--prev::before {
    content: "←";
    margin-right: 8px;
}

.pagination__btn--next::after {
    content: "→";
    margin-left: 8px;
}

.pagination__numbers {
    display: flex;
    gap: 4px;
}

@media screen and (min-width: 767.98px) {
    .pagination__numbers {
        gap: 8px;
    }
}

.pagination__number {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 767.98px) {
    .pagination__number {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
}

.pagination__number:hover {
    border-color: #3e5e4f;
    color: #3e5e4f;
}

.pagination__number--active {
    background: #3e5e4f;
    border-color: #3e5e4f;
    color: #fff;
}

.pagination__dots {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #6c757d;
    font-weight: 600;
}

.newsletter {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    .newsletter {
        padding: 120px 0;
    }
}

.newsletter__content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .newsletter__title {
        font-size: 40px;
    }
}

.newsletter__description {
    font-size: 18px;
    color: #bdc3c7;
    margin-bottom: 40px;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .newsletter__description {
        font-size: 20px;
    }
}

.newsletter__form {
    max-width: 400px;
    margin: 0 auto;
}

.newsletter__input-group {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

@media screen and (min-width: 479.98px) {
    .newsletter__input-group {
        flex-direction: row;
    }
}

.newsletter__input {
    flex: 1;
    padding: 16px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.newsletter__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter__input:focus {
    outline: none;
    border-color: #3e5e4f;
    background: rgba(255, 255, 255, 0.15);
}

.news-detail {
    padding: 60px 0;
}

.news-detail__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .news-detail__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.news-detail__title {
    font-size: 30px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media screen and (max-width: 991.98px) {
    .news-detail__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767.98px) {
    .news-detail__title {
        margin-bottom: 16px;
    }
}

.news-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(62, 94, 79, 0.1);
    font-size: 15px;
    color: #6c757d;
}

@media screen and (max-width: 767.98px) {
    .news-detail__meta {
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 16px;
        font-size: 14px;
    }
}

.news-detail__meta .news-detail__date,
.news-detail__meta .news-detail__author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-detail__meta .news-detail__date::before,
.news-detail__meta .news-detail__author::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #3e5e4f;
    border-radius: 50%;
}

.news-detail__meta .news-detail__author {
    font-weight: 600;
    color: #3e5e4f;
}

.news-detail__content {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767.98px) {
    .news-detail__content {
        padding: 24px;
    }
}

.news-detail__content .news-detail__image {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.news-detail__content .news-detail__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-detail__content .news-detail__image img:hover {
    transform: scale(1.02);
}

.news-detail__content .news-detail__text p,
.news-detail__content .news-detail__text span,
.text-content p,
.text-content span {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.news-detail__content .news-detail__text ul,
.text-content ul {
    margin-bottom: 20px;
}

.news-detail__content .news-detail__text ul li,
.text-content ul li {
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.news-detail__content .news-detail__text ol,
.text-content ol {
    margin-bottom: 20px;
}

.news-detail__content .news-detail__text ol li,
.text-content ol li {
    list-style-type: decimal;
    padding-left: 10px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.news-detail__content .news-detail__text a,
.text-content a {
    color: rgba(62, 94, 79, 0.8);
}

@media screen and (max-width: 767.98px) {
    .news-detail__content .news-detail__text p,
    .news-detail__content .news-detail__text span,
    .news-detail__content .news-detail__text ul li,
    .news-detail__content .news-detail__text ol li,
    .text-content p,
    .text-content span,
    .text-content ul li,
    .text-content ol li {
        font-size: 16px;
    }
}

.news-detail__text h2,
.text-content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}


.news-detail__text h3,
.text-content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}

.news-detail__text h4,
.text-content h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}

.news-detail__sidebar .related-news {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.news-detail__sidebar .related-news h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(62, 94, 79, 0.1);
    position: relative;
}

.news-detail__sidebar .related-news h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
}

.news-detail__sidebar .related-news ul, .news-detail__sidebar .related-news__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-detail__sidebar .related-news li a {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.news-detail__sidebar .related-news li a:hover {
    background: rgba(62, 94, 79, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-detail__sidebar .related-news li a:hover .related-news__content h4 {
    color: #3e5e4f;
}

.news-detail__sidebar .related-news li a .related-news__image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.news-detail__sidebar .related-news li a .related-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail__sidebar .related-news li a .related-news__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-detail__sidebar .related-news li a .related-news__content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.news-detail__sidebar .related-news li a .related-news__content .related-news__date {
    font-size: 12px;
    color: #6c757d;
}

.news-detail__sidebar .related-news__item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.news-detail__sidebar .related-news__item:hover {
    background: rgba(62, 94, 79, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-detail__sidebar .related-news__item:hover .related-news__content h4 {
    color: #3e5e4f;
}

.news-detail__sidebar .related-news__item .related-news__image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.news-detail__sidebar .related-news__item .related-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail__sidebar .related-news__item .related-news__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-detail__sidebar .related-news__item .related-news__content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.news-detail__sidebar .related-news__item .related-news__content .related-news__date {
    font-size: 12px;
    color: #6c757d;
}

.page-header {
    padding: 40px 0;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    text-align: center;
}

.page-header__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
    .page-header__title {
        font-size: 28px;
    }
}

.page-header__meta {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 16px;
    opacity: 0.9;
}

@media screen and (max-width: 767.98px) {
    .page-header__meta {
        flex-direction: column;
        gap: 8px;
    }
}

.page-header__meta .page-header__date,
.page-header__meta .page-header__author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-header__meta .page-header__date::before,
.page-header__meta .page-header__author::before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.baptism-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (max-width: 767.98px) {
    .baptism-content {
        padding: 20px 0;
    }
}

.baptism-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .baptism-content__text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.baptism-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3e5e4f;
    margin: 32px 0 16px 0;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .baptism-content__text h3 {
        font-size: 20px;
        margin: 24px 0 12px 0;
    }
}

.baptism-content__text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
    .baptism-content__text p {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

.baptism-content__text p strong {
    font-weight: 600;
}

.baptism-content__text ul {
    margin: 16px 0 24px 20px;
}

@media screen and (max-width: 767.98px) {
    .baptism-content__text ul {
        margin: 12px 0 20px 16px;
    }
}

.baptism-content__text ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

@media screen and (max-width: 767.98px) {
    .baptism-content__text ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.baptism-content__text ul li strong {
    font-weight: 600;
}

.wedding-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (max-width: 767.98px) {
    .wedding-content {
        padding: 20px 0;
    }
}

.wedding-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .wedding-content__text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.wedding-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3e5e4f;
    margin: 32px 0 16px 0;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .wedding-content__text h3 {
        font-size: 20px;
        margin: 24px 0 12px 0;
    }
}

.wedding-content__text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
    .wedding-content__text p {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

.wedding-content__text p strong {
    font-weight: 600;
}

.wedding-content__text ul {
    margin: 16px 0 24px 20px;
}

@media screen and (max-width: 767.98px) {
    .wedding-content__text ul {
        margin: 12px 0 20px 16px;
    }
}

.wedding-content__text ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

@media screen and (max-width: 767.98px) {
    .wedding-content__text ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.wedding-content__text ul li strong {
    font-weight: 600;
}

/*Styles .baptism-content,*/
/*.wedding-content {*/
/*    padding: 60px 0;*/
/*}*/

/*Styles .baptism-content__wrapper,*/
/*.wedding-content__wrapper {*/
/*    display: grid;*/
/*    grid-template-columns: 2fr 1fr;*/
/*    gap: 60px;*/
/*    align-items: start;*/
/*}*/

@media screen and (max-width: 991.98px) {
    Styles .baptism-content__wrapper,
    .wedding-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

Styles .baptism-content__main .baptism-content__text h2,
Styles .baptism-content__main .wedding-content__text h2,
.wedding-content__main .baptism-content__text h2,
.wedding-content__main .wedding-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
    Styles .baptism-content__main .baptism-content__text h2,
    Styles .baptism-content__main .wedding-content__text h2,
    .wedding-content__main .baptism-content__text h2,
    .wedding-content__main .wedding-content__text h2 {
        font-size: 28px;
    }
}

Styles .baptism-content__main .baptism-content__text h3,
Styles .baptism-content__main .wedding-content__text h3,
.wedding-content__main .baptism-content__text h3,
.wedding-content__main .wedding-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d4538;
    margin: 32px 0 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    Styles .baptism-content__main .baptism-content__text h3,
    Styles .baptism-content__main .wedding-content__text h3,
    .wedding-content__main .baptism-content__text h3,
    .wedding-content__main .wedding-content__text h3 {
        font-size: 20px;
    }
}

Styles .baptism-content__main .baptism-content__text p,
Styles .baptism-content__main .wedding-content__text p,
.wedding-content__main .baptism-content__text p,
.wedding-content__main .wedding-content__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    Styles .baptism-content__main .baptism-content__text p,
    Styles .baptism-content__main .wedding-content__text p,
    .wedding-content__main .baptism-content__text p,
    .wedding-content__main .wedding-content__text p {
        font-size: 18px;
    }
}

Styles .baptism-content__main .baptism-content__text ul,
Styles .baptism-content__main .wedding-content__text ul,
.wedding-content__main .baptism-content__text ul,
.wedding-content__main .wedding-content__text ul {
    margin: 16px 0;
    padding-left: 20px;
}

Styles .baptism-content__main .baptism-content__text ul li,
Styles .baptism-content__main .wedding-content__text ul li,
.wedding-content__main .baptism-content__text ul li,
.wedding-content__main .wedding-content__text ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    Styles .baptism-content__main .baptism-content__text ul li,
    Styles .baptism-content__main .wedding-content__text ul li,
    .wedding-content__main .baptism-content__text ul li,
    .wedding-content__main .wedding-content__text ul li {
        font-size: 18px;
    }
}

Styles .baptism-content__sidebar .baptism-info,
Styles .baptism-content__sidebar .wedding-info,
.wedding-content__sidebar .baptism-info,
.wedding-content__sidebar .wedding-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

Styles .baptism-content__sidebar .baptism-info h3,
Styles .baptism-content__sidebar .wedding-info h3,
.wedding-content__sidebar .baptism-info h3,
.wedding-content__sidebar .wedding-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

Styles .baptism-content__sidebar .baptism-info__item,
Styles .baptism-content__sidebar .wedding-info__item,
.wedding-content__sidebar .baptism-info__item,
.wedding-content__sidebar .wedding-info__item {
    margin-bottom: 16px;
}

Styles .baptism-content__sidebar .baptism-info__item strong,
Styles .baptism-content__sidebar .wedding-info__item strong,
.wedding-content__sidebar .baptism-info__item strong,
.wedding-content__sidebar .wedding-info__item strong {
    display: block;
    font-weight: 600;
    color: #2d4538;
    margin-bottom: 4px;
}

Styles .baptism-content__sidebar .baptism-info__item p,
Styles .baptism-content__sidebar .wedding-info__item p,
.wedding-content__sidebar .baptism-info__item p,
.wedding-content__sidebar .wedding-info__item p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

Styles .baptism-content__sidebar .baptism-requirements,
Styles .baptism-content__sidebar .wedding-requirements,
.wedding-content__sidebar .baptism-requirements,
.wedding-content__sidebar .wedding-requirements {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

Styles .baptism-content__sidebar .baptism-requirements h3,
Styles .baptism-content__sidebar .wedding-requirements h3,
.wedding-content__sidebar .baptism-requirements h3,
.wedding-content__sidebar .wedding-requirements h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

Styles .baptism-content__sidebar .baptism-requirements ul,
Styles .baptism-content__sidebar .wedding-requirements ul,
.wedding-content__sidebar .baptism-requirements ul,
.wedding-content__sidebar .wedding-requirements ul {
    margin: 0;
    padding-left: 20px;
}

Styles .baptism-content__sidebar .baptism-requirements ul li,
Styles .baptism-content__sidebar .wedding-requirements ul li,
.wedding-content__sidebar .baptism-requirements ul li,
.wedding-content__sidebar .wedding-requirements ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

Styles .baptism-content__sidebar .wedding-schedule,
.wedding-content__sidebar .wedding-schedule {
    background: #e8f4fd;
    border-radius: 12px;
    padding: 24px;
}

Styles .baptism-content__sidebar .wedding-schedule h3,
.wedding-content__sidebar .wedding-schedule h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

Styles .baptism-content__sidebar .wedding-schedule .schedule-item,
.wedding-content__sidebar .wedding-schedule .schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #d1ecf1;
}

Styles .baptism-content__sidebar .wedding-schedule .schedule-item:last-child,
.wedding-content__sidebar .wedding-schedule .schedule-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

Styles .baptism-content__sidebar .wedding-schedule .schedule-item strong,
.wedding-content__sidebar .wedding-schedule .schedule-item strong {
    font-weight: 600;
    color: #2d4538;
}

Styles .baptism-content__sidebar .wedding-schedule .schedule-item span,
.wedding-content__sidebar .wedding-schedule .schedule-item span {
    font-size: 16px;
    color: #555;
}

.baptism-contact,
.wedding-contact {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    padding: 60px 0;
}

.baptism-contact__wrapper,
.wedding-contact__wrapper {
    text-align: center;
}

.baptism-contact__wrapper h2,
.wedding-contact__wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
    .baptism-contact__wrapper h2,
    .wedding-contact__wrapper h2 {
        font-size: 28px;
    }
}

.baptism-contact__wrapper p,
.wedding-contact__wrapper p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.9;
}

@media screen and (max-width: 767.98px) {
    .baptism-contact__wrapper p,
    .wedding-contact__wrapper p {
        font-size: 16px;
    }
}

.baptism-contact__info,
.wedding-contact__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.baptism-contact__info .contact-item,
.wedding-contact__info .contact-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.baptism-contact__info .contact-item strong,
.wedding-contact__info .contact-item strong {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.baptism-contact__info .contact-item a,
.wedding-contact__info .contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.baptism-contact__info .contact-item a:hover,
.wedding-contact__info .contact-item a:hover {
    opacity: 0.8;
}

.baptism-contact__info .contact-item span,
.wedding-contact__info .contact-item span {
    font-size: 18px;
}

.adult-school-content,
.children-school-content {
    padding: 60px 0;
}

.adult-school-content__wrapper,
.children-school-content__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .adult-school-content__wrapper,
    .children-school-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.adult-school-content__main .adult-school-content__text h2,
.adult-school-content__main .children-school-content__text h2,
.children-school-content__main .adult-school-content__text h2,
.children-school-content__main .children-school-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
    .adult-school-content__main .adult-school-content__text h2,
    .adult-school-content__main .children-school-content__text h2,
    .children-school-content__main .adult-school-content__text h2,
    .children-school-content__main .children-school-content__text h2 {
        font-size: 28px;
    }
}

.adult-school-content__main .adult-school-content__text h3,
.adult-school-content__main .children-school-content__text h3,
.children-school-content__main .adult-school-content__text h3,
.children-school-content__main .children-school-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d4538;
    margin: 32px 0 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .adult-school-content__main .adult-school-content__text h3,
    .adult-school-content__main .children-school-content__text h3,
    .children-school-content__main .adult-school-content__text h3,
    .children-school-content__main .children-school-content__text h3 {
        font-size: 20px;
    }
}

.adult-school-content__main .adult-school-content__text p,
.adult-school-content__main .children-school-content__text p,
.children-school-content__main .adult-school-content__text p,
.children-school-content__main .children-school-content__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .adult-school-content__main .adult-school-content__text p,
    .adult-school-content__main .children-school-content__text p,
    .children-school-content__main .adult-school-content__text p,
    .children-school-content__main .children-school-content__text p {
        font-size: 18px;
    }
}

.adult-school-content__main .adult-school-content__text ul,
.adult-school-content__main .children-school-content__text ul,
.children-school-content__main .adult-school-content__text ul,
.children-school-content__main .children-school-content__text ul {
    margin: 16px 0;
    padding-left: 20px;
}

.adult-school-content__main .adult-school-content__text ul li,
.adult-school-content__main .children-school-content__text ul li,
.children-school-content__main .adult-school-content__text ul li,
.children-school-content__main .children-school-content__text ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .adult-school-content__main .adult-school-content__text ul li,
    .adult-school-content__main .children-school-content__text ul li,
    .children-school-content__main .adult-school-content__text ul li,
    .children-school-content__main .children-school-content__text ul li {
        font-size: 18px;
    }
}

.adult-school-content__sidebar .school-info,
.children-school-content__sidebar .school-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.adult-school-content__sidebar .school-info h3,
.children-school-content__sidebar .school-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.adult-school-content__sidebar .school-info__item,
.children-school-content__sidebar .school-info__item {
    margin-bottom: 16px;
}

.adult-school-content__sidebar .school-info__item strong,
.children-school-content__sidebar .school-info__item strong {
    display: block;
    font-weight: 600;
    color: #2d4538;
    margin-bottom: 4px;
}

.adult-school-content__sidebar .school-info__item p,
.children-school-content__sidebar .school-info__item p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.adult-school-content__sidebar .school-schedule,
.adult-school-content__sidebar .school-activities,
.children-school-content__sidebar .school-schedule,
.children-school-content__sidebar .school-activities {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.adult-school-content__sidebar .school-schedule h3,
.adult-school-content__sidebar .school-activities h3,
.children-school-content__sidebar .school-schedule h3,
.children-school-content__sidebar .school-activities h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.adult-school-content__sidebar .school-schedule .schedule-item,
.adult-school-content__sidebar .school-activities .schedule-item,
.children-school-content__sidebar .school-schedule .schedule-item,
.children-school-content__sidebar .school-activities .schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.adult-school-content__sidebar .school-schedule .schedule-item:last-child,
.adult-school-content__sidebar .school-activities .schedule-item:last-child,
.children-school-content__sidebar .school-schedule .schedule-item:last-child,
.children-school-content__sidebar .school-activities .schedule-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.adult-school-content__sidebar .school-schedule .schedule-item strong,
.adult-school-content__sidebar .school-activities .schedule-item strong,
.children-school-content__sidebar .school-schedule .schedule-item strong,
.children-school-content__sidebar .school-activities .schedule-item strong {
    font-weight: 600;
    color: #2d4538;
}

.adult-school-content__sidebar .school-schedule .schedule-item span,
.adult-school-content__sidebar .school-activities .schedule-item span,
.children-school-content__sidebar .school-schedule .schedule-item span,
.children-school-content__sidebar .school-activities .schedule-item span {
    font-size: 16px;
    color: #555;
}

.adult-school-content__sidebar .school-schedule ul,
.adult-school-content__sidebar .school-activities ul,
.children-school-content__sidebar .school-schedule ul,
.children-school-content__sidebar .school-activities ul {
    margin: 0;
    padding-left: 20px;
}

.adult-school-content__sidebar .school-schedule ul li,
.adult-school-content__sidebar .school-activities ul li,
.children-school-content__sidebar .school-schedule ul li,
.children-school-content__sidebar .school-activities ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.adult-school-content__sidebar .school-events,
.children-school-content__sidebar .school-events {
    background: #e8f4fd;
    border-radius: 12px;
    padding: 24px;
}

.adult-school-content__sidebar .school-events h3,
.children-school-content__sidebar .school-events h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.adult-school-content__sidebar .school-events .event-item,
.children-school-content__sidebar .school-events .event-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #d1ecf1;
}

.adult-school-content__sidebar .school-events .event-item:last-child,
.children-school-content__sidebar .school-events .event-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.adult-school-content__sidebar .school-events .event-item strong,
.children-school-content__sidebar .school-events .event-item strong {
    font-weight: 600;
    color: #2d4538;
}

.adult-school-content__sidebar .school-events .event-item span,
.children-school-content__sidebar .school-events .event-item span {
    font-size: 16px;
    color: #555;
}

.brotherhood-content,
.youth-brotherhood-content {
    padding: 60px 0;
}

.brotherhood-content__wrapper,
.youth-brotherhood-content__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .brotherhood-content__wrapper,
    .youth-brotherhood-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.brotherhood-content__main .brotherhood-content__text h2,
.brotherhood-content__main .youth-brotherhood-content__text h2,
.youth-brotherhood-content__main .brotherhood-content__text h2,
.youth-brotherhood-content__main .youth-brotherhood-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
    .brotherhood-content__main .brotherhood-content__text h2,
    .brotherhood-content__main .youth-brotherhood-content__text h2,
    .youth-brotherhood-content__main .brotherhood-content__text h2,
    .youth-brotherhood-content__main .youth-brotherhood-content__text h2 {
        font-size: 28px;
    }
}

.brotherhood-content__main .brotherhood-content__text h3,
.brotherhood-content__main .youth-brotherhood-content__text h3,
.youth-brotherhood-content__main .brotherhood-content__text h3,
.youth-brotherhood-content__main .youth-brotherhood-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d4538;
    margin: 32px 0 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .brotherhood-content__main .brotherhood-content__text h3,
    .brotherhood-content__main .youth-brotherhood-content__text h3,
    .youth-brotherhood-content__main .brotherhood-content__text h3,
    .youth-brotherhood-content__main .youth-brotherhood-content__text h3 {
        font-size: 20px;
    }
}

.brotherhood-content__main .brotherhood-content__text p,
.brotherhood-content__main .youth-brotherhood-content__text p,
.youth-brotherhood-content__main .brotherhood-content__text p,
.youth-brotherhood-content__main .youth-brotherhood-content__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .brotherhood-content__main .brotherhood-content__text p,
    .brotherhood-content__main .youth-brotherhood-content__text p,
    .youth-brotherhood-content__main .brotherhood-content__text p,
    .youth-brotherhood-content__main .youth-brotherhood-content__text p {
        font-size: 18px;
    }
}

.brotherhood-content__main .brotherhood-content__text ul,
.brotherhood-content__main .youth-brotherhood-content__text ul,
.youth-brotherhood-content__main .brotherhood-content__text ul,
.youth-brotherhood-content__main .youth-brotherhood-content__text ul {
    margin: 16px 0;
    padding-left: 20px;
}

.brotherhood-content__main .brotherhood-content__text ul li,
.brotherhood-content__main .youth-brotherhood-content__text ul li,
.youth-brotherhood-content__main .brotherhood-content__text ul li,
.youth-brotherhood-content__main .youth-brotherhood-content__text ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .brotherhood-content__main .brotherhood-content__text ul li,
    .brotherhood-content__main .youth-brotherhood-content__text ul li,
    .youth-brotherhood-content__main .brotherhood-content__text ul li,
    .youth-brotherhood-content__main .youth-brotherhood-content__text ul li {
        font-size: 18px;
    }
}

.brotherhood-content__sidebar .brotherhood-info,
.youth-brotherhood-content__sidebar .brotherhood-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.brotherhood-content__sidebar .brotherhood-info h3,
.youth-brotherhood-content__sidebar .brotherhood-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.brotherhood-content__sidebar .brotherhood-info__item,
.youth-brotherhood-content__sidebar .brotherhood-info__item {
    margin-bottom: 16px;
}

.brotherhood-content__sidebar .brotherhood-info__item strong,
.youth-brotherhood-content__sidebar .brotherhood-info__item strong {
    display: block;
    font-weight: 600;
    color: #2d4538;
    margin-bottom: 4px;
}

.brotherhood-content__sidebar .brotherhood-info__item p,
.youth-brotherhood-content__sidebar .brotherhood-info__item p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.brotherhood-content__sidebar .brotherhood-activities,
.brotherhood-content__sidebar .brotherhood-events,
.youth-brotherhood-content__sidebar .brotherhood-activities,
.youth-brotherhood-content__sidebar .brotherhood-events {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.brotherhood-content__sidebar .brotherhood-activities h3,
.brotherhood-content__sidebar .brotherhood-events h3,
.youth-brotherhood-content__sidebar .brotherhood-activities h3,
.youth-brotherhood-content__sidebar .brotherhood-events h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.brotherhood-content__sidebar .brotherhood-activities ul,
.brotherhood-content__sidebar .brotherhood-events ul,
.youth-brotherhood-content__sidebar .brotherhood-activities ul,
.youth-brotherhood-content__sidebar .brotherhood-events ul {
    margin: 0;
    padding-left: 20px;
}

.brotherhood-content__sidebar .brotherhood-activities ul li,
.brotherhood-content__sidebar .brotherhood-events ul li,
.youth-brotherhood-content__sidebar .brotherhood-activities ul li,
.youth-brotherhood-content__sidebar .brotherhood-events ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.brotherhood-content__sidebar .brotherhood-activities .event-item,
.brotherhood-content__sidebar .brotherhood-events .event-item,
.youth-brotherhood-content__sidebar .brotherhood-activities .event-item,
.youth-brotherhood-content__sidebar .brotherhood-events .event-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.brotherhood-content__sidebar .brotherhood-activities .event-item:last-child,
.brotherhood-content__sidebar .brotherhood-events .event-item:last-child,
.youth-brotherhood-content__sidebar .brotherhood-activities .event-item:last-child,
.youth-brotherhood-content__sidebar .brotherhood-events .event-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.brotherhood-content__sidebar .brotherhood-activities .event-item strong,
.brotherhood-content__sidebar .brotherhood-events .event-item strong,
.youth-brotherhood-content__sidebar .brotherhood-activities .event-item strong,
.youth-brotherhood-content__sidebar .brotherhood-events .event-item strong {
    font-weight: 600;
    color: #2d4538;
}

.brotherhood-content__sidebar .brotherhood-activities .event-item span,
.brotherhood-content__sidebar .brotherhood-events .event-item span,
.youth-brotherhood-content__sidebar .brotherhood-activities .event-item span,
.youth-brotherhood-content__sidebar .brotherhood-events .event-item span {
    font-size: 16px;
    color: #555;
}

.brotherhood-content__sidebar .brotherhood-contact,
.youth-brotherhood-content__sidebar .brotherhood-contact {
    background: #e8f4fd;
    border-radius: 12px;
    padding: 24px;
}

.brotherhood-content__sidebar .brotherhood-contact h3,
.youth-brotherhood-content__sidebar .brotherhood-contact h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.brotherhood-content__sidebar .brotherhood-contact .contact-item,
.youth-brotherhood-content__sidebar .brotherhood-contact .contact-item {
    margin-bottom: 12px;
}

.brotherhood-content__sidebar .brotherhood-contact .contact-item strong,
.youth-brotherhood-content__sidebar .brotherhood-contact .contact-item strong {
    display: block;
    font-weight: 600;
    color: #2d4538;
    margin-bottom: 4px;
}

.brotherhood-content__sidebar .brotherhood-contact .contact-item a,
.youth-brotherhood-content__sidebar .brotherhood-contact .contact-item a {
    color: #3e5e4f;
    text-decoration: none;
    font-size: 16px;
}

.brotherhood-content__sidebar .brotherhood-contact .contact-item a:hover,
.youth-brotherhood-content__sidebar .brotherhood-contact .contact-item a:hover {
    text-decoration: underline;
}

.activity-content {
    padding: 60px 0;
}

.activity-content__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .activity-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.activity-content__main .activity-content__text .project-item {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.activity-content__main .activity-content__text .project-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.activity-content__main .activity-content__text .project-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .activity-content__main .activity-content__text .project-item p {
        font-size: 18px;
    }
}

.activity-content__main .activity-content__text .project-item ul {
    margin: 16px 0;
    padding-left: 20px;
}

.activity-content__main .activity-content__text .project-item ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .activity-content__main .activity-content__text .project-item ul li {
        font-size: 18px;
    }
}

.activity-content__sidebar .activity-stats {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.activity-content__sidebar .activity-stats h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.activity-content__sidebar .activity-stats .stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.activity-content__sidebar .activity-stats .stat-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.activity-content__sidebar .activity-stats .stat-item strong {
    font-weight: 600;
    color: #2d4538;
}

.activity-content__sidebar .activity-stats .stat-item span {
    font-size: 16px;
    color: #555;
}

.activity-content__sidebar .activity-schedule,
.activity-content__sidebar .activity-needs {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.activity-content__sidebar .activity-schedule h3,
.activity-content__sidebar .activity-needs h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.activity-content__sidebar .activity-schedule .schedule-item,
.activity-content__sidebar .activity-needs .schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.activity-content__sidebar .activity-schedule .schedule-item:last-child,
.activity-content__sidebar .activity-needs .schedule-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.activity-content__sidebar .activity-schedule .schedule-item strong,
.activity-content__sidebar .activity-needs .schedule-item strong {
    font-weight: 600;
    color: #2d4538;
}

.activity-content__sidebar .activity-schedule .schedule-item span,
.activity-content__sidebar .activity-needs .schedule-item span {
    font-size: 16px;
    color: #555;
}

.activity-content__sidebar .activity-schedule ul,
.activity-content__sidebar .activity-needs ul {
    margin: 0;
    padding-left: 20px;
}

.activity-content__sidebar .activity-schedule ul li,
.activity-content__sidebar .activity-needs ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.saint-content {
    padding: 60px 0;
}

.saint-content__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .saint-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.saint-content__main .saint-content__text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
    .saint-content__main .saint-content__text h2 {
        font-size: 28px;
    }
}

.saint-content__main .saint-content__text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d4538;
    margin: 32px 0 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .saint-content__main .saint-content__text h3 {
        font-size: 20px;
    }
}

.saint-content__main .saint-content__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .saint-content__main .saint-content__text p {
        font-size: 18px;
    }
}

.saint-content__sidebar .saint-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.saint-content__sidebar .saint-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.saint-content__sidebar .saint-info__item {
    margin-bottom: 16px;
}

.saint-content__sidebar .saint-info__item strong {
    display: block;
    font-weight: 600;
    color: #2d4538;
    margin-bottom: 4px;
}

.saint-content__sidebar .saint-info__item p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.saint-content__sidebar .saint-miracles {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.saint-content__sidebar .saint-miracles h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.saint-content__sidebar .saint-miracles ul {
    margin: 0;
    padding-left: 20px;
}

.saint-content__sidebar .saint-miracles ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.saint-content__sidebar .saint-prayer {
    background: #e8f4fd;
    border-radius: 12px;
    padding: 24px;
}

.saint-content__sidebar .saint-prayer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.saint-content__sidebar .saint-prayer .prayer-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin: 0;
}

.saint-brotherhood,
.brotherhood-join,
.youth-brotherhood-join {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    padding: 60px 0;
}

.saint-brotherhood__wrapper,
.brotherhood-join__wrapper,
.youth-brotherhood-join__wrapper {
    text-align: center;
}

.saint-brotherhood__wrapper h2,
.brotherhood-join__wrapper h2,
.youth-brotherhood-join__wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
    .saint-brotherhood__wrapper h2,
    .brotherhood-join__wrapper h2,
    .youth-brotherhood-join__wrapper h2 {
        font-size: 28px;
    }
}

.saint-brotherhood__wrapper p,
.brotherhood-join__wrapper p,
.youth-brotherhood-join__wrapper p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.9;
}

@media screen and (max-width: 767.98px) {
    .saint-brotherhood__wrapper p,
    .brotherhood-join__wrapper p,
    .youth-brotherhood-join__wrapper p {
        font-size: 16px;
    }
}

.saint-brotherhood .brotherhood-reasons,
.brotherhood-join .brotherhood-reasons,
.youth-brotherhood-join .brotherhood-reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.saint-brotherhood .brotherhood-reasons .reason-item,
.brotherhood-join .brotherhood-reasons .reason-item,
.youth-brotherhood-join .brotherhood-reasons .reason-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.saint-brotherhood .brotherhood-reasons .reason-item h3,
.brotherhood-join .brotherhood-reasons .reason-item h3,
.youth-brotherhood-join .brotherhood-reasons .reason-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.saint-brotherhood .brotherhood-reasons .reason-item p,
.brotherhood-join .brotherhood-reasons .reason-item p,
.youth-brotherhood-join .brotherhood-reasons .reason-item p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.saint-brotherhood__info,
.brotherhood-join__info,
.youth-brotherhood-join__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.saint-brotherhood__info .join-item,
.brotherhood-join__info .join-item,
.youth-brotherhood-join__info .join-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.saint-brotherhood__info .join-item strong,
.brotherhood-join__info .join-item strong,
.youth-brotherhood-join__info .join-item strong {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}

.saint-brotherhood__info .join-item p,
.brotherhood-join__info .join-item p,
.youth-brotherhood-join__info .join-item p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

.school-contact,
.activity-contact {
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    color: #fff;
    padding: 60px 0;
}

.school-contact__wrapper,
.activity-contact__wrapper {
    text-align: center;
}

.school-contact__wrapper h2,
.activity-contact__wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
    .school-contact__wrapper h2,
    .activity-contact__wrapper h2 {
        font-size: 28px;
    }
}

.school-contact__wrapper p,
.activity-contact__wrapper p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.9;
}

@media screen and (max-width: 767.98px) {
    .school-contact__wrapper p,
    .activity-contact__wrapper p {
        font-size: 16px;
    }
}

.school-contact__info,
.activity-contact__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.school-contact__info .contact-item,
.activity-contact__info .contact-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.school-contact__info .contact-item strong,
.activity-contact__info .contact-item strong {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.school-contact__info .contact-item a,
.activity-contact__info .contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.school-contact__info .contact-item a:hover,
.activity-contact__info .contact-item a:hover {
    opacity: 0.8;
}

.school-contact__info .contact-item span,
.activity-contact__info .contact-item span {
    font-size: 18px;
}

.youth-news-content {
    padding: 60px 0;
}

.youth-news-content__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

@media screen and (max-width: 991.98px) {
    .youth-news-content__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.youth-news-content__main .news-list .news-item {
    background: #fff;
    border: 2px solid rgba(62, 94, 79, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.youth-news-content__main .news-list .news-item__date {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}

.youth-news-content__main .news-list .news-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
}

.youth-news-content__main .news-list .news-item__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

.youth-news-content__main .news-list .news-item__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
}

.youth-news-content__main .news-list .news-item__link:hover {
    text-decoration: underline;
}

.youth-news-content__main .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.youth-news-content__main .pagination__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    border: 2px solid #3e5e4f;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.youth-news-content__main .pagination__link:hover {
    background: #3e5e4f;
    color: #fff;
}

.youth-news-content__main .pagination__current {
    font-size: 16px;
    color: #6c757d;
}

.youth-news-content__sidebar .news-categories,
.youth-news-content__sidebar .upcoming-events,
.youth-news-content__sidebar .news-archive {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.youth-news-content__sidebar .news-categories h3,
.youth-news-content__sidebar .upcoming-events h3,
.youth-news-content__sidebar .news-archive h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.youth-news-content__sidebar .news-categories ul,
.youth-news-content__sidebar .upcoming-events ul,
.youth-news-content__sidebar .news-archive ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.youth-news-content__sidebar .news-categories ul li,
.youth-news-content__sidebar .upcoming-events ul li,
.youth-news-content__sidebar .news-archive ul li {
    margin-bottom: 8px;
}

.youth-news-content__sidebar .news-categories ul li a,
.youth-news-content__sidebar .upcoming-events ul li a,
.youth-news-content__sidebar .news-archive ul li a {
    color: #3e5e4f;
    text-decoration: none;
    font-size: 16px;
}

.youth-news-content__sidebar .news-categories ul li a:hover,
.youth-news-content__sidebar .upcoming-events ul li a:hover,
.youth-news-content__sidebar .news-archive ul li a:hover {
    text-decoration: underline;
}

.youth-news-content__sidebar .news-categories .event-item,
.youth-news-content__sidebar .news-categories .archive-item,
.youth-news-content__sidebar .upcoming-events .event-item,
.youth-news-content__sidebar .upcoming-events .archive-item,
.youth-news-content__sidebar .news-archive .event-item,
.youth-news-content__sidebar .news-archive .archive-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 94, 79, 0.1);
}

.youth-news-content__sidebar .news-categories .event-item:last-child,
.youth-news-content__sidebar .news-categories .archive-item:last-child,
.youth-news-content__sidebar .upcoming-events .event-item:last-child,
.youth-news-content__sidebar .upcoming-events .archive-item:last-child,
.youth-news-content__sidebar .news-archive .event-item:last-child,
.youth-news-content__sidebar .news-archive .archive-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.youth-news-content__sidebar .news-categories .event-item strong,
.youth-news-content__sidebar .news-categories .archive-item strong,
.youth-news-content__sidebar .upcoming-events .event-item strong,
.youth-news-content__sidebar .upcoming-events .archive-item strong,
.youth-news-content__sidebar .news-archive .event-item strong,
.youth-news-content__sidebar .news-archive .archive-item strong {
    font-weight: 600;
    color: #2d4538;
}

.youth-news-content__sidebar .news-categories .event-item span,
.youth-news-content__sidebar .news-categories .archive-item span,
.youth-news-content__sidebar .upcoming-events .event-item span,
.youth-news-content__sidebar .upcoming-events .archive-item span,
.youth-news-content__sidebar .news-archive .event-item span,
.youth-news-content__sidebar .news-archive .archive-item span {
    font-size: 16px;
    color: #555;
}

.youth-news-content__sidebar .news-categories .event-item a,
.youth-news-content__sidebar .news-categories .archive-item a,
.youth-news-content__sidebar .upcoming-events .event-item a,
.youth-news-content__sidebar .upcoming-events .archive-item a,
.youth-news-content__sidebar .news-archive .event-item a,
.youth-news-content__sidebar .news-archive .archive-item a {
    color: #3e5e4f;
    text-decoration: none;
}

.youth-news-content__sidebar .news-categories .event-item a:hover,
.youth-news-content__sidebar .news-categories .archive-item a:hover,
.youth-news-content__sidebar .upcoming-events .event-item a:hover,
.youth-news-content__sidebar .upcoming-events .archive-item a:hover,
.youth-news-content__sidebar .news-archive .event-item a:hover,
.youth-news-content__sidebar .news-archive .archive-item a:hover {
    text-decoration: underline;
}

.interview-types {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .interview-types {
        padding: 120px 0;
    }
}

.interview-types__grid {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .interview-types__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}

.interview-type-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.interview-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    color: inherit;
}

.interview-type-card__image {
    height: 200px;
    overflow: hidden;
}

@media screen and (min-width: 767.98px) {
    .interview-type-card__image {
        height: 240px;
    }
}

.interview-type-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.interview-type-card:hover .interview-type-card__image img {
    transform: scale(1.05);
}

.interview-type-card__content {
    padding: 32px 24px;
}

@media screen and (min-width: 767.98px) {
    .interview-type-card__content {
        padding: 40px 32px;
    }
}

.interview-type-card__icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.interview-type-card__icon .icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.interview-type-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .interview-type-card__title {
        font-size: 28px;
    }
}

.interview-type-card__description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 24px;
}

@media screen and (min-width: 767.98px) {
    .interview-type-card__description {
        font-size: 18px;
    }
}

.interview-type-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.interview-type-card__link {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.interview-type-card__link:hover {
    color: #3e5e4f;
    transform: translateX(4px);
}

.interview-type-card__link::after {
    content: "→";
    transition: transform 0.3s ease;
}

.interview-type-card__link:hover::after {
    transform: translateX(4px);
}

.feature-tag {
    background: rgba(0, 123, 255, 0.1);
    color: #3e5e4f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.interview-process {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .interview-process {
        padding: 120px 0;
    }
}

.interview-process__steps {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .interview-process__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}

@media screen and (min-width: 991.98px) {
    .interview-process__steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-step__number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3e5e4f 0%, #2d4538 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (min-width: 767.98px) {
    .process-step__number {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
}

.process-step__content {
    flex: 1;
}

.process-step__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .process-step__title {
        font-size: 22px;
    }
}

.process-step__description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .process-step__description {
        font-size: 16px;
    }
}

.interview-requirements {
    padding: 80px 0;
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .interview-requirements {
        padding: 120px 0;
    }
}

.requirements-grid {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .requirements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}

.requirement-card {
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
    padding: 40px 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.requirement-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.requirement-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (min-width: 767.98px) {
    .requirement-card__title {
        font-size: 28px;
    }
}

.requirement-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirement-card__list li {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

@media screen and (min-width: 767.98px) {
    .requirement-card__list li {
        font-size: 18px;
    }
}

.requirement-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: 700;
}

.interview-schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(62, 94, 79, 0.1) 100%);
}

@media screen and (min-width: 991.98px) {
    .interview-schedule {
        padding: 120px 0;
    }
}

.schedule-info {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .schedule-info {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}

.schedule-item {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.schedule-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

@media screen and (min-width: 767.98px) {
    .schedule-item h4 {
        font-size: 22px;
    }
}

.schedule-item p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 8px;
}

@media screen and (min-width: 767.98px) {
    .schedule-item p {
        font-size: 16px;
    }
}

.schedule-item p strong {
    color: #2c3e50;
    font-weight: 600;
}

.contact-info-item {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.contact-info-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

@media screen and (min-width: 767.98px) {
    .contact-info-item h4 {
        font-size: 20px;
    }
}

.contact-info-item p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .contact-info-item p {
        font-size: 16px;
    }
}

.contact-interview,
.contact-questions {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #2d4538 100%);
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    .contact-interview,
    .contact-questions {
        padding: 120px 0;
    }
}

.contact-interview__content,
.contact-questions__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact-interview__text,
.contact-questions__text {
    margin-bottom: 40px;
}

.contact-interview__text p,
.contact-questions__text p {
    font-size: 18px;
    color: #bdc3c7;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .contact-interview__text p,
    .contact-questions__text p {
        font-size: 20px;
    }
}

.contact-interview__info,
.contact-questions__info {
    display: grid;
    gap: 32px;
    margin-bottom: 40px;
}

@media screen and (min-width: 767.98px) {
    .contact-interview__info,
    .contact-questions__info {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.contact-interview__actions,
.contact-questions__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.shrines-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.shrine-image {
    margin: 30px 0;
    text-align: center;
}

.shrine-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 480px) {
    .shrine-image img {
        max-width: 350px;
    }
}

@media screen and (min-width: 767.98px) {
    .shrine-image img {
        max-width: 400px;
    }
}

@media screen and (min-width: 991.98px) {
    .shrine-image img {
        max-width: 440px;
    }
}

.modern-section.modern-section--white, .modern-section.modern-section--gray {
    padding: 80px 0;
}

.modern-section .text-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
}

@media screen and (min-width: 767.98px) {
    .modern-section .text-content {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-section .text-content {
        font-size: 20px !important;
    }
}

.modern-section .text-content p {
    margin-bottom: 24px !important;
    text-align: justify;
}

.modern-section .text-content p:last-child {
    margin-bottom: 0 !important;
}

.modern-section .text-content em {
    font-style: italic;
    color: #495057;
}

.modern-section .text-content strong {
    font-weight: 700;
}

.choir-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    border-left: 4px solid #3e5e4f;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-card h3 {
    color: #3e5e4f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.contact-card p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-card p:last-child {
    margin-bottom: 0;
}

.contact-card p strong {
    font-weight: 700;
}

.contact-card p a {
    color: #3e5e4f;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-card p a:hover {
    color: #2d4538;
    text-decoration: underline;
}

@media screen and (min-width: 767.98px) {
    .contact-card {
        padding: 40px;
    }

    .contact-card h3 {
        font-size: 24px;
    }

    .contact-card p {
        font-size: 18px;
    }
}

.modern-section.modern-section--white, .modern-section.modern-section--gray {
    padding: 80px 0;
}

/*.modern-section.modern-section--white .container, .modern-section.modern-section--gray .container {*/
/*    max-width: 1440px;*/
/*}*/

.modern-section .text-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
}

@media screen and (min-width: 767.98px) {
    .modern-section .text-content {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-section .text-content {
        font-size: 20px !important;
    }
}

.modern-section .text-content p {
    margin-bottom: 24px !important;
    text-align: justify;
}

.modern-section .text-content p:last-child {
    margin-bottom: 0 !important;
}

.modern-section .text-content strong {
    font-weight: 700;
}

.choir-image {
    margin: 30px 0;
    text-align: center;
}

.choir-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.choir-image img:hover {
    transform: scale(1.02);
}

@media screen and (min-width: 767.98px) {
    .choir-image img {
        max-width: 700px;
    }
}

@media screen and (min-width: 991.98px) {
    .choir-image img {
        max-width: 800px;
    }
}

.videos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

@media screen and (min-width: 767.98px) {
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media screen and (min-width: 991.98px) {
    .videos-grid {
        gap: 30px;
    }
}

.video-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.video-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.quick-links__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (min-width: 767.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (min-width: 991.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

.quick-link-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.quick-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-color: rgba(62, 94, 79, 0.3);
}

.quick-link-card__title {
    color: #3e5e4f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .quick-link-card__title {
        font-size: 18px;
    }
}

.quick-link-card__description {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 767.98px) {
    .quick-link-card__description {
        font-size: 15px;
    }
}

.clergy-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clergy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

@media screen and (min-width: 767.98px) {
    .clergy-grid {
        gap: 35px;
    }
}

@media screen and (min-width: 991.98px) {
    .clergy-grid {
        gap: 40px;
    }
}

.clergy-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.clergy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    border-color: rgba(62, 94, 79, 0.3);
}

@media screen and (min-width: 767.98px) {
    .clergy-card {
        display: grid;
        grid-template-columns: 250px 1fr;
        align-items: end;
    }
}

@media screen and (min-width: 991.98px) {
    .clergy-card {
        grid-template-columns: 280px 1fr;
    }
}

.clergy-photo {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 767.98px) {
    .clergy-photo {
        height: auto;
        min-height: 280px;
    }
}

.clergy-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
}

.clergy-info {
    padding: 25px;
}

@media screen and (min-width: 767.98px) {
    .clergy-info {
        padding: 30px;
    }
}

.clergy-title {
    color: #3e5e4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

@media screen and (min-width: 767.98px) {
    .clergy-title {
        font-size: 16px;
    }
}

.clergy-name {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
    .clergy-name {
        font-size: 28px;
    }
}

@media screen and (min-width: 991.98px) {
    .clergy-name {
        font-size: 32px;
    }
}

.clergy-subtitle {
    color: #6c757d;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
    line-height: 1.5;
}

@media screen and (min-width: 767.98px) {
    .clergy-subtitle {
        font-size: 18px;
    }
}

.clergy-details .detail-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    line-height: 1.6;
}

.clergy-details .detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.clergy-details .detail-item strong {
    color: #3e5e4f;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .clergy-details .detail-item strong {
        font-size: 15px;
    }
}

.clergy-details .detail-item:not(:has(strong)) {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
}

@media screen and (min-width: 767.98px) {
    .clergy-details .detail-item:not(:has(strong)) {
        font-size: 16px;
    }
}

.modern-section.modern-section--white, .modern-section.modern-section--gray {
    padding: 80px 0;
}

.quick-links__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (min-width: 767.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (min-width: 991.98px) {
    .quick-links__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

.quick-link-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.quick-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-color: rgba(62, 94, 79, 0.3);
}

.quick-link-card__title {
    color: #3e5e4f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
    .quick-link-card__title {
        font-size: 18px;
    }
}

.quick-link-card__description {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 767.98px) {
    .quick-link-card__description {
        font-size: 15px;
    }
}

.text-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.8;
    font-size: 16px;
    color: #2c3e50;
}

@media screen and (min-width: 767.98px) {
    .text-content {
        font-size: 18px;
    }
}

@media screen and (min-width: 991.98px) {
    .text-content {
        font-size: 20px;
    }
}

.text-content p {
    margin-bottom: 24px;
    text-align: justify;
}

@media screen and (min-width: 767.98px) {
    .text-content p {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 991.98px) {
    .text-content p {
        margin-bottom: 32px;
    }
}

.text-content p:last-child {
    margin-bottom: 0;
}

.text-content strong {
    font-weight: 700;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-container--small {
    max-width: 600px;
    margin: 30px auto;
}

@media screen and (min-width: 767.98px) {
    .video-container--small {
        margin: 40px auto;
    }
}

@media screen and (min-width: 991.98px) {
    .video-container--small {
        margin: 50px auto;
    }
}

.modern-section-title--dark {
    color: #2c3e50 !important;
}

.modern-section--white.animated {
    padding: 80px 0;
}

.quick-link-card--dark {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.quick-link-card--dark:hover {
    background: #e9ecef;
    border-color: #3e5e4f;
}

.quick-link-card__title--dark {
    color: #2c3e50 !important;
}

.quick-link-card__description--dark {
    color: #6c757d !important;
}

.interview-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

@media screen and (max-width: 991.98px) {
    .interview-tabs {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }
}

.interview-tab__link {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 0;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.interview-tab__link:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.interview-tab__link:hover .interview-tab__image {
    transform: scale(1.05);
}

.interview-tab__link:hover .interview-tab__title {
    color: #3e5e4f;
}

.interview-tab__link:hover::before {
    opacity: 1;
}

.interview-tab__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(62, 94, 79, 0.1) 0%, rgba(45, 69, 56, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.interview-tab__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease;
}

@media screen and (max-width: 767.98px) {
    .interview-tab__image {
        height: 180px;
    }
}

.interview-tab__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.interview-tab__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.interview-tab__content {
    padding: 24px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767.98px) {
    .interview-tab__content {
        padding: 20px;
    }
}

.interview-tab__title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    line-height: 1.2;
}

@media screen and (max-width: 991.98px) {
    .interview-tab__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .interview-tab__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.interview-tab__text {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

@media screen and (max-width: 767.98px) {
    .interview-tab__text {
        font-size: 14px;
    }
}

.interview-info {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

@media screen and (max-width: 767.98px) {
    .interview-info {
        padding: 60px 0;
    }
}

.interview-info__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .interview-info__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.interview-info__content .modern-section-title {
    margin-bottom: 24px;
}

.interview-info__text p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
    .interview-info__text p {
        font-size: 16px;
    }
}

.interview-info__text p:last-child {
    margin-bottom: 0;
}

.interview-info__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.interview-info__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.interview-info__image img:hover {
    transform: scale(1.02);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 40px 0;
}

@media screen and (max-width: 991.98px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 767.98px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 20px 0;
    }
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover .gallery-item__overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-item__image img {
    transform: scale(1.05);
}

.gallery-item__image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .gallery-item__image {
        height: 220px;
    }
}

.gallery-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 767.98px) {
    .gallery-item__overlay {
        padding: 16px;
    }
}

.gallery-item__title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
    .gallery-item__title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

.gallery-item__description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    margin: 0;
}

@media screen and (max-width: 767.98px) {
    .gallery-item__description {
        font-size: 13px;
    }
}

.modern-section__page-link {
    margin-bottom: 20px;
}

.modern-section__page-link a {
    color: #3e5e4f;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    transition: .3s ease;
}

.modern-section__page-link a:hover {
    opacity: .7;
}

.wp-block-gallery {
    margin: 20px 0;
}


.main-header__search {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.main-header__search .modern-search {
    width: 100%;
    max-width: 440px;
}

.modern-search__field {
    flex: 1;
}

.modern-search__inner {
    background: rgba(62, 94, 79, 0.7);
    display: flex;
    align-items: center;
}

.modern-search__input {
    background: transparent;
    width: 100%;
    height: 40px;

    padding: 10px;
    outline: none;

    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.modern-search__input::placeholder {
    font-family: "Inter";
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.modern-search__button {
    padding: 10px;
    height: 40px;
    border: none;
    background: #fff;
    cursor: pointer;

    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.p-search .modern-section-title {
    font-size: 24px;
    text-align: left;
    padding: 0;
}

.p-search .modern-section-title:after {
    display: none;
}

.p-search .search-results-item {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-search .search-results-item:not(:last-child) {
    margin-bottom: 20px;
}




