:root {
    --primary-color: #005cc4;
    --secondary-color: #ffda00;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s ease-in-out;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.form-control,
.form-select {
    height: 45px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

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

.py-70 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

button:focus {
    box-shadow: none;
}

.theme-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px;
    background-color: #ffda00;
    border: 1px solid #ffda00;
    color: #000;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.theme-btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.theme-btn.white {
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid #005cc4;
    font-weight: 600;
}

.theme-btn.white:hover {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid #fff;
}

.theme-btn.blue {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-weight: 600;
}

.theme-btn.blue:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.print-logo {
    display: none;
}

@media print {
    .print-logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Sumo Select Common Style */

.SumoSelect {
    width: 100%;
}

.SumoSelect > .CaptionCont {
    position: relative;
    text-align: left;
}

.SumoSelect > .CaptionCont::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    pointer-events: none;
}

.SumoSelect > .CaptionCont > label > i {
    display: none;
}

.SumoSelect > .optWrapper > .options li.opt {
    text-align: left;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #034fa4;
    color: #fff;
}

/* Custom list style */

.custom-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.custom-list ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
}

/* ============================================
      HEADER - SECTION
 ============================================== */

.main-header {
    position: relative;
}

.main-header .spotlight-wrap {
    background-color: var(--primary-color);
    padding: 14px 0px;
}

.main-header .spotlight-wrap h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main-header .spotlight-wrap h6 p {
    margin-bottom: 0;
}

.main-header .spotlight-wrap h6 p a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-left: 25px;
}

.main-header .spotlight-wrap h6 p a:hover {
    color: var(--secondary-color);
}

.main-header .spotlight-wrap .social-links a {
    color: #fff;
    margin-right: 15px;
}

.main-header .spotlight-wrap .social-links a:hover {
    color: var(--secondary-color);
}

.main-header .header-menu {
    position: relative;
}

.main-header .header-menu .navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #034fa4;
    padding: 4px 4px;
}

.main-header .header-menu .navbar .navbar-toggler:focus {
    box-shadow: none;
}

.main-header .header-menu .navbar {
    padding: 16px 0;
}

.main-header .header-menu .navbar .navbar-brand img {
    width: 300px;
}

.main-header .header-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 8px;
    color: #000;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.main-header .header-menu .navbar .navbar-nav .nav-item .nav-link:hover,
.main-header .header-menu .navbar .navbar-nav .nav-item .nav-link:focus {
    font-weight: 400;
    border-bottom: 2px solid var(--primary-color);
}

.main-header .header-menu .navbar .navbar-nav .nav-item .nav-link.active {
    font-weight: 400;
    border-bottom: 2px solid var(--primary-color);
}

.main-header .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    border-radius: 0px;
    margin-top: -5px;
    border: none;
    padding: 0;
    height: 48px;
    background-color: #f2f2f2;
    z-index: 1000;
    padding-top: 4px;
}

.main-header .navbar .navbar-nav .dropdown-menu .title {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
}

.main-header .navbar .navbar-nav .dropdown-menu .title:before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 8px;
    bottom: 0;
}

.main-header .navbar .navbar-nav .dropdown-menu li {
    position: relative;
    display: inline-block;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    bottom: 0;
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
}

.main-header
    .navbar
    .navbar-nav
    .dropdown-menu
    li:last-child
    .dropdown-item::before {
    display: none;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item.active,
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    color: var(--primary-color);
    background-color: transparent;
}

.main-header .header-menu .navbar .header-btn {
    margin-top: 2px;
    margin-left: 10px;
}

.main-header .header-menu .navbar .social-header {
    text-align: center;
    padding: 20px 0;
}

.main-header .header-menu .navbar .social-header a i {
    color: #fff;
    font-size: 22px;
    padding: 0 12px;
    transition: all 0.3s ease-in-out;
}

.main-header .header-menu .navbar .social-header a i:hover {
    color: var(--secondary-color);
}

.main-header .header-menu .navbar .offcanvas {
    background-color: #034fa4;
    color: #fff;
}

.main-header .header-menu .navbar .offcanvas .offcanvas-header .btn-close {
    opacity: 1;
}

.main-header
    .header-menu
    .navbar
    .offcanvas.show
    .navbar-nav
    .nav-item
    .nav-link {
    font-weight: 600;
    font-size: 15px;
    padding: 20px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(173, 173, 173, 0.5);
}

.main-header
    .header-menu
    .navbar
    .offcanvas.show
    .navbar-nav
    .nav-item
    .nav-link:hover,
.main-header
    .header-menu
    .navbar
    .offcanvas.show
    .navbar-nav
    .nav-item
    .nav-link.active {
    color: #fff;
    border-bottom: 1px solid rgba(173, 173, 173, 0.5);
}

.main-header .header-menu .navbar .offcanvas.show .header-btn {
    margin-left: 0px;
    margin-top: 20px;
}

.main-header .header-menu .navbar .offcanvas.show .header-btn .theme-btn {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width: 1400px) {
    .main-header .header-menu .navbar .navbar-brand img {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .main-header .header-menu .navbar .navbar-nav .nav-item {
        position: relative !important;
    }

    .main-header .navbar .navbar-nav .dropdown-menu {
        height: auto;
        margin-top: -2px;
        background-color: #034fa4;
    }

    .main-header .navbar .navbar-nav .dropdown-menu .title {
        display: none;
    }

    .main-header .navbar .navbar-nav .dropdown-menu li {
        display: block;
    }

    .main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        color: #fff;
    }

    .main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:before {
        position: absolute;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        right: 0;
        top: 8px;
        bottom: 0;
    }

    .main-header
        .navbar
        .navbar-nav
        .dropdown-menu
        li:last-child
        .dropdown-item::before {
        display: block;
    }

    .main-header
        .header-menu
        .navbar
        .offcanvas
        .navbar-nav
        .nav-item
        .nav-link {
        font-weight: 600;
        font-size: 15px;
        padding: 20px 10px;
        color: #fff;
        border-bottom: 1px solid rgba(173, 173, 173, 0.5);
    }

    .main-header
        .header-menu
        .navbar
        .offcanvas
        .navbar-nav
        .nav-item
        .nav-link:hover,
    .main-header
        .header-menu
        .navbar
        .offcanvas
        .navbar-nav
        .nav-item
        .nav-link.active {
        color: #fff;
        border-bottom: 1px solid rgba(173, 173, 173, 0.5);
    }

    .main-header .header-menu .navbar .offcanvas .header-btn {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-header .header-menu .navbar .offcanvas .header-btn .theme-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    
    .main-header .spotlight-wrap {
        padding: 10px 0px;
    }

    .main-header .spotlight-wrap .mob-link {
        font-size: 14px;
        display: block;
        width: 100%;
        color: #fff;
        background-color: transparent;
        border: none;
        text-align: left;
        padding: 0;
        font-weight: 700;
        margin-bottom: 0;
    }

    .main-header .spotlight-wrap .mob-link i {
        position: absolute;
        top: 14px;
        right: 20px;
    }

    .main-header .spotlight-wrap .list-group {
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        margin-top: 5px;
        padding-top: 10px;
        border-radius: 0;
    }

    .main-header .spotlight-wrap .list-group li {
        font-size: 12px;
    }

    .main-header .spotlight-wrap .list-group li a {
        font-size: 12px;
        color: #fff;
    }

    .main-header .spotlight-wrap .list-group li a:hover,
    .main-header .spotlight-wrap .list-group li a:focus {
        color: var(--secondary-color);
    }

    .main-header .header-menu .navbar .navbar-brand img {
        width: 260px;
    }
}

/* ============================================
      TOURNAMENT CAROUSEL - SECTION
 ============================================== */

.tournament-carousel-section {
    position: relative;
    padding-top: 15px;
}

.tournament-carousel-section .tournament-box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 12px;
    border-radius: 5px;
    margin: 0 2px;
    height: 100%;
}

.tournament-carousel-section .tournament-box .head-wrap {
    position: relative;
    margin-bottom: 15px;
}

