a {
    text-decoration: none;
    color: black;
}

h1 {
    font-size: 30px;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

body {
    padding: 0px;
    margin: 0px;
}

h4 {
    font-size: 17px;
    font-weight: 300;
}

/* topnavbar */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.header-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-primary {
    background: #095666;
    color: white;
    font-weight: 600;
    padding: 5px 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav {
    height: 120px;
    display: flex;
    width: 100%;
}

label.logo {
    color: black;
    width: 50%;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

nav ul {
    width: 80%;
    padding-left: 0px;
}

.right-section {
    width: 50%;
    display: flex;
    align-items: center;
}

nav ul li {
    padding-top: 10px;
    display: inline-block;
    line-height: 25px;
    margin: 0 5px;
}

nav ul li a {
    color: black;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-decoration: none;
}

a.active,
a:hover {
    background: #095666;
    transition: 0.5s;
    color: white;
    text-decoration: none;
}

.checkbtn {
    width: 5%;
    font-size: 22px;
    color: black;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (max-width: 1050px) {
    label.logo {
        padding-left: 10px;
        font-size: 20px;
        width: 50%;
    }

    nav {
        height: 100px;
    }

    nav ul {
        width: 100%;
    }

    nav ul li {
        line-height: 25px;
        padding: 2px 7px;
        margin: 0px;
    }

    nav ul li a {
        font-size: 12px;
        text-decoration: none !important;
    }

    .btn-primary {
        display: block;
        margin-right: 10px;
        font-size: 12px;
        padding: 2px 5px;
    }

    .checkbtn {
        display: none;
        padding-left: 10px;
    }

    .right-section {
        display: block;
        display: flex;
    }
}

.layout {
    display: none;
    width: 100%;
    height: 100%;
    background: red;
    background: white;
    z-index: 2;
    position: absolute;
}

.layout div h6 {
    text-decoration: none;
}

.toggle-checkbox:checked~.layout {
    display: block;
}

@media(min-width:891px) {
    .layout {
        display: none !important;
    }
}

@media (max-width: 890px) {
    .checkbtn {
        display: flex;
        padding-left: 10px;
        align-items: center;
        position: absolute;
        z-index: 5;
        padding-top: 18px;
        line-height: 20px;
    }

    nav {
        height: 60px;
    }

    label.logo {
        display: flex;
        width: 100%;
        position: absolute;
        top: 20px;
        padding-left: 40px;
        line-height: 20px;
        font-size: 16px;
        overflow: hidden;
    }

    nav>div>ul>li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    .header-btn {
        display: none;
    }

    .right-section {
        display: none;
    }
}

/* Footer Styles */
.footer {
    background-color: #004f5f;
    color: #ffffff;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left,
.footer-right {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-note {
    margin-top: 10px;
    font-size: 12px;
    color: #cfd9e0;
}

.footer-link,
.footer-email {
    color: #aadbe8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover,
.footer-email:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .footer-container {
        display: flex;
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        flex: 1;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .footer p {
        margin: 5px 0;
        font-size: 12px;
        line-height: 1.6;
    }

    .footer-note {
        margin-top: 10px;
        font-size: 10px;
        color: #cfd9e0;
    }
}

/* body */
.banner-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 30%;
    left: 4%;
    font-size: 60px;
    color: White;
    font-weight: 600;
}

@media (max-width: 2560px) {
    .banner-text {
        position: absolute;
        top: 30%;
        left: 4%;
        font-size: 60px;
        color: white;
        font-weight: 600;
    }
}

@media (max-width: 1440px) {
    .banner-text {
        position: absolute;
        top: 40%;
        left: 4%;
        font-size: 60px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .banner-text {
        position: absolute;
        top: 30%;
        left: 4%;
        font-size: 60px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .banner-text {
        position: absolute;
        top: 30%;
        left: 4%;
        font-size: 50px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 820px) {
    .banner-text {
        position: absolute;
        top: 40%;
        left: 4%;
        font-size: 50px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .banner-text {
        position: absolute;
        top: 40%;
        left: 4%;
        font-size: 40px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 640px) {
    .banner-text {
        position: absolute;
        top: 35%;
        left: 4%;
        font-size: 40px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .banner-text {
        position: absolute;
        top: 25%;
        left: 4%;
        font-size: 30px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .banner-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 445px) {
    .banner-text {
        position: absolute;
        top: 30%;
        left: 4%;
        font-size: 30px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .banner-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 390px) {
    .banner-text {
        position: absolute;
        top: 30%;
        left: 4%;
        font-size: 30px;
        color: White;
        font-weight: 600;
    }

    .banner-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .banner-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

.tags-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    color: #095666;
}

@media (max-width: 1024px) {
    .tags-title {
        padding: 20px 10px;
    }

    .tags-title>div h4 {
        line-height: 1.5;
    }
}

.tags-title>div h4 {
    margin-top: 10px;
}

/* colored card */
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 20px auto;
    padding: 20px;
}

.card {
    background-color: #004f5f;
    color: #ffffff;
    padding: 15px 10px 15px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    text-align: left;
    width: 400px;
    margin-top: 20px;
}

@media (max-width: 1273px) {
    .card {
        flex: 1 1 calc(50% - 70px);
    }

    .card ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: #004f5f;
        color: white;
        height: auto;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }

    .general-support-text {
        font-size: 35px;
        color: #004f5f;
        text-align: center;
    }
}

@media (max-width: 890px) {
    .card {
        flex: 1 1 calc(50% - 70px);
    }

    .card ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: #004f5f;
        color: white;
        height: auto;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }

    .general-support-text {
        font-size: 30px;
        color: #004f5f;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .card {
        flex: 1 1 100%;
    }

    .card ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: #004f5f;
        height: auto;
        color: white;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }

    .general-support-text {
        font-size: 30px !important;
        color: #004f5f;
        text-align: center;
    }
}

.general-support-text {
    font-size: 40px;
    color: #004f5f;
    text-align: center;
}

.card-title {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px;
}

.card p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0px;
    margin-top: 5px;
}

.card ul {
    margin: 0;
    padding: 20px 10px;
}

.card li {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 8px 0px 0px 0px;
}

.card-price {
    font-size: 17px !important;
    font-weight: bold;
    margin: 10px 0;
}

.sold-out {
    background-color: #ffffff;
    color: #004f5f;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.body-bg {
    background: #004f5f;
}

/* image card section of home page */
.sponsorship-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content {
    flex: 1;
}

.content h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.content h2 strong {
    font-weight: bold;
}

.content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.content p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 300;
}

.image {
    flex: 1;
    text-align: center;
}

.image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media (max-width: 1024px) {
    .content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        order: 2;
    }

    .image {
        display: flex;
        order: 1;
    }

    .sponsorship-section {
        display: flex;
        flex-direction: column;
    }
}

/* white cards */
.cards-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 20px auto;
    padding: 20px;
}

.card1 {
    background-color: #ffffff;
    color: #004f5f;
    padding: 15px 10px 15px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    text-align: left;
    width: 400px;
    margin-top: 20px;
}

@media (max-width: 1273px) {
    .card1 {
        flex: 1 1 calc(50% - 70px);
    }

    .card1 ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: white;
        height: auto;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }
}

@media (max-width: 890px) {
    .card1 {
        flex: 1 1 calc(50% - 70px);
    }

    .card1 ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: white;
        height: auto;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .card1 {
        flex: 1 1 100%;
    }

    .card1 ul {
        margin: 0;
        padding: 0px;
        display: block !important;
        width: 100%;
        position: relative;
        background: white;
        height: auto;
        z-index: 0;
        top: 0px;
        left: 0%;
        text-align: left;
    }
}

.card-title1 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px;
}

.card1 p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0px;
    margin-top: 5px;
}

.card1 ul {
    margin: 0;
    padding: 20px 10px;
}

.card1 li {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 8px 0px 0px 0px;
}

.card-price1 {
    font-size: 17px !important;
    font-weight: bold;
    margin: 10px 0;
}

.sold-out1 {
    background-color: #004f5f;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.body-bg {
    background: #004f5f;
}

/* foursome */


.four-banner-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.foursome-banner-image {
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    .foursome-banner-image {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }

    .four-banner-container {
        width: 100%;
        height: 500px;
    }

    .four-banner-text {
        position: absolute;
        width: 100%;
        height: 400px;
        top: 20% !important;
    }

    .text-box-body h1 {
        font-size: 40px;
    }

    .text-box h4 {
        margin: 3px 0;
        line-height: 2;
        font-size: 20px !important;
        font-weight: 400;
    }
}

@media(max-width:480px) {
    .four-banner-container {
        width: 100%;
    }

    .four-banner-container img {
        width: 100%;
        object-fit: cover;
    }

    .four-banner-text {
        position: absolute;
        width: 100%;
        top: 20% !important;
    }

    .text-box-body h1 {
        font-size: 20px !important;
    }

    .text-box h4 {
        margin: 1px 0;
        line-height: 1;
        font-size: 14px !important;
        font-weight: 400;
    }
}

.four-banner-text {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 20%;
}

.text-box-body h1 {
    font-size: 40px;
}

.text-box-body {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-box h4 {
    margin: 3px 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
}

.text-box {
    padding-top: 20px;
    color: #e8ece2;
    display: flex;
    line-height: 1.5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tournament-card {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    margin-top: 20px;
}

@media(max-width:1024px) {
    .tournament-card {
        flex-direction: column !important;
    }

    .tournamnet-image img {
        width: 100% !important;
        position: relative;
        height: 500px;
        object-fit: cover;
        border-radius: 0px;
    }

    .tournament-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0px 0px !important;
    }

    .tournament-content h2 {
        font-size: 40px;
        padding: 0px 80px;
    }

    .tournament-content h3 {
        font-size: 30px;
        padding: 0px 20px;
    }

    .tournament-content h4 {
        margin: 10px 0;
        font-size: 26px;
        padding: 0px 20px 0px 20px;
        font-weight: 600;
    }

    .tournament-content button {
        margin: 10px 0;
        width: 200px;
        padding: 8px 0px;
        margin: 10px 0px;
        display: block !important;
    }
}

.tournamnet-image {
    flex: 1;
    text-align: center;
}

.tournamnet-image img {
    width: 350px;
    position: relative;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.tournament-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0px 20px;
}

.tournament-content h2 {
    font-size: 40px;
    padding: 0px 80px;
}

.tournament-content h3 {
    font-size: 30px;
    padding: 0px 80px;
}

.tournament-content h4 {
    margin: 10px 0;
    font-size: 26px;
    padding: 0px 80px 0px 80px;
    font-weight: 600;
}

.tournament-content button {
    margin: 10px 0;
    width: 200px;
    padding: 8px 0px;
    margin: 10px 80px;
}

/* 
event-schdule */

.teg-list h2 {
    font-weight: 700;
    font-size: 22px;
}

.teg-list h4 {
    font-weight: 300;
    font-size: 20px;
}

figure {
    margin: 0;
    padding: 0;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
}

article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.articles {
    display: grid;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 24px;
}

@media (max-width: 768px) {
    .articles {
        padding-inline: 12px;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

@media (max-width: 480px) {
    .articles {
        padding-inline: 8px;
        grid-template-columns: 1fr;
    }
}


.location-details {
    padding: 30px;
}

.location-details p {
    font-size: 18px;
    line-height: 1.5;
    color: #101c18;
    text-align: left;
}

.location-image-banner {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.location-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
}

@media (max-width: 1024px) {
    .location-box {
        flex-direction: column;
    }

    .location-map,
    .location-address {
        width: 100% !important;
        height: auto;
    }

    .location-address {
        padding: 0px 10px;
        height: auto !important;
        width: 100%;
    }
}

.location-map {
    width: 70%;
    height: 500px;
    display: flex;
    justify-content: center;
    content-items: center;
    font-size: 30px;
    border: 1px solid black;
}

.location-map iframe {
    height: 100%;
    width: 100%;
}


.location-address {
    width: 30%;
    height: 500px;
    padding: 0px 10px;
}

.location-address h1 {
    font-size: 40px;
    padding: 10px 20px;
    font-weight: 700;
    color: black;
}

.location-address h2 {
    font-size: 25px;
    color: black;
    font-weight: 400;
    padding: 20px 20px 10px 20px;
}

.location-address p {
    font-size: 18px;
    color: black;
    font-weight: 400;
    padding: 0px 120px 0px 20px;
}

.location-address a {
    font-size: 20px;
    font-weight: 700;
    color: #095666;
    padding: 0px 20px !important;
    text-decoration: ul;
}

.location-address h4 {
    font-size: 20px;
    margin-top: 15px;
    color: black;
    font-weight: 700;
    padding: 0px 20px;
}

/* about */
.about-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 30px;
    margin: 0 auto;
}

@media(max-width:1024px) {
    .about-section {
        flex-direction: column;
    }

    .about-content {
        width: 100% !important;
    }

    .about-image {
        width: 100% !important;
    }
}

.about-content {
    width: 40%;
    padding: 10px 30px 10px 20px;
    justify-content: center;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.about-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.about-image {
    width: 60%;
}

.about-image img {
    width: 100%;
}

.programs-container {
    width: 100%;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

@media(max-width:920px) {
    .programs-container {
        width: 100%;
        margin: 40px auto;
        position: relative;
        overflow: hidden;
    }

    .programs-container h1 {
        padding: 40px 100px 10px !important;
        margin-bottom: 20px;
        font-size: 40px;
        color: black;
    }

    .program-section {
        padding: 10px 100px !important;
    }

}

@media(max-width:767px) {
    .programs-container {
        width: 100%;
        margin: 40px auto;
        position: relative;
        overflow: hidden;
    }

    .programs-container h1 {
        padding: 40px 50px 10px !important;
        margin-bottom: 20px;
        font-size: 30px;
        color: black;
    }

    .program-section {
        padding: 10px 50px !important;
    }

}

@media(max-width:520px) {
    .programs-container {
        width: 100%;
        margin: 40px auto;
        position: relative;
        overflow: hidden;
    }

    .programs-container h1 {
        padding: 40px 20px 10px !important;
        margin-bottom: 20px;
        font-size: 20px;
        color: black;
    }

    .program-section {
        padding: 10px 20px !important;
    }

}

@media(max-width:420px) {
    .programs-container {
        width: 100%;
        margin: 40px auto;
        position: relative;
        overflow: hidden;
    }

    .programs-container h1 {
        padding: 40px 0px 10px !important;
        margin-bottom: 20px;
        font-size: 20px !important;
        color: black;
    }

    .program-section {
        padding: 10px 0px !important;
    }


}

.programs-container .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    z-index: -1;
}

.program-container-view {
    z-index: 1;
    padding: 20px 0px;
    position: relative;
}

.programs-container h1 {
    padding: 40px 200px 10px;
    margin-bottom: 20px;
    font-size: 40px;
    color: black;
}

.program-section {
    padding: 10px 200px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: black;
}

.section-header h2 {
    font-size: 20px;
    font-weight: 500;
}

.toggle-icon {
    font-size: 1.5rem;
    font-weight: bold;
}

.section-content {
    display: none;
    padding: 10px 0;
    color: black;
}

.section-content.visible {
    display: block;
}

/* donate */

.donate-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 30px 30px 50px 30px;
    margin: 0 auto;
}

.donate-content {
    width: 50%;
    justify-content: center;
}

.donate-content h2 {
    font-size: 70px;
    font-weight: 500;
    margin: 0px;
    margin-top: 30px;
}

.donate-content h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 50px 0px 0px 0px;
}

.donate-content p {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 50px 0px 0px;
    color: #404040;
    line-height: 2;
}

.donate-content ul>li {
    font-weight: 300;
    color: #404040;
}

.donate-image {
    width: 50%;
}

.donate-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.quantity-input {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    flex-direction: row;
}

.quantity-input div {
    margin: 0px;
}

.quantity-input input {
    width: 100px;
    height: 30px;
}

.cart-container1 {
    position: relative;
    width: 50px;
    margin-top: 20px;
    height: 50px;
}

.add-cart-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #095666;
    position: relative;
}

.add-cart-icon img {
    object-fit: cover;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: white;
    color: balck;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.cart-container-body {
    padding: 40px;
}

.cart-container h2 {
    margin-bottom: 20px;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 24px;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.item-details {
    flex: 1;
    margin-left: 15px;
}

.item-name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.quantity-controls {
    display: flex;
    align-items: center;
}

.quantity-controls button {
    width: 25px;
    height: 25px;
    background-color: #095666;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 5px;
}

.quantity-controls span {
    font-size: 16px;
    font-weight: 600;
}

.item-price {
    font-size: 18px;
    font-weight: bold;
}

.remove-item {
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 18px;
    cursor: pointer;
}

.subtotal {
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

.checkout {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: end;
}

#checkout-btn {
    background-color: #095666;
    color: #fff;
    padding: 10px 100px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#checkout-btn:hover {
    background-color: #073f4e;
}

/* donation form */

/* Form Container */
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
}

/* Form Card */
.form-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 40px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
}

/* Form Title */
.form-title {
    font-size: 28px;
    font-weight: bold;
    color: #004f5f;
    margin-bottom: 20px;
    text-align: center;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #004f5f;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    color: #333;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #095666;
    box-shadow: 0 0 4px rgba(9, 86, 102, 0.3);
}

.form-group textarea {
    resize: none;
}

/* Submit Button */
.dbtn-primary {
    background-color: #095666;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

.dbtn-primary:hover {
    background-color: #004f5f;
}