/*

Theme Name: Kadence Child

Theme URI: https://www.kadencewp.com/kadence-theme/

Template: kadence

Author: Krekura Design

Author URI: https://www.kadencewp.com/

Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.

Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce

Version: 1.3.6.1760338339

Updated: 2025-10-13 06:52:19



*/


/* ==========================================================================

   TABLE OF CONTENTS

   ========================================================================== */


/*

1. CSS Custom Properties
2.  Header Style
3.  Footer Style
4.  Hero Page Style
5.
6.  Media Queries



/* ==========================================================================

   1. CSS CUSTOM PROPERTIES

   ========================================================================== */

:root {
    /* Brand Colors */
    --color-primary: #c23b2e;
    --color-primary-light: #4580c2;
    --color-text-dark: #020f20;
    --color-text-light: #808690;
    --color-text-gray: #959595;
    --color-border-color: #dcdbdb;
    --color-white: #FFFFFF;
    --color-black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--color-white);
}

h1,
.h1 {
    line-height: 1.125;
}

p {
    margin: 0 0 1rem;
}

a {
    transition: all 0.3s ease-in-out;
}

a:not(.btn) {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mr-0 {
    margin-right: 0 !important;
}

.f-400 {
    font-weight: 400;
}

.btn {
    display: inline-flex;
    padding: 16px 32px;
    background: #C23B2E;
    border: 2px solid #C23B2E;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: var(--color-primary-light);
    border-color: var(--color-primary-light);
    color: #fff;
}

.kb-button .kt-btn-inner-text strong {
    font-weight: 500;
}

.btn img {
    margin-left: 15px;
    width: 16px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.btn:hover img {
    filter: unset;
    -webkit-filter: unset;
}

.btn-join {
    background: rgba(255, 255, 255, 0.16);
    border: 2px solid transparent;
    color: #fff;
}

.btn-join:hover {
    background: var(--color-primary-light);
}

.hero-btn-blue {
    backdrop-filter: blur(32px);
}

.mobile-only {
    display: none;
}

.default-page-wrapper {
    /* padding: 180px 0 0; */
    /* padding: 100px 0 0; */
}

.home .default-page-wrapper {
    padding: 0;
}

.home .default-page-wrapper .default-page-section {
    display: none;
}

.default-page-section .container {
    max-width: 1140px;
}

.default-page-section .container .default-heading {
    text-align: center;
}

.faq-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,
.faq-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,
.faq-accordion .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after,
.faq-accordion .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    height: 3px !important;
}

.faq-accordion .wp-block-kadence-pane:first-child .kt-blocks-accordion-header {
    border-top: 1px solid #dcdbdb !important;
}

div#gform_confirmation_message_2 {
    color: #000000;
}

/* ================================

   CONTAINER & LAYOUT

   ================================ */

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 16px;
    }
}


/* Global css end*/


/* ==========================================================================

   2. Header Style

   ========================================================================== */

.header-theme {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1024;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(32px);
}

.header-wrapp {
    display: flex;
}

ul.social-header {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: auto;
    gap: 13px;
    align-items: center;
}

.header-wrapp .logo {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px;
    flex: 0 0 18%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-wrapp .logo .site-branding {
    text-align: center;
    display: block;
}

.header-wrapp .logo .site-branding img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.header-wrapp .header-menu-area {
    width: 100%;
}

.header-wrapp .header-menu-area .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 10px 20px 10px 12px;
}

.info-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.header-menu-area .bottom-header .mobile-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 20px;
}

.header-nav .menu {
    width: 100%;
}

.header-nav .menu li {
    display: inline-block;
}

.header-nav .menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 28px 30px;
    display: inline-block;
    position: relative;
}

.mobile-sidebaar .btn-group .btn {
    padding: 10px 19px;
    margin-left: 25px;
}

.mobile-sidebaar .btn-group .btn:first-child {
    margin-left: 0;
}

.header-nav .menu li a:after {
    content: '/';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.25;
    transform: translate(0, -50%);
    font-weight: 100;
    color: #fff;
}

.header-nav .menu li a:hover,
.header-nav .menu li.current-menu-item a {
    color: #C23B2E;
}

.header-nav .menu li a:hover:after {
    color: #fff;
}

.header-nav .menu li:last-child a:after {
    display: none;
}

.bottom-header .humberguer-menu {
    border: none !important;
}

@media (min-width: 1200px) {
    .mobile-menu-wrapp {
        display: none;
    }
    .mobile-close {
        display: none;
    }
}

@media (max-width: 1400px) {
    .header-nav .menu li a {
        padding: 28px 15px;
    }
    .mobile-sidebaar .btn-group .btn {
        margin-left: 10px;
        padding: 10px;
    }
}