.tournament-carousel-section .tournament-box .head-wrap .title {
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.tournament-carousel-section .tournament-box .head-wrap .detail {
    color: #454545;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 0.5px solid #c4c4c4;
    font-weight: 400;
    margin-bottom: 0;
}

.tournament-carousel-section .tournament-box .head-wrap .live {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #119247;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    gap: 4px;
}

.tournament-carousel-section .tournament-box .head-wrap .live::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #119247;
    border-radius: 50%;
    flex-shrink: 0;
}

.tournament-carousel-section .tournament-box .bottom-wrap .player-name {
    font-size: 12px;
    color: #454545;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tournament-carousel-section
    .tournament-box
    .bottom-wrap
    .player-name:last-child {
    margin-bottom: 0;
}

.tournament-carousel-section .tournament-box .bottom-wrap .player-name img {
    width: 20px;
}

.tournament-carousel-section .tournament-box .bottom-wrap .check-square {
    width: 15px;
    height: 15px;
}

.tournament-carousel-section .tournament-box .bottom-wrap .score-box {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.tournament-carousel-section .tournament-box .bottom-wrap .score-box p {
    color: #454545;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

.tournament-carousel-section .owl-carousel {
    position: relative;
    z-index: 1;
}

.tournament-carousel-section .owl-carousel .owl-stage {
    display: flex;
}

.tournament-carousel-section .owl-nav button.owl-prev,
.tournament-carousel-section .owl-nav button.owl-next {
    position: absolute;
    top: 50px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
    background-color: #e9e9e9;
    color: #111;
}

.tournament-carousel-section .owl-nav button.owl-prev {
    left: -50px;
}

.tournament-carousel-section .owl-nav button.owl-next {
    right: -50px;
}

.tournament-carousel-section .owl-theme .owl-dots .owl-dot {
    display: none;
}

.tournament-carousel-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}

.tournament-carousel-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: #034fa4;
}

@media screen and (max-width: 768px) {
    .tournament-carousel-section .tournament-box .head-wrap .live {
        font-size: 10px;
    }

    .tournament-carousel-section .owl-nav button.owl-prev,
    .tournament-carousel-section .owl-nav button.owl-next {
        display: none;
    }

    .tournament-carousel-section .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }
}

/* ==============================
     SIDEBAR WIDGETS
 ============================== */

.tournament-main-section {
    position: relative;
}

.tournament-main-section .tournament-banner img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.tournament-main-section .sponsor-logos {
    background: #e5e5e5;
    padding: 30px 30px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.sidebar-widget .sponsors-logo {
    background: #e5e5e5;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.sidebar-widget .book-ticket {
    margin-bottom: 10px;
}

.sidebar-widget .book-ticket .book-btn {
    text-align: center;
    color: #000;
    background: #fdde20;
    font-size: 20px;
    padding: 12px;
    border: none;
    font-weight: 600;
}

/* Ads-Widget */

.sidebar-widget .ads-widget-home {
    margin-bottom: 10px;
}

.sidebar-widget .ads-widget-home img {
    width: 100%;
    margin-bottom: 10px;
}

/* Quick-link-widget */

.sidebar-widget .quick-link-widget {
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #edeef3;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.sidebar-widget .quick-link-widget h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-widget .quick-link-widget ul li {
    position: relative;
}

.sidebar-widget .quick-link-widget ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
}

.sidebar-widget .quick-link-widget ul li:nth-child(even) {
    background-color: #f5f5f5;
}

.sidebar-widget .quick-link-widget ul li:hover a {
    background-color: var(--primary-color);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-widget .quick-link-widget ul li::before {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 12px;
    right: 10px;
    color: #000000;
    font-size: 12px;
}

.sidebar-widget .quick-link-widget ul li:hover::before {
    color: #fff;
}

/* Calendar */

.sidebar-widget .calendar-widget {
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #edeef3;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.sidebar-widget .calendar-widget .ui-datepicker {
    width: 100%;
}

.sidebar-widget .calendar-widget h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-widget #datepicker {
    width: 100%;
}

/* Datepicker custom styles */

.custom-datepicker .ui-widget-content {
    border: none;
    padding: 0;
}

.custom-datepicker select {
    border: 1px solid #ddd;
}

.custom-datepicker .ui-datepicker-header {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
}

.custom-datepicker .ui-datepicker-prev span,
.custom-datepicker .ui-datepicker-next span {
    display: none;
}

.custom-datepicker select:focus-visible {
    outline: none;
}

.custom-datepicker .ui-datepicker-prev {
    border: none;
    top: 6px;
    left: 10px;
    cursor: pointer;
}

.custom-datepicker .ui-datepicker-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f104";
    font-weight: 900;
    color: #fff;
}

.custom-datepicker .ui-datepicker-next {
    border: none;
    top: 6px;
    right: 0px;
    cursor: pointer;
}

.custom-datepicker .ui-datepicker-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    color: #fff;
}

.custom-datepicker .ui-state-hover {
    background-color: transparent;
}

.custom-datepicker .ui-datepicker-prev:focus-visible {
    outline: none;
}

.custom-datepicker .ui-datepicker-next:focus-visible {
    outline: none;
}

.custom-datepicker .ui-state-default {
    border: 2px solid transparent;
    background: transparent;
    text-align: center;
    border-radius: 4px;
}

.custom-datepicker .ui-state-highlight {
    border: 2px solid #0d4c93;
    background: #0d4c93;
    color: #fff;
    border-radius: 4px;
}

.custom-datepicker .ui-state-active,
.custom-datepicker .ui-button:active,
.custom-datepicker .ui-button.ui-state-active:hover {
    border: 2px solid #0d4c93;
    background: #0d4c93;
    font-weight: normal;
    color: #fff;
}

.custom-datepicker .ui-state-active:hover,
.custom-datepicker .ui-state-default:hover {
    border: 2px solid #0d4c93;
    background: #fff;
    color: #0d4c93;
}

.custom-datepicker .highlight-event a {
    background-color: #0d4c93;
    color: #fff;
    font-weight: normal;
}

/* Instagram */

.sidebar-widget .instagram-widget {
    padding: 10px;
}

.sidebar-widget .instagram-widget h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .tournament-main-section {
        padding-bottom: 0;
    }

    .sidebar-widget .instagram-widget h6 {
        text-align: center;
    }
}

/* ==============================
     Banner Section
 ============================== */

.banner-carousel-section {
    position: relative;
}

.banner-carousel-section .item {
    position: relative;
    aspect-ratio: 16 / 10;
    width: 100%;
    overflow: hidden;
}

.banner-carousel-section .item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.banner-carousel-section .owl-carousel .owl-nav .owl-prev,
.banner-carousel-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #1f1f1f;
    transition: all 0.5s ease-in-out;
}

.banner-carousel-section .owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 20px;
}

.banner-carousel-section .owl-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 20px;
}

/* For yellow navs */

.banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-prev,
.banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: auto;
    bottom: 20px;
    font-size: 16px;
    color: #111;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    background-color: #fdde20;
    transition: all 0.5s ease-in-out;
}

.banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 80px;
}

.banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-next {
    right: 20px;
}

@media screen and (max-width: 768px) {
    .banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-prev,
    .banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-next {
        bottom: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-prev {
        right: 60px;
    }

    .banner-carousel-section.yellow-arrow .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

/* ==============================
    Latest News Section - Home
 ============================== */

.latest-news-section {
    position: relative;
}

.latest-news-section .news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f7de4a;
}

.latest-news-section .news-head h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0;
}

.latest-news-section .news-head a {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
}

.latest-news-section .news-head a:hover {
    color: var(--primary-color);
}

