@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Kenyan';
    src: url('../fonts/Kenyan.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kenyan-It';
    src: url('../fonts/Kenyan-It.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

/* Preloader Full Screen Container */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Wrapper for positioning ball and shadow */
.court-wrapper {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Basketball Design & Animation */
.basketball {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at 30% 30%, #ff7a00, #ff5000 60%, #b33600);
    border-radius: 50%;
    position: relative;
    box-shadow: inset -5px -5px 15px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    animation: bounce 0.6s infinite alternate cubic-bezier(0.37, 0, 0.63, 1),
        rotate 2s infinite linear;
}

/* Basketball Lines */
.line {
    position: absolute;
    border: 3px solid #222;
    border-radius: 50%;
}

.line.horizontal {
    width: 140%;
    height: 40%;
    top: 30%;
    left: -20%;
}

.line.vertical {
    width: 40%;
    height: 140%;
    left: 30%;
    top: -20%;
}

/* Dynamic Shadow Animation */
.shadow {
    width: 70px;
    height: 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    filter: blur(2px);
    animation: shrink 0.6s infinite alternate cubic-bezier(0.37, 0, 0.63, 1);
}

/* Loading Text */
.loading-text {
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 25px;
    font-size: 14px;
    animation: pulse 1.2s infinite alternate;
}

/* --- KEYFRAMES ANIMATIONS --- */

/* Ball Bouncing Effect */
@keyframes bounce {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0) scaleY(0.9);
        /* Niche aakar halka sa squash hoga */
    }
}

/* Ball Rotation Effect */
@keyframes rotate {
    0% {
        transform: translateY(var(--tw-translate-y)) rotate(0deg);
    }

    100% {
        transform: translateY(var(--tw-translate-y)) rotate(360deg);
    }
}

/* Note: Rotate ko alag rakhne ke liye CSS handle karta hai, 
   halke rotation touch ke liye standard inline rotate perfect lagta hai. */
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Shadow scaling with ball height */
@keyframes shrink {
    0% {
        transform: scale(0.3);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

/* Text Glow/Pulse */
@keyframes pulse {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 10px #ff5000;
    }
}

/* Class to hide preloader via JS */
.fade-out {
    opacity: 0;
    visibility: hidden;
}

.logo {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 10px;
    width: 200px;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    z-index: -1;
}

.content-banner h5 {
    font-family: 'Kenyan-it';
    font-size: 26px;
}

.slogo p span {
    position: absolute;
    width: 200px;
    color: #fff;
    top: -56px;
    left: 36px;
    right: 0;
    font-family: 'Roboto';
}


.header-btn a {
    background-color: #fff;
    color: #ff9a00;
    text-transform: uppercase;
    font-size: 16px;
    padding: 13px 18px;
    border-radius: 50px;
    border: 1px solid #02108b;
    position: relative;
    z-index: 1;
}

.header-btn a:before {
    content: '';
    background-image: url('../images/btn-arw.png');
    background-repeat: no-repeat;
    background-position: 87%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #02108b;
    width: 90px;
    height: 49px;
    border-radius: 50px;
    z-index: -1;
    left: 65%;
}

.pt-80 {
    padding-top: 40px;
}

.pb-80 {
    padding-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5 {

    font-family: 'Kenyan';
}

/* header */

header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}

ul.navbar-nav li a.nav-link {
    color: #fff;
    font-family: 'Kenyan';
    font-size: 22px;
}
.new-menu {
    gap: 24px;
}

.content-bannersc h5:after {
    content: "";
    background: #eea800;
    width: 51%;
    height: 4px;
    position: absolute;
    bottom: 123px;
    left: 0px;
}

.content-bannersc h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.content-bannersc h3:after {
    content: "";
    background: #eea800;
    width: 71%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* banner css */

.content-bannersc h5 {
    font-size: 40px;
    color: #eea800;
    font-family: 'Kenyan';
}

.content-bannersc h3 {
    font-size: 40px;
    color: #eea800;
    font-family: 'Kenyan';
}

.content-bannersc {
    width: 220px;
    left: 250px;
    top: 60px;
}

section.banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
}

.content-banner {
    padding-top: 200px;
}

.banner h1 {
    font-size: 80px;
    margin-bottom: 0;
    font-family: 'Kenyan';
}
.banner h2 {
    font-size: 80px;
    margin-bottom: 0;
    font-family: 'Kenyan';
}

.ban-brod img {
    width: 85%;
}

.content-banner-para {
    width: 48%;
}

/* news section */

.content-Latest h2:before {
    content: "";
    background: #eea800;
    width: 11%;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.content-Latest h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.content-Latest h1::before {
    content: "";
    background: #eea800;
    width: 98%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-Latest h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.content-Latest h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.news-cont h5 {
    font-family: 'Kenyan';
    text-transform: uppercase;
    font-size: 18px;
}

/* .news a {
    background-color: #fff !important;
    border-radius: 50px;
    border: 1px solid #2b459a;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
} */
.player-info {
    color: #fff;
}

.player-info>strong {
    color: #000;
}

a.cutom-btn span {
    background-color: #fff !important;
    border-radius: 50px;
    border: 1px solid #2b459a;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    color: #e1592f;
    font-weight: 300;
}

a.cutom-btn span:after {
    content: '';
    background-image: url('../images/btn-arw.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #02108b;
    width: 50px;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    left: 100%;
}

.news-box img {
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

/* weeks stand-out */

.weeks-sec {
    background-color: #02108B;
}

.weeks-sect {
    background: #000;
}

.smarter-content h3 {
    font-size: 75px;
    text-transform: uppercase;
}
.smarter-content h2 {
    font-size: 75px;
    text-transform: uppercase;
}

.tec h2 {
    position: absolute;
    right: 6px;
    bottom: 54px;
    text-transform: uppercase;
    font-size: 55px;
}

.tec {
    color: #fff;
    text-align: end;
    position: relative;
}

.game-btn a {
    text-decoration: underline !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !IMPORTANT;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.game-btn a:after {
    content: '';
    background-image: url(https://demolinks2.com/next-sports-phenom/wp-content/uploads/2026/06/btn-arw.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #02108b;
    width: 50px;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    left: 100%;
}

/* news  css start here*/


.new-updated img {
    width: 100%;
}

.new-updated {
    background-color: #ff9a00;
    border-radius: 20px;
}

.newupdate-content {
    padding: 20px 25px 20px;
    color: #fff;
}

.newupdate-content a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.updated-sec h1 {
    font-size: 75px;
}
.updated-sec h2 {
    font-size: 75px;
}

.copywright a {
    color: #fff;
}
/* national sec */

.ranking-section {
    background: #111111;
    /* border-radius: 30px; */
    position: relative;
    overflow: hidden;
}

.ranking-title {
    font-family: 'Kenyan', sans-serif;
    color: #fff;
    font-size: 72px;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.basketball-img {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 17%;
}

table.tablesss {
    width: 85%;
    background: #ffffff;
    padding: 20px 120px;
}

.ranking-table table {
    margin: 0 auto;
}

.ranking-table thead {
    background: #ff9a00;
}

.ranking-table thead th {
    color: #fff;
    font-size: 16px;
    padding: 18px;
    border: none;
    white-space: nowrap;
}

.ranking-table tbody td {
    padding: 16px 18px;
    color: #666;
    border: 1px solid #ececec;
    white-space: nowrap;
}

.ranking-table tbody tr:hover {
    background: #fafafa;
}

.text-warning {
    color: #f7a500 !important;
    letter-spacing: 2px;
}

.bateece {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 70px 10px;
}

.bgek {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 0px 50px;
}

.unlock-img img {
    position: absolute;
    top: -78px;
    right: 0;
}

.content-driver h3 {
    font-size: 66px;
    text-transform: uppercase;
}

/* national sec end */

.bg-carlor {
    background: #F2F2F2;
    padding: 40px;
    margin-top: -300px;
    margin-bottom: 140px;
    border-radius: 20px;
}

.slick-slide.slick-current.slick-active.slick-center .rev-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 84%;
    bottom: 0;
    background: #02108b;
    background: linear-gradient(0deg, #1c3776 0%, #02108b 50%, #1c3776 100%);
    border-radius: 30px;
    z-index: -1;
}

.slick-slide.slick-current.slick-active.slick-center .rev-img {
    z-index: 3;
    position: relative;
}

.basketball-carousel .slick-slide {
    padding: 0 15px;
    /* 30px total gap */
}

.basketball-carousel .slick-list {
    margin: 0 -15px;
}

/* reviws start here */


.rev-img img.player-image {
    height: 490px;
    margin: 0 auto;
    padding: 10px 50px 0px 10px !important;
}

.player-number {
    position: absolute;
    right: 35px;
    bottom: 20px;
    font-size: 90px;
    font-weight: 400;
    color: transparent;
    font-family: 'Kenyan';
    -webkit-text-stroke: 2px #02108b;
}

span.player-number>span {
    -webkit-text-stroke: 2px #fff;
}

section.reivess {
    background: #111111;
}

.player-card {
    background-color: #ff9a00;
    margin-top: 60px;
    border-radius: 20px;
    padding: 30px 100px 30px 60px;
    margin-left: -40px;
    position: relative;
}

/* reviesw */

/* Main Wrapper Layout */
.avatar-slider-wrapper {
    display: flex;
    align-items: center;
    background-color: #111;
    /* Dark background as per image */
    padding: 20px;
    gap: 15px;
}

.avatar-carousel {
    flex-grow: 1;
    width: calc(100% - 120px);
    /* Adjust based on arrow width */
}

/* Image Circular Styling */
.avatar-item {
    padding: 0 10px;
    /* Space between slides */
    outline: none;
}

.avatar-item img {
    width: 100px;
    /* Desired width */
    height: 100px;
    /* Desired height */
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

/* Optional: Active or hover state border */
.avatar-item img:hover {
    border-color: #3b82f6;
}


.ranking-avatar-item img {
    width: 70px;
    /* Desired width */
    height: 70px;
    /* Desired height */
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

/* Optional: Active or hover state border */
.ranking-avatar-item img:hover {
    border-color: #3b82f6;
}

/* Custom Navigation Buttons */
.slide-arrow {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1d2771;
    /* Dark blue arrow color */
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.slide-arrow:hover {
    background-color: #f3f4f6;
}

.slide-arrow svg {
    width: 20px;
    height: 20px;
}

section.lgo-aprt {
    background: #111111;
}

.tracking-wider {
    color: #fff;
    font-size: 75px;
    font-weight: 400 !important;
}

/* footer css */

ul.social-media li {
    border: 1px solid #464646;
    padding: 10px;
    border-radius: 8px;
}

ul.social-media li a {
    color: #fff;
}

.footer-content h5 {
    font-size: 30px;
    font-family: roboto;
    font-weight: 400;
}

.footer-content p {
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 17px;
    color: #ffffff;

}

/* .footer-menu h5 {
    padding-bottom: 20px;
    font-size: 25px;
} */

ul.footer-links li a {
    text-decoration: none;
    color: #ffffff;
}

ul.footer-links li {
    margin-bottom: 7px;
}

ul.footer-links {
    column-count: 2;
}

ul.footer-linkss.list-unstyled li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
}

.footer-menu h5 {
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 400;
}

.cpyfoter {
    /* padding-top: 15px !important; */
    /* padding-bottom: 15px !important; */
    background-color: #FF9A00 !important;
    padding: 0px 20px;
}

ul.social-media li {
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 138px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copywright p {
    margin-bottom: 0px;
}

.footer-section {
    background: #02108B;
}


.unlocking {
    background: #111111;
}

.olo-man-image {
    width: 100%;
}

.olo-man-image img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
    border-radius:10px;
}



/* Rankings dropdown */
.rankings-dropdown {
    position: relative;
}

/* Hide dropdown by default */
.rankings-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    margin-top: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Show dropdown on hover */
.rankings-dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown items */
.rankings-dropdown .dropdown-item {
    position: relative;
    padding: 8px 18px 8px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    background: transparent;
    transition: all 0.2s ease;
}

.rankings-dropdown .dropdown-item::before {
    content: "•";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Remove bullet from Our Rankings */
.rankings-dropdown .dropdown-item.no-bullet::before {
    content: none;
}

.rankings-dropdown .dropdown-item.no-bullet {
    padding-left: 18px;
}

/* Hover */
.rankings-dropdown .dropdown-item:hover {
    color: white;
    background: #304698;
}

/* Remove Bootstrap dropdown arrow if you don't want it */
.rankings-dropdown .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

/* inner banner */

.inner-banner {
    background: #304698;
    height: 230px;
    text-align: center;
    padding: 140px 0px;
}

.title h2 {
    font-size: 63px;
    color: #fff;
    text-transform: uppercase;
}

.abt-bg {
    background: #111111;
}

ul.abt-list li {
    margin: 10px 0px;
}

.sports-phenom h2 {
    font-size: 75px;
    text-transform: uppercase;
}

.abt-tabssts .nav-link.active {
    background: transparent;
    border-bottom: 3px solid #02108b;
    border-radius: 0;
}

.abt-tabssts li.nav-item button.nav-link {
    font-family: 'Kenyan';
    font-size: 25px;
    text-transform: uppercase;
    padding: 0px;
}

.abt-tabssts .nav-link {
    color: #ffffff9c;
}



.inner-banner1 {
    background: #000000;
    height: 320px;
    text-align: center;
    padding: 140px 0px;
}

.inner-banner1 p {
    color: #fff;
    font-size: 18px;
}

.web-bg {
    background: #111111;
}

.raniking-factor-bg {
    background: rgb(2 16 139 / 18%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 26px 28px;
    margin: 28px 0 35px;
}

.ranking-factors h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
    color: #ffbd05;
}

ul.rinking-list li {
    font-size: 17px;
    color: #aab3d6;
    padding: 4px 0 17px 2px;
    position: relative;
    list-style: disc;
}

ul.rinking-list li:last-child {
    border-bottom: none;
}

ul.rinking-list li::marker {
    color: #fabb28 !important;
    font-size: 31px;
}

a.cutom-btn2 span {
    display: inline-block;
    margin-top: 10px;
    background: linear-gradient(135deg, #ffbd05, #ff9a00);
    color: #1a1300;
    font-size: 15px;
    font-weight: 600;
    border: 0 !important;
    padding: 15px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

a.cutom-btn2 span:after {
    content: '';
    background-image: url('../images/btn-arw.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #02108b;
    width: 50px;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    left: 100%;
}

div#myTable_wrapper {
    background: #040933;
    border-radius: 14px;
    padding: 20px 30px 30px;
    color: #fff;
    border: 1px solid #ffffff5e;
    box-shadow: 0 0 20px #ffffff78;
}

table#myTable thead th {
    background: #f9a725;
    color: #000000;
}

#myTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

#myTable thead th {
    background: linear-gradient(180deg, #ffb62c, #ff9f1c);
    color: #111;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 14px;
    border: none;
}

#myTable tbody td {
    color: #fff;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 15px;
}

#myTable tbody tr:nth-child(odd) {
    background: #1b24a6;
}

#myTable tbody tr:nth-child(even) {
    background: #17173b;
}

#myTable tbody tr:hover {
    background: #2432d8 !important;
}

div.dt-container .dt-paging .dt-paging-button {
    background: #181c4d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
    margin: 0 3px;
}


#myTable tbody tr:nth-child(odd) td {
    background: #01118b;
}

#myTable tbody tr:nth-child(even) td {
    background: #141431;
}

td.dt-type-numeric.sorting_1 {
    color: #f3a534 !important;
    font-weight: 700;
}

.dt-length option {
    background: #050a32;
}

.dt-length label {
    margin-left: 11px;
}

.forming {
    padding: 40px 40px 30px;
    border: 1px solid #2b459a;
    box-shadow: 0 0 20px #2b459a;
    border-radius: 30px;
}

h2.player-title {
    color: #fff;
}

.forming label.form-label {
    color: #fff;
}

label.form-check-label {
    color: #fff;
}

.contact-register-wrapper {
    padding: 40px 40px 30px;
    border: 1px solid #2b459a;
    box-shadow: 0 0 20px #2b459a;
    border-radius: 30px;
    color: #fff;

}

.forming .custom-input {
    background: transparent;
    color: #fff;
}

.forming .custom-input::placeholder {
    color: #858585;
}

input#profileUpload {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
}



/* custom css  */
.news-box>img {
    object-position: top;
}
.news-description{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Firefox */
    scrollbar-width: auto;
    scrollbar-color: #304698 #e9ecef;
}

/* Chrome, Edge, Safari */
.news-description::-webkit-scrollbar{
    width: 16px;
}

.news-description::-webkit-scrollbar-track{
    background: #e9ecef;
    border-radius: 100px;
}

.news-description::-webkit-scrollbar-thumb{
    background-image: linear-gradient(
        180deg,
        #304698 0%,
        #4d63b8 100%
    );
    border-radius: 100px;
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.5);
    border: 2px solid #e9ecef;
}

.news-description::-webkit-scrollbar-thumb:hover{
    background-image: linear-gradient(
        180deg,
        #253985 0%,
        #304698 100%
    );
}
/* custom css end */


.upload-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

.upload-box {
    position: relative;
    width: 100%;
    height: 95px;
    background: #2e2e2e;
    border: 1.5px dashed #2d8cff;
    border-radius: 8px;
    overflow: hidden;
    transition: .3s ease;
}

.upload-box:hover {
    border-color: #4da3ff;
    background: #353535;
}

.upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload-label {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    transition: .3s;
}

.upload-box:hover .upload-label {
    color: #bdbdbd;
}

button.submit-btn {
    border-radius: 50px !important;
    background-color: #2b459a !important;
    padding: 14px 30px !important;
    width: 15%;
    border: navajowhite;
    color: #fff;
}


.coaches-form .contact-register-input {
    background: transparent;
    color: #fff;
}
.coaches-form .contact-register-input:-webkit-autofill,
.coaches-form .contact-register-input:-webkit-autofill:hover,
.coaches-form .contact-register-input:-webkit-autofill:focus,
.coaches-form .contact-register-input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;

  /* Autofill background remove */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;

  /* Chrome autofill background delay */
  -webkit-background-clip: text !important;
  background-clip: text !important;

  transition: background-color 9999s ease-in-out 0s;
}

.coaches-form .contact-register-input::placeholder {
    color: #8a8a8a;
}
.coaches-form .bootstrap-select>.dropdown-toggle.bs-placeholder, .coaches-form .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .coaches-form .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .coaches-form .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background-color: transparent;
}

.forming .bootstrap-select>.dropdown-toggle.bs-placeholder, .forming .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .forming .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .forming .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background-color: transparent;
}

label.contactpage-label {
    color: #fff;
}

.contactpage-input {
    background: transparent;
    color: white;
}

.contactpage-input::placeholder {
    color: #8a8a8a;

}

.contactpage-textarea {
    background: transparent;
    color: #fff;
}

.contactpage-textarea::placeholder {
    color: #8a8a8a;

}

button.contactpage-btn {
    border-radius: 50px !important;
    background-color: #2b459a !important;
    padding: 14px 30px !important;
    width: 15%;
    border: navajowhite;
    color: #fff;
}


/* evolution page design start here */
.player-feedback-card{
    margin-top: 60px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    position: relative;

}
.player-evolution-card {
    margin-top: 60px;
    border-radius: 20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position: relative;
}

.player-header{
    background:#02108b;
    color:#fff;
    padding:20px;
    border-radius: 10px 10px 0px 0px;
}
.player-name{
    font-family:'Kenyan';
    color:#ff9a00;
    letter-spacing:2px;
    margin-bottom:15px;
    font-size:42px;
}


.player-meta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    font-size:15px;
}


.player-meta span{
    display:flex;
    align-items:center;
    gap:8px;
}

.player-meta i{
    color:#ff9a00;
}

.evolution-player-image{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #ff9a00;
}


.rank-box{
    background:#ff9a00;
    color:#02108b;
    padding:20px;
    border-radius:15px;
    text-align:center;
}


.rank-title{
    display:block;
    font-family:'Kenyan-It';
    letter-spacing:2px;
    margin-bottom:8px;
}


.rank-box h1{
    font-family:'Kenyan';
    margin:0;
    font-size:55px;
}

.player-body{
    padding:35px;
}
.evaluation-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid #ececec;
}

