/* Insur-aligned refinements for football theme */

.football-header .main-header__top {
    background-color: var(--insur-black);
    padding: 7px 0;
}

.football-header .main-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
}

.football-header .main-header__top-address {
    flex: 1 1 auto;
    min-width: 0;
}

.football-header .main-header__top-address-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    .football-header .main-header__top-address-list li {
        min-width: 0;
    }

        .football-header .main-header__top-address-list li + li {
            margin-right: 22px;
        }

        .football-header .main-header__top-address-list li:first-child .text p {
            max-width: min(32vw, 420px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .football-header .main-header__top-address-list li:last-child .text p {
            max-width: min(20vw, 220px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.football-header .main-header__top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.football-top-support {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(151, 162, 183, 0.45);
    background-color: rgba(255, 255, 255, 0.03);
}

    .football-top-support i {
        font-size: 11px;
        color: var(--insur-base);
    }

    .football-top-support span {
        font-size: 12px;
        color: #97a2b7;
    }

    .football-top-support a {
        font-size: 13px;
        font-weight: 700;
        color: var(--insur-white);
        letter-spacing: 0;
    }

.football-header .main-header__top-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    .football-header .main-header__top-menu li + li {
        margin-right: 18px;
    }

.football-header .main-header__top-social-box {
    margin-right: 18px;
}

.football-header .main-header__top-social a + a {
    margin-right: 14px;
}

.football-header .main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    padding: 34px 0 30px;
}

.football-header .main-menu__left {
    float: none;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
}

.football-header .main-menu__logo {
    float: none;
    margin-left: 42px;
    padding: 0;
    min-width: 85px;
}

    .football-header .main-menu__logo img {
        position: static;
        top: auto;
        display: block;
        width: auto;
        max-height: 104px;
    }

.football-header .main-menu__main-menu-box {
    float: none;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--insur-extra);
    border: 1px solid #e0e6f0;
    border-radius: 20px;
    padding-right: 22px;
}

.football-header .main-menu__main-menu-box-inner {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.football-header .main-menu__main-menu-box-search-get-quote-btn {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 28px;
}

.football-header .main-menu__main-menu-box-search {
    margin-left: 16px;
}

    .football-header .main-menu__main-menu-box-search:before {
        right: -16px;
    }

.football-header .main-menu__main-menu-box-get-quote-btn {
    max-width: 170px;
    padding: 11px 18px;
    border-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.football-main-menu__list > li > a,
.stricky-header .football-main-menu__list > li > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #677286;
    padding: 0;
}

.football-main-menu__list > li,
.stricky-header .football-main-menu__list > li {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .football-main-menu__list > li + li,
    .stricky-header .football-main-menu__list > li + li {
        margin-left: 24px;
    }

    .football-main-menu__list > li.current > a,
    .football-main-menu__list > li:hover > a,
    .stricky-header .football-main-menu__list > li.current > a,
    .stricky-header .football-main-menu__list > li:hover > a {
        color: var(--insur-black);
    }

@media (min-width: 1200px) {
    .football-main-menu__list {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: visible;
        max-width: 100%;
    }
}

.football-main-menu__list > li > ul,
.stricky-header .football-main-menu__list > li > ul {
    top: calc(100% + 4px);
    padding: 18px 12px 14px;
    border-radius: 14px;
    border: 1px solid #e1e7f2;
    box-shadow: 0 18px 34px -26px rgba(16, 44, 87, 0.6);
}

    .football-main-menu__list > li > ul > li > ul,
    .stricky-header .football-main-menu__list > li > ul > li > ul {
        top: 0;
        border-radius: 14px;
        border: 1px solid #e1e7f2;
        box-shadow: 0 18px 34px -26px rgba(16, 44, 87, 0.6);
    }

        .football-main-menu__list > li > ul > li > a,
        .football-main-menu__list > li > ul > li > ul > li > a,
        .stricky-header .football-main-menu__list > li > ul > li > a,
        .stricky-header .football-main-menu__list > li > ul > li > ul > li > a {
            font-size: 15px;
            border-radius: 10px;
        }

.stricky-header.stricked-menu.main-menu {
    display: none !important;
}

.football-page-header {
    padding: 76px 0 66px;
}

.football-page-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(186, 203, 227, 0.85);
    box-shadow: 0 18px 40px -30px rgba(14, 45, 90, 0.75);
}

    .football-page-header__inner h2 {
        margin: 0;
        font-size: clamp(26px, 2.2vw, 34px);
        line-height: 1.25;
        letter-spacing: -0.01em;
        color: var(--insur-black);
    }

.football-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: #edf1f7;
    white-space: nowrap;
}

    .football-breadcrumb li {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 600;
        color: #74839f;
    }

        .football-breadcrumb li + li {
            margin: 0;
        }

        .football-breadcrumb li a {
            color: #46628a;
            font-weight: 600;
        }

        .football-breadcrumb li[aria-current="page"] {
            color: #21487c;
            max-width: min(34vw, 300px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 1399px) {
    .football-header .main-header__top-menu-box {
        display: none;
    }

    .football-header .main-menu__main-menu-box-get-quote-btn {
        max-width: 150px;
        padding: 10px 14px;
        font-size: 13px;
    }

    .football-main-menu__list > li + li,
    .stricky-header .football-main-menu__list > li + li {
        margin-left: 18px;
    }

    .football-main-menu__list > li > a,
    .stricky-header .football-main-menu__list > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .football-header .main-menu__wrapper-inner {
        padding: 14px 0 16px;
    }

    .football-header .main-menu__logo {
        margin-left: 0;
    }

        .football-header .main-menu__logo img {
            max-height: 78px;
        }

    .football-header .main-menu__main-menu-box {
        width: auto;
        min-width: auto;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .football-header .main-menu__main-menu-box-inner {
        min-width: auto;
        flex: 0 0 auto;
    }

    .football-header .main-menu__main-menu-box-search-get-quote-btn {
        display: none;
    }

    .football-header .main-menu .mobile-nav__toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: 1px solid #d9e1ef;
        background-color: #fff;
        color: #1a4a8e;
        padding: 0;
        font-size: 20px;
    }

    .football-page-header {
        padding: 52px 0 46px;
    }

    .football-page-header__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 18px;
    }

        .football-page-header__inner h2 {
            font-size: 28px;
        }
}

@media (max-width: 991px) {
    .football-header .main-header__top {
        display: none;
    }
}

@media (max-width: 767px) {
    .football-header .main-menu__logo img {
        max-height: 64px;
    }

    .football-page-header__inner h2 {
        font-size: 23px;
    }

    .football-breadcrumb {
        width: 100%;
        overflow-x: auto;
        padding: 7px 10px;
    }
}

@media (max-width: 1199px) {
    .mobile-nav__wrapper {
        direction: rtl;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

        .mobile-nav__wrapper.expanded {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .mobile-nav__overlay {
        background-color: rgba(5, 14, 30, 0.58);
        backdrop-filter: blur(2px);
    }

    .mobile-nav__content {
        width: min(86vw, 340px);
        margin-right: 0;
        margin-left: auto;
        padding: 22px 14px 18px;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background: linear-gradient(180deg, #102e59 0%, #0d264b 58%, #0b2141 100%);
        box-shadow: -24px 0 50px -26px rgba(0, 0, 0, 0.85);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .mobile-nav__wrapper.expanded .mobile-nav__content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .mobile-nav__close {
        top: 14px;
        right: 12px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .mobile-nav__content .logo-box {
        margin: 16px 0 18px;
        justify-content: center;
    }

        .mobile-nav__content .logo-box img {
            max-height: 88px;
            width: auto;
        }

    .mobile-nav__container {
        border-top: 1px solid rgba(173, 202, 246, 0.2);
        border-bottom: 1px solid rgba(173, 202, 246, 0.2);
        padding: 6px 0;
    }

    .mobile-nav__content .football-main-menu__list > li + li {
        margin-left: 0 !important;
    }

    .mobile-nav__content .main-menu__list > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(177, 205, 245, 0.16);
    }

    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        margin-right: 8px;
        margin-left: 0;
        border-top: 1px solid rgba(177, 205, 245, 0.18);
    }

        .mobile-nav__content .main-menu__list > li > a,
        .mobile-nav__content .main-menu__list > li > ul > li > a,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
            color: #eaf2ff;
            height: 44px;
            border-radius: 10px;
            padding: 0 12px;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.2;
        }

            .mobile-nav__content .main-menu__list > li > a:hover,
            .mobile-nav__content .main-menu__list > li > ul > li > a:hover,
            .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a:hover {
                background: rgba(255, 255, 255, 0.1);
                color: #ffffff;
            }

            .mobile-nav__content .main-menu__list > li > a > button,
            .mobile-nav__content .main-menu__list > li > ul > li > a > button,
            .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
                width: 28px;
                height: 28px;
                border-radius: 8px;
                background-color: #11c4e8;
                transform: rotate(0deg);
            }

                .mobile-nav__content .main-menu__list > li > a > button.expanded,
                .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
                .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
                    transform: rotate(180deg);
                    background-color: rgba(17, 196, 232, 0.22);
                    color: #ffffff;
                }

    .mobile-nav__contact {
        margin-top: 16px;
        margin-bottom: 12px;
        padding-top: 14px;
        border-top: 1px solid rgba(177, 205, 245, 0.18);
    }

        .mobile-nav__contact li {
            color: #d7e6ff;
            font-size: 13px;
        }

            .mobile-nav__contact li a {
                color: #d7e6ff;
            }

                .mobile-nav__contact li a:hover {
                    color: #ffffff;
                }

            .mobile-nav__contact li > i {
                width: 28px;
                height: 28px;
                margin-right: 0;
                margin-left: 10px;
                background-color: #11c4e8;
                color: #ffffff;
                font-size: 11px;
            }

    .mobile-nav__top {
        margin: 2px 0 0;
        justify-content: center;
    }

    .mobile-nav__social {
        justify-content: center;
        gap: 10px;
    }

        .mobile-nav__social a {
            width: 32px;
            height: 32px;
            border-radius: 9px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            color: #e8f2ff;
        }

            .mobile-nav__social a + a {
                margin-left: 0;
            }

            .mobile-nav__social a:hover {
                background: #11c4e8;
                color: #ffffff;
            }
}

/* Home page UI refresh (content area only) */
.football-home {
    --football-surface: #ffffff;
    --football-surface-soft: #f6f9ff;
    --football-stroke: #d9e4f2;
    --football-stroke-strong: #c9d8ec;
    --football-title: #132a46;
    --football-text: #5f728a;
    --football-shadow: 0 24px 50px -34px rgba(13, 41, 82, 0.58);
    background: radial-gradient(circle at top right, rgba(12, 224, 255, 0.09) 0, rgba(12, 224, 255, 0) 42%), #f3f7fd;
}

    .football-home .pane {
        position: relative;
        z-index: 1;
    }

        .football-home .pane .portlet:not(.d-none) {
            margin-bottom: 24px;
        }

    .football-home .container-plain-body {
        background: transparent;
        padding: 0;
    }

    .football-home .editableText.p-2 {
        padding: 0 !important;
    }

    .football-home .section-title {
        margin-bottom: 30px;
    }

    .football-home .section-sub-title {
        color: #57739a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .football-home .section-title-shape-1,
    .football-home .section-title-shape-2 {
        opacity: 0.65;
    }

    .football-home .section-title__title {
        color: var(--football-title);
        font-size: clamp(28px, 3.2vw, 44px);
        line-height: 1.38;
        font-weight: 800;
    }

    .football-home .main-slider-three .container {
        padding-top: 145px;
        padding-bottom: 140px;
    }

    .football-home .image-layer-three::before {
        background: linear-gradient(120deg, rgba(8, 24, 46, 0.82) 16%, rgba(6, 36, 77, 0.66) 58%, rgba(5, 95, 172, 0.3) 100%);
    }

    .football-home .main-slider-three__content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .football-home .main-slider-three__title {
        font-size: clamp(38px, 5vw, 64px);
        line-height: 1.28;
        margin-bottom: 20px;
        text-shadow: 0 14px 34px rgba(0, 0, 0, 0.44);
    }

    .football-home .main-slider-three__btn {
        border-radius: 14px;
        padding: 13px 28px;
        box-shadow: 0 16px 34px -22px rgba(1, 95, 201, 0.85);
    }

    .football-home .main-slider-three__nav .swiper-button-next,
    .football-home .main-slider-three__nav .swiper-button-prev {
        border-color: rgba(255, 255, 255, 0.48);
        background-color: rgba(255, 255, 255, 0.08);
    }

        .football-home .main-slider-three__nav .swiper-button-next:hover,
        .football-home .main-slider-three__nav .swiper-button-prev:hover {
            color: #ffffff;
            border-color: #ffffff;
            background-color: rgba(1, 95, 201, 0.45);
        }

    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 88px 0 66px;
        position: relative;
    }

        .football-home .news-one > .container,
        .football-home .news-two > .container,
        .football-home .feature-two > .container {
            background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
            border: 1px solid var(--football-stroke);
            border-radius: 26px;
            box-shadow: var(--football-shadow);
            padding: 34px clamp(18px, 3vw, 38px) 40px;
        }

        .football-home .news-one .row > [class*="col-"],
        .football-home .news-two .row > [class*="col-"],
        .football-home .feature-two .row > [class*="col-"] {
            display: flex;
        }

        .football-home .news-one__single,
        .football-home .news-two__single,
        .football-home .feature-two .services-one__single {
            width: 100%;
            height: 100%;
            border: 1px solid var(--football-stroke);
            border-radius: 20px;
            overflow: hidden;
            background: var(--football-surface);
            box-shadow: 0 18px 34px -28px rgba(13, 35, 69, 0.5);
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        }

            .football-home .news-one__single:hover,
            .football-home .news-two__single:hover,
            .football-home .feature-two .services-one__single:hover {
                transform: translateY(-7px);
                border-color: var(--football-stroke-strong);
                box-shadow: 0 24px 44px -26px rgba(13, 35, 69, 0.58);
            }

        .football-home .news-one__img,
        .football-home .news-two__img,
        .football-home .feature-two .service-one__img {
            border-radius: 0;
        }

            .football-home .news-one__img img,
            .football-home .news-two__img img {
                width: 100%;
                height: 270px;
                max-height: none;
                border-radius: 0;
                object-fit: cover;
            }

            .football-home .news-two__img > p {
                margin: 0;
            }

    .football-home .news-one__tag {
        top: 14px;
        right: 14px;
        bottom: auto;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 8px 14px;
        background-color: rgba(1, 95, 201, 0.9);
        backdrop-filter: blur(2px);
    }

        .football-home .news-one__tag p {
            font-size: 11px;
            letter-spacing: 0.09em;
        }

    .football-home .news-one__arrow {
        width: 52px;
        height: 52px;
        border: 1px solid rgba(255, 255, 255, 0.66);
        background: rgba(255, 255, 255, 0.09);
    }

    .football-home .news-one__content,
    .football-home .news-two__content {
        border: 0;
        border-radius: 0;
        padding: 22px 22px 20px;
        box-shadow: none;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .football-home .news-one__content {
        min-height: 206px;
        display: flex;
        flex-direction: column;
    }

    .football-home .news-one__single:hover .news-one__content,
    .football-home .news-two__single:hover .news-two__content {
        box-shadow: none;
    }

    .football-home .news-one__meta {
        gap: 10px;
        min-height: 24px;
    }

        .football-home .news-one__meta li + li {
            margin-left: 0;
        }

        .football-home .news-one__meta li a {
            font-size: 12px;
            color: #5f7592;
            font-weight: 600;
        }

    .football-home .news-one__title {
        font-size: 21px;
        line-height: 1.62;
        margin: 10px 0 12px;
        min-height: 68px;
    }

        .football-home .news-one__title a {
            color: var(--football-title);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .football-home .news-one__read-more {
        margin-top: auto;
        padding-top: 8px;
    }

        .football-home .news-one__read-more a {
            color: #0f4c99;
            font-size: 14px;
            font-weight: 700;
        }

    .football-home .news-two__content {
        min-height: 190px;
    }

        .football-home .news-two__content h3.news-two__title {
            font-size: 23px;
            margin-bottom: 10px;
            line-height: 1.45;
        }

        .football-home .news-two__content p.news-two__title {
            font-size: 15px;
            line-height: 1.9;
            margin: 0;
            color: var(--football-text);
            font-weight: 500;
        }

    .football-home .feature-two .service-one__img {
        height: 112px;
        overflow: hidden;
        background: linear-gradient(105deg, #0f4c99 0%, #12a5de 100%);
    }

        .football-home .feature-two .service-one__img::before {
            display: none;
        }

        .football-home .feature-two .service-one__img img {
            width: 100%;
            height: 100%;
            opacity: 0.14;
            object-fit: cover;
            transform: none !important;
        }

    .football-home .feature-two .service-one__content {
        min-height: 228px;
        border-radius: 0;
        box-shadow: none;
        padding: 26px 20px 24px;
        background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    }

    .football-home .feature-two .services-one__icon {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        width: 78px;
        height: 78px;
        margin: -56px auto 16px;
        border-radius: 22px;
        border: 1px solid var(--football-stroke);
        background: #ffffff;
        box-shadow: 0 16px 30px -24px rgba(15, 49, 94, 0.6);
    }

    .football-home .feature-two .services-one__single:hover .services-one__icon {
        background: #ffffff;
    }

    .football-home .feature-two img.categor {
        width: 56px;
        height: 56px;
        object-fit: contain;
    }

    .football-home .feature-two .service-one__title {
        display: block;
        margin: 0 0 9px;
        font-size: 21px;
        line-height: 1.5;
    }

        .football-home .feature-two .service-one__title::before {
            display: none;
        }

        .football-home .feature-two .service-one__title a {
            color: var(--football-title);
        }

    .football-home .feature-two .service-one__text {
        font-size: 14px;
        line-height: 1.9;
        color: var(--football-text);
    }

    .football-home .score {
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 15px 96px;
    }

        .football-home .score .row {
            --bs-gutter-x: 22px;
            --bs-gutter-y: 22px;
        }

    .football-home .match {
        min-width: 0;
        margin-top: 0;
        height: 100%;
        border-radius: 20px;
        border: 1px solid var(--football-stroke);
        box-shadow: var(--football-shadow);
        overflow: hidden;
        background: #ffffff;
    }

    .football-home .match-header {
        padding: 14px 16px;
        border-bottom: 1px solid #d8e3f4;
        background: linear-gradient(90deg, #f5f9ff 0%, #edf4ff 100%);
        align-items: center;
        gap: 10px;
    }

    .football-home .match-status {
        background: #e7f1ff;
        color: #0f4d99;
        font-size: 12px;
        border-radius: 999px;
        padding: 6px 10px;
        white-space: nowrap;
    }

    .football-home .match-tournament {
        font-size: 13px;
        line-height: 1.8;
        color: #2e425f;
    }

        .football-home .match-tournament img {
            width: 22px;
            margin-right: 8px;
        }

    .football-home .match-content {
        padding: 8px 0 18px;
    }

    .football-home .column {
        padding: 16px 12px;
    }

    .football-home .team-logo {
        width: 88px;
        height: 88px;
        border: 1px solid var(--football-stroke);
        box-shadow: none;
    }

        .football-home .team-logo img {
            width: 64px;
            height: 64px;
            object-fit: contain;
        }

    .football-home .team-name {
        margin-top: 12px;
        font-size: 14px;
        color: #1f395a;
    }

    .football-home .match-date,
    .football-home .match-referee,
    .football-home .match-nazer,
    .football-home .stadium {
        font-size: 13px;
        line-height: 1.8;
        color: #647992;
    }

    .football-home .match-score-number {
        font-size: 40px;
    }

    .football-home .match-bet-options {
        margin-top: 15px;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .football-home button.match-bet-place {
        position: static;
        transform: none;
        border-radius: 999px;
        padding: 8px 20px;
        font-size: 13px;
        background: linear-gradient(135deg, #015fc9 0%, #14b0e6 100%);
        box-shadow: 0 12px 20px -14px rgba(1, 95, 201, 0.95);
    }

    .football-home img.iconres {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        float: none;
        vertical-align: middle;
    }

    .football-home .section-title__title:empty,
    .football-home .section-sub-title:empty {
        display: none;
    }

@media (max-width: 1199px) {
    .football-home .main-slider-three .container {
        padding-top: 126px;
        padding-bottom: 120px;
    }

    .football-home .news-one > .container,
    .football-home .news-two > .container,
    .football-home .feature-two > .container {
        padding: 26px 20px 30px;
    }

    .football-home .news-one__img img,
    .football-home .news-two__img img {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .football-home .section-title {
        margin-bottom: 22px;
    }

    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 68px 0 48px;
    }

    .football-home .main-slider-three__title {
        font-size: clamp(30px, 7vw, 46px);
    }

    .football-home .news-one__title {
        font-size: 19px;
        min-height: 0;
    }

    .football-home .feature-two .service-one__content {
        min-height: 200px;
    }

    .football-home .score {
        padding-bottom: 70px;
    }

    .football-home .match-content {
        flex-wrap: wrap;
        padding: 12px 14px 16px;
    }

        .football-home .match-content .column:nth-child(2) {
            order: 1;
            width: 100%;
            padding: 4px 0 14px;
        }

        .football-home .match-content .column:first-child {
            order: 2;
            width: 50%;
            padding: 10px 6px 0;
        }

        .football-home .match-content .column:last-child {
            order: 3;
            width: 50%;
            padding: 10px 6px 0;
        }
}

@media (max-width: 767px) {
    .football-home .main-slider-three .container {
        padding-top: 106px;
        padding-bottom: 96px;
    }

    .football-home .main-slider-three__btn {
        padding: 11px 22px;
        border-radius: 12px;
    }

    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 50px 0 36px;
    }

        .football-home .news-one > .container,
        .football-home .news-two > .container,
        .football-home .feature-two > .container {
            border-radius: 18px;
            padding: 22px 14px 22px;
        }

    .football-home .news-one__img img,
    .football-home .news-two__img img {
        height: 215px;
    }

    .football-home .news-one__content,
    .football-home .news-two__content {
        padding: 18px 16px 16px;
    }

        .football-home .news-two__content h3.news-two__title {
            font-size: 20px;
        }

    .football-home .feature-two .service-one__img {
        height: 92px;
    }

    .football-home .feature-two .services-one__icon {
        width: 68px;
        height: 68px;
        margin-top: -48px;
        border-radius: 18px;
    }

    .football-home .feature-two img.categor {
        width: 48px;
        height: 48px;
    }

    .football-home .feature-two .service-one__title {
        font-size: 19px;
    }

    .football-home .match-header {
        flex-wrap: wrap;
    }

    .football-home .match-content .column:first-child,
    .football-home .match-content .column:last-child {
        width: 100%;
    }

    .football-home .team-logo {
        width: 78px;
        height: 78px;
    }

        .football-home .team-logo img {
            width: 58px;
            height: 58px;
        }

    .football-home .match-score-number {
        font-size: 34px;
    }

    .football-home button.match-bet-place {
        width: 100%;
    }
}

/* Footer refresh */
.football-footer {
    position: relative;
    background: linear-gradient(180deg, #122948 0%, #0f2644 58%, #0b1f39 100%);
    overflow: hidden;
}

    .football-footer::before {
        content: "";
        position: absolute;
        top: -220px;
        left: -170px;
        width: 560px;
        height: 560px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(12, 224, 255, 0.2) 0, rgba(12, 224, 255, 0) 68%);
        pointer-events: none;
    }

    .football-footer::after {
        content: "";
        position: absolute;
        bottom: -210px;
        right: -160px;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 95, 201, 0.34) 0, rgba(1, 95, 201, 0) 72%);
        pointer-events: none;
    }

    .football-footer .site-footer-bg {
        display: none;
    }

    .football-footer .site-footer__top {
        padding: 86px 0 48px;
    }

        .football-footer .site-footer__top .row {
            --bs-gutter-x: 24px;
            --bs-gutter-y: 24px;
        }

    .football-footer .footer-widget__column {
        height: 100%;
        border: 1px solid rgba(163, 193, 236, 0.23);
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
        padding: 24px 22px 22px;
        box-shadow: 0 22px 40px -34px rgba(0, 0, 0, 0.88);
        backdrop-filter: blur(2px);
    }

    .football-footer .footer-widget__logo {
        margin: 0 0 18px;
    }

        .football-footer .footer-widget__logo img {
            max-height: 90px;
            width: auto;
        }

    .football-footer .footer-widget__about-text {
        color: #d2dced;
        line-height: 2;
        font-size: 14px;
    }

    .football-footer .footer-widget__title {
        margin-bottom: 20px;
        font-size: 18px;
        color: #f8fbff;
    }

    .football-footer .site-footer__social {
        margin-top: 22px;
        flex-wrap: wrap;
        gap: 8px;
    }

        .football-footer .site-footer__social a {
            width: 40px;
            height: 40px;
            border-radius: 12px;
            border: 1px solid rgba(148, 181, 227, 0.38);
            color: #d5e4fb;
            background: rgba(255, 255, 255, 0.02);
        }

            .football-footer .site-footer__social a:after {
                display: none;
            }

            .football-footer .site-footer__social a:hover {
                color: #ffffff;
                border-color: transparent;
                background: linear-gradient(135deg, #015fc9 0%, #12b7e7 100%);
                transform: translateY(-2px);
            }

            .football-footer .site-footer__social a + a {
                margin-right: 0;
            }

    .football-footer .footer-widget__contact-list li {
        align-items: flex-start;
    }

        .football-footer .footer-widget__contact-list li + li {
            margin-top: 14px;
        }

        .football-footer .footer-widget__contact-list li .icon {
            width: 30px;
            height: 30px;
            border-radius: 10px;
            background: rgba(12, 224, 255, 0.12);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }

            .football-footer .footer-widget__contact-list li .icon span {
                color: #7fe2ff;
                font-size: 13px;
            }

        .football-footer .footer-widget__contact-list li .text {
            margin-right: 10px;
        }

            .football-footer .footer-widget__contact-list li .text p,
            .football-footer .footer-widget__contact-list li .text p a {
                color: #d2dced;
                font-size: 14px;
                line-height: 1.9;
            }

                .football-footer .footer-widget__contact-list li .text p a:hover {
                    color: #8de8ff;
                }

    .football-footer .footer-widget__open-hour {
        margin-top: 18px;
        padding-top: 14px;
        border-top: 1px solid rgba(164, 193, 236, 0.26);
    }

    .football-footer .footer-widget__open-hour-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .football-footer .footer-widget__open-hour-text {
        color: #c9d8ec;
        font-size: 14px;
        line-height: 1.8;
    }

    .football-footer .footer-widget__gallery-list {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

        .football-footer .footer-widget__gallery-list li {
            display: block;
            padding: 0;
            margin: 0;
        }

    .football-footer .footer-widget__gallery-img {
        border-radius: 10px;
        border: 1px solid rgba(170, 196, 231, 0.28);
    }

        .football-footer .footer-widget__gallery-img img {
            border-radius: 10px;
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
        }

        .football-footer .footer-widget__gallery-img:before {
            background: rgba(1, 95, 201, 0.84);
            border-radius: 10px;
        }

    .football-footer .footer-widget__newsletter-text {
        color: #d2dced;
        font-size: 14px;
        line-height: 1.9;
    }

    .football-footer .footer-widget__newsletter-form {
        margin-top: 18px;
        margin-bottom: 16px;
    }

    .football-footer .footer-widget__newsletter-input-box input[type="email"] {
        height: 52px;
        border: 1px solid rgba(164, 193, 236, 0.3);
        background: rgba(8, 23, 41, 0.68);
        color: #f3f8ff;
        border-radius: 12px;
        padding-right: 18px;
        padding-left: 56px;
    }

        .football-footer .footer-widget__newsletter-input-box input[type="email"]::placeholder {
            color: #adc1de;
        }

    .football-footer .footer-widget__newsletter-btn {
        right: auto;
        left: 8px;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        color: #ffffff;
        background: linear-gradient(135deg, #015fc9 0%, #11bee8 100%);
    }

        .football-footer .footer-widget__newsletter-btn:hover {
            color: #ffffff;
            filter: brightness(1.08);
        }

    .football-footer .footer-widget__phone {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(164, 193, 236, 0.26);
    }

    .football-footer .footer-widget__phone-icon span {
        font-size: 30px;
        color: #7fe2ff;
    }

    .football-footer .footer-widget__phone-text {
        margin-right: 12px;
    }

        .football-footer .footer-widget__phone-text a {
            color: #f7fbff;
            font-size: 16px;
        }

        .football-footer .footer-widget__phone-text p {
            color: #bed0e7;
            font-size: 13px;
            line-height: 1.7;
        }

    .football-footer .site-footer__bottom-inner {
        border-top: 1px solid rgba(164, 193, 236, 0.23);
        color: #bed0e7;
        font-size: 13px;
        line-height: 1.8;
        padding: 18px 0 22px;
    }

        .football-footer .site-footer__bottom-inner a {
            color: #d6e6ff;
        }

            .football-footer .site-footer__bottom-inner a:hover {
                color: #8de8ff;
            }

/* Home polish update */
.football-home .news-one .row,
.football-home .news-two .row,
.football-home .feature-two .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.football-home .news-one__single,
.football-home .news-two__single,
.football-home .feature-two .services-one__single {
    margin-bottom: 0;
}

.football-home .news-one__tag p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .football-home .news-one__tag p i {
        padding-right: 0;
        margin: 0;
    }

.football-home .news-one__read-more a {
    display: inline-flex;
    align-items: center;
    direction: rtl;
    gap: 8px;
}

    .football-home .news-one__read-more a i {
        order: 2;
        padding-left: 0;
        top: 0;
    }

.football-home .main-slider-three {
    position: relative;
    min-height: clamp(480px, 72vh, 780px);
}

    .football-home .main-slider-three .swiper-slide {
        min-height: clamp(480px, 72vh, 780px);
    }

    .football-home .main-slider-three .container {
        min-height: clamp(480px, 72vh, 780px);
        padding-top: 132px;
        padding-bottom: 132px;
        display: flex;
        align-items: center;
    }

    .football-home .main-slider-three .image-layer-three {
        transform: scale(1.08);
        transform-origin: center;
        filter: saturate(1.08);
        transition: transform 9000ms cubic-bezier(0.13, 0.37, 0.22, 0.99), filter 1200ms ease;
    }

    .football-home .main-slider-three .swiper-slide-active .image-layer-three {
        transform: scale(1.2);
    }

    .football-home .main-slider-three .swiper-slide-next .image-layer-three,
    .football-home .main-slider-three .swiper-slide-prev .image-layer-three {
        transform: scale(1.12);
    }

.football-home .main-slider-three__content::after {
    content: "";
    position: absolute;
    width: min(740px, 80vw);
    height: 2px;
    right: 50%;
    transform: translateX(50%);
    bottom: -26px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(168, 224, 255, 0.78) 50%, rgba(255, 255, 255, 0) 100%);
}

.football-home #main-slider-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 25;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .football-home #main-slider-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 !important;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.45);
        opacity: 1;
        transition: width 0.35s ease, background-color 0.35s ease;
    }

    .football-home #main-slider-pagination .swiper-pagination-bullet-active {
        width: 30px;
        background: #ffffff;
    }

@media (max-width: 1199px) {
    .football-footer .site-footer__top {
        padding: 68px 0 40px;
    }

    .football-footer .footer-widget__column {
        border-radius: 18px;
        padding: 22px 18px 20px;
    }

    .football-home .main-slider-three,
    .football-home .main-slider-three .swiper-slide,
    .football-home .main-slider-three .container {
        min-height: clamp(430px, 66vh, 680px);
    }
}

@media (max-width: 767px) {
    .football-footer .site-footer__top {
        padding: 52px 0 28px;
    }

        .football-footer .site-footer__top .row {
            --bs-gutter-y: 16px;
        }

    .football-footer .footer-widget__column {
        border-radius: 15px;
        padding: 16px 14px 15px;
    }

    .football-footer .footer-widget__logo img {
        max-height: 72px;
    }

    .football-footer .footer-widget__title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .football-footer .site-footer__social {
        margin-top: 14px;
    }

        .football-footer .site-footer__social a {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            font-size: 14px;
        }

    .football-footer .footer-widget__gallery-list {
        gap: 6px;
    }

    .football-footer .footer-widget__newsletter-form {
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .football-footer .footer-widget__newsletter-input-box input[type="email"] {
        height: 48px;
        border-radius: 10px;
        font-size: 13px;
    }

    .football-footer .site-footer__bottom-inner {
        font-size: 12px;
        padding: 14px 0 18px;
    }

    .football-home .news-one .row,
    .football-home .news-two .row,
    .football-home .feature-two .row {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 16px;
    }

    .football-home .news-one__arrow-box {
        display: none;
    }

    .football-home .news-one__tag {
        top: 10px;
        right: 10px;
        padding: 7px 11px;
    }

    .football-home .main-slider-three,
    .football-home .main-slider-three .swiper-slide,
    .football-home .main-slider-three .container {
        min-height: 380px;
    }

        .football-home .main-slider-three .container {
            padding-top: 88px;
            padding-bottom: 70px;
        }

    .football-home #main-slider-pagination {
        bottom: 14px;
    }
}

/* Compact spacing + boxed slider refinement */
.football-home .pane .portlet:not(.d-none) {
    margin-bottom: 10px;
}

.football-home .news-one,
.football-home .news-two,
.football-home .feature-two {
    padding: 44px 0 30px;
}

.football-home .section-title {
    margin-bottom: 22px;
}

.football-home .score {
    padding: 0 15px 52px;
}

.football-home .main-slider-three {
    padding: 20px 16px 6px;
    min-height: 0;
}

    .football-home .main-slider-three .thm-swiper__slider {
        max-width: 1320px;
        margin: 0 auto;
        border-radius: 26px;
        border: 1px solid #cedef2;
        box-shadow: 0 28px 56px -42px rgba(14, 40, 79, 0.88);
        overflow: hidden;
    }

    .football-home .main-slider-three .swiper-slide,
    .football-home .main-slider-three .container {
        min-height: clamp(430px, 62vh, 700px);
    }

.football-home .main-slider-three__nav {
    max-width: none;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.football-home .main-slider-three__content::after {
    bottom: -22px;
}

@media (max-width: 1199px) {
    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 38px 0 26px;
    }

    .football-home .main-slider-three {
        padding: 14px 12px 4px;
    }

        .football-home .main-slider-three .thm-swiper__slider {
            border-radius: 22px;
        }

        .football-home .main-slider-three .swiper-slide,
        .football-home .main-slider-three .container {
            min-height: clamp(390px, 56vh, 600px);
        }
}

@media (max-width: 767px) {
    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 30px 0 20px;
    }

    .football-home .score {
        padding-bottom: 34px;
    }

    .football-home .main-slider-three {
        padding: 10px 8px 2px;
    }

        .football-home .main-slider-three .thm-swiper__slider {
            border-radius: 16px;
        }

        .football-home .main-slider-three .swiper-slide,
        .football-home .main-slider-three .container {
            min-height: 330px;
        }

        .football-home .main-slider-three .container {
            padding-top: 74px;
            padding-bottom: 56px;
        }

    .football-home .main-slider-three__nav {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Final unified pass: boxed shell + consistent sizing + header/menu polish */
body.custom-cursor {
    --football-content-max: 1320px;
    background: linear-gradient(180deg, #e5edf7 0%, #dde7f4 100%);
}

    body.custom-cursor .page-wrapper {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        overflow: hidden;
    }

.football-header .container,
.football-page-header .container,
.football-footer .container {
    max-width: var(--football-content-max);
}

.football-header .main-header__top {
    border-radius: 0;
}

.football-header .main-menu__wrapper-inner {
    padding-top: 20px;
    padding-bottom: 18px;
}

.football-header .main-menu__main-menu-box {
    min-height: 66px;
    border-radius: 16px;
    box-shadow: 0 18px 30px -28px rgba(17, 41, 75, 0.62);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.football-header .main-menu__main-menu-box-search-get-quote-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 8px;
}

.football-header .main-menu__main-menu-box-get-quote-btn-box {
    display: flex;
    align-items: center;
    margin: 0;
}

    .football-header .main-menu__main-menu-box-get-quote-btn,
    .football-header .main-menu__main-menu-box-get-quote-btn-box .theme-btn.btn-one {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 44px;
        min-height: 44px;
        max-width: none;
        border-radius: 12px !important;
        padding: 0 18px;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 14px 28px -20px rgba(1, 95, 201, 0.95);
    }

        .football-header .main-menu__main-menu-box-get-quote-btn.dropdown-toggle::after {
            margin-right: 6px;
            margin-left: 0;
            vertical-align: middle;
        }

.football-header #userLoginBtn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.football-header #userLoginBtn .dropdown- {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.football-main-menu__list > li,
.stricky-header .football-main-menu__list > li {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .football-main-menu__list > li > a,
    .stricky-header .football-main-menu__list > li > a {
        font-size: 14px;
        font-weight: 700;
    }

.football-home .pane .portlet:not(.d-none) {
    margin-bottom: 6px;
}

.football-home .main-slider-three {
    padding: 16px 0 30px;
}

    .football-home .main-slider-three .thm-swiper__slider {
        max-width: var(--football-content-max);
        margin-inline: auto;
        border-radius: 24px;
        border: 1px solid #cbdbef;
        box-shadow: 0 24px 48px -34px rgba(14, 40, 79, 0.85);
    }

    .football-home .main-slider-three .swiper-slide,
    .football-home .main-slider-three .container {
        min-height: clamp(420px, 58vh, 650px);
    }

    .football-home .main-slider-three .container {
        max-width: var(--football-content-max);
        padding-top: 116px;
        padding-bottom: 102px;
    }

    .football-home .main-slider-three .row {
        justify-content: center;
    }

    .football-home .main-slider-three .col-xl-12 {
        display: flex;
        justify-content: center;
    }

.football-home .main-slider-three__content {
    width: min(860px, 100%);
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(7, 26, 51, 0.34) 0%, rgba(7, 26, 51, 0.18) 100%);
    backdrop-filter: blur(2px);
}

.football-home .main-slider-three__title {
    max-width: 18ch;
    font-size: clamp(30px, 3.8vw, 56px);
    line-height: 1.35;
    margin-bottom: 14px;
    font-weight: 800;
}

.football-home .main-slider-three__btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.football-home .main-slider-three__btn {
    min-width: 138px;
    height: 46px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
}

.football-home .news-one,
.football-home .news-two,
.football-home .feature-two {
    padding: 34px 0 24px;
}

    .football-home .news-one > .container,
    .football-home .news-two > .container,
    .football-home .feature-two > .container {
        max-width: var(--football-content-max);
        border-radius: 22px;
    }

.football-home .section-title {
    margin-bottom: 18px;
}

.football-home .news-one__img img,
.football-home .news-two__img img {
    height: 220px;
}

.football-home .news-one__content {
    min-height: 184px;
}

.football-home .news-one__title {
    min-height: 82px;
}

.football-home .news-one__tag p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.football-home .news-one__read-more a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: row-reverse;
}

    .football-home .news-one__read-more a i {
        margin: 0;
        top: 0;
    }

.football-footer .footer-widget__contact-list li .text p a::before,
.football-footer .footer-widget__phone-text a::before {
    display: none !important;
}

.football-footer .footer-widget__phone-text a {
    padding: 0;
}

@media (max-width: 1199px) {
    .football-header .main-menu__wrapper-inner {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .football-home .main-slider-three {
        padding: 12px 0 4px;
    }

        .football-home .main-slider-three .thm-swiper__slider {
            border-radius: 20px;
        }

        .football-home .main-slider-three .swiper-slide,
        .football-home .main-slider-three .container {
            min-height: clamp(360px, 52vh, 540px);
        }

        .football-home .main-slider-three .container {
            padding-top: 92px;
            padding-bottom: 74px;
        }

    .football-home .main-slider-three__content {
        width: min(760px, 100%);
        padding: 16px 18px 22px;
    }

    .football-home .main-slider-three__title {
        font-size: clamp(26px, 4vw, 44px);
        line-height: 1.36;
    }

    .football-home .news-one,
    .football-home .news-two,
    .football-home .feature-two {
        padding: 28px 0 18px;
    }
}

@media (max-width: 767px) {
    .football-header .main-menu__main-menu-box {
        min-height: 54px;
        border-radius: 12px;
    }

    .football-home .main-slider-three .thm-swiper__slider {
        border-radius: 14px;
    }

    .football-home .main-slider-three .swiper-slide,
    .football-home .main-slider-three .container {
        min-height: 300px;
    }

    .football-home .main-slider-three .container {
        padding-top: 72px;
        padding-bottom: 54px;
    }

    .football-home .main-slider-three__content {
        padding: 10px 12px 16px;
        border-radius: 14px;
    }

    .football-home .main-slider-three__title {
        max-width: none;
        font-size: clamp(23px, 7vw, 32px);
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .football-home .main-slider-three__btn {
        min-width: 118px;
        height: 40px;
        padding: 0 18px;
        font-size: 14px;
        border-radius: 10px;
    }

    .football-home .news-one > .container,
    .football-home .news-two > .container,
    .football-home .feature-two > .container {
        border-radius: 16px;
    }

    .football-home .news-one__img img,
    .football-home .news-two__img img {
        height: 195px;
    }

    .football-home .news-one__title {
        min-height: auto;
    }
}