.latest-news-section .news-headline .news-image img {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.latest-news-section .news-headline .news-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.latest-news-section .news-headline .title {
    background-color: #0d4c93;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.latest-news-section .news-headline .title h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.latest-news-section .lastes-news-list {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.latest-news-section .lastes-news-list .news-image {
    margin-right: 15px;
    flex-shrink: 0;
}

.latest-news-section .lastes-news-list .news-image img {
    width: 130px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.latest-news-section .lastes-news-list .content h6 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out;
}

.latest-news-section .lastes-news-list .content:hover h6 {
    color: var(--primary-color);
}

.latest-news-section .lastes-news-list .content p {
    font-size: 12px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
    .content {
        padding: 0;
    }

    .latest-news-section .news-head h6 {
        font-size: 14px;
    }

    .latest-news-section .news-head a {
        font-size: 15px;
    }

    .latest-news-section .news-headline .title {
        padding: 20px 20px;
    }

    .latest-news-section .news-headline .title h6 {
        font-size: 14px;
    }

    .latest-news-section .lastes-news-list .news-image img {
        width: 120px;
    }

    .latest-news-section .lastes-news-list .content h6 {
        font-weight: 500;
    }
}

/* ==============================
    Gallery Section - Home
 ============================== */

.gallery-section {
    position: relative;
    margin-top: 15px;
}

.gallery-section .gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f7de4a;
}

.gallery-section .gallery-head h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0;
}

.gallery-section .gallery-head a {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
}

.gallery-section .gallery-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
}

.gallery-section .gallery-list .gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-section .gallery-list .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.gallery-section .gallery-list .list-1 {
    grid-area: 1 / 1 / 6 / 3;
}

.gallery-section .gallery-list .list-2 {
    grid-area: 1 / 3 / 3 / 5;
}

.gallery-section .gallery-list .list-3 {
    grid-area: 1 / 5 / 3 / 7;
}

.gallery-section .gallery-list .list-4 {
    grid-area: 3 / 3 / 6 / 7;
}

.gallery-section .gallery-carousel .item {
    aspect-ratio: 3 / 4;
    width: 100%;
}

.gallery-section .gallery-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==============================
    Quick Links Section - Home
 ============================== */

.quick-links-section {
    position: relative;
}

.quick-links-section .quick-link-item {
    position: relative;
}

.quick-links-section .quick-link-item a {
    display: block;
}

.quick-links-section .quick-link-item .image-box {
    position: relative;
    z-index: 1;
}

.quick-links-section .quick-link-item .image-box::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    border-radius: 5px;
}

.quick-links-section .quick-link-item img {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.quick-links-section .quick-link-item .content {
    position: absolute;
    top: 40%;
    right: 40px;
    left: 40px;
    text-align: center;
    z-index: 1;
}

.quick-links-section .quick-link-item .content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

.quick-links-section .quick-link-item .link span {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #f7de4a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(323deg);
    color: #000;
    font-size: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quick-links-section .quick-link-item:hover .link span {
    background-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 768px) {
    .gallery-section .gallery-list {
        display: none;
    }

    .gallery-section .gallery-head h6 {
        font-size: 14px;
    }

    .gallery-section .gallery-head a {
        font-size: 15px;
    }
}

.gallery-section .owl-carousel .owl-nav .owl-prev,
.gallery-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #000000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ffc107;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}

.gallery-section .owl-carousel .owl-nav .owl-prev {
    right: 40px;
}

.gallery-section .owl-carousel .owl-nav .owl-next {
    right: 10px;
}

/* ============================================
 - FILTER SECTION
 ============================================== */

.filter-section {
    position: relative;
}

.filter-section .filter-container {
    padding: 50px 0;
    background-color: #034fa4;
    border-radius: 5px;
}

.filter-section .content-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.filter-section .content-box h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.filter-section .content-box .SumoSelect {
    width: 250px;
}

.filter-section .content-box .SumoSelect > .CaptionCont {
    position: relative;
    background-color: #034fa4;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-align: left;
}

.filter-section .content-box .SumoSelect > .CaptionCont::after {
    color: #fff;
}

.filter-section .theme-btn {
    color: var(--primary-color);
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #005cc4;
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
    .filter-section .content-box {
        flex-direction: column;
    }
}

/* ============================================
 - CTA SECTION
 ============================================== */

.cta-section {
    position: relative;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 50px;
}

.cta-section .content-box {
    position: relative;
}

.cta-section .content-box h6 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cta-section .content-box h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .cta-section {
        padding-top: 100px;
    }

    .cta-section .content-box h6 {
        font-size: 22px;
    }

    .cta-section .content-box h3 {
        font-size: 24px;
    }
}

/* ============================================
 - FOOTER SECTION
 ============================================== */

.footer-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c2c2c2;
    font-family: "Inter", sans-serif;
}

.footer-section .footer-logo img {
    width: 300px;
    margin-bottom: 30px;
}

.footer-section .enquiry-box {
    margin-bottom: 30px;
}

.footer-section .enquiry-box .input-group {
    width: max-content;
    margin: 0 auto;
}

.footer-section .enquiry-box .input-group .form-control {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
    width: 300px;
    text-align: center;
    border: 1px solid #edeef3;
}

.footer-section .enquiry-box .input-group .form-control::placeholder {
    color: #111;
    font-weight: 500;
}

.footer-section .enquiry-box .input-group .input-group-text {
    font-size: 16px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.footer-section .footer-menu {
    position: relative;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}

.footer-section .footer-menu ul li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.footer-section .footer-menu ul li a {
    color: #000;
}

.footer-section .footer-menu ul li a:hover {
    color: var(--primary-color);
}

.footer-section .social-links {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.footer-section .social-links ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-section .social-links ul li a i {
    color: #111;
    font-size: 22px;
    transition: all 0.5s ease-in-out;
}

.footer-section .social-links ul li a:hover i {
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .footer-section .footer-logo img {
        width: 280px;
    }

    .footer-section .enquiry-box .input-group .form-control {
        width: auto;
    }

    .footer-section .footer-menu ul li {
        display: block;
        margin: 15px 0;
    }
}

/* ============================================
 - COPYRIGHT SECTION
 ============================================== */

.copyright-section {
    position: relative;
    padding: 15px 0;
    font-family: "Inter", sans-serif;
}

.copyright-content .copyright-left-text p {
    margin-bottom: 0;
}

.copyright-content .copyright-right-text {
    text-align: right;
}

.copyright-content .copyright-right-text p {
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.copyright-content .copyright-right-text p a {
    font-family: "Inter", sans-serif;
    color: #111;
}

@media screen and (max-width: 768px) {
    .copyright-content .copyright-left-text {
        text-align: center;
    }

    .copyright-content .copyright-left-text p {
        margin-bottom: 10px;
    }

    .copyright-content .copyright-right-text {
        text-align: center;
    }
}

/* =============================================
- MAIN WRAPPER
================================================ */

.main-wrapper {
    position: relative;
    margin-top: -100px;
}

@media screen and (max-width: 768px) {
    .main-wrapper {
        margin-top: 0;
        padding-top: 20px;
    }
}

/* =============================================
- BREADCRUMB SECTION
================================================ */

.breadcrumbs-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 80px;
    padding-bottom: 170px;
}

.breadcrumbs-section .breadcrumbs .content ul li + li::before {
    float: left;
    padding: 6px 10px;
    color: var(--secondary-color);
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
}

.breadcrumbs-section .breadcrumbs .content ul {
    margin-bottom: 0;
}

.breadcrumbs-section .breadcrumbs .content ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-section .breadcrumbs .content ul li a {
    color: #fff;
}

.breadcrumbs-section .breadcrumbs .content ul li a i {
    margin-right: 5px;
    font-size: 15px;
}

.breadcrumbs-section .breadcrumbs .content ul li a:hover {
    color: var(--secondary-color);
}

.breadcrumbs-section .breadcrumbs .content .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .breadcrumbs-section {
        position: relative;
        padding: 20px 0 20px 0;
        text-align: center;
    }

    .breadcrumbs-section .breadcrumbs .content .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .breadcrumbs-section .breadcrumbs .content ul li {
        font-size: 12px;
    }

    .breadcrumbs-section .breadcrumbs .content ul li + li::before {
        padding: 3px 8px;
    }

    .breadcrumbs-section .breadcrumbs .content ul li a i {
        font-size: 12px;
    }
}

/* =======================================
    - Breadcrumbs Carousel Section
 ========================================= */

.breadcrumbs-carousel-section {
    position: relative;
    margin-bottom: 25px;
}

.breadcrumbs-carousel-section .owl-carousel img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
}

.breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-prev,
.breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: auto;
    bottom: 20px;
    font-size: 16px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background-color: #fdde20;
    transition: all 0.5s ease-in-out;
}

.breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-prev {
    right: 70px;
}

.breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-next {
    right: 20px;
}

@media screen and (max-width: 768px) {
    .breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-prev,
    .breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-next {
        bottom: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-prev {
        right: 60px;
    }

    .breadcrumbs-carousel-section .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

/* ===============================================
- ABOUT MAIN SECTION
 ================================================= */

.about-main-section {
    position: relative;
    padding-bottom: 60px;
}

.about-main-section .about-content-box {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px;
}

.about-main-section .about-content-box .title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.about-main-section .about-content-box p {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .about-main-section {
        margin-top: 0;
    }

    .about-main-section .about-content-box {
        padding: 30px 0;
    }

    .about-main-section .about-content-box .title {
        font-size: 20px;
    }

    .about-main-section .about-content-box p {
        font-size: 12px;
        text-align: justify;
    }

    .about-main-section .about-content-box .image-box {
        text-align: center;
    }
}

/* ===============================================
     NEWS SECTION
 ================================================= */

/* <!-- Main News Desktop Only --> */

.feature-news-section {
    position: relative;
}

.feature-news-section .news-item {
    position: relative;
}

.feature-news-section .news-item .img-box {
    position: relative;
}

.feature-news-section .news-item .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 0%) 20%,
        rgb(0 0 0 / 70%) 40%,
        rgb(0 0 0 / 73%) 60%,
        rgb(0 0 0) 100%
    );
    border-radius: 5px;
}

.feature-news-section .news-item img {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3 / 3;
    object-fit: cover;
    object-position: top;
}

.feature-news-section .news-item .content {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
}

.feature-news-section .news-item .content .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7de4a;
    margin-right: 12px;
    flex-shrink: 0;
}

.feature-news-section .news-item .content .icon img {
    width: 20px;
    aspect-ratio: initial;
    border-radius: initial;
}

.feature-news-section .news-item .content .title h5 a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.feature-news-section .news-item:hover .content .title h5 a {
    color: var(--secondary-color);
}

/* <!-- News Mobile Carousel Only --> */

.feature-news-carousel-section {
    position: relative;
}

.feature-news-carousel-section .news-item img {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3 / 3;
    object-fit: cover;
    object-position: top;
}

.feature-news-carousel-section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 8px;
}

.feature-news-carousel-section .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
}

.feature-news-carousel-section .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}

/* ===============================================
      News-List-Section
 ================================================= */

.news-list-section {
    position: relative;
}

.news-list-section .feed-image img {
    border-radius: 5px;
    width: 100%;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.news-list-section .news-feed-wrapper .content {
    display: flex;
    margin-bottom: 15px;
}

.news-list-section .news-feed-wrapper .content .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7de4a;
    margin-right: 12px;
    flex-shrink: 0;
}

.news-list-section .news-feed-wrapper .content .title h5 {
    margin-bottom: 0;
}

.news-list-section .news-feed-wrapper .content .title h5 a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-section .news-feed-wrapper .content .title h5 a:hover {
    color: var(--primary-color);
}

.news-list-section .news-feed-wrapper .read-more {
    color: var(--primary-color);
    margin-top: 5px;
    display: inline-block;
}

.news-list-section .news-feed-wrapper p {
    text-align: justify;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-list-section .news-feed {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.news-list-section .news-feed:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-list-section .news-high-lights {
    padding: 20px 20px;
    margin-left: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.news-list-section .news-high-lights .content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-list-section .news-high-lights .content .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #034fa4;
    margin-right: 12px;
    flex-shrink: 0;
}

.news-list-section .news-high-lights .content .title h5 {
    margin-bottom: 0;
}

.news-list-section .news-high-lights .content .title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}

.news-list-section .news-high-lights .archive-list {
    position: relative;
    margin-top: 20px;
}

.news-list-section .news-high-lights .archive-list ul .archive-item {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.news-list-section .news-high-lights .archive-list ul .archive-item a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 12px;
    background-color: #fff;
    padding-right: 10px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.news-list-section .news-high-lights .archive-list ul .archive-item:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    overflow: hidden;
    border-top: 1px solid #eee;
    left: 0;
}

.news-list-section .news-high-lights .archive-list ul .archive-item a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #aab0c0;
    left: 0;
    top: 7px;
}

.news-list-section .news-high-lights .archive-list ul .archive-item a span {
    padding-left: 5px;
    background-color: #fff;
    float: right;
}

.news-list-section .news-high-lights .archive-list ul .archive-item a:hover {
    color: var(--primary-color);
}

.news-list-section
    .news-high-lights
    .archive-list
    ul
    .archive-item
    a:hover:before {
    background: var(--primary-color);
}

.news-list-section .news-high-lights .archive-list ul .archive-item + li {
    margin-top: 8px;
}

.news-list-section .news-high-lights .archive-list .card {
    padding: 10px 10px;
    border: none;
}

.news-list-section .news-high-lights .archive-list .card ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 12px;
    background-color: #fff;
    padding-right: 10px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.news-list-section .news-high-lights .archive-list .card ul li + li {
    margin-top: 6px;
}

.news-list-section .news-high-lights .high-lights-wrapper h5 {
    margin-bottom: 2px;
}

.news-list-section .news-high-lights .high-lights-wrapper h5 a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.news-list-section .news-high-lights .high-lights-wrapper h5 a:hover {
    color: var(--primary-color);
}

.news-list-section .news-high-lights .high-lights-wrapper p {
    margin-bottom: 0;
}

.news-list-section .news-high-lights .high-lights-wrapper {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.news-list-section .news-high-lights .high-lights-wrapper:last-child {
    border: none;
}

.news-list-section .page-pagination .pagination {
    display: flex;
    padding: 0;
    width: fit-content;
}

.news-list-section .page-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list-section .page-pagination .pagination li {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #dfe3e8;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}

.news-list-section .page-pagination .pagination li.active {
    background-color: #034fa4;
    color: white;
    font-weight: bold;
    border-radius: 4px;
}

.news-list-section .page-pagination .pagination li:hover:not(.active) {
    background-color: #e6f0ff;
}

/* ===============================================
      News-Detail-Section
 ================================================= */

.news-detail-section {
    position: relative;
}

.news-detail-section .news-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.news-detail-section .posted-by p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.news-detail-section .share-btn {
    color: #ffff;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 5px;
    background-color: #034fa4;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.news-detail-section .cover-img {
    margin-top: 30px;
}

.news-detail-section .cover-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 35px;
}

.news-detail-section .detail p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.5px;
    text-align: justify;
}

.news-detail-section .prev-next-container {
    margin-top: 30px;
}

.news-detail-section .prev-next-container .previous-link a,
.news-detail-section .prev-next-container .next-link a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.news-detail-section .prev-next-container .previous-link a span,
.news-detail-section .prev-next-container .next-link a span {
    color: #000;
    margin: 0 10px;
}

.news-detail-section .prev-next-container .previous-img {
    height: 100%;
}

.news-detail-section .prev-next-container .previous-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 3;
    border-radius: 5px 0 0 5px;
}

.news-detail-section .prev-next-container .previous-content {
    border-radius: 0 5px 5px 0;
    background-color: #efefef;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}

.news-detail-section .prev-next-container .previous-content h6 a {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.news-detail-section .prev-next-container .previous-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
    .news-detail-section {
        padding-top: 30px;
    }

    .news-detail-section .news-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news-detail-section .posted-by p {
        font-size: 14px;
    }

    .news-detail-section .detail p {
        font-size: 16px;
    }
}

/* ===============================================
     Facilities Main Section
 ================================================= */

.facilities-section {
    position: relative;
}

.facilities-section .facility-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
}

.facilities-section .facility-wrapper .facility-img {
    position: relative;
    height: 100%;
}

