@import "reset.css";
@import "font.css";

/**
--------------------------------------------------------------------------------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/

html {
    scroll-behavior: smooth;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fafafa;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

#header {
    background-color: #ffffff;
    padding: 16px 16px;
    border-radius: 12px;
    box-shadow: 0 0 20px #ebebeb;
    margin: 32px auto;
    position: relative;
}

.logo {
    width: 40px;
    float: left;
}

.logo img {
    border-radius: 5px;
}

.name_site {
    float: left;
}

.name_site h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 8px;
}

.main_menu {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: table;
}

.main_menu ul li {
    float: left;
    padding: 10px 16px;
}

.main_menu ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #313131;
}

.main_menu ul li:hover a {
    color: #000000;
}

.cta_header {
    float: right;
    margin: 5px 0 0 0;
}

.cta_header a {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 16px;
    display: block;
    border-radius: 8px;
}

#hero {
    padding: 40px 0;
}

.hero_image {
    width: 50%;
    float: right;
}

.hero_image img {
    border-radius: 15px;
}

.hero_details {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
    height: 380px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#hero h1 {
    font-size: 35px;
    font-weight: 600;
}

#hero p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.hero_buttons {
    margin: 32px 0 0 0;
}

.hero_button {
    float: left;
    padding: 0 8px 0 0;
}

.hero_button a {
    display: block;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s ease;
}

.btn-primary {
    color: #ffffff;
    background: #21593e;
    border: none;
}

.btn-primary:hover {
    background: #4278af;
}

.btn-outline {
    color: #ffffff;
    background: #444444;
    border: none;
}

.btn-outline:hover {
    background: #262626;
}

#welcome {
    background-color: #ffffff;
    padding: 24px 32px;
    border-radius: 12px;
    box-shadow: 0 0 20px #ebebeb;
    margin: 0 auto 40px auto;
}

#welcome div {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

#welcome p {
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0;
}

#access {
    padding: 40px 0;
}

.main_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 12px 0;
}

.main_excerpt {
    font-size: 15px;
    text-align: center;
    margin: 0 0 18px 0;
    color: #696969;
}

.row_access {
    margin: 0 -12px;
}

.col_access {
    float: left;
    width: 33.33%;
    padding: 12px;
}

.box_access {
    background-color: #ffffff;
    padding: 32px 32px;
    border-radius: 12px;
    box-shadow: 0 0 20px #ebebeb;
    transition: 0.3s ease;
}

.box_access:hover {
    color: #21593e;
    cursor: pointer;
}

.icon_access {
    width: 80px;
    margin: 0 auto 12px auto;
}

.title_access {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#upcoming_programs {
    padding: 40px 0;
}

.row_upcoming_programs {
    margin: 0 -12px;
}

.col_upcoming_programs {
    width: 25%;
    float: left;
    padding: 12px;
}

.card_upcoming_programs {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px #ebebeb;
}

.upcoming_programs_image {
    height: 187px;
    overflow: hidden;
}

.upcoming_programs_image img {
    transition: 0.3s ease;
}

.upcoming_programs_image:hover img {
    transform: scale(1.025);
}

.post_title {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 22px;
}

#meet_imam {
    padding: 40px 0;
}

#meet_imam .main_title,
#meet_imam .main_excerpt {
    text-align: left;
}

.imam_content {
    width: 65%;
    float: left;
    padding: 0 0 0 80px;
    height: 630px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.imam_image {
    width: 35%;
    float: left;
}

.imam_image img {
    border-radius: 15px;
}

.imam_content p {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
}

.imam_content ul li {
    padding: 4px 0 4px 4px;
    list-style: disc;
    list-style-position: inside;
}

.learn_more a {
    display: table;
    margin: 30px 0 0 0;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s ease;
    color: #ffffff;
    background: #444444;
    border: none;
}

.learn_more a:hover {
    background: #262626;
}

#news {
    padding: 40px 0;
}

.row_news {
    margin: 0 -12px;
}

.col_news {
    width: 25%;
    float: left;
    padding: 12px;
}

.card_news {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px #ebebeb;
}

.news_image {
    height: 187px;
    overflow: hidden;
}

.news_image img {
    transition: 0.3s ease;
}

.card_news:hover .news_image img {
    transform: scale(1.025);
}

.card_news:hover .post_title a {
    color: #3a6851;
}

.post_excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #747474;
    padding: 0 22px 22px 22px;
}

.post_excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#donation {
    padding: 40px 0;
}

.dontaion_icon {
    width: 100px;
    margin: 0 auto 16px auto;
}

.donation_buttons {
    display: table;
    margin: 32px auto 0 auto;
}

#footer {
    padding: 50px 0 30px;
}

#footer .container {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 34px 24px;
    box-shadow: 0 0 20px #ebebeb;
}

.footer_brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 0 24px;
    border-bottom: 1px solid #eeeeec;
}

.footer_logo {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    display: block;
}

.footer_logo img {
    border-radius: 10px;
}

.footer_name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #07150d;
}

.footer_tagline {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #667067;
}

.footer_contact_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 24px 0;
}

.footer_contact_item {
    min-height: 112px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    border: 1px solid #eeeeec;
    border-radius: 10px;
    background: #fbfbf9;
    color: #07150d;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.footer_contact_item:hover {
    background: #ffffff;
    border-color: #21593e;
    transform: translateY(-2px);
}

.footer_icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f4f5ee;
    color: #003f23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.footer_icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer_label,
.footer_value {
    display: block;
}

.footer_label {
    margin: 1px 0 7px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #21593e;
}

.footer_value {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 550;
    color: #162019;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 0;
    border-top: 1px solid #eeeeec;
    font-size: 13px;
    color: #757b76;
}

.footer_bottom a {
    color: #003f23;
    font-weight: 700;
}

.footer_bottom a:hover {
    color: #8a6d20;
}

.footer_title {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #a3a3a3;
    margin: 0 0 12px 0;
}

.footer_content {
    font-size: 13px;
    text-align: center;
    color: #a3a3a3;
}

#main_page {
    width: 800px;
}

.main_thumbnail_page img {
    border-radius: 8px;
}

.post_meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #777;
    margin: 10px 0 20px;
}

.post_meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.post_meta img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.main_title_page {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

.main_content_page {
    font-size: 16px;
    line-height: 24px;
}

.main_content_page p:not(:last-child) {
    margin: 0 0 15px 0;
}

.main_archive_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.main_archive_excerpt {
    font-size: 15px;
    margin: 0 0 18px 0;
    color: #696969;
    line-height: 20px;
}

.row_archive {
    margin: 30px -12px 0 -12px;
}

/* --------------- Donation Page --------------- */
.donation-page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 14px;
}