@media (max-width: 1250px) {
    .header-nav .menu li a:after {
        right: -3px;
    }
    .header-menu-area .bottom-header .mobile-wrapp {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    
    .home .header-theme{
        /* backdrop-filter: blur(60px); */
    }
    .hero-section{
        padding-top: 130px;        
        background: linear-gradient(45deg, #1859bd, #1e3a5f);
    }

    .header-wrapp .logo {
        display: none;
    }
    .mobile-menu-wrapp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .bottom-header .humberguer-menu {
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .bottom-header .humberguer-menu img {
        width: 26px;
    }
    body.modal-menu-open {
        overflow: hidden;
    }
    .mobile-sidebaar {
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        height: 100vh;
        z-index: 999;
        min-height: 100%;
        padding: 21px 0;
        max-width: 320px;
        width: 320px;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 0);
        box-shadow: -10px 0px 90px #00000052;
    }
    .header-menu-area .bottom-header .mobile-wrapp {
        flex-direction: column;
        align-items: start;
        padding: 0 20px;
    }
    .header-nav .menu {
        padding: 30px 0;
    }
    .header-nav .menu li a {
        color: #000;
        text-transform: uppercase;
        padding: 10px 10px 10px 0;
        display: block;
    }
    .header-nav .menu li {
        display: block;
    }
    .header-nav .menu li a:after {
        display: none;
    }
    .header-menu-area .bottom-header .mobile-wrapp .header-nav {
        width: 100%;
    }
    .menu-open .mobile-sidebaar {
        opacity: 1;
        visibility: visible;
        transform: unset;
        right: 0;
    }
    .mobile-sidebaar .mobile-close img {
        width: 20px;
        margin: 0 20px 0 auto;
    }
    .mobile-sidebaar .mobile-close {
        text-align: right;
    }
    .mobile-sidebaar .btn-group .btn-join {
        background: #143078;
    }
    .mobile-sidebaar .btn-group .btn {
        padding: 10px 15px;
    }
    .logged-in .mobile-close {
        position: relative;
        top: 40px;
    }
}

@media (max-width: 991px) {
    
    .hero-section{        
        /* background: linear-gradient(45deg, #cf26ff, #0046d7); */
        background: linear-gradient(45deg, #7400d7, #1e3a5f);
    }
}
@media (max-width: 420px) {
    .mobile-menu-wrapp {
        padding: 10px 20px 15px 10px;
    }
    .info-text p {
        font-size: 13px;
    }
    ul.social-header {
        gap: 10px;
    }
}


/* ==========================================================================

   3. Footer style

   ========================================================================== */

.newsletter-section {
    margin-bottom: -355px;
}

footer {
    border-bottom: 8px solid;
    padding: 435px 0 100px;
    border-image: linear-gradient(90deg, #4580C2 50%, #C23B2E 50%) 1;
}

footer .site-middle-footer-inner-wrap .site-footer-section {
    padding: 40px;
}

footer .site-middle-footer-inner-wrap>div {
    border: 1px solid var(--global-palette4);
}

footer .site-middle-footer-inner-wrap .site-footer-middle-section-2,
footer .site-middle-footer-inner-wrap .site-footer-middle-section-3,
footer .site-middle-footer-inner-wrap .site-footer-middle-section-4 {
    margin-left: -1px;
}

footer .site-middle-footer-inner-wrap .site-footer-middle-section-4 section {
    margin: 0;
}

footer .site-bottom-footer-inner-wrap {
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -1px;
    padding: 40px 0;
}

footer .site-middle-footer-inner-wrap .site-footer-middle-section-2 .menu li a,
footer .site-middle-footer-inner-wrap .site-footer-middle-section-3 .menu li a {
    font-size: 16px;
}

footer .site-middle-footer-inner-wrap .menu li.current_page_item a {
    color: var(--color-primary);
}

.newsletter-section .wp-block-kadence-column {
    box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.32);
}

.gform_confirmation_message_1 {
    color: #fff;
}

.gform-theme {
    width: 100%;
    max-width: 445px;
}

.gform-theme .gform_heading {
    display: none;
}

.gform-theme input[type='text'],
.gform-theme input[type=email],
.gform-theme input[type=tel] {
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(32px) !important;
    padding: 32px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    height: 85px !important;
    border-radius: 0 !important;
}

.gform-theme .gform_footer input[type=submit] {
    background: #C23B2E !important;
    padding: 20px 32px !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.gform-theme .gform_footer input[type=submit]:hover {
    background: #4580c2 !important;
}

@media (max-width: 1400px) {
    footer .site-middle-footer-inner-wrap .site-footer-section {
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) {
    .newsletter-section .wp-block-kadence-column {
        box-shadow: 0 50px 40px 0 rgba(0, 0, 0, 0.12);
    }
    .newsletter-section .wp-block-kadence-column .kt-inside-inner-col {
        min-height: 420px;
        padding: 80px 50px;
    }
    .newsletter-section {
        margin-bottom: -300px;
    }
    footer {
        padding: 325px 0 50px;
    }
    footer .site-middle-footer-inner-wrap {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    footer .site-middle-footer-wrap .site-footer-row-container-inner .site-footer-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-middle-footer-inner-wrap .site-footer-middle-section-3,
    footer .site-middle-footer-inner-wrap .site-footer-middle-section-4 {
        margin-top: -1px;
    }
    .site-middle-footer-inner-wrap .site-footer-middle-section-3,
    .site-middle-footer-inner-wrap .site-footer-middle-section-4 {
        margin-left: 0;
    }
    footer .site-middle-footer-inner-wrap .site-footer-middle-section-3 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    footer .site-middle-footer-wrap .site-footer-row-container-inner .site-footer-row {
        grid-template-columns: minmax(0, 1fr);
    }
    .newsletter-section .wp-block-kadence-column .kt-inside-inner-col {
        padding: 50px 30px;
    }
    .newsletter-section .wp-block-kadence-column .kt-inside-inner-col {
        padding: 50px 30px;
    }
    .gform-theme .gform_footer input[type=submit] {
        padding: 20px 30px !important;
    }
    footer .site-middle-footer-inner-wrap .site-footer-section {
        border-bottom: none;
    }
    footer .site-middle-footer-inner-wrap .site-footer-middle-section-2,
    footer .site-middle-footer-inner-wrap .site-footer-middle-section-3,
    footer .site-middle-footer-inner-wrap .site-footer-middle-section-4 {
        margin-left: 0;
    }
}


/* ==========================================================================

   4. Hero Page Style

   ========================================================================== */


/* Hero page */

.hero-slider,
.hero-slider div {
    /* min-height: 100vh; */
    min-height: 950px;
    height: 100%;
    max-height: 100%;
}
.hero-section > .kt-inside-inner-col {
    min-height: 950px !important;
}
.hero-button .kb-button .kb-svg-icon-wrap {
    position: absolute;
    bottom: 30px;
}

.hero-btn-red {
    flex-direction: column;
    width: 180px;
    align-items: start !important;
}

.hero-btn-blue {
    backdrop-filter: blur(32px);
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 180px;
    align-items: start !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.hero-section .pulse-img-horizontal {
    position: absolute;
    left: 20px;
    top: 66%;
}

.hero-section .pulse-img-horizontal-top {
    position: absolute;
    left: 15%;
    top: 15%;
    z-index: 9;
}

.hero-section .pulse-img-vertical {
    position: absolute;
    left: auto;
    right: 90px;
    bottom: 20%;
    z-index: 9;
}

.hero-section .hero-banner-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero-section .hero-banner-content>div {
    margin-bottom: 80px;
}

.hero-section .kb-advanced-slider .kb-blocks-slider {
    margin-bottom: 0;
}

.hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots {
    right: 60px;
    bottom: 50px;
    z-index: 100;
    text-align: right;
    display: block;
    padding: 0;
}

.hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots li {
    display: block;
    margin-bottom: 10px;
}

.hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots button {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots button.is-active {
    background: #c23b2e;
}

.member-image>.kt-inside-inner-col {
    min-height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: flex;
    align-items: start;
    justify-content: end;
}

.member-image .wp-block-kadence-advancedbtn {
    bottom: 0;
}
.affiliates-section{
    padding-top: 100px;
}
.affiliate-section {
    position: relative;
    overflow: hidden;
}

.affiliate-section .pulse-img-horizontal {
    position: absolute;
    right: 13%;
    top: 80px;
}

.affiliate-section .pulse-img-vertical {
    position: absolute;
    left: 10%;
    top: 36%;
}

.affiliate-logo .wp-block-kadence-column>div {
    height: 100%;
}

.w-100,
.w-100 img {
    width: 100% !important;
}

.video-section.home-video-section{
	padding: 0;
}

.video-section {
    position: relative;
    padding: 100px 0 0;
}

.video-section .pulse-img-horizontal {
    position: absolute;
    left: auto;
    top: -40px;
    right: 0;
}

.video-section .pulse-img-vertical {
    position: absolute;
    top: 50%;
    left: 10%;
}

.video-section .video-box {
    padding: 30px;
    border: 1px solid rgb(255 255 255 / 24%);
}

.video-box .kb-svg-icon-wrap {
    background: url('images/play-icon-animate-shadow.svg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 142px;
    height: 142px;
    /* background-color: rgb(255 255 255 / 70%);
    backdrop-filter: blur(10px); */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box:hover .kb-svg-icon-wrap {
    /* background-color: #FFFFFF; */
}

.video-box .kb-svg-icon-wrap svg {
    /* margin-left: 6px; */
    display: none;
}
.member-card > div {
    height: 100%;
}
@media (min-width: 2100px) {
    .hero-slider,
    .hero-slider div {
        min-height: 100vh;
        height: 100%;
        max-height: 100%;
    }
    .hero-section > .kt-inside-inner-col {
        /* min-height: 950px !important; */
    }
}
@media (max-width: 767px) {
    .hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots li {
        display: inline-block;
    }
    .hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots {
        right: 0;
        left: 0;
        text-align: center;
    }
    .hero-section .position-right .kb-advanced-slide-inner-wrap{
        background-position: 75% 0% !important;
    }
    .affiliate-section .pulse-img-vertical {
        left: 2%;
        top: 23%;
    }
    .mb-full-btn {
        width: 100%;
    }
}


/* Hero page end */


/* 
Fighter Rankings System Styles CSS

*/


/* ================================

   FIGHTER PROFILE PAGE

   ================================ */

.fighter-profile-wrapper {
    padding: 0;
    background: #f8f9fa;
}


/* Fighter Header */

.fighter-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1f36 100%);
    color: #ffffff;
    padding: 60px 0;
}

.fighter-header-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.fighter-photo {
    flex-shrink: 0;
}

.fighter-photo img {
    width: 100%;
    object-fit: cover;
}

.fighter-name {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.fighter-agency {
    font-size: 18px;
    color: #a8b5c7;
    margin: 0 0 30px 0;
}

.fighter-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.fighter-meta-item {
    display: flex;
    flex-direction: column;
}

.fighter-meta-item .label {
    font-size: 12px;
    text-transform: uppercase;
    color: #a8b5c7;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.fighter-meta-item .value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.fighter-social {
    display: flex;
    gap: 15px;
}

.fighter-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.fighter-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}


/* Stats Section */

.fighter-stats h2,
.fighter-bio h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}


/* Match History Table */

.match-history {
    margin-top: 40px;
}

.match-history h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.state-section .state-records-table {
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 80px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.match-history-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: rgb(255 255 255 / 50%);
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.match-history-table thead {
    background: var(--color-text-dark);
    color: #ffffff;
}

.match-history-table thead th {
    padding: 25px;
    line-height: 1;
}

.match-history-table thead th span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0;
}

.match-history-table th {
    padding: 15px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0;
    border: 1px solid rgb(255 255 255 / 20%);
}

.match-history-table thead th.point-red {
    background: var(--color-primary);
}

.match-history-table td,
.match-history-table tfoot td,
.match-history-table tfoot th {
    padding: 25px;
    border: 1px solid rgb(70 67 68 / 10%);
    color: var(--color-text-dark);
    line-height: 1;
}


/* .match-history-table tbody tr:hover {
    background: #f8f9fa;
} */

.match-history-table tr.win {
    background: rgb(39 174 96 / 10%);
}

.match-history-table tfoot td,
.match-history-table tfoot th {
    padding: 25px;
}

.match-history-table tbody tr td:last-child,
.match-history-table tfoot tr th:last-child {
    font-size: 28px;
}

.match-history-table tbody td.result-cell p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.match-history-table tbody td.result-cell p img {
    width: 12px;
}

.result-cell {
    font-weight: 600;
}

.win .result-cell {
    color: #28a745;
}

.loss .result-cell {
    color: #dc3545;
}

.points-cell {
    font-weight: 700;
    color: #0d1f36;
}


/* Bio Section */

.fighter-bio {
    padding: 60px 0;
    background: #f8f9fa;
}

.bio-content {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

.fighter-details {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.fighter-details p {
    margin: 10px 0;
    font-size: 16px;
}

.fighter-details strong {
    color: #0d1f36;
    margin-right: 10px;
}


/* ================================

   RANKINGS PAGE

   ================================ */


/* Ranking page header style*/

.header-black {
    border-color: #dcdbdb;
}

.header-black .header-wrapp .logo .site-branding .black-logo {
    display: block;
}

.header-black .custom-logo-link,
.header-theme .black-logo {
    display: none;
}

.header-black .black-logo {
    display: block;
}

.header-black {
    border-color: #dcdbdb;
}

.header-black .header-wrapp .logo {
    border-color: #dcdbdb;
}

.header-black .header-wrapp .header-menu-area .top-header {
    border-color: #dcdbdb;
}

.header-black .info-text p {
    color: var(--color-text-dark);
}

.header-black ul.social-header li img {
    filter: brightness(0) invert(0);
}

.header-black .header-nav .menu li a {
    color: var(--color-text-dark);
    text-transform: uppercase;
}

.header-black .header-nav .menu li a:after {
    color: var(--color-text-dark);
}

.header-black .header-nav .menu li a:hover {
    color: var(--color-primary);
}

.header-black .header-nav .menu .current-menu-item a {
    color: var(--color-primary);
}

.header-black .btn-join {
    background: var(--color-primary-light);
}

.header-black .btn-join:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.header-black .btn-join:hover img {
    filter: brightness(0) invert(1);
}
.ranking-record-section {
    margin-bottom: 60px;
}

@media(max-width: 1199px) {
    .header-black .black-logo {
        width: 80%;
    }
    .header-black .bottom-header .humberguer-menu img {
        filter: brightness(0) invert(0);
    }
}


/* Ranking page header style end */

.banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 740px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0 50px;
    position: relative;
    overflow: hidden;
}

.banner-section .row {
    align-items: center;
}

.banner-section .default-heading h1 {
    color: #fff;
    line-height: 1.125;
    margin-bottom: 10px;
}

.pattern-img .pattern-verticle {
    position: absolute;
    right: 130px;
    top: auto;
    bottom: 80px;
}

.pattern-img .pattern-horizontal {
    position: absolute;
    left: 33%;
    top: 190px;
}

.rankings-page-wrapper {
    padding: 0;
}

.rankings-filters-section .default-heading {
    max-width: 1100px;
    margin: 0 auto;
}

.rankings-filters-section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rankings-page-wrapper .rankings-filters-section {
    padding: 180px 0 100px;
}


/* Filter Tabs */

.rankings-filters-section .default-heading {
    text-align: center;
    margin-bottom: 60px;
}
.rankings-filters-section .default-heading h2{
    margin-bottom: 0;
}

.rankings-filters-section .default-heading p {
    color: var(--global-palette3);
    margin-top: 0;
}

.filter-group-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid var(--color-border-color);
    margin-bottom: 60px;
}

.affiliation-tabs {
    display: flex;
    align-items: center;
}

.filter-group-wrapper .filter-group .filter-tab {
    border-right: 1px solid var(--color-border-color);
    padding: 30px;
    display: inline-block;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-light);
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.clear-filters-wrap {
    height: 100%;
}

.clear-filters-wrap a {
    padding: 30px;
    display: inline-block;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 20px;
    background: var(--global-palette-highlight);
    height: 100%;
    border: none;
    margin-right: -1px;
    color: #fff;
    border: 1px solid var(--global-palette-highlight);
}

.filter-group-wrapper .filter-group.gi-tabs .filter-tab {
    border-right: none;
    border-right: 1px solid var(--color-border-color);
}

.filter-group-wrapper .filter-group.gi-tabs .filter-tab:first-child {
    border-left: 1px solid var(--color-border-color);
}

.filter-group-wrapper .filter-group .filter-tab.active {
    border-bottom-color: var(--color-primary-light);
    color: var(--color-text-dark);
}

.filter-group-wrapper .filter-group .filter-tab:hover {
    color: var(--color-text-dark);
}

.filter-group-wrapper .secondary-filters {
    margin: 0;
    display: flex;
    align-items: center;
}
.rankings-search-wrap {
    border: 1px solid var(--color-border-color);
    border-bottom: none;
}

.rankings-search-wrap form {
    width: 100%;
}

.rankings-search-wrap form {
    width: 100%;
    background: #fff;
    display: flex;
}

.rankings-search-wrap form > input {
    flex-grow: 1;
    border: none;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-light);
    padding: 16px;
    height: 100%;
    min-height: 70px;
}

.rankings-search-wrap form .search-btn {
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    padding: 0;
    min-height: 70px;
    min-width: 180px;
}
.rankings-search-wrap form > input::placeholder {  
    color: var(--color-text-light);
}
.secondary-filters {
    margin-top: 30px;
}

.secondary-filters select {
    border: 1px solid var(--color-border-color);
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    padding: 32px 25px;
    min-width: 180px;
    display: inline-block;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-light);
    cursor: pointer;
}

.secondary-filters select:last-child {
    border: none;
}


/* Rankings List */

.rankings-list {
    padding: 0;
}

.rankings-list>p {
    font-size: 16px;
    color: var(--color-text-light);
    text-align: center;
}

.rankings-list>p a {
    color: var(--color-text-dark);
}

.ranking-card {
    background: #ffffff;
    padding: 32px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.rank-number {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-align: center;
    flex: 0 0 8%;
    transition: all 0.3s ease-in-out;
}

.ranking-card .fighter-photo {
    flex-shrink: 0;
    width: 30%;
}

.ranking-card .fighter-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ranking-card .fighter-name {
    font-size: 37px;
    font-weight: 500;
    margin: 0 0 5px;
    letter-spacing: 0;
    padding: 0;
    line-height: 1.125;
    color: var(--color-text-dark);
    transition: all 0.3s ease-in-out;
}

.ranking-card .fighter-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ranking-card .fighter-name a:hover {
    color: #1e3a5f;
}

.ranking-card .fighter-agency {
    color: var(--color-text-dark);
    margin: 0;
}

.ranking-card .fighter-stats {
    display: flex;
    border: 1px solid var(--color-border-color);
    margin-left: auto;
    margin-right: 0;
    flex: 1 0 auto;
}

.stat-item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--color-border-color);
    padding: 24px;
    width: 25%;
}

.ranking-card .fighter-stats .stat-item:last-child {
    border-right: none;
}
.ranking-card .fighter-photo {
    border: 1px solid var(--color-border-color);
}
.ranking-card:hover .rank-number,
.ranking-card:hover .fighter-name {
    color: var(--color-primary-light);
}


/* Ranking pagination */

.jjf-loading-spinner {
    color: black;
    text-align: center;
}

#rankings-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.pagination-wrapper .page-numbers {
    width: auto;
    height: auto;
    background: #fff;
    color: var(--color-text-dark);
    margin: 0 5px;
    display: block;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background: var(--color-primary);
    color: #fff;
}

.fighter-start {
    display: flex;
    flex: 50%;
    gap: 30px;
    align-items: center;
}

.fighter-stats-end {
    margin-left: auto;
    flex: 50%;
}

.stat-item .stat-label {
    font-size: 16px;
    /* text-transform: uppercase; */
    color: var(--color-text-light);
    letter-spacing: 0;
    display: block;
    margin-bottom: 60px;
    text-align: left;
}

.stat-item .stat-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    color: var(--color-text-dark);
    margin: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-count {
    font-size: 38px;
    line-height: 1;
    font-weight: 300;
    color: #0d1f36;
    margin: auto 0 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.stat-count img {
    width: 18px;
    object-fit: cover;
}

.ranking-card .stat-item.point-card {
    background: var(--color-text-dark);
}

.ranking-card .stat-item.point-card .stat-count {
    color: #fff;
}

.fighter-actions {
    flex-shrink: 0;
}

.btn-view-profile {
    padding: 10px 20px;
    background: #0d1f36;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-view-profile:hover {
    background: #1e3a5f;
    transform: translateY(-2px);
}


/* No Results */

.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 8px;
}

.no-results p {
    font-size: 18px;
    color: var(--color-text-dark);
    margin-bottom: 0;
}


/* Rankings Footer */

.rankings-footer {
    padding: 50px 0 0;
    text-align: center;
}


/*==========================================================================
   5. Single Fighter Css
   ==========================================================================*/

.fighter-name {
    background: rgb(255 255 255 / 15%);
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    color: var(--color-text-gray);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.fighter-name .fighter-agency {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #fff;
}

.fighter-name>* {
    color: inherit;
    display: inline-block;
}

.fighter-info-wrapper .fighter-name {
    margin-bottom: 10px;
    font-size: 16px;
}

.fighter-uniform {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 50px;
}

.fighter-uniform li {
    line-height: 1;
    border-right: 1px solid var(--color-text-gray);
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    color: var(--color-text-gray);
}

.fighter-uniform li span {
    color: #fff;
    margin-left: 10px;
}

.fighter-uniform li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

.fighter-badge-info {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(220 219 219 / 30%);
}

.fighter-badge-info .fighter-items {
    border-right: 1px solid rgb(220 219 219 / 30%);
    padding: 25px;
    flex: 1;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}

.fighter-badge-info .fighter-items:last-child {
    border-right: none;
}

.fighter-badge-info .fighter-items span {
    display: block;
    color: var(--color-text-gray);
    margin-bottom: 30px;
    font-size: 16px;
}

.fighter-badge-info .fighter-items .fighter-value {
    line-height: 1;
    font-weight: 300;
    color: #0d1f36;
    margin: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fighter-badge-info .fighter-items .fighter-value h3 {
    color: #fff;
    font-weight: 300;
}

.fighter-badge-info .fighter-items .fighter-value svg {
    margin-left: 10px;
}

.fighter-badge-info .fighter-items .fighter-value img {
    width: 18px;
    aspect-ratio: 3/4;
    object-fit: contain;
}

.banner-section .fighter-photo {
    background:#ffffff;
    max-width: 360px;
    margin: 0 auto;
}

.state-section {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.state-section .default-heading {
    text-align: center;
    margin: 0 auto 60px;
}

.records-box {
    background: #fff;
    border: 1px solid var(--color-border-color);
    display: flex;
    align-items: center;
    padding: 25px 30px;
    box-shadow: 0 30px 80px rgb(0 0 0 / 8%);
}

.records-box .stat-box {
    flex: 1;
    border-right: 1px solid var(--color-border-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.records-box .stat-box:last-child {
    border-right: none;
}

.records-box .stat-box p {
    display: inline-block;
    margin: 0;
    font-size: 37px;
    color: var(--color-text-dark);
    font-weight: 500;
    margin-right: 10px;
}

.records-box .stat-box span {
    color: var(--color-text-dark);
    font-size: 21px;
    font-weight: 400;
}

.fighter-video-section .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
    justify-content: center;
}

.fighter-video-section .video-grid .video-title {
    line-height: 1.125;
    font-size: 32px;
}

.fighter-video-section .video-grid:has(.video-item:nth-child(3)) .video-thumbnail .play-icon {
    width: 60px;
    height: 60px;
}

.fighter-video-section .video-grid:has(.video-item:nth-child(3)) .video-thumbnail .play-icon img {
    width: 22px;
}


/* Fighter Profile section */

.fighter-profile {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.fighter-profile .pattern-img .pattern-verticle {
    left: 5%;
    right: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.fighter-profile .pattern-img .pattern-horizontal {
    top: 10%;
    right: 15%;
    left: auto;
}

.fighter-profile .fighter-photo,
.fighter-profile .fighter-photo img {
    width: 100%;
}

.fighter-info-content h2 {
    color: #fff;
    margin-bottom: 10px;
}

.fighter-profile .fighter-photo {
    max-width: 85%;
    background-color: #fff;
}

.fighter-list {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px 30px;
}

.fighter-list>li {
    border-top: 1px solid #fff;
    padding: 20px 0 40px;
}

.fighter-list li span {
    display: block;
    color: var(--color-text-gray);
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
}

.fighter-list li p {
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    color: #fff;
}

.social-info {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.social-info>li a {
    background: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-info>li a img {
    width: 22px;
    height: auto;
    aspect-ratio: 4/3;
}

.social-info>li a:hover {
    background: #c23b2e;
}

.social-info>li a:hover img {
    filter: brightness(0) invert(1);
}

#rankings-results .loading-spinner {
    color: black;
    text-align: center;
}

.fighter-video-section {
    padding-top: 100px;
}


/*==========================================================================
   6. Form Css
   ==========================================================================*/

.theme-form .gform-theme {
    max-width: 100%;
}

.theme-form .gform-theme label.gform-field-label {
    font-size: 18px;
}

.theme-form .gform-theme input[type='text'],
.theme-form .gform-theme input[type=email],
.theme-form .gform-theme input[type=tel],
.theme-form .gform-theme select {
    height: 60px !important;
    background-color: #fff !important;
    border: 1px solid #dcdbdb !important;
    box-shadow: none !important;
    color: var(--global-palette3) !important;
    text-transform: unset !important;
    padding: 15px 15px;
}

.theme-form .gform-theme .gfield--input-type-datepicker input {
    width: 100% !important;
}

.theme-form .gform-theme input[type='text']:focus,
.theme-form .gform-theme input[type=email]:focus,
.theme-form .gform-theme input[type=tel]:focus {
    outline: none;
    border-color: var(--global-palette3) !important;
}

.theme-form .gform-theme select {
    padding: 10px 15px;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.theme-form .gform-theme .gfield_description {
    font-size: 16px;
}

.theme-form .gform-theme .gform-footer .gform_button {
    background: #C23B2E !important;
    padding: 18px 50px !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.theme-form .gform-theme .gfield_description {
    font-size: 16px;
}

.theme-form .gform-theme .gform-footer .gform_button {
    background: #C23B2E !important;
    padding: 20px 50px !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.theme-form .gform-theme .ginput_container_total input {
    width: 100%;
}

.theme-form .gform-theme .ginput_product_price_wrapper input {
    flex-grow: 1;
    margin-left: 20px;
}

.theme-form .gform-theme .ginput_product_price_wrapper {
    display: flex;
    align-items: center;
}

.gform-theme--framework .gfield--type-section {
    margin-top: 30px;
    border-bottom-color: #dedddd;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.gform-theme--framework .gfield--type-section .gsection_title {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.theme-form .gform-theme .gform_fields {
    column-gap: 10px;
    row-gap: 40px;
}


/*==========================================================================
   7. Sponsors and Affilate page Style
==========================================================================*/


/* 7.1 Sponsors page style
*======================================================================== */

.page-template-template-partners .rankings-page-wrapper .rankings-filters-section,
.page-template-template-videos .rankings-page-wrapper .rankings-filters-section {
    padding-bottom: 0;
}

.sponsors-section {
    padding: 100px 0;
}

.heading-row {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.sponsors-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

.sponsors-row>.col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.sponsors-block {
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.sponsors-block .img {
    margin-bottom: 20px;
}

.sponsors-block .img img {
    width: 100%;
}
.sponsors-block .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sponsors-block .content h2 {
    font-size: 26px;
    line-height: 1.125;
    letter-spacing: -0.8px;
    margin-bottom: 1rem;
}

.sponsors-block .content p {
    margin-bottom: 0;
    color: #020f23;
    line-height: 1.125;
}
.sponsors-block .content p   {
    margin-bottom: 30px;
}

.sponsors-block .btn-wrap {
    margin-top: auto;
}
.sponsors-block .btn-wrap .btn img {
    margin-right: 5px;
    margin-left: 0;
}
.sponsors-block .content ul {
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
}

.sponsors-block .content ul li {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 22px;
    color: #020f23;
    line-height: 1.125;
}

.sponsors-block .content ul li span {
    display: inline-block;
}

.sponsors-block .content ul li:last-child {
    margin-bottom: 0;
}

.sponsors-block .content ul li img {
    width: 16px;
    object-fit: contain;
    aspect-ratio: 3 / 4;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.sponsors-block .btn-wrap .btn:hover img {
    filter: brightness(0) invert(1);
}
.sponsors-block .content ul li a {
    color: inherit;
}

.sponsors-block .content ul li:hover a {
    color: var(--global-palette-highlight);
}
.sponsors-block .btn-wrap .btn {
    width: 100%;
}
.sponsors-logo-section ul.kb-query-grid-wrap {
    border-left: 1px solid #dcdbdb;
    border-top: 1px solid #dcdbdb;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.sponsors-logo-section ul.kb-query-grid-wrap > li {
    border-right: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sponsors-logo-section ul.kb-query-grid-wrap li img {
    aspect-ratio: 4/3;
    object-fit: contain;
}


/*==========================================================================
   8. Video
==========================================================================*/


/* 8.1 Video Desktop (<1200px)
   ========================================================================== */

.video-section .video-event {
    margin-bottom: 100px;
}

.video-section .video-event:last-child {
    margin-bottom: 0;
}

.video-section .video-event .default-heading {
    text-align: center;
    margin: 0 auto 60px;
}

.video-section .video-event .default-heading p {
    color: var(--global-palette3);
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

.video-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
    margin-top: 30px;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail>img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 70%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.video-thumb:hover .play-icon {
    background: #fff;
}

.video-thumb .play-icon img {
    width: 26px;
    margin-left: 7px;
}

.video-item .video_title {
    text-align: center;
    margin-top: 20px;
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.video-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1140px;
}

.video-modal iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    width: 20px;
}

.video-close img {
    filter: brightness(0) invert(1);
}

.fighter-video-section .video-item {
    width: 100%;
}


/*==========================================================================
   8. Event page 
==========================================================================*/

.event-icon-list {
    margin: 0 !important;
}

.event-icon-list ul {
    display: flex !important;
    flex-wrap: wrap;
}

.single-event .content-wrap {
    margin-top: 160px;
    text-align: center;
}
.events-cta-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}
.events-cta-buttons a.kt-button {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.events-cta-buttons a.kt-button:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-top: -3px;
}



/*==========================================================================
Inner page banner style
==========================================================================*/
.inner-page-banner {
    position: relative;
    overflow: hidden;
    padding-top: 180px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-page-banner:before {
    content: "";
    opacity: .8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
    background-color: #020f23;
}

.inner-page-banner .banner-overlay {
    position: relative;
    z-index: 9;
}
.inner-page-banner .banner-overlay .default-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.inner-page-banner .banner-overlay .default-heading h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
}

.default-heading h1 {
    margin-bottom: 1rem;
}

.inner-page-banner .banner-overlay .default-heading p{
    margin-bottom: 15px;
}
.inner-page-banner .banner-overlay .default-heading p:last-child {
    margin-bottom: 0;
}

/*==========================================================================
   9. MEDIA QUERIES
==========================================================================*/


/* 9.1 Laptop Desktop (<1200px)
   ========================================================================== */

@media (min-width: 1200px) and (max-width: 1400px) {
    .hero-section > .kt-inside-inner-col {
        min-height: 850px !important;
        height: 90vh;
    }

    .hero-slider, .hero-slider div {
        height: 90vh !important;
        min-height: 960px;
    }
    .inner-page-banner {
        padding-top: 180px;
    }
    .hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots {
        bottom: 150px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 60px;
        letter-spacing: -1px;
    }
}
@media (max-width: 1024px) and  (max-height: 768px) {
    .hero-section:before {
        height: 80% !important;
    }
}

@media (min-width: 1025px) {
    .gform-theme--framework .gfield--type-section .gsection_title {
        font-size: 50px;
    }
}

@media (max-width: 1600px) {
    .video-section .pulse-img-vertical {
        left: 30px;
    }
}

@media (min-width:768px) and (max-width: 1199px) {
    .hero-section .kb-advanced-slide-inner-wrap {
        background-size: 100% !important;
        background-position: top center !important;
    }
}
@media (max-width: 1199px) {
    /* Home page */
    .hero-section>.kt-inside-inner-col {
        min-height: 850px !important;
    }
    .hero-section .hero-banner-content>div {
        margin-bottom: 50px;
    }
    .hero-section:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #020f23 0% 30%, #020f23 35%, transparent 40%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .hero-slider,
    .hero-slider div {
        min-height: 100%;
        height: 60vh;
    }
    .hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots {
        display: none;
    }
    .hero-section .hero-banner-content .kt-row-column-wrap {
        grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
    }
    /* Home page end */
    /* banner pattern */
    .hero-section .pulse-img-horizontal-top {
        position: absolute;
        left: 8%;
        top: 19%;
    }
    .pattern-img .pattern-horizontal {
        left: 23%;
        top: 160px;
    }
    .pattern-img .pattern-verticle {
        right: 30px;
        top: auto;
        bottom: 80px;
    }
    /* banner pattern emnd */
    /* Rankings Page */
    /* .rankings-page-wrapper {
        padding-top: 70px;
    } */
    .affiliates-section {
        padding-top: 70px;
    }
    .rankings-filters-section {
        padding: 80px 0;
    }
    .rankings-page-wrapper .rankings-filters-section {
        padding: 160px 0 80px;
    }
    .rankings-filters-section .default-heading {
        margin-bottom: 40px;
    }
    .fighter-start {
        gap: 20px;
    }
    .filter-group-wrapper {
        margin-bottom: 30px;
        background: none;
    }
    .filter-group-wrapper>div {
        flex: 1;
    }
    .filter-group-wrapper .secondary-filters>div {
        flex: 1;
        border-right: 1px solid var(--color-border-color);
        width: 33%;
        max-width: 33%;
    }
    .filter-group-wrapper .secondary-filters>select {
        border-right: none;
        border-left: none;
        width: 33%;
        max-width: 33%;
        border-top: none;
    }
    .filter-group-wrapper .secondary-filters>div select {
        width: 100%;
    }
    .filter-group-wrapper .filter-group .filter-tab {
        padding: 20px 35px;
        font-size: 18px;
    }
    .secondary-filters select {
        padding: 20px 25px;
        min-width: 150px;
        font-size: 18px;
        border-left: none;
        border-right: none;
    }
    .filter-group-wrapper .secondary-filters>.clear-filters-wrap {
        width: auto;
        max-width: max-content;
    }
    .filter-group-wrapper .secondary-filters>.clear-filters-wrap a {
        padding: 17px 20px;
    }
    .ranking-card {
        padding: 30px;
    }
    .rank-number {
        font-size: 38px;
    }
    .ranking-card .fighter-photo {
        width: 40%;
    }
    .ranking-card .fighter-name {
        font-size: 30px;
        line-height: 1;
    }
    .stat-item {
        padding: 20px 15px;
    }
    .stat-item .stat-label {
        margin-bottom: 30px;
    }
    .stat-item .stat-value {
        font-size: 22px;
    }
    .stat-item .stat-value svg {
        width: 16px;
    }
    .stat-count {
        font-size: 26px;
    }
    /* Single Fighter page */
    .state-section {
        padding: 80px 0;
    }
    .fighter-badge-info .fighter-items {
        padding: 15px;
    }
    .fighter-badge-info .fighter-items .fighter-value h3 {
        font-size: 24px;
    }
    .fighter-badge-info .fighter-items {
        min-height: 120px;
    }
    .state-section .default-heading {
        text-align: center;
        margin: 0 auto 40px;
    }
    .match-history-table thead th {
        padding: 15px;
        font-size: 20px;
    }
    .match-history-table thead th span {
        margin-top: 5px;
    }
    .match-history-table td,
    .match-history-table tfoot td,
    .match-history-table tfoot th {
        padding: 20px 15px;
    }
    .match-history-table td,
    .match-history-table tfoot td,
    .match-history-table tfoot th {
        padding: 20px 15px;
        font-size: 18px;
    }
    .records-box {
        padding: 15px 30px;
    }
    .records-box .stat-box {
        padding: 0 10px;
    }
    .records-box .stat-box p {
        font-size: 32px;
    }
    .affiliation-tabs,
    .gi-tabs {
        display: none !important;
        /* hide tab UI */
    }
    .mobile-only {
        display: block;
        /* show selects */
    }
    .records-box .stat-box span,
    .fighter-info-content p {
        font-size: 18px;
        text-align: left;
    }
    .state-section .state-records-table {
        margin-top: 40px;
    }
    .fighter-profile .fighter-photo {
        max-width: 100%;
    }
    .fighter-profile {
        padding: 80px 0 80px;
    }
    .fighter-list>li {
        padding: 20px 0;
    }
    .fighter-list li p {
        font-size: 20px;
    }
    /* Single Fighter page end */
    /* Default page */
    .default-page-wrapper {
        /* padding: 230px 0 0; */
        /* padding: 80px 0 0; */
    }
    /* Affiliates style */
    .sponsors-row>.col {
        width: 33.33%;
    }
    /* Affiliates style end */

    .events-cta-buttons a.kt-button {
        padding: 20px;
    }
    .inner-page-banner{
        /* min-height: 40vh; */
    }
    .video-section {
        padding: 80px 0;
    }
    .inner-page-banner{
        padding-top: 180px;
    }
}


/* 4.1 Tablet (<992px)
   ========================================================================== */

@media (max-width: 991px) {
     .hero-section>.kt-inside-inner-col {
        min-height: 850px !important;
    } 
    .hero-section:before {
        /* background: linear-gradient(0deg, #020f23 0% 30%, #020f23 55%, transparent 70%); */
        background: linear-gradient(0deg, #020f23 0% 30%, #020f23 45%, transparent 70%);
    }
    .hero-slider,
    .hero-slider div {
        height: 40vh;
        min-height: 600px;
    }
    .hero-slider .kb-advanced-slide-overlay {
        opacity: 0 !important;
    }
    .filter-group-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        /* border-top: none ; */
        margin-bottom: 40px;
    }
    .affiliation-tabs {
        width: 100%;
    }
    .filter-group-wrapper .filter-group.gi-tabs .filter-tab:last-child {
        border-right: none;
    }
    .filter-group-wrapper .filter-group .filter-tab {
        flex: 1;
        text-align: center;
    }
    .ranking-card .fighter-photo {
        width: 30%;
    }
    .filter-group.gi-tabs {
        width: 100%;
        display: flex;
        border-top: 1px solid var(--color-border-color);
    }
    .fighter-start>.rank-number {
        display: none;
    }
    .fighter-info .rank-number {
        text-align: left;
    }
    .filter-group-wrapper .secondary-filters {
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        /* border-top: 1px solid var(--color-border-color); */
        justify-content: center;
    }
    .filter-group-wrapper .secondary-filters>select {
        width: 100%;
        max-width: 100%;
    }
    /* .filter-group-wrapper .secondary-filters>div:nth-child(2) {
        border-right: none;
    } */
    .filter-group-wrapper .secondary-filters>div {
        width: 50%;
        max-width: 50%;
    }
    .secondary-filters select {
        border-top: 1px solid var(--color-border-color);
        flex: 1;
    }
    .secondary-filters select:first-child {
        border-left: none;
    }
    .rankings-search-wrap form .search-btn {
        min-width: 100px;
    }
    /* .secondary-filters select:last-child {
        border-top: 1px solid var(--color-border-color);
    } */
    /* Single Fighter page */
    .match-history-table {
        white-space: nowrap;
    }
    .records-box {
        flex-wrap: wrap;
        padding: 20px;
    }
    .records-box .stat-box {
        width: 50%;
        flex: 0 0 50%;
        padding: 10px;
        border-bottom: 1px solid var(--color-border-color);
        min-height: 130px;
    }
    .records-box .stat-box:nth-child(even) {
        border-right: none;
    }
    .records-box>div:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .fighter-video-section .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Single Fighter page end */
    /* Affiliates style */
    .sponsors-row>.col {
        width: 50%;
    }
    /* Affiliates style end */
    /* Video style */
    .video-section .video-event {
        margin-bottom: 60px;
        border-bottom: 1px solid #dcdbdb;
        padding-bottom: 60px;
    }
    .video-thumb {
        width: 50%;
    }
    .video-thumb .play-icon {
        width: 60px;
        height: 60px;
    }
    .video-thumb .play-icon img {
        width: 20px;
    }
    /* Video style end */
    .glightbox-container.kadence-popup-8_edd065-af .gslide-video,
    .glightbox-container.kadence-popup-8_edd065-af .gvideo-local {
        margin: 0 auto;
        width: 95% !important;
    }
    .records-box.ranking-record-section {
        justify-content: center;
    }

    .records-box.ranking-record-section > div {
        border-bottom: none;
    }

    .records-box.ranking-record-section .stat-box {
        width: 33%;
        flex: 0 0 33%;
    }

    .records-box.ranking-record-section  .stat-box:nth-child(even) {
        border-right: 1px solid var(--color-border-color);
    }
}


/* 4.2 Small Tablet (<991px)
   ========================================================================== */

@media (min-width: 992px) {
    .fighter-info .rank-number {
        display: none;
    }
}

@media (max-width: 991px) {
    .banner-section {
        min-height: 650px;
        padding-bottom: 50px;
        align-items: end;
    }
    .pattern-img .pattern-verticle {
        bottom: 30px;
        right: 20px;
        width: 8px;
    }
    .pattern-img .pattern-horizontal {
        top: 150px;
        left: 0px;
        width: 38%;
    }
    .fighter-header-content {
        flex-direction: column;
        text-align: center;
    }
    .fighter-name {
        font-size: 32px;
    }
    .ranking-card {
        flex-wrap: wrap;
    }
    .ranking-card .fighter-stats {
        width: 100%;
        justify-content: space-around;
    }
    .match-history-table {
        font-size: 14px;
    }
    .match-history-table th,
    .match-history-table td,
    .match-history-table tfoot tr th:last-child,
    .match-history-table tfoot tr td {
        padding: 10px 8px;
    }
    .post-image {
        aspect-ratio: 16/9;
    }
    .post-image .kt-inside-inner-col {
        height: 100% !important;
    }
}


/* 4.3 Small Mobile (<767px)
   ========================================================================== */

@media (max-width: 768px) {
    .hero-section:before {
        /* background: linear-gradient(0deg, #020f23 0% 30%, #020f23 55%, transparent 70%); */
        background: linear-gradient(0deg, #020f23 0% 30%, #020f23 45%, transparent 70%);
    }
}
@media (max-width: 767px) {
    /* .default-page-wrapper {
        padding: 200px 0 0;
    } */
    .hero-section {
        padding-top: 130px !important;
    }
    .logged-in .hero-section {
        padding-top: 90px !important;
    }
    .hero-section .kb-advanced-slide-inner-wrap {
        background-size: 180% !important;
        background-position: top !important;
    }
    .inner-page-banner {
        /* background-size: 120% !important;
        background-position: 75% 0%;
        padding-top: 210px;
        padding-bottom: 30px;
        background-color: #020f23; */
        background-size: 140% !important;
        background-position: 75% 0%;
        padding-top: 260px;
        padding-bottom: 30px;
        background-color: #020f23;
        min-height: 500px;
    }
    .inner-page-banner:before{
        display: none;
    }
    .inner-page-banner .container {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-page-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background: linear-gradient(180deg, transparent 35%, #020f23 80%, #020f23 100%);
    }
    .hero-section .kb-advanced-slider .kb-blocks-slider .slick-dots {
        right: 60px;
        bottom: -109%;
    }
    .hero-section .hero-banner-content .kt-row-column-wrap {
        grid-template-columns: minmax(min-content, max-content);
    }
    .hero-btn-blue,
    .hero-btn-red {
        width: auto;
        flex: 1;
        text-align: left !important;
    }
    .hero-button .kb-button .kb-svg-icon-wrap {
        bottom: 10px;
    }
    .hero-section .hero-banner-content>div {
        margin-bottom: 30px;
    }
    .hero-section>.kt-inside-inner-col {
        min-height: 750px !important;
    }
    .hero-slider,
    .hero-slider div {
        height: 50vh;
        min-height: 450px;
    }
    .hero-section:before {
        background: linear-gradient(0deg, #020f23 0% 45%, #020f23 45%, transparent 70%);
        background: linear-gradient(0deg, #020f23 0% 15%, #020f23 35%, transparent 50%);
    }
    /* Rankings page */
    .filter-group-wrapper .filter-group .filter-tab {
        padding: 20px 5px;
        font-size: 16px;
    }
    .rankings-filters-section {
        padding: 80px 0;
    }
    .rank-number {
        font-size: 28px;
    }
    .ranking-card .fighter-photo {
        width: 45%;
    }
    .ranking-card .fighter-stats {
        flex-wrap: wrap;
    }
    .ranking-card .fighter-stats .stat-item {
        width: 50%;
        border-bottom: 1px solid var(--color-border-color);
    }
    .ranking-card .fighter-stats .stat-item:nth-child(even) {
        border-right: none;
    }
    .ranking-card .fighter-stats .stat-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .fighter-agency {
        font-size: 16px;
    }
    #rankings-pagination {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .pagination-wrapper .page-numbers {
        margin: 5px;
    }
    .ranking-card .fighter-name {
        font-size: 28px;
    }
    .stat-item .stat-label {
        margin-bottom: 15px;
    }
    .rankings-footer {
        padding: 30px 0 0;
    }
    .affiliate-section .pulse-img-horizontal {
        right: 5%;
        top: 30px;
    }
    .filter-group-wrapper .secondary-filters>select {
        width: 100%;
        max-width: 100%;
        border-top: 1px solid var(--color-border-color);
    }
    /* Single Fighter page */
    .single-fighter_profile .banner-section .row {
        flex-direction: column-reverse;
    }
    .banner-section {
        padding-top: 180px;
    }
    .banner-section .fighter-photo {
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .fighter-uniform {
        flex-wrap: wrap;
        margin: 10px 0 40px;
    }
    .fighter-uniform li {
        margin: 15px 0;
        display: block;
        border: none;
        padding: 0;
        width: 100%;
    }
    .fighter-uniform li:first-child {
        margin-top: 0;
    }
    .fighter-badge-info {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .fighter-badge-info .fighter-items {
        width: 50%;
        flex: 50%;
        border-bottom: 1px solid rgb(220 219 219 / 30%);
    }
    .fighter-badge-info .fighter-items:nth-child(even) {
        border-right: none;
    }
    .records-box .stat-box {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }
    .records-box .stat-box p {
        margin: 0 auto;
        width: 100%;
    }
    .records-box .stat-box span {
        display: block;
        text-align: center;
    }
    .fighter-info-content {
        margin-top: 30px;
    }
    /* Single Fighter page end */
    .pattern-img .pattern-verticle {
        right: 5px;
        width: 6px;
    }
    .fighter-profile {
        padding: 60px 0 20px;
    }
    .fighter-video-section {
        padding-top: 60px;
    }
    .fighter-profile .pattern-img .pattern-verticle {
        left: 5px;
    }
    .theme-form .gform-theme input[type='text'],
    .theme-form .gform-theme input[type=email],
    .theme-form .gform-theme input[type=tel],
    .theme-form .gform-theme select {
        width: 100% !important;
    }
    .gform-theme--framework .gfield--type-section {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .theme-form .gform-theme .ginput_product_price_wrapper label.gform-field-label {
        flex-basis: 1;
        flex: auto;
        width: 20%;
    }
    .theme-form .gform-theme .gform-footer .gform_button {
        width: 100% !important;
    }
    /* Affiliates style */
    .sponsors-section {
        padding: 60px 0;
    }
    .sponsors-row>.col {
        width: 100%;
    }
    .sponsors-block {
        height: auto;
    }
    /* Affiliates style end */
    /* Video style */
    .video-thumb {
        width: 100%;
    }
    .video-thumb .play-icon {
        width: 60px;
        height: 60px;
    }
    .video-thumb .play-icon img {
        width: 20px;
    }
    /* Video style end */
    .fighter-video-section .video-grid {
        grid-template-columns: 1fr;
    }
    .records-box.ranking-record-section .stat-box {
        width: 50%;
        flex: 0 0 50%;
        flex-grow: 1;
    }

    .records-box.ranking-record-section .stat-box:nth-child(even) {
        border-right: none !important;
    }
	.video-section .video-box {
		padding: 15px;
	}

	.video-box .kb-svg-icon-wrap {
        width: 110px;
        height: 110px;
        font-size: 48px !important;
	}
	.video-section .pulse-img-vertical {
        left: 5px;
    }

    .filter-group-wrapper .secondary-filters>div.mobile-filter:nth-child(2){
        border-right: none !important;
    }
    
    .events-cta-buttons a.kt-button {
        font-size: 16px;
    }
    .inner-page-banner .banner-overlay .default-heading p{
        font-size: 18px;
    }
    .events-cta-buttons {
        gap: 20px;
    }
    .hero-section .pulse-img-horizontal-top{
        
        top: 10px;
    }
    .hero-section .pulse-img-vertical {
        right: 10px;
    }
}
@media (max-width: 600px){
    
    .hero-section {
        padding-top: 130px !important;
    }
}
@media (max-width: 575px){
    
    .inner-page-banner:after {
        min-height: 370px;
    }
    
    .hero-section:before {
        background: linear-gradient(0deg, #020f23 0% 45%, #020f23 45%, transparent 70%);
    }
}
@media (max-width: 410px){
    .hero-section:before {
        background: linear-gradient(0deg, #020f23 0% 25%, #020f23 35%, transparent 50%);
    }
}
@media (max-width: 410px){
    
    .rankings-page-wrapper .rankings-filters-section {
        padding: 180px 0 80px;
    }
}
@media (max-width: 390px){
    /* .hero-section:before {
        background: linear-gradient(0deg, #020f23 0% 45%, #020f23 45%, transparent 70%);
    } */
}


/* Ranking Section CSS end*/