.facilities-section .facility-wrapper .facility-img::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.facilities-section .facility-wrapper img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facilities-section .facility-wrapper .content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    right: 10%;
    left: 10%;
}

.facilities-section .facility-wrapper .content h6 a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.facilities-section .facility-wrapper .link {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.facilities-section .facility-wrapper .link a i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #f7de4a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(323deg);
    color: #000;
    font-size: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.facilities-section .facility-wrapper:hover .link a i {
    background-color: var(--primary-color);
    color: #fff;
}

.facility-hall-section .facility-wrapper .content h6 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .facilities-section .facility-wrapper .content h6 a {
        font-size: 20px;
    }

    .facilities-section .facility-wrapper .facility-img::before {
        border-radius: 10px;
    }

    .facilities-section .facility-wrapper img {
        border-radius: 10px;
    }

    .facility-hall-section .facility-wrapper .content h6 a {
        font-size: 16px;
    }

    .facilities-section .facility-wrapper .link {
        bottom: 10px;
        right: 10px;
    }

    .facilities-section .facility-wrapper .link a i {
        bottom: 5px;
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

/* ===============================================
     Facilities Detail Section
 ================================================= */

.facilities-detail-section {
    position: relative;
}

.facilities-detail-section {
    position: relative;
}

.facilities-detail-section .cover-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.facilities-detail-section .facilities-list {
    position: relative;
}

.facilities-detail-section
    .facilities-list
    .custom-tab
    .nav
    .nav-item
    .nav-link {
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    padding: 12px 10px;
    text-align: center;
    border-radius: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.facilities-detail-section
    .facilities-list
    .custom-tab
    .nav
    .nav-item:nth-child(even)
    .nav-link {
    background-color: #f5f5f5;
}

.facilities-detail-section
    .facilities-list
    .custom-tab
    .nav
    .nav-item
    .nav-link.active {
    color: #fff;
    background-color: #034fa4;
    font-weight: 700;
}

.gallery-item-carousel {
    position: relative;
}

.gallery-item-carousel .item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-item-carousel .owl-carousel .owl-nav .owl-prev,
.gallery-item-carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffc107;
    transition: all 0.5s ease-in-out;
}

.gallery-item-carousel .owl-carousel .owl-nav .owl-prev {
    right: 55px;
}

.gallery-item-carousel .owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.facilities-detail-section
    .facilities-list
    .content-item
    .table
    > :not(caption)
    > *
    > * {
    font-size: 15px;
}

.facilities-detail-section .facilities-list .content-item .table thead th {
    background-color: #f7de4a;
    color: #000;
}

.facilities-detail-section .facilities-list .custom-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.facilities-detail-section .facilities-list .custom-list ol li {
    position: relative;
    margin-bottom: 10px;
}

.booking-section {
    padding: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.booking-section .content h5 span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.booking-section .content h5 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.booking-section .book-ticket .theme-btn {
    border: none;
}

/* .booking-section .content h6 {
    font-size: 35px;
    font-weight: 400;
    color: #FFF;
} */

.booking-section .condition {
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
}

.booking-section .condition p {
    color: #fff;
}

/* .booking-section .condition ul {
    display: flex;
} */

.booking-section .condition ul li {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    margin-right: 15px;
}

.booking-section .condition ul li::before {
    position: absolute;
    bottom: 6px;
    font-family: "Font Awesome 6 Free";
    font-size: 5px;
    font-weight: 900;
    content: "\f111";
    left: -10px;
}

@media screen and (max-width: 1024px) {
    .booking-section .content h5 {
        font-size: 16px;
        text-align: center;
    }

    .booking-section .content h5 span {
        font-size: 22px;
    }
}

/* ===============================================
- Banner Image Section - Common
 ================================================= */

.banner-image-section {
    position: relative;
    padding-bottom: 60px;
}

/* ===============================================
 - Registration Form Section
  ================================================= */

.registration-form-section {
    position: relative;
}

.registration-form-section .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.registration-form-section .registration-options {
    padding: 20px 0;
    text-align: center;
}

.registration-form-section .registration-options label {
    font-size: 18px;
    font-weight: 600;
}

.registration-form-section .registration-options .form-check-input {
    transform: scale(1.2);
    cursor: pointer;
    margin-right: 10px;
    box-shadow: none;
}

.registration-form-section .form-wrapper .verify-button {
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    background-color: #119247;
    color: #fff;
    font-weight: 600;
}

.registration-form-section .form-wrapper {
    padding: 20px 40px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 30px;
}

.registration-form-section .form-wrapper .nav-pills {
    background-color: #f1f0f0;
    border-bottom: none;
}

.registration-form-section .form-wrapper .nav-pills .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease-in-out;
}

.registration-form-section .form-wrapper .nav-pills .nav-link .check-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #808080;
    background-color: #fff;
    font-size: 10px;
}

.registration-form-section .form-wrapper .nav-pills .nav-link .check-mark i {
    display: none;
}

.registration-form-section .form-wrapper .nav-pills .nav-link.active,
.registration-form-section .form-wrapper .nav-pills .nav-link.completed {
    border-bottom: 1px solid #034fa4;
    background-color: #ddedff;
    font-weight: 600;
}

.registration-form-section
    .form-wrapper
    .nav-pills
    .nav-link.active
    .check-mark,
.registration-form-section
    .form-wrapper
    .nav-pills
    .nav-link.completed
    .check-mark {
    border: 2px solid #034fa4;
    color: #034fa4;
}

.registration-form-section
    .form-wrapper
    .nav-pills
    .nav-link.active
    .check-mark
    i,
.registration-form-section
    .form-wrapper
    .nav-pills
    .nav-link.completed
    .check-mark
    i {
    display: block;
}

.registration-form-section .form-wrapper .tab {
    padding: 20px 0;
}

.registration-form-section .form-wrapper .back-button {
    border: none;
    background-color: transparent;
}

.registration-form-section .form-wrapper .back-button:hover {
    color: #034fa4;
}

.registration-form-section .form-wrapper .prev-button {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    background-color: #034fa4;
    color: #fff;
    font-weight: 600;
}

.registration-form-section .form-wrapper .next-button {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    background-color: #119247;
    color: #fff;
    font-weight: 600;
}

.registration-form-section .form-wrapper .btn-submit {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    background-color: #119247;
    color: #fff;
    font-weight: 600;
}

.registration-form-section .form-wrapper .tab .form-label {
    font-weight: 600;
}

.registration-form-section .form-wrapper .tab .form-control {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.registration-form-section .form-wrapper .existing-user-card {
    display: flex;
    height: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.registration-form-section .form-wrapper .existing-user-card h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
}

.registration-form-section .form-wrapper .existing-user-card .profile {
    margin-right: 20px;
    flex-shrink: 0;
}

.registration-form-section .form-wrapper .existing-user-card .profile img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 1px solid #dbdbdb;
}

.registration-form-section .form-wrapper .existing-user-card .detail {
    position: relative;
    width: 100%;
}

.registration-form-section .form-wrapper .existing-user-card .detail h6 {
    color: #000;
    font-weight: 600;
}

.registration-form-section .form-wrapper .existing-user-card .detail p {
    font-size: 15px;
    margin-bottom: 5px;
}

.registration-form-section
    .form-wrapper
    .existing-user-card
    .detail
    p:last-child {
    font-weight: 600;
}

.registration-form-section
    .form-wrapper
    .existing-user-card
    .detail
    p
    .process {
    color: #119247;
}

.registration-form-section .form-wrapper .existing-user-card .detail p .expiry {
    color: red;
}

.registration-form-section
    .form-wrapper
    .existing-user-card
    .detail
    .theme-btn {
    font-size: 12px;
    padding: 5px 10px;
}

@media screen and (max-width: 1024px) {
    .registration-form-section .form-wrapper {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 768px) {
    .registration-form-section .form-wrapper {
        padding: 20px 20px;
    }

    .registration-form-section .registration-options {
        text-align: left;
    }

    .registration-form-section .registration-options .form-check {
        margin-bottom: 10px;
    }

    .registration-form-section .registration-options .form-check-input {
        transform: scale(1.2);
    }

    .registration-form-section .registration-options label {
        font-size: 16px;
    }

    .registration-form-section .form-wrapper .nav-pills .nav-link {
        justify-content: start;
        padding: 10px 20px;
        text-align: left;
        width: 100%;
    }

    .registration-form-section .title {
        font-size: 18px;
    }

    .registration-form-section .form-wrapper .existing-user-card {
        display: block;
        text-align: center;
    }

    .registration-form-section .form-wrapper .existing-user-card .profile {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* ==================================================
  - Coaching Page
    ==================================================== */
.coaching-main-section {
    position: relative;
    padding: 60px 0;
}

.coaching-main-section .tab-menus {
    position: relative;
}

.coaching-main-section .tab-menus .nav-item {
    margin-bottom: 10px;
}

.coaching-main-section .tab-menus .nav-link {
    position: relative;
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    padding: 12px 12px 12px 12px;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.coaching-main-section .tab-menus .nav-link:hover,
.coaching-main-section .tab-menus .nav-link:focus,
.coaching-main-section .tab-menus .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 600;
}

.coaching-main-section .content-item .charges-info {
    padding: 10px 20px;
    background-color: #d8eaff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.coaching-main-section .content-item .charges-info .day-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.coaching-main-section .content-item .charges-info .day-content .day-count {
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffda00;
    text-align: center;
}

.coaching-main-section .content-item .charges-info .day-content .day-count h6 {
    font-size: 30px;
    color: #034fa4;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 100%;
}

.coaching-main-section
    .content-item
    .charges-info
    .day-content
    .day-count
    h6
    span {
    font-size: 20px;
}

.coaching-main-section .content-item .charges-info .day-content .day-count p {
    font-size: 18px;
    color: #034fa4;
    margin-bottom: 0;
    font-weight: 700;
}

.coaching-main-section .content-item .charges-info .day-content .day-text p {
    color: #034fa4;
    margin-bottom: 8px;
    font-weight: 500;
}

.coaching-main-section .content-item .charges-info .price {
    font-size: 24px;
    color: #034fa4;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.coaching-main-section .content-item .charges-info .price .age-range {
    font-size: 16px;
    color: #034fa4;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.coaching-main-section .content-item .charges-info .price .age-group {
    font-size: 16px;
    color: #034fa4;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.coaching-main-section .content-item .timing-info-box {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.coaching-main-section .content-item .timing-info-box .title {
    padding: 10px;
    text-align: center;
    background-color: #ffda00;
}

.coaching-main-section .content-item .timing-info-box .title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.coaching-main-section .content-item .timing-info-box .timing-element {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coaching-main-section .content-item .timing-info-box .timing-element h6 {
    font-size: 14px;
}

.coaching-main-section .content-item .timing-info-box .timing-element p {
    font-size: 14px;
    padding-left: 10px;
    border-left: 1.5px solid #000;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .coaching-main-section .content-item .charges-info .price {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .coaching-main-section .content-item .charges-info {
        padding: 15px 20px;
    }

    .coaching-main-section .content-item .charges-info .day-content {
        display: block;
        text-align: center;
    }

    .coaching-main-section .content-item .charges-info .day-content .day-count {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .coaching-main-section
        .content-item
        .charges-info
        .day-content
        .day-count
        h6 {
        font-size: 18px;
    }

    .coaching-main-section .content-item .charges-info .price {
        font-size: 20px;
        font-weight: 600;
        justify-content: center;
    }

    .coaching-main-section .content-item .charges-info .price .age-range {
        font-size: 14px;
    }

    .coaching-main-section .content-item .charges-info .price .age-group {
        font-size: 14px;
    }

    .coaching-main-section .content-item .timing-info-box .timing-element {
        justify-content: center;
        padding: 10px 0;
    }

    .coaching-main-section .content-item .timing-info-box .timing-element p {
        border-left: 2px solid rgba(0, 0, 0, 0.2);
    }
}

/* ==================================================
  - Affiliate Club Page
==================================================== */

.club-main-section {
    position: relative;
    padding-bottom: 60px;
}

.club-main-section .location-tab {
    position: relative;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.club-main-section .location-tab h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.club-main-section .location-tab .nav-item {
    margin-bottom: 10px;
}

.club-main-section .location-tab .nav-item .nav-link {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.club-main-section .location-tab .nav-item:nth-child(even) .nav-link {
    background-color: #f5f5f5;
}

.club-main-section .location-tab .nav-item .nav-link img {
    width: 40px;
    margin-right: 10px;
    filter: grayscale(100%);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.club-main-section .location-tab .nav-item .nav-link:hover,
.club-main-section .location-tab .nav-item .nav-link:focus,
.club-main-section .location-tab .nav-item .nav-link.active {
    color: #fff;
    background-color: #034fa4;
    font-weight: 600;
}

.club-main-section .location-tab .nav-item .nav-link:hover img,
.club-main-section .location-tab .nav-item .nav-link:focus img,
.club-main-section .location-tab .nav-item .nav-link.active img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.club-main-section .tab-content .content-box .club-item {
    background-color: #fff;
    padding: 25px 20px;
    padding-bottom: 0;
    border-radius: 5px;
}

.club-main-section .tab-content .content-box .club-item::after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 25px;
}

.club-main-section .tab-content .content-box .club-item .image-box img {
    border-radius: 5px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.club-main-section .tab-content .content-box .club-item .club-info h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.club-main-section
    .tab-content
    .content-box
    .club-item
    .club-info
    .contact-details
    a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding-right: 20px;
    margin-bottom: 10px;
}

.club-main-section
    .tab-content
    .content-box
    .club-item
    .club-info
    .contact-details
    a
    img {
    width: 16px;
    margin-right: 5px;
}

.club-main-section
    .tab-content
    .content-box
    .club-item
    .club-info
    .contact-details
    a:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .club-main-section .tab-content .content-box .club-item .image-box {
        margin-bottom: 30px;
    }

    .club-main-section
        .tab-content
        .content-box
        .club-item
        .club-info
        .contact-details
        a {
        display: flex;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .club-main-section
        .tab-content
        .content-box
        .club-item
        .club-info
        .contact-details
        a:last-child {
        margin-bottom: 0;
    }

    .club-main-section
        .tab-content
        .content-box
        .club-item
        .club-info
        .contact-details
        a
        img {
        margin-right: 10px;
    }
}

/* ==================================================
  - Calendar Page
==================================================== */

.calendar-main-section {
    position: relative;
    padding-bottom: 60px;
}

.calendar-main-section .month-item {
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    margin-bottom: 10px;
}

.calendar-main-section .month-item .form-select{
    font-size: 22px;
    font-weight: 600;
}

.calendar-main-section .month-item option{
    font-size: 16px;
    font-weight: 500;
}

.calendar-main-section .month-item .item .year {
    font-size: 22px;
    font-weight: 600;
}

.calendar-main-section .month-item .owl-nav button.owl-prev,
.calendar-main-section .month-item .owl-nav button.owl-next {
    position: absolute;
    top: -8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #111;
    transition: all 0.3s ease-in-out;
}

.calendar-main-section .month-item .owl-nav button.owl-prev {
    left: -25px;
}

.calendar-main-section .month-item .owl-nav button.owl-next {
    right: -25px;
}

.calendar-main-section .month-item .owl-nav button.owl-prev:hover,
.calendar-main-section .month-item .owl-nav button.owl-next:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.calendar-main-section .month-item .month-list ul li a {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    padding: 10px 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.calendar-main-section .month-item .month-list ul li:nth-child(even) a {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.calendar-main-section .month-item .month-list ul li a:hover {
    border: 1px solid #034fa4;
    border-radius: 5px;
    color: #034fa4;
    font-weight: 600;
}

.calendar-main-section .month-item .month-list ul li.active a:hover,
.calendar-main-section .month-item .month-list ul li.active a {
    background-color: #034fa4;
    border: 1px solid #034fa4;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.calendar-main-section .month-item .form-control {
    border: 1px solid rgba(3, 79, 164, 0.5);
}

.calendar-main-section .schedule-item {
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.calendar-main-section .schedule-item .venue-info {
    padding-top: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.calendar-main-section .schedule-item .venue-info .date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.calendar-main-section .schedule-item .venue-info .date span {
    position: relative;
    font-size: 12px;
    top: -6px;
    margin-right: 5px;
    font-weight: 700;
}

.calendar-main-section .schedule-item .venue-info .month {
    font-size: 16px;
    margin-bottom: 10px;
}

.calendar-main-section .schedule-item .venue-info .year {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.calendar-main-section .schedule-item .venue-info .place {
    background-color: #034fa4;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
}

.calendar-main-section .schedule-item .venue-info .place p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.calendar-main-section .schedule-item .tournament-details {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.calendar-main-section .schedule-item .tournament-details .title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.calendar-main-section .schedule-item .tournament-details .price-info {
    padding: 12px 10px;
    border-radius: 5px;
    background-color: #ffcc00;
    text-align: center;
}

.calendar-main-section .schedule-item .tournament-details .price-info h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.calendar-main-section .schedule-item .tournament-details .price-info h5 span {
    font-weight: 500;
}

.calendar-main-section .schedule-item .tournament-details .image-box {
    margin-right: 10px;
    flex-shrink: 0;
}

.calendar-main-section .schedule-item .tournament-details .image-box img {
    width: 22px;
}

.calendar-main-section .schedule-item .checkout-points {
    padding: 5px 0;
}

.calendar-main-section .schedule-item .checkout-points ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.calendar-main-section .schedule-item .checkout-points ul li span {
    font-weight: 600;
}

.calendar-main-section .schedule-item .checkout-points .divider {
    margin: 0 5px;
}

.calendar-main-section .schedule-item .location-info {
    margin-top: 15px;
}

.calendar-main-section .schedule-item .location-info p img {
    padding: 4px 4px;
    border-radius: 3px;
    background-color: #f7de4a;
    margin-right: 5px;
    width: 24px;
}

.calendar-main-section .schedule-item .location-info p {
    font-size: 14px;
}

.calendar-main-section .schedule-item .action-buttons {
    display: block;
    text-align: center;
}

.calendar-main-section .schedule-item .action-buttons .theme-btn {
    display: block;
    width: 100%;
    padding: 8px 10px;
}

.calendar-main-section .schedule-item .action-buttons .theme-btn.light-blue {
    background-color: #ccdeff;
    border: 1px solid #ccdeff;
    color: #034fa4;
    padding: 8px 10px;
    font-weight: 600;
}

.calendar-main-section
    .schedule-item
    .action-buttons
    .theme-btn.light-blue:hover {
    background-color: #034fa4;
    color: #fff;
    border: 1px solid #034fa4;
}

@media screen and (max-width: 768px) {
    .calendar-main-section .month-item {
        padding: 0;
    }

    .calendar-main-section .schedule-item {
        padding: 10px;
    }

    .calendar-main-section .schedule-item .tournament-details {
        border-bottom: none;
    }

    .calendar-main-section .schedule-item .tournament-details .title h4 {
        font-size: 14px;
    }

    .calendar-main-section .schedule-item .tournament-details .price-info {
        padding: 10px 5px;
    }

    .calendar-main-section .schedule-item .tournament-details .price-info h5 {
        font-size: 10px;
    }

    .calendar-main-section .schedule-item .venue-info .date {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .calendar-main-section .schedule-item .venue-info .date span {
        font-size: 10px;
        margin-right: 2px;
    }

    .calendar-main-section .schedule-item .venue-info .month {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .calendar-main-section .schedule-item .venue-info .place p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .calendar-main-section .schedule-item .action-buttons .theme-btn.blue,
    .calendar-main-section
        .schedule-item
        .action-buttons
        .theme-btn.light-blue {
        font-size: 12px;
    }

    .calendar-main-section .schedule-item .venue-info .year {
        font-size: 12px;
    }

    .calendar-main-section .schedule-item .checkout-points {
        padding: 0 0;
    }

    .calendar-main-section .schedule-item .location-info p {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .calendar-main-section .schedule-item .action-buttons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}

/* ==============================================
- Contact Page
================================================= */

.contact-main-section {
    position: relative;
    padding-bottom: 60px;
}

.contact-main-section .contact-info-box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0px -2px 10.5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-main-section .contact-info-box .content-box {
    padding-top: 40px;
}

.contact-main-section .contact-info-box .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-main-section .contact-info-box .contact-info {
    position: relative;
    display: flex;
    gap: 10px;
}

.contact-main-section .contact-info-box .contact-info:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 1px;
    background-color: #000;
}

.contact-main-section .contact-info-box .contact-info .icon {
    flex-shrink: 0;
}

.contact-main-section .contact-info-box .contact-info img {
    width: 22px;
}

.contact-main-section
    .contact-info-box
    [class*="col-"]:last-child
    .contact-info:before {
    display: none;
}

.contact-main-section .contact-info-box .contact-info h6 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-main-section .contact-info-box .contact-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.contact-main-section .contact-info-box .contact-info p a {
    color: #000;
}

.contact-main-section .contact-info-box .vertical-line {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #111;
    margin: 0 20px;
}

.contact-main-section .contact-info-box .contact-info p a:hover {
    color: var(--primary-color);
}

.contact-main-section .contact-info-box .social-media-links {
    padding: 20px 0;
}

.contact-main-section .contact-info-box .social-media-links h6 {
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-main-section .contact-info-box .social-media-links ul li {
    display: inline-block;
    margin-right: 20px;
}

.contact-main-section .contact-info-box .social-media-links ul li a i {
    color: #034fa4;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-main-section .contact-info-box .social-media-links ul li a i:hover {
    transform: translateY(-2px);
}

.contact-main-section .contact-info-box .form-wrapper {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 25px 25px;
}

.contact-main-section .contact-info-box .form-wrapper h6 {
    font-size: 20px;
    color: #01174b;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-main-section .contact-info-box .form-wrapper .form-control {
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.contact-main-section .contact-info-box .form-wrapper button {
    border: none;
    padding: 8px 30px;
    transition: all 0.3s ease-in-out;
}

.contact-main-section .contact-info-box .form-wrapper .theme-btn.blue:hover {
    border: 1px solid #034fa4;
}

.contact-main-section iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

.contact-main-section .map-container .newsletter-box {
    border-radius: 20px;
    background-color: #034fa4;
    text-align: center;
    padding: 60px 30px;
    color: #fff;
}

.contact-main-section .map-container .newsletter-box h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-main-section .map-container .newsletter-box p {
    font-weight: 400;
}

.contact-main-section .map-container .newsletter-box .form-control {
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
}

.contact-main-section .map-container .newsletter-box .theme-btn.blue {
    background-color: #034fa4;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.contact-main-section .map-container .newsletter-box .theme-btn.blue:hover {
    background-color: #fff;
    color: #034fa4;
    border: 1px solid #034fa4;
}

@media screen and (max-width: 1024px) {
    .contact-main-section .contact-info-box {
        box-shadow: none;
        padding: 10px 0;
    }

    .contact-main-section iframe {
        height: 300px;
    }

    .contact-main-section .contact-info-box .contact-info {
        padding: 20px 30px;
    }

    .contact-main-section .contact-info-box .contact-info:before {
        display: none;
    }

    .contact-main-section .contact-info-box .contact-info:after {
        content: "";
        position: absolute;
        bottom: 4px;
        left: 55px;
        height: 1px;
        width: 80%;
        background-color: #111;
    }

    .contact-main-section .contact-info-box .contact-info.last-col {
        margin-left: 32px;
    }

    .contact-main-section .contact-info-box .contact-info.last-col:after {
        display: none;
    }

    .contact-main-section .contact-info-box .contact-info h6 img {
        width: 20px;
    }

    .contact-main-section .contact-info-box .contact-info h6 {
        font-size: 18px;
        font-weight: 700;
    }

    .contact-main-section .contact-info-box .social-media-links {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .contact-main-section .contact-info-box .content-box {
        padding-top: 10px;
    }

    .contact-main-section .contact-info-box .title {
        font-size: 20px;
    }
}

/* =============================================
- Fees Summary
================================================ */

.fees-summary-section {
    position: relative;
    padding-bottom: 60px;
}

.fees-summary-section .personal-info {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.fees-summary-section .personal-info h5 {
    font-size: 18px;
}

.fees-summary-section .fee-table {
    padding: 20px 0;
}

.fees-summary-section .fee-table h5 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 15px;
}

.fees-summary-section .fee-table .total-amount {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .fees-summary-section .personal-info {
        padding: 20px 20px;
    }
}

/* =============================================
- Payment Page
================================================ */

.payment-section {
    position: relative;
    padding-bottom: 60px;
}

.payment-section .payment-wrapper {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.payment-section .payment-wrapper .icon-wrap img {
    margin-bottom: 20px;
}

.payment-section .payment-wrapper .icon-wrap h4 {
    color: #32ba7c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.payment-section .payment-wrapper .icon-wrap.success h4 {
    color: #32ba7c;
}

.payment-section .payment-wrapper .icon-wrap.fail h4 {
    color: #f15249;
}

.payment-section .payment-wrapper .table-content .top .content p {
    font-weight: 600;
}

.payment-section .payment-wrapper .table-content .theme-btn {
    padding: 10px 20px;
}

.payment-section .payment-wrapper .table-content .custom-table {
    position: relative;
    overflow-x: scroll;
}

/* .profile-upload {
    position: relative;
}

.profile-upload .profile-edit {
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1;
}

.profile-upload .profile-edit input {
    display: none;
}

.profile-upload .profile-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.profile-upload .profile-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profile-upload .profile-edit input+label::after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.profile-upload .profile-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.profile-upload .profile-preview .image-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
/* ==========================================================
- Coaching Page -Tab 2 Style
========================================================== */

.coaching-main-section .content-item .tab-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

.coaching-main-section .content-item .warning-text {
    color: #034fa4;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.coaching-main-section .content-item .form-block .profile-upload {
    position: relative;
}

.coaching-main-section .content-item .form-block .profile-upload .title h5 {
    color: #1259d5;
    font-weight: 600;
}

.coaching-main-section .content-item .form-block .profile-upload .title p {
    color: #1259d5;
    font-weight: 400;
    font-size: 14px;
}

.coaching-main-section .content-item .form-block .profile-upload label {
    position: relative;
    background-color: #1259d5;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 30px;
    z-index: 1;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview {
    position: relative;
    width: 230px;
    height: 200px;
    border: 2px dashed #91b8f3;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview
    .profile-pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview
    .profile-pic
    .upload-text
    img {
    width: 30px;
    margin-bottom: 10px;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview
    .profile-pic
    .upload-text
    p {
    /* color: #91b8f3; */
    color: #1259d5;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview
    .profile-pic
    .upload-text
    i {
    font-size: 30px;
    margin-bottom: 12px;
}

.coaching-main-section
    .content-item
    .form-block
    .profile-upload
    .profile-preview
    .delete-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 20px;
    color: #fff;
    background-color: #f10909;
    padding: 0 6px;
    cursor: pointer;
    display: none;
    z-index: 3;
}

.coaching-main-section .content-item .form-block .profile-upload #imageUpload {
    display: none;
}

.coaching-main-section .content-item .form-block label {
    font-weight: 600;
}

/* Gallery */

.gallery-main-section {
    position: relative;
}

.gallery-main-section .gallery-list {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.gallery-main-section .gallery-list .gallery-item {
    position: relative;
}

.gallery-main-section .gallery-list .gallery-item .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.gallery-main-section .gallery-list .gallery-item .image-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gallery-main-section .gallery-list .gallery-item .image-box img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.gallery-main-section .gallery-list .gallery-item:hover .image-box img {
    transform: scale(1.1);
}

.gallery-main-section .gallery-list .gallery-item:hover .image-box::before {
    opacity: 1;
}

.gallery-main-section .gallery-list .gallery-item .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.gallery-main-section .gallery-list .gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-main-section .gallery-list .gallery-item .overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.gallery-main-section .gallery-list .gallery-item .overlay .icon img {
    width: 40px;
    transition: all 0.5s ease-in-out;
}

.gallery-main-section .gallery-list .gallery-item .overlay .icon:hover img {
    transform: rotate(180deg);
}

/* Pagination Style */

.pagination li {
    margin: 0 3px;
}

.pagination li a,
.pagination li span {
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
}

.pagination li.active span,
.pagination li a:hover {
    color: #fff;
    border: 1px solid #034fa4;
    background-color: #034fa4;
}

.pagination li .page-link:focus {
    box-shadow: none;
}

/* ===============================
  - Tournament Detail Page
  ================================== */

.tournament-detail-section {
    position: relative;
}

.tournament-detail-section .detail-container {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tournament-detail-section .detail-container .venue-info {
    display: inline-block;
    padding-top: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.tournament-detail-section .detail-container .venue-info .month {
    font-size: 16px;
    margin-bottom: 10px;
}

.tournament-detail-section .detail-container .venue-info .year {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tournament-detail-section .detail-container .venue-info .place {
    background-color: #034fa4;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
}

.tournament-detail-section .detail-container .venue-info .place p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.tournament-detail-section .detail-container .info-wrapper .title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.tournament-detail-section .detail-container .info-wrapper .title h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.tournament-detail-section .detail-container .info-wrapper .title .info-btn {
    background-color: #0c9445;
    border-radius: 25px;
    color: #fff;
    padding: 5px 18px;
    display: inline-block;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.tournament-detail-section .detail-container .schedule-info .icon-box {
    display: inline-block;
    border-radius: 2px;
    background-color: #f7de4a;
    padding: 5px 5px;
    aspect-ratio: 1 / 1;
}

.tournament-detail-section .detail-container .schedule-info {
    position: relative;
    padding: 20px 0;
}

.tournament-detail-section .detail-container .schedule-info .content h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.tournament-detail-section .detail-container .schedule-info .content p {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 0;
}

.tournament-detail-section .detail-container .schedule-info .content h6 span {
    text-transform: uppercase;
}

.tournament-detail-section .detail-container .info-wrapper .theme-btn {
    min-width: 120px;
}

.tournament-detail-section .detail-container .association-info {
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 20px;
}

.tournament-detail-section .detail-container .association-info .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.tournament-detail-section .detail-container .association-info ul li {
    text-transform: uppercase;
}

.tournament-detail-section .detail-container .association-info ul li h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tournament-detail-section .detail-container .association-info ul li p {
    font-size: 14px;
    margin-bottom: 15px;
}

/* ===============================
- News List Section
================================== */

.news-list-section {
    position: relative;
}

.news-list-section .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ===============================
- Tournament Gallery Section
================================== */

.tournament-gallery-section {
    position: relative;
}

.tournament-gallery-section .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tournament-gallery-section .image-box img {
    border-radius: 5px;
}

.tournament-gallery-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.tournament-gallery-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

.tournament-gallery-section .owl-carousel .owl-nav .owl-prev:hover,
.tournament-gallery-section .owl-carousel .owl-nav .owl-next:hover {
    color: #034fa4;
    background-color: transparent;
}

@media screen and (max-width: 567px) {
    .tournament-gallery-section .owl-carousel .owl-nav .owl-prev {
        left: 0;
        color: #fff;
    }

    .tournament-gallery-section .owl-carousel .owl-nav .owl-next {
        right: 0;
        color: #fff;
    }
}

/* ===============================
- Committee Section
================================== */

.committee-section {
    position: relative;
}

.committee-section .committee-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
}

.committee-section .members-list {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.committee-section .members-list:last-child {
    border-bottom: none;
}

.committee-section .members-list .member-category {
    position: relative;
}

.committee-section .members-list .member-category h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.committee-section .members-list .member-info .image img {
    width: 250px;
    margin-bottom: 15px;
}

.committee-section .members-list .member-info .name h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.committee-section .members-list .member-info .name p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 567px) {
    .committee-section .members-list {
        text-align: center;
    }
}