.donation-shell {
    width: 100%;
    max-width: 900px;
}

.donation-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ecebea;
    border-radius: 16px;
    padding: 34px 36px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.032);
    color: #07150d;
}

.donation-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.donation-lock-badge {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003f23;
    background: #f3f7f0;
    flex: 0 0 auto;
}

.donation-heading h1 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #07150d;
}

.donation-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #111a15;
}

.donation-form {
    width: 100%;
}

.donation-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.donation-type-card,
.amount-option,
.donation-submit {
    appearance: none;
    font-family: inherit;
    cursor: pointer;
}

.donation-type-card {
    min-height: 96px;
    border: 1.5px solid #e6e5e2;
    border-radius: 10px;
    background: #ffffff;
    color: #07150d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 18px 26px;
    text-align: left;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.donation-type-card:hover {
    border-color: #9ba99b;
    background: #fbfcf8;
}

.donation-type-card.active {
    border-color: #173b29;
    background: #fbfcf4;
    box-shadow: inset 0 0 0 1px #173b29;
}

.donation-type-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07150d;
    flex: 0 0 auto;
}

.donation-type-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.donation-type-text strong {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #07150d;
}

.donation-type-text small {
    font-size: 15px;
    line-height: 1.35;
    color: #121b16;
}

.donation-message {
    max-width: 680px;
    margin: 0 auto 26px;
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #0d1712;
}

