body {
    background-color: #0c1924;
    color: white;

    height: 100px;
    background-repeat: no-repeat;
  background-size: auto;
}
.navbar, .sidebar {
    background-color: #0f212e;
}

/* New Mobile Navigation Styles Start */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.75rem;
}
.nav-link:focus, .nav-link:hover {
	color: #FFF;
}

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

#mobileNav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #0f212e;
    z-index: 1000;
    padding: 1rem;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}

.mobile-nav .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-nav .nav-link:last-child {
    border-bottom: none;
}

/* Dropdown Styles */
.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.nav-link[data-bs-toggle="collapse"] {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

#quickLinksDropdown .nav-link,
#mobileQuickLinks .nav-link {
    padding-left: 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Update existing media queries */
@media (max-width: 767.98px) {
    .content-area {
        padding-top: 70px;
    }
    
    .mobile-nav {
        background-color: #0f212e;
        border-radius: 0;
        margin-top: 0 !important;
    }
    
    .navbar-brand {
        margin: 0 auto;
    }
    
    .signin-buttons {
        display: flex;
        gap: 0.5rem;
    }
}
/* New Mobile Navigation Styles End */


/* New Navigation Bar Start */

.header-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 1rem;
}

.header-link {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.header-link:hover {
    color: white;
}

/* Update existing navbar styles */
.navbar .container-fluid {
    justify-content: space-between;
    padding: 0px 0px 0px 15px;
}

.navbar-brand {
    margin-right: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .header-menu {
        display: none;
    }
    
    .navbar-brand {
        margin: 0 auto;
    }
}

/* Add these styles if the header becomes too crowded on medium screens */
@media (max-width: 1200px) {
    .header-link {
        font-size: 0.8rem;
        padding: 0.25rem;
    }
    
    .header-menu {
        gap: 0.5rem;
    }
}

/* New Navigation Bar End */






.btn-primary {
	--bs-btn-color: #0f212e;
	--bs-btn-bg: #ffc802;
	--bs-btn-border-color: #ffc802;
	--bs-btn-hover-color: #FFF;
	--bs-btn-hover-bg: #ff9f02;
	--bs-btn-hover-border-color: #ff9f02;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #0f212e;
	--bs-btn-active-bg: #ffc802;
	--bs-btn-active-border-color: #ffc802;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0f212e;
	--bs-btn-disabled-bg: #ffc802;
	--bs-btn-disabled-border-color: #ffc802;
    font-weight: 600;
    font-size: 16px;
}

.btn-winplay {
	--bs-btn-color: #fffFFF;
	--bs-btn-bg: #4e06a6;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	font-weight: 600;
	font-size: 16px;
}

.content-area {
    /*background-color: #1a2c38;*/
    padding: 15px;
    max-width:1500px;
    margin: auto;
    padding-top: 80px;
}
.sidebar {
    width: 250px;
    height: calc(100vh - 56px);
    position: fixed;
    top: 56px;
    left: 0;
    padding-top: 20px;
    overflow-y: auto;
}
.main-content {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 3px;
}
.nav-link {
    color: #a0a0a0;
    display: flex; 
    align-items:center
}
.nav-link img {
    margin-right: 5px;
}
.nav-link:hover {
    color: white;
}
.navbar {
    max-width: 100vw;
}
.search-bar {
    background-color: #0f212e;
    border: 1px solid #2c3e50;
    color: white;
}
.content-column {
    /*background-color: #0f212e;*/
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content-column h3 {
    margin-bottom: 15px;
    font-size:48px;
    font-weight:bold;
}
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
#toprow{
    background-color: #0f212e;
    margin-bottom: 15px;
    border-radius:20px;
}
#toprow .welcomeimage {
    max-width: 100%;
}
#toprow #leftcolumn {
    height: 100%;
}
#middlerow{
    background-color: #0f212e;
    margin-bottom: 15px;
    border-radius:20px;
}
#middlerow .casinoimage {
    max-width: 100%;
    border-radius: 10px 10px 0px 0px;
}
#middlerow .sportsimage {
    max-width: 100%;
    border-radius: 10px 10px 0px 0px;
}
#middlerow .textcontent .heading {
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#middlerow .textcontent {
    text-align: left;
    padding-top: 10px;
    font-size: 13px;
    color: #aeb8d3;
}
#middlerow .btn {
	font-size: 18px;
	width: 100%;
	min-height: 40px;
    padding:10px;
}
#bottomrow{
    background-color: #0f212e;
    margin-bottom: 15px;
    border-radius:20px;
}
.col-md-6, .col-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.logo-grid img {
    max-width: 80px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }






