/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #ffb400 !important;
}

a:hover,
a:focus,
a:active {
    color: #ffb400 !important;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row,
.row.row-collapse {
    max-width: 1120px;
}

.row.row-large {
    max-width: 1120px;
}

.header-inffo .media {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.header-inffo .media i {
    color: #ffb400;
    margin-left: 0;
    font-size: 32px;
}

.header-inffo .media .title {
    font-weight: bold;
}

.header-bottom ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    color: #111111;
    padding: 15px;
}

#header #wide-nav {
    background: #ebece7;
}

.hero-banner-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-banner-slider .swiper-slide {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.header-inffo .media i::before {
    font-size: 32px;
}

.banner-block {
    position: relative;
}

.banner-block .top-banner-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-block .top-banner-cnt h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 48px;
}

.text-center {
    text-align: center !important;
}

#point-tbale tbody tr:nth-of-type(odd) {
    background-color: rgb(10 71 74 / 8%);
}

#point-tbale {
    border: 1px solid rgb(10 71 74 / 8%);
}

.point-table-block {
    position: relative;
    padding: 5rem 0;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button, div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-color: rgb(10 71 74 / 8%);
    padding: 10px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 0;
    margin-right: 05px;
}


.dt-paging {
    margin-top: 20px;
}

.hero-banner-slider {
    position: relative;
}

.hero-banner-cnt {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #ffffff;
    width: 100%;
}

.hero-banner-cnt h2 {
    text-align: right;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.hero-banner-cnt p {
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.hero-banner {
    position: relative;
}

.sponsor-block {
    position: relative;
    padding: 10rem 0;
    background-image: url(/wp-content/uploads/2025/03/bg-image-testimonial.webp);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sponsor-logo-slider .swiper-slide {
    background: #ffffff;
    text-align: center;
    height: 100%;
    padding: 5rem;
    border-radius: 10px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
        aspect-ratio: 16 / 9;
    overflow: hidden;
}

.sponsor-block h2 {
    text-transform: uppercase;
}

.sponsor-block p {
    padding-right: 3rem;
}

.about-block-cnt {
    padding: 6rem;
}

.cta-block {
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0;
    text-align: center;
}

.cta-block h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cta-block p {
    color: #fff;
    font-size: 20px;
}

.button {
    border-radius: 10px;
    background-color: #1a474e;
}

.news-block {
    padding: 5rem 0;
}

.news-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 34px;
}



.news-block-cnt {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.news-item-first {
    border-radius: 5px;
    overflow: hidden;
}

.news-item-cnt {
    border: 1px solid #1a474e;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
}

.news-item-first .news-item-cnt {
    border-radius: 0 0 5px 5px;
}

.news-block-date {
    background: #1b474e;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-style: italic;
}

.news-item-second h3 {
    margin-bottom: 18px;
}

.news-item-cnt h3 {
    font-size: 22px;
    line-height: 26px;
}

.news-item-second p {
    margin-bottom: 16px;
}

.gallery-block-cnt {
    position: relative;
}

.gallery-block-cnt > a {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-block-cnt > a.img-0 {
    position: relative;
}

.footer-post .image-cover {
    display: none;
}

.footer-post .col.post-item {
    padding-bottom: 0;
}

.footer-post .box-text.text-left {
    padding: 0;
}

.footer-block {
    padding-top: 50px !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .news-block-cnt {
        display: block;
    }
}

@media only screen and (max-width: 554px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .news-block-cnt {
        display: block;
    }

    .hero-banner-cnt h2 {
        text-align: center;
        font-size: 24px;
    }
    
    .hero-banner-cnt p {
        text-align: center;
        font-size: 14px;
    }
    
    .sponsor-block {
        padding: 3rem 0;
    }
    
    .sponsor-logo-slider .swiper-slide {
        padding: 1rem;
    }
    
    .about-block-cnt {
        padding: 1rem;
    }
}