.donation-amount-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.amount-option {
    min-height: 92px;
    border: 1.5px solid #e8e7e4;
    border-radius: 10px;
    background: #ffffff;
    color: #07150d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 6px;
    text-align: center;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.amount-option:hover {
    border-color: #9ba99b;
    background: #fbfcf8;
}

.amount-option.active {
    border-color: #173b29;
    background: #fbfcf4;
    box-shadow: inset 0 0 0 1px #173b29;
}

.amount-option strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 1;
    font-weight: 800;
    color: #07150d;
}

.amount-option .amount-period {
    min-height: 16px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    color: #07150d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amount-option.no-period {
    gap: 0;
}

.amount-option.no-period strong {
    transform: none;
}

.donation-custom-amount {
    min-height: 78px;
    border: 1.5px solid #e8e7e4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    margin-bottom: 20px;
    color: #07150d;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.donation-custom-amount:focus-within {
    border-color: #173b29;
    box-shadow: inset 0 0 0 1px #173b29;
}

.currency-symbol {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin-right: 14px;
    color: #07150d;
}

.donation-custom-amount input {
    flex: 1;
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    color: #07150d;
    font-family: inherit;
}

.donation-custom-amount input::-webkit-outer-spin-button,
.donation-custom-amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.donation-custom-amount input[type=number] {
    -moz-appearance: textfield;
}

.currency-code {
    font-size: 16px;
    font-weight: 800;
    color: #262b28;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-left: 16px;
    white-space: nowrap;
}

.donation-note {
    min-height: 46px;
    border-radius: 6px;
    background: #f4f5ee;
    color: #07150d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 9px 14px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}

.donation-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #07150d;
    width: 30px;
    margin: 0 -10px 0 0;
}

.donation-error {
    color: #c62828;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.donation-submit {
    width: 100%;
    min-height: 70px;
    border: 0;
    border-radius: 9px;
    background: #003f23;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.donation-submit:hover {
    background: #00361e;
    transform: translateY(-1px);
}

.donation-submit:active {
    transform: translateY(0);
}

.donation-submit:disabled {
    opacity: 0.68;
    cursor: not-allowed;
    transform: none;
}

.submit-lock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.donation-alert {
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.6;
}

.donation-alert-success {
    background: #ecfff4;
    color: #086b34;
    border: 1px solid #b9f0ce;
}

.donation-alert-cancelled {
    background: #fff8ea;
    color: #8a5a00;
    border: 1px solid #ffe0a3;
}

.donation_impact {
    width: 900px;
    margin: 0 auto;
}

.donation_impact_main_title {
    text-align: center;
    color: #003f23;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.donation_impact_col {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.donation_impact_icon {
    background-color: #f4f5ee;
    border-radius: 100%;
    padding: 12px;
    width: 90px;
    margin: 0 auto;
}

.donation_impact_title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 10px;
}

.donation_impact_excerpt {
    text-align: center;
    font-size: 15px;
}

.donation_zelle {
    background: #f4f5ee;
    border: 1px solid #e8e9e4;
    border-radius: 5px;
    margin: 30px 0 0 0;
    padding: 16px 0;
}

.donation_zelle > div {
    display: table;
    margin: 0 auto;
}

.zelle_title {
    float: left;
    color: #003f23;
    font-size: 18px;
    font-weight: 600;
    margin: 9px 0 0 0;
}

.zelle_icon {
    float: left;
    width: 70px;
    background: #ffffff;
    padding: 7px;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin: 0 20px;
}

.zelle_details {
    float: left;
}

.zelle_details_title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.zelle_details_email {
    font-size: 15px;
}

@media (max-width: 900px) {
    .footer_contact_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .donation-shell {
        max-width: 100%;
    }

    .donation-card {
        padding: 28px 20px;
    }

    .donation-type-card {
        padding: 16px 18px;
        gap: 14px;
    }

    .donation-type-text strong {
        font-size: 18px;
    }

    .donation-type-text small {
        font-size: 14px;
    }

    .donation-message {
        font-size: 18px;
    }

    .donation-amount-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .amount-option {
        min-height: 84px;
    }
}