.footer-disclaimer-text {
    color: #b1bad3;
    font-size:.82rem;
    text-align:center;
}
.horizontal-line {
    width:95%;
    border-top: 1px dotted #b1bad3;
    margin: auto;
    padding:10px;
}
.carousel-item img {
    border-radius:20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
}


.footer-info {
    flex: 0 0 60%; /* Takes up 70% of the space */
}

.footer-contact {
    flex: 0 0 40%; /* Takes up 30% of the space */
}

.footer-contact {
    text-align: left;
    padding-left: 50px;
}

.footer-contact-text {
    color: #b1bad3;
    font-size: .82rem;
    margin-bottom: 0.5rem;
}

.footer-contact-text i {
    width: 20px;
    margin-right: 10px;
    color: #ffc802;
}

/* Responsive adjustment for mobile */
@media (max-width: 767.98px) {
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        padding:0;
    }
    
    .footer-contact {
        padding: 0;
        padding-left:0;
    }
}







/* MOBILE QUERIES */

@media (max-width: 767.98px) {
    .desktop-only {
        display: none;
    }
    .sidebar {
        position: static;
        width: 100%;
        height: auto;
    }
    .main-content {
        width: 100%;
        margin-left: 0;
        padding-top: 60px;
    }
    .content-column h3 {
    margin-bottom: 15px;
    font-size:30px;
    }
    #toprow .welcomeimage {
        width: calc(100vw - 20px);
    }
    .navbar .btn {
        font-size: 12px;
        margin-top: 10px;
        align-items: center;
    }
    .navbar {
        max-width: 100vw;
    }
    .navbar-brand {
        margin: auto;
    }
    .navbar-brand img {
        max-width: 170px;
        padding-top: 5px;
    }
    .navbar-brand .signin-buttons{
        width: 100vw;
    }
    #middlerow .casinoimage {
        max-width: 300px;
        border-radius: 10px 10px 0px 0px;
    }
    #middlerow .sportsimage {
        max-width: 300px;
        border-radius: 10px 10px 0px 0px;
    }
    .nav {
	background-color: #0f212e;
	padding:10px;
	border-radius:20px;
    }
    .content-area {
	/* background-color: #1a2c38; */
	padding-top: 30px;
    }
     .logo-grid .col {
      opacity:0.5;
    }
    #leftcolumn {
     padding: 6px 6px 0px 0px;
    }
    .content-column {
	margin-bottom: 5px;
	margin-top: 5px;
    }
}
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

/* TABLET QUERIES PORTRAIT */

@media (min-width: 768px) and (max-width: 810px) {
    .sidebar {
        width: 250px;
        height: calc(100vh - 56px);
        position: fixed;
        top: 56px;
        left: 0;
        padding-top: 20px;
        overflow-y: auto;
    }
    .main-content {
        width: calc(100% - 250px);
        margin-left: 250px;
        padding: 15px;
    }
    #middlerow .casinoimage {
        max-width: 250px;
        border-radius: 10px 10px 0px 0px;
    }
    #middlerow .sportsimage {
        max-width: 250px;
        border-radius: 10px 10px 0px 0px;
    }
    #toprow .welcomeimage {
        width: 250px;
    }

}

@media (min-width: 992px) {
    .logo-grid {
      display: flex;
      overflow-x: auto;
    }
    .logo-grid .col {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      padding: 0 8px;  /* Adjust horizontal spacing between logos */
      opacity:0.5;
    }
  }