.evaluation-item span{
    font-weight:600;
    color:#02108b;
}
.stars {
    color: #ff9a00;
    font-size: 20px;
    letter-spacing: 2px;
    min-width: 155px !important;
}
.section-title{
    font-family:'Kenyan';
    color:#02108b;
    letter-spacing:2px;
    margin-bottom:20px;
}

.scouting-note{
    background:#f8f9fa;
    border-left:5px solid #ff9a00;
    padding:25px;
    border-radius:10px;
    line-height:1.9;
}

.scouting-note p:last-child{
    margin-bottom:0;
}

.feedback-form-card{
    background:#f8f9fa;
    border:1px solid #ececec;
    border-radius:10px;
    padding:25px;
    position:sticky;
    top:110px;
}

.feedback-textarea{
    resize:none;
    border-radius:10px;
    border:1px solid #ced4da;
    padding:15px;
}

.feedback-textarea:focus{
    border-color:#ff9a00;
    box-shadow:0 0 0 .15rem rgba(255,154,0,.25);
}

.feedback-btn{
    background:#02108b;
    color:#fff;
    font-weight:600;
    border-radius:10px;
    padding:12px;
    transition:.3s;
}

.feedback-btn:hover{
    background:#ff9a00;
    color:#02108b;
}

.feedback-list{
    max-height:400px;
    overflow-y:auto;
    padding-right:8px;
}