@media (max-width: 640px) {
    .donation-page {
        padding: 22px 0;
    }

    .donation-card {
        border-radius: 14px;
        padding: 22px 14px;
    }

    .donation-heading {
        gap: 12px;
        margin-bottom: 22px;
    }

    .donation-lock-badge {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .donation-heading h1 {
        font-size: 21px;
    }

    .donation-heading p {
        font-size: 14px;
    }

    .donation-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-bottom: 20px;
    }

    .donation-type-card {
        min-height: 92px;
        padding: 13px 8px;
        gap: 7px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .donation-type-icon {
        width: 32px;
        height: 32px;
    }

    .donation-type-icon svg {
        width: 32px;
        height: 32px;
    }

    .donation-type-text strong {
        font-size: 13px;
    }

    .donation-type-text small {
        font-size: 10.5px;
        line-height: 1.3;
    }

    .donation-message {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.55;
    }

    .donation-amount-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 13px;
    }

    .amount-option {
        min-height: 70px;
        border-radius: 8px;
        padding: 9px 4px;
        gap: 5px;
    }

    .amount-option strong {
        font-size: 17px;
    }

    .amount-option .amount-period {
        min-height: 13px;
        font-size: 10.5px;
    }

    .amount-option.no-period {
        gap: 0;
    }

    .donation-custom-amount {
        min-height: 64px;
        padding: 0 13px;
        margin-bottom: 14px;
    }

    .currency-symbol {
        font-size: 22px;
        margin-right: 9px;
    }

    .donation-custom-amount input {
        font-size: 28px;
    }

    .currency-code {
        font-size: 11px;
        margin-left: 8px;
        letter-spacing: 0.035em;
    }

    .donation-note {
        min-height: auto;
        padding: 9px 10px;
        margin-bottom: 18px;
        font-size: 12.5px;
        gap: 7px;
    }

    .donation-submit {
        min-height: 60px;
        font-size: 19px;
        gap: 9px;
    }

    .submit-lock svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 390px) {
    .donation-card {
        padding: 20px 10px;
    }

    .donation-type-card {
        min-height: 88px;
    }

    .donation-type-text strong {
        font-size: 12.5px;
    }

    .donation-type-text small {
        font-size: 9.5px;
    }

    .donation-amount-grid {
        gap: 6px;
    }

    .amount-option {
        min-height: 66px;
    }

    .amount-option strong {
        font-size: 15px;
    }

    .amount-option .amount-period {
        font-size: 9.5px;
    }

    .currency-code {
        font-size: 9.5px;
    }
}

/* --------------- Donation Page --------------- */
@media only screen and (max-width: 599px) {
    body {
        padding: 0 12px;
    }

    .container {
        width: 100%;
    }

    .main_menu {
        display: none;
    }

    .hero_image {
        width: 100%;
    }

    .hero_details {
        width: 100%;
        padding: 0;
        height: unset;
    }

    #hero h1 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin: 12px 0 0 0;
    }

    #hero p {
        text-align: center;
    }

    #welcome {
        padding: 24px;
    }

    #welcome p {
        font-size: 15px;
    }

    .col_access {
        width: 50%;
    }

    .col_upcoming_programs {
        width: 100%;
    }

    .imam_image {
        width: 100%;
    }

    .imam_content {
        width: 100%;
        float: left;
        padding: 0;
        height: unset;
        margin: 20px 0 0 0;
    }

    .col_news {
        width: 100%;
    }

    .hero_button a {
        font-size: 14px;
    }

    .hero_button {
        float: unset;
        padding: 0;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .donation_impact {
        width: 100%;
    }

    .donation_impact_col {
        width: 50%;
        padding: 10px;
    }

    .zelle_title {
        float: unset;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .zelle_icon {
        float: unset;
        margin: 0 auto 10px auto;
    }

    .zelle_details {
        float: unset;
        text-align: center;
    }

    #footer {
        padding: 36px 0 22px;
    }

    #footer .container {
        padding: 24px 18px 20px;
        border-radius: 14px;
    }

    .footer_brand {
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .footer_contact_grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0;
    }

    .footer_contact_item {
        min-height: auto;
    }

    .footer_bottom {
        display: block;
        text-align: center;
        line-height: 1.7;
    }

    .footer_bottom a {
        display: table;
        margin: 8px auto 0;
    }
}
