.elementor-kit-8820{--e-global-color-primary:#681E1F;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#000000;--e-global-color-7e6e5be:#FFFFFF;--e-global-typography-primary-font-family:"Bellefair";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8820 button,.elementor-kit-8820 input[type="button"],.elementor-kit-8820 input[type="submit"],.elementor-kit-8820 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-7e6e5be );border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-8820 button:hover,.elementor-kit-8820 button:focus,.elementor-kit-8820 input[type="button"]:hover,.elementor-kit-8820 input[type="button"]:focus,.elementor-kit-8820 input[type="submit"]:hover,.elementor-kit-8820 input[type="submit"]:focus,.elementor-kit-8820 .elementor-button:hover,.elementor-kit-8820 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-7e6e5be );}.elementor-kit-8820 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8820 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.sponsorSwiper {
    overflow: hidden;
}
.sponsor-grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.sponsor-card {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0,0.08) 0 4px 12px;
    transition: 0.3s ease;
    text-align: center;
}
.sponsor-card:hover {
    transform: translateY(-6px);
    box-shadow: rgba(124,29,29,0.18) 0 8px 18px;
}
.sponsor-card img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    margin-bottom: 18px;
}

.sponsor-company {
    font-size: 15px;
    font-weight: 600;
    color: #7c1d1d;
    margin: 0;
    line-height: 1.4;
}

.sponsor-slide a {
    text-decoration: none;
}

.sponsorSwiper .swiper-button-next,
.sponsorSwiper .swiper-button-prev {
    color: #7c1d1d;
}

@media (max-width: 1024px) {
    .sponsor-card {
        min-height: 190px;
    }
    .sponsor-grid-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sponsor-card {
        min-height: 170px;
        padding: 20px;
    }

    .sponsor-company {
        font-size: 14px;
    }
    .sponsor-grid-section {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */