@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'HelveticaCustom';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('../fonts/Helvetica-Regular.ttf') format('truetype');
    font-weight: normal;
}
body{
    font-family: 'HelveticaCustom', sans-serif;
    background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif !important;
    letter-spacing: 1.5px;
}
.herotitle{font-size:96px !important;}
.buttons {
    display: flex;
    gap: 12px;
}

.bTNButtons .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.35);
    background-clip: padding-box;
    transition: all 0.3s ease;
}

/* Green Register button */
.bTNButtons .btn-green {
    background: linear-gradient(135deg, #1fd071, #12b886);
}

.bTNButtons .btn-green:hover {
    background: linear-gradient(135deg, #18b863, #0fa574);
    transform: translateY(-1px);
}

/* Blue Schedule button */
.bTNButtons .btn-blue {
    background: linear-gradient(135deg, #4a8fe7, #3b7edb);
}

.bTNButtons .btn-blue:hover {
    background: linear-gradient(135deg, #3f7fd1, #2f6fc5);
    transform: translateY(-1px);
}
/* HERO SECTION */
.hero{
    background: linear-gradient(135deg,#1e2fbf,#2337d6);
    color:white;
    padding: 200px 0 0px;
    position:relative;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
.navbar-brand{
    font-weight:700;
    position: relative;
}
.btn-green{
    background:#22c55e;
    color:white;
    border:none;
    border-radius: 50px;
}
.btn-green:hover{
    background:#16a34a;
    color:white;
}
.btn-blue{
    background:#2563eb;
    color:white;
    border-radius: 50px;
}
.btn-blue:hover{
    background:#1d4ed8;
}

/* SECTION TITLE */
.section-title{
    font-weight:800;
    color:#1e2fbf;
    font-size:64px;
    font-family: 'HelveticaCustom';
}

/* CARD */
.sport-card{
    border-radius: 50px 30px;
    overflow:hidden;
    /* box-shadow:0 10px 25px rgba(0,0,0,0.08); */
    transition:0.3s;
    background: #dce3ec;
    border: none;
}
.sport-card:hover{
    transform:translateY(-8px);
}
.sport-card img{
    height:220px;
    object-fit:cover;
    border-radius: 50px 10px;
}
.price{
    font-weight:800;
    font-size:22px;
}
.tag{
    position:absolute;
    bottom: 110px;
    right:15px;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    color:white;
}
.tag-men{ background:#2563eb; }
.tag-women{ background:#ef4444; }
.tag-kids{ background:#facc15; color:black; }

/* Choose sport header */
.choose-header{
    background:#1e2fbf;
    color:white;
    padding: 20px 40px;
    border-radius: 10px 50px;
    font-weight:700;
    font-size: 40px;
}

/* Calo Section */
.calo{
    background:#10b981;
    color:white;
    border-radius:30px;
    padding:60px;
}
.calo h1{
    font-size:60px;
    font-weight:800;
}
.partner-logos img{
    height:60px;
    margin:15px;
    width: 100px;
    object-fit: scale-down;
}

/* Footer */
footer{
    background:#1e2fbf;
    color:white;
    padding:20px 0;
    font-size:14px;
}
nav.navbar {
    z-index: 2;
    margin-top: 40px;
    height: 180px;
}
.rounded-4 {
    border-radius: 10px 60px !important;
}
.sport-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-items {
    position: absolute;
    top: 5px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    background: #cccccc57;
    margin: 0 auto;
    width: 93%;
    right: 30px;
    border-radius: 50px;
    padding: 5px 20px;
}
section.hero::before {
    position: absolute;
    background: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 84%;
    height: 100%;
    top: 0;
    right: 0;
}
img.w-80 {
    width: 70% !important;
    margin: 30px 0 0 0px;
}
.card.chalange-card img {
    width: 50px;
    margin: 10px 0;
}
.partner-logos {
    background: #dce3ec;
    border-radius: 10px 40px;
}
.text-success {
    color: #00B961 !important;
}
ul.chalange-list {
    padding: 0;
}
ul.chalange-list li {
    padding: 5px 0px;
    list-style: none;
}
.home-links a {
    color: #fff;
    text-decoration: none;
    padding: 0px 8px;
}
.footer-details {
    margin: 0 0 0 auto;
    display: block;
    width: 60%;
}
.footer-details ul li {
    padding: 5px 0;
}
.footer-details ul li span {
    padding: 0 10px;
}
.footer-heading ul li {
    display: contents;
}
.footer-heading ul li a {
    padding: 0 10px 0px 0px;
}
.navbar-brand span {
    position: absolute;
    bottom: 30px;
    right: 354px;
    top: 17px;
}
span.calo-span {
    top: 56px;
    margin: 0 -39px;
}
h6.text-primary {
    font-size: 14px !important;
}
.card.chalange-card {
    background: #DCE3EC;
    border: none;
    box-shadow: none;
}
h4.section-title.mb-4 {
    font-weight: 600;
}
.gray-bg {
    background: #DCE3EC !important;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00CE7D;
    --bs-btn-border-color: #00CE71;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: #00CE7D !important;
}
.details-section .badge
 {
    border-radius: 20px;
    font-weight: 500;
    background: #5cca8421;
    color: #00CE7D;
}
span.badge.bg-light {
    background: #dce3ec !important;
    color: #1125a9 !important;
}


/* ---------- RTL support for Arabic ---------- */
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif; /* Arabic font */
}

html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3,
html[dir="rtl"] h4, html[dir="rtl"] h5, html[dir="rtl"] h6 {
    text-align: right;
}

html[dir="rtl"] a {
    text-decoration: none;
}

html[dir="rtl"] .float-start { float: right !important; }
html[dir="rtl"] .float-end   { float: left !important; }
html[dir="rtl"] .text-start  { text-align: right !important; }
html[dir="rtl"] .text-end    { text-align: left !important; }

/* Hero section background flip */
html[dir="rtl"] section.hero::before {
    right: auto;
    left: 0;
}

/* Cards / border-radius swap example */
html[dir="rtl"] .sport-card img {
    border-radius: 10px 50px;
}

/* Navbar / menu items alignment */
html[dir="rtl"] .navbar .menu-items {
    justify-content: flex-end;
}

/* Force this section to be centered even in RTL */
html[dir="rtl"] section.text-center {
    text-align: center !important;
}

html[dir="rtl"] .partner-logos {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px; /* optional spacing */
}

.mobile-break {
    display: none; /* default hide */
    width: 100%;   /* force line break */
}

@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }
}