.feedback-item{
    margin-bottom:25px;

}

.coach-image{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #ff9a00;
    flex-shrink:0;
}

.feedback-card{
    background:#fff;
    border-radius:15px;
    border:1px solid #ececec;
    box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.feedback-card hr{
    margin:12px 0;
}

.coach-name{
    color:#02108b;
    font-weight:700;
    margin-bottom:2px;
}

.feedback-card p{
    color:#555;
    line-height:1.8;
}

.feedback-list::-webkit-scrollbar{
    width:8px;
}

.feedback-list::-webkit-scrollbar-thumb{
    background:#02108b;
    border-radius:20px;
}
.feedback-list::-webkit-scrollbar-track{
    background:#eee;
}

/* evolution page design end here */

/* evolution page new design */

    /* ----- custom classes (no Bootstrap overrides) ----- */
    .custom-body {
      background-color: #101415;
      color: #e0e3e5;
      font-family: 'Hanken Grotesk', sans-serif;
      overflow-x: hidden;
      padding-top: 72px;
    }

    /* scrollbar */
    .custom-scrollbar::-webkit-scrollbar {
      width: 6px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: #0f172a;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #334155;
      border-radius: 10px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
      background: #ff9a00;
    }

    /* backgrounds */
    .bg-custom-background {
      background-color: #101415;
    }
    .bg-custom-surface {
      background-color: #1d2022;
    }
    .bg-custom-primary-container {
      background-color: #0f172a;
    }
    .bg-custom-secondary {
      background-color: #ff9a00;
    }
    .bg-custom-secondary-container {
      background-color: #eec200;
    }

    /* borders */
    .border-custom-outline-variant {
      border-color: #45464d !important;
    }
    .border-custom-secondary {
      border-color: #ff9a00 !important;
    }

    /* text colors */
    .text-custom-secondary {
      color: #ff9a00 !important;
    }
    .text-custom-on-surface {
      color: #e0e3e5 !important;
    }
    .text-custom-on-surface-variant {
      color: #c6c6cd !important;
    }
    .text-custom-outline {
      color: #909097 !important;
    }

    .text-custom-on-secondary {
      color: #3c2f00 !important;
    }
    .text-custom-on-secondary-container {
      color: #645000 !important;
    }

    /* typography */
    .custom-font-display-lg {
      font-family: 'Anton', sans-serif;
      line-height: 1.1;
      letter-spacing: 0.02em;
      font-weight: 400;
    }
    .custom-font-headline-md {
      font-family: 'Anton', sans-serif;
      font-size: 15px;
      line-height: 1.3;
      font-weight: 400;
    }
    .custom-font-headline-lg {
      font-family: 'Anton', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      font-weight: 400;
    }
    .custom-font-body-md {
      font-family: 'Hanken Grotesk', sans-serif;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
    }
    .custom-font-body-lg {
      font-family: 'Hanken Grotesk', sans-serif;
      font-size: 18px;
      line-height: 1.6;
      font-weight: 400;
    }
    .custom-font-label-sm {
      font-family: 'JetBrains Mono', monospace;
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: 0.08em;
      font-weight: 500;
    }
    .custom-font-label-md {
      font-family: 'JetBrains Mono', monospace;
      font-size: 14px;
      line-height: 1.2;
      letter-spacing: 0.05em;
      font-weight: 500;
    }

    /* cards & containers */
    .custom-scoreboard {
      background: #101415;
      border: 1px solid #334155;
      border-radius: 0.25rem;
    }
    .custom-performance-card {
      background: #1e293b;
      border: 1px solid #334155;
      transition: all 0.3s ease;
      border-radius: 0.5rem;
    }
    .custom-performance-card:hover {
      border-color: #ff9a00;
    }
    .custom-rounded-xl {
      border-radius: 0.75rem !important;
    }
    .custom-rounded-lg {
      border-radius: 0.5rem !important;
    }

    /* player image */
    .custom-player-wrap {
      aspect-ratio: 4/5;
      overflow: hidden;
      border-radius: 0.75rem;
      border: 1px solid #45464d;
    }
    .custom-player-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: grayscale(1);
      transition: all 0.7s ease;
    }
    .custom-player-wrap:hover img {
      filter: grayscale(0);
      transform: scale(1.02);
    }
    .custom-player-wrap .gradient-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, #101415, transparent 60%);
      pointer-events: none;
      border-radius: 0.75rem;
    }

    /* progress bars */
    .custom-progress-track {
      height: 8px;
      background-color: #334155;
      border-radius: 999px;
      overflow: hidden;
    }
    .custom-progress-fill {
      height: 100%;
      background-color: #ff9a00;
      border-radius: 999px;
    }

    /* star ratings */
    .star-rating {
      color: #ff9a00;
      font-size: 1.5rem;
      letter-spacing: 2px;
      min-width: 102px
    }
    .star-rating-sm {
      font-size: 1rem;
    }

    /* feedback items */
    .custom-feedback-item {
      background: #101415;
      border-left: 4px solid #ff9a00;
      border-radius: 0 0.5rem 0.5rem 0;
      padding: 1rem;
    }
    .custom-feedback-item.muted {
      border-left-color: #45464d;
    }

    /* glow effect */
    .custom-btn-glow {
      transition: box-shadow 0.15s;
    }
    .custom-btn-glow:active {
      box-shadow: 0 0 15px #ff9a00;
    }

    /* responsive */
    @media (max-width: 768px) {
      .custom-font-display-lg {
        font-size: 42px;
      }
      .custom-top-bar .brand {
        font-size: 18px;
      }
    }

    /* Rating bars */
    .rating-bar {
      height: 8px;
      background-color: #334155;
      border-radius: 999px;
      overflow: hidden;
      width: 100%;
    }
    .rating-bar-fill {
      height: 100%;
      background: linear-gradient(90deg, #ff9a00, #eec200);
      border-radius: 999px;
      transition: width 0.5s ease;
    }
/* evolution page new design end */
/* --------------------- x-large devices ---------------------- */


@media (max-width: 1399.98px) {

    .content-bannersc {
        width: 220px;
        left: 201px;
        top: 82px;
    }

    .banner h1 {
        font-size: 87px;

    }

    .ban-brod img {
        width: 77%;
    }

    .content-driver h3 {
        font-size: 56px;
    }

    .unlock-img img {
        position: absolute;
        top: -55px;

    }

    .rev-img img.player-image {

        padding: 10px 14px 0px 0px !important;
    }



}







/* --------------------- large devices ---------------------- */

@media (max-width: 1199.98px) {

    .header-btn a:before {
        width: 75px;
        height: 40px;
    }

    .header-btn a {

        font-size: 14px;
        padding: 10px 10px;


    }

    ul.navbar-nav li a.nav-link {

        font-size: 17px;
    }

    .new-menu {
        gap: 5px !important;
    }

    .banner h1 {
        font-size: 64px;
    }

    .ban-brod img {
        width: 68%;
    }

    .ranking-title {
        font-size: 60px;
    }

    .basketball-img {
        width: 176px;
    }

    .content-driver h3 {
        font-size: 40px;
    }

    .unlock-img img {
        position: absolute;
        top: -22px;
    }

    .content-driver {
        padding: 40px 0px !important;
    }

    button.submit-btn {
        width: 21%;
    }

    button.contactpage-btn {
        width: 21%;
    }

    .copywright p {

        font-size: 14px;
    }

}




/* --------------------- medium devices ---------------------- */
@media (max-width: 991.98px) {

    button.navbar-toggler {
        background: #fff;
    }

    .mobilee {
        padding: 0px 0px !important;
        /* background: red; */
    }


    div#navbarSupportedContent {
        background: #2b459a;
        padding: 20px 20px;
    }


    section.banner {
        height: 59vh;
    }

    .content-banner {
        padding-top: 120px;
    }

    .content-bannersc {
        width: 219px;
        left: 136px;
        top: 82px;
    }

    .navbar-toggler:hover {

        border: 1px solid #fff;
    }

    .tec h2 {
        bottom: 13px;
        font-size: 36px;
    }

    .smarter-content h3 {
        font-size: 50px;
        text-transform: uppercase;
    }

    .newupdate-content {
        padding: 20px 12px 10px;

    }

    .updated-sec {
        padding-bottom: 20px !important;
    }

    .ranking-title {
        font-size: 43px;
    }

    .basketball-img {
        width: 146px;
    }

    .content-driver {
        padding: 20px 0px !important;
    }

    .unlock-img img {

        top: -40px;
    }

    .copywright p {
        font-size: 14px;
        text-align: center;
    }




    div#myTable_wrapper {
        background: #040933;
        border-radius: 14px;
        padding: 20px 30px 30px;
        color: #fff;
        border: 1px solid #ffffff5e;
        box-shadow: 0 0 20px #ffffff78;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    button.submit-btn {
        width: 31%;
    }

    button.contactpage-btn {
        width: 30%;
    }

}



