* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #555555;
    background: url('../images/back.jpg') fixed;
    background-size: cover;
    line-height: 1.5;
}

h1,h2,h3,h4{
    line-height: 1.24;
}

.ca_wrapper {
    max-width: 1410px;
    background: #fef1e8;
    margin: 14px auto;
    position: relative;
    overflow: hidden;
}

.ca_header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
    background: #fff;
    z-index: 1000;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ca_about_p {
    margin-top: 10px;
}

.ca_logo {
    line-height: 0;
    position: absolute;
    left: 40px;
    top: 0;
}

.ca_logo img {
    height: 120px;
}

.ca_nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.ca_menu_btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #821e2c;
    cursor: pointer;
}

.ca_nav_links {
    display: flex;
    gap: 20px;
}

.ca_btn {
    background: #821e2c;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.ca_btn:hover {
    background: #6a1723;
}

.ca_banner {
    height: 80vh;
    min-height: 600px;
    background: url('../images/main.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding-top: 80px;
}

.ca_banner_content {
    max-width: 900px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #821e2c;
}

.ca_subtitle {
    color: #821e2c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.ca_title {
    font-family: 'Oswald', sans-serif;
    color: #0e3d60;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ca_title span {
    color: #821e2c;
}

.ca_banner_text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ca_banner_btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ca_section {
    padding: 80px 40px;
}

.ca_section_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.ca_about {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.ca_about_text {
    flex: 1;
    min-width: 300px;
}

.ca_about_img {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.ca_about_img img {
    max-width: 100%;
    height: auto;
    border: 2px solid #821e2c;
}

.ca_list {
    list-style: none;
    margin: 20px 0;
}

.ca_list li {
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
}

.ca_list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #821e2c;
    position: absolute;
    left: 0;
}

.ca_winners_header {
    text-align: center;
    margin-bottom: 50px;
}

.ca_rules_link {
    color: #821e2c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.ca_winners_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.ca_winner_card {
    border: 2px solid #821e2c;
    padding: 30px;
    text-align: center;
    background: #fff;
}

.ca_winner_title {
    color: #0e3d60;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ca_winner_info {
    font-size: 18px;
    margin: 10px 0;
}

.ca_winner_btn {
    text-align: center;
}

.ca_footer {
    background: #831E2c;
    color: #fff;
    padding: 50px 40px 20px;
}

.ca_footer_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.ca_footer_logo img {
    height: 90px;
    margin-bottom: 20px;
}

.ca_footer_logo .ca_btn {
    background: #fff;
    color: #821e2c;
    margin-top: 12px;
}

.ca_footer_links {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.ca_link_group h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ca_link_group ul {
    list-style: none;
}

.ca_link_group li {
    margin-bottom: 8px;
}

.ca_link_group a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.ca_link_group a:hover {
    color: #fef1e8;
}

.ca_contact p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ca_contact i {
    width: 20px;
}

.ca_partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ca_partners a img {
    height: 50px;
    max-width: 200px;
    filter: brightness(0) invert(1);
}

.ca_license {
    text-align: center;
    font-size: 14px;
    margin-bottom: 26px;
    opacity: 1;
}

.ca_license p {
    margin: 10px 0;
}

.ca_page {
    padding: 80px 40px 60px 40px;
}

.ca_page p {
    margin-bottom: 14px;
}

.ca_page ul {
    margin: 15px 0 15px 20px;
}

.ca_page .ca_container {
    max-width: 1100px;
    width: 100%;
}

.ca_page h2,
.ca_page h3 {
    margin: 22px 0 15px 0;
}

.ca_copyright {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.ca_breadcrumbs {
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
    margin-top: 100px;
}

.ca_breadcrumbs a {
    color: #821e2c;
    text-decoration: none;
}

.ca_breadcrumbs span {
    color: #0e3d60;
    font-weight: 600;
}

.ca_contact_header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ca_contact_container {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.ca_contact_form_wrapper {
    flex: 1;
    min-width: 300px;
}

.ca_contact_info {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border: 2px solid #821e2c;
}

.ca_contact_info h3 {
    color: #0e3d60;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ca_contact_details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ca_contact_item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ca_contact_item i {
    color: #821e2c;
    font-size: 20px;
    margin-top: 5px;
    width: 24px;
}

.ca_contact_item h4 {
    color: #0e3d60;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ca_contact_item p {
    color: #555;
    line-height: 1.5;
}

.ca_form_group {
    margin-bottom: 25px;
}

.ca_form_group label {
    display: block;
    margin-bottom: 8px;
    color: #0e3d60;
    font-weight: 600;
    text-transform: uppercase;
}

.ca_form_group input,
.ca_form_group select,
.ca_form_group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #555;
    background: #fff;
    transition: border-color 0.3s;
}

.ca_form_group input:focus,
.ca_form_group select:focus,
.ca_form_group textarea:focus {
    outline: none;
    border-color: #821e2c;
}

.ca_form_group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23821e2c' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.ca_form_btn {
    width: 100%;
    padding: 15px;
    font-size: 18px;
}

.ca_success_message {
    display: none;
    text-align: center;
    background: #f0f9f0;
    border: 2px solid #4CAF50;
    padding: 30px;
    margin-top: 30px;
}

.ca_success_message i {
    font-size: 48px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.ca_success_message h3 {
    color: #0e3d60;
    margin-bottom: 15px;
    font-size: 24px;
}

.ca_success_message p {
    color: #555;
    font-size: 18px;
}

@media (max-width: 768px) {
    .ca_contact_container {
        flex-direction: column;
        gap: 40px;
    }
}

.ca_donation_header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ca_donation_intro {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

.ca_donation_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ca_donation_card {
    background: #fff;
    border: 2px solid #821e2c;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.ca_donation_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ca_donation_image {
    overflow: hidden;
    height: 200px;
}

.ca_donation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.ca_donation_card:hover .ca_donation_image img {
    transform: scale(1.05);
}

.ca_donation_content {
    padding: 25px;
}

.ca_donation_title {
    margin-bottom: 15px;
}

.ca_donation_title a {
    color: #0e3d60;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.ca_donation_title a:hover {
    color: #821e2c;
}

.ca_donation_text {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

@media (max-width: 992px) {
    .ca_donation_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ca_donation_grid {
        grid-template-columns: 1fr;
    }

    .ca_donation_content {
        padding: 20px;
    }
}


   .ca_modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        align-items: center;
        justify-content: center;
    }
    
    .ca_modal_content {
        background: #fff;
        padding: 40px;
        border: 3px solid #821e2c;
        width: 90%;
        max-width: 500px;
        position: relative;
        border-radius: 5px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    
    .ca_modal_close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 28px;
        font-weight: bold;
        color: #821e2c;
        cursor: pointer;
        transition: color 0.3s;
    }
    
    .ca_modal_close:hover {
        color: #0e3d60;
    }
    
    .ca_tabs {
        display: flex;
        margin-bottom: 30px;
        border-bottom: 2px solid #f0f0f0;
    }
    
    .ca_tab {
        background: none;
        border: none;
        padding: 12px 24px;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #555;
        cursor: pointer;
        position: relative;
        transition: color 0.3s;
    }
    
    .ca_tab.active {
        color: #821e2c;
        font-weight: 600;
    }
    
    .ca_tab.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #821e2c;
    }
    
    .ca_tab_content {
        display: none;
    }
    
    .ca_tab_content.active {
        display: block;
    }
    
    .ca_tab_content h3 {
        color: #0e3d60;
        margin-bottom: 25px;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
    }
    
    .ca_error_message {
        display: none;
        background: #fff5f5;
        border: 1px solid #ffcccc;
        color: #821e2c;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
        border-radius: 4px;
    }
    
    .ca_success_message {
        display: none;
        background: #f0f9f0;
        border: 1px solid #4CAF50;
        padding: 20px;
        margin-top: 20px;
        text-align: center;
        border-radius: 4px;
    }
    
    .ca_success_message i {
        font-size: 36px;
        color: #4CAF50;
        margin-bottom: 15px;
        display: block;
    }
    
    .ca_success_message h4 {
        color: #0e3d60;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .ca_success_message p {
        color: #555;
        font-size: 16px;
    }
    
    .ca_form_btn {
        width: 100%;
        padding: 15px;
        font-size: 18px;
        margin-top: 10px;
    }
    
    .ca_form_group {
        margin-bottom: 20px;
    }
    
    .ca_form_group label {
        display: block;
        margin-bottom: 8px;
        color: #0e3d60;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .ca_form_group input,
    .ca_form_group select {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        color: #555;
        background: #fff;
        transition: border-color 0.3s;
    }
    
    .ca_form_group input:focus,
    .ca_form_group select:focus {
        outline: none;
        border-color: #821e2c;
    }
    
    .ca_form_group select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23821e2c' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 12px;
    }

































@media (max-width: 992px) {
    .ca_winners_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ca_header {
        padding: 15px 20px;
    }

    .ca_menu_btn {
        display: block;
    }

    .ca_nav_links {
        position: fixed;
        top: 80px;
        right: -100%;
        flex-direction: column;
        background: #fff;
        width: 250px;
        padding: 20px;
        box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s;
    }

    .ca_nav_links.active {
        right: 0;
    }

    .ca_banner {
        height: auto;
        min-height: 500px;
        padding: 100px 20px 50px;
    }

    .ca_title {
        font-size: 2.5rem;
    }

    .ca_section {
        padding: 50px 20px;
    }

    .ca_winners_grid {
        grid-template-columns: 1fr;
    }

    .ca_footer_top {
        flex-direction: column;
    }

    .ca_footer_links {
        flex-direction: column;
        gap: 30px;
    }

    .ca_logo img {
        height: 75px;
    }

    .ca_logo {
        left: 20px;
    }
}

@media(max-width: 520px) {
    .ca_partners {
        gap: 12px;
    }

    .ca_banner_content {
        padding: 35px 25px;
    }

    .ca_page {
        padding: 50px 20px 60px 20px;
    }
}   .ca_modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        align-items: center;
        justify-content: center;
    }
    
    .ca_modal_content {
        background: #fff;
        padding: 40px;
        border: 3px solid #821e2c;
        width: 90%;
        max-width: 500px;
        width: 95%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: relative;
        border-radius: 5px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    
    .ca_modal_close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 28px;
        font-weight: bold;
        color: #821e2c;
        cursor: pointer;
        transition: color 0.3s;
    }
    
    .ca_modal_close:hover {
        color: #0e3d60;
    }
    
    .ca_tabs {
        display: flex;
        margin-bottom: 30px;
        border-bottom: 2px solid #f0f0f0;
    }
    
    .ca_tab {
        background: none;
        border: none;
        padding: 12px 24px;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #555;
        cursor: pointer;
        position: relative;
        transition: color 0.3s;
    }
    
    .ca_tab.active {
        color: #821e2c;
        font-weight: 600;
    }
    
    .ca_tab.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #821e2c;
    }
    
    .ca_tab_content {
        display: none;
    }
    
    .ca_tab_content.active {
        display: block;
    }
    
    .ca_tab_content h3 {
        color: #0e3d60;
        margin-bottom: 25px;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
    }
    
    .ca_error_message {
        display: none;
        background: #fff5f5;
        border: 1px solid #ffcccc;
        color: #821e2c;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
        border-radius: 4px;
    }
    
    .ca_success_message {
        display: none;
        background: #f0f9f0;
        border: 1px solid #4CAF50;
        padding: 20px;
        margin-top: 20px;
        text-align: center;
        border-radius: 4px;
    }
    
    .ca_success_message i {
        font-size: 36px;
        color: #4CAF50;
        margin-bottom: 15px;
        display: block;
    }
    
    .ca_success_message h4 {
        color: #0e3d60;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .ca_success_message p {
        color: #555;
        font-size: 16px;
    }
    
    .ca_form_btn {
        width: 100%;
        padding: 15px;
        font-size: 18px;
        margin-top: 10px;
    }
    
    .ca_form_group {
        margin-bottom: 20px;
    }
    
    .ca_form_group label {
        display: block;
        margin-bottom: 8px;
        color: #0e3d60;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .ca_form_group input,
    .ca_form_group select {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        color: #555;
        background: #fff;
        transition: border-color 0.3s;
    }
    
    .ca_form_group input:focus,
    .ca_form_group select:focus {
        outline: none;
        border-color: #821e2c;
    }
    
    .ca_form_group select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23821e2c' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 12px;
    }