/* // `md` applies to small devices (landscape phones, less than 768px) */


@media (max-width: 767.98px) {
    .banner h1 {
        font-size: 44px;
    }

    .content-bannersc {
        width: 215px;
        left: 65px;
        top: 82px;
    }

    /* section.banner {
        height: 100vh;
    } */

    .content-bannersc p {
        font-size: 13px;
    }

    .content-bannersc h5:after {
        bottom: 82px;
        width: 55%;
    }

    .smarter-content h3 {
        font-size: 35px;
        text-transform: uppercase;
    }

    .weeks-sec {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .content-driver h3 {
        font-size: 20px;
    }

    .list-unstyled {
        font-size: 14px;
    }

    a.cutom-btn span {
        padding: 7px 13px;
        font-size: 11px;
    }

    .unlocking {
        padding-top: 0;
    }

    .unlock-img img {
        top: 0px;
    }

    .tracking-wider {
        font-size: 36px;

    }

    .player-card {

        margin-top: 60px;
        border-radius: 20px;
        padding: 30px 11px 30px 37px;
    }

    .player-number {
        bottom: 0px;

    }

    ul.social-media {
        /* text-align: center; */
        justify-content: center;
    }

    button.submit-btn {
        width: 40%;
    }

}





@media (max-width: 575.98px) {

    .content-bannersc {
        position: unset !important;
    }

    .content-bannersc {
        width: 50%;

    }

    .content-bannersc h5:after {
        bottom: 63px;
        width: 42%;
    }

    .updated-sec h1 {
        font-size: 50px;
    }

    .ranking-title {
        font-size: 34px;
    }

    .unlock-img img {
        top: -202px;
        right: 0;
        width: 39%;
    }

    .player-card {
        margin-left: 0px;
    }

    .player-card {
        margin-top: 0px;
    }

}