@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "Roboto", sans-serif;
}
.lightBlue{
  background-color: #f1f8fc;
}
.casino-banner {
  background-color: #000;
  color: #fff;
  padding: 50px 0px;
}
.footer-widget .fa {
    display: inline-block !important;
    font: normal normal normal 20px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-brand img {
  width: 70px !important;
}

body.single-casinos,
.page-template-blogtheme {
  /* background-color: #f9fcff; */
}

.bg-orange {
  background-color: #d4af37;
}

.text-orange {
  color: #d4af37;
}

header#wrapper-navbar ul li a {
  color: #000;
}

.casino-banner .casino-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
}

.casino-banner .casino-title span {
  color: #d4af37;
}

.casino-banner .casino-subtitle {
  font-size: 1.6rem;
  margin: 10px 0;
  color: #fff;
}

.casino-banner .casino-desc {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #ddd;
}

.casino-banner .casino-btn {
  background-color: #d4af37;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.casino-banner .casino-btn:hover {
  background-color: #d4af37;
  color: #fff;
}

.casino-banner .casino-img {
  max-width: 300px;
}




.casino-top-section {
  background: #fff;
  color: #000;
  padding: 60px 0 0px;
  /* Custom padding, no Bootstrap py */
}

.casino-top-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.casino-top-card {
  border: 4px solid #d4af37;
  /* border-radius: 10px; */
  padding: 25px 20px;
  background: #fff;
  transition: transform 0.3s ease;
  height: 100%;
  width: 90% !important;
  margin: 0 auto;
}


.casino-top-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -4%;
  left: 0%;
  z-index: 100
}

.casino-top-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.casinoTopSwiper .swiper-wrapper {
  padding: 20px 0px 50px;
}

.casino-top-stars {
  color: #d4af37;
  font-size: 18px;
  margin-bottom: 15px;
}

.casino-top-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.casino-top-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.casino-top-offer {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.casino-top-btn {
  background: #d4af37 !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
  width: 100%;
}

.casino-top-btn:hover {
  background: #bfa22c;
  color: #fff;
}

/* Swiper Pagination */
.casino-top-pagination .swiper-pagination-bullet {
  background: #d4af37 !important;
}



.news-section {
  padding: 60px 0;
  /* background: #fff; */
  color: #000;
}

.page-template-blogtheme .news-section {
  padding: 30px 0px !important;
}

.news-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.news-card {
  /* border-radius: 12px; */
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
   border-radius: 12px; 
}

.news-content {
  padding: 20px;
}

.news-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.news-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.news-btn {
  background: #000 !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
}

.news-btn:hover {
  background: #333;
}

/* Swiper Pagination */
.news-pagination .swiper-pagination-bullet {
  background: #000 !important;
}

.live_stream {
  background-image: url(http://onnipotti.com/wp-content/uploads/2025/09/live-stream-Banner.png);
  background-size: cover;
  background-position: top left;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  color: #fff;
  position: relative;
}

.live_stream::after {
  /* border: 5px solid #d4af37;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  position: absolute;
  content: ""; */

}


#page>p {
  display: none;
}

.casino-list-section {
  background: #f1f8fc;
  padding: 20px 0 20px;
}

.casino-list-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.listCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #d4af37;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  background: transparent;
  /* gap: 20px; */
}

.casino-list-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.casino-list-logo {
  font-size: 22px;
  font-weight: 700;
  color: #888;
  text-align: center;
  line-height: 1.2;
}

.casino-list-logo span {
  font-size: 14px;
  font-weight: 400;
}

.casino-list-details {
  max-width: 220px;
}

.casino-list-offer {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 700;
}

.casino-list-stars {
  color: #d4af37;
  font-size: 18px;
}

.casino-list-stars .fa,
.casino-top-stars .fa {
  padding-left: 5px;
}

    #casino-reviews-wrapper {
        padding: 20px 0px 30px;
        background: #f9fcff;
    }
    .singleCasino .listCard{
      border: none !important;
      background-color: #fff;
    }
@media (max-width:767px) {
  .casino-list-stars {
    color: #d4af37;
    font-size: 20px !important;
    /* padding-left: 5px !important; */
  }

  .listCard .casino-list-details {
    width: 50% !important;
  }
  .singleCasino .listCard .casino-list-details{
    width: 90% !important;

  }
.listCard {
  padding: 5px 20px 10px;
  justify-content: start;
}
  .listCard .casino-list-right {
    width: 50% !important;
  }
  .news-section{
    padding: 20px 0px;
  }

.page-template-blogtheme .news-section {
    padding: 10px 0px !important;
}


  .singleCasino .casino-list-section{
    padding: 20px 0 10px;
}

.singleCasino .listCard{
    margin-bottom: 0px;
}


.singleCasino .listCard{
    padding: 0px 9px 8px;
}

.singleCasino .casinoCol2{
    margin-bottom: 8px;
}

.singleCasino .casino-section .fa{
    display: block
}

.singleCasino .casino-list-offer{
    margin:0 0 0px;
}
.overlayDiv{
  background: #00000087;
    padding: 30px 10px;
    border-radius: 20px;
}
}

.casino-list-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.casino-list-right .col-6,
.casino-top-list .col-6 {
  width: 100%;
}

.casino-list-right .benefit-item,
.casino-top-list .benefit-item {
  margin-bottom: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.casino-list-right p,
.casino-top-list p {
  margin-bottom: 0px !important;
}

.casino-list-right img,
.casino-top-list img {
  width: 15px;
  margin-right: 10px;
  filter: sepia(1);
}

.casino-list-info {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}


.casino-list-info li {
  font-size: 14px;
  margin-bottom: 5px;
}

.casino-list-btn {
  background: #d4af37 !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: 0.3s ease !important;
  width: 100% !important;
}

.casino-section .fa {
  color: #d4af37 !important;
  font-size: 30px !important;
  margin-right: 10px;
}

.casino-section .info-box p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.casino-section p strong {
  margin-right: 5px;
}

.casino-section .info-box p {
  font-size: 20px;
}

.casino-section .info-box a {
  text-decoration: none;
  color: #000;
}

.casino-list-btn:hover {
  background: #bfa22c;
  color: #fff;
}

.casinoCol1 {
  display: flex;
  align-items: center;
  width: 15%;
}

.casinoCol1 .imageCasino {
  width: 100%;
}

.casinoCol1 .imageCasino img {
  width: 100%;
}

.casinoCol1 .reviewBtn {
  width: 50%;
  display: none;
}

.casinoCol2 {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-evenly;
}

.CasinoBtn {
  width: 20%;
}

.singleCasino .casino-list-stars .fa {
  padding-left: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .singleCasino .casinoCol1 {
    justify-content: space-between;
  }

  .casino-top-offer {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .casino-section .info-box p {
    font-size: 14px;
  }

  .casino-section .fa {
    color: #d4af37 !important;
    font-size: 16px !important;
    margin-right: 10px;
  }

  .singleCasino .casino-list-stars .fa {
    font-size: 30px;
    padding-left: 5px;
  }

  .singleCasino .casinoCol2 {
    background-color: #ddd;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    justify-content: center;
  }

  .listCard {
    flex-direction: column;
    text-align: center;
  }

  .casino-list-left {
    justify-content: center;
  }

  .casinoCol1 {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .casinoCol1 .imageCasino {
    width: 90%;
    margin: 0 auto;
  }
  .casinoCol1 a{
    width: 50% !important;
  }

  .singleCasino .casinoCol1 .imageCasino {
    width: 50%;
    margin: 0 auto;
  }
  .casinoCol1 .imageCasino img {
    width: 100%;
  }

  .casinoCol1 .reviewBtn {
    width: 50%;
    display: block;
  }

  .casinoCol1 .reviewBtn a {
    width: 100% !important;
  }

  .casinoCol2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .CasinoBtn {
    width: 100%;
  }
}


.casino-list-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.casino-list-info li {
  margin-bottom: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.casino-list-info i {
  color: #d4af37;
  /* green check */
  margin-right: 8px;
}




.casino-footer {
  background: #111;
  background-image: url(http://onnipotti.com/wp-content/uploads/2025/09/Footer-Bg.png);
  background-size: cover;
  padding: 40px 20px;
}

.casino-footer .footer-text {
  color: #d4af37;
  max-width: 500px;
  /* margin: 0 auto 20px */
}

.casino-footer .footer-links li {
  margin: 8px 0;
}

.casino-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.casino-footer .footer-links a i {
  color: #d4af37;
  margin-right: 8px;
}

.casino-footer .footer-links a:hover {
  color: #d4af37;
}

.casino-footer .footer-social a {
  color: #d4af37;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s;
}

.casino-footer .footer-social a:hover {
  color: #fff;
}



.casino-pictures {
  background: #f5fcff;
  /* light blue bg */
}

.casino-pictures h2 {
  font-weight: 700;
  color: #222;
}

.casino-pictures .swiper-slide img {
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}

.casino-pictures .swiper-pagination-bullet {
  background: #d4af37;
  opacity: 1;
}

.casino-pictures .swiper-pagination-bullet-active {
  background: #b8962e;
}

.casino-section .info-box {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.casino-section .info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.casino-section p,
.casino-section li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

.casino-section h6 {
  margin-bottom: 8px;
  color: #222;
  font-weight: 600;
}

.casino-pictures ,.reels-review ,.casino-content {
  padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
@media(max-width:767px){
  .casino-pictures ,.reels-review ,.casino-content {
  padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
}
.reels-review h3 {
  font-weight: 600;
  color: #222;
}
.reels-review h2 {
font-weight: 600;
}
.reels-review .card {
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #f1f8fc;
}


.reels-review .card .fa {
        font-size: 20px;
        padding-left: 5px;
        color: #d4af37;
    }
.reels-review .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.reels-review h5 {
  font-weight: 600;
  color: #333;
}

.reels-review .card-body p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* star styling */
.reels-review .stars i {
  color: #f5c518;
  /* gold stars */
  margin-right: 2px;
  font-size: 16px;
}





.pros-cons .pros-box,
.pros-cons .cons-box {
  background: #fff;
  border: 2px solid #e0c97f;
  /* custom gold border */
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.pros-cons .fa {
  color: #d4af37 !important;
}

.pros-cons .pros-box:hover,
.pros-cons .cons-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.pros-cons h5 {
  color: #333;
}

.pros-cons li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}



.casino-loadmore-wrapper {
  text-align: center;
  margin-top: 20px;
}

.load-more-btn {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
}

.casino-progress-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.casino-progress-bar ,.progress {
  width: 200px;
  height: 8px;
  background: #000;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.casino-progress-fill  ,.progress-bar.bg-success { 
  display: block;
  background-color: #000 !important;
}



.faq-accordion .accordion-item {
  border: 2px solid #e0c97f;
  /* gold border */
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: #fff;
  font-weight: 600;
  color: #333;
  box-shadow: none !important;
}

.faq-accordion .accordion-item{
    border-top: 2px solid #e0c97f !important;

}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: #f9fcff;
  border-bottom: 1px solid #e0c97f;
}

.faq-accordion .accordion-body {
  background: #fff;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}




.title_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.title_page h1 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0px;
  word-spacing: 0em;
  max-width: 600px;
}
section.post_banner::after {
    content: "";
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 70%;
}
.table_contents_title {

  font-size: 20px;
  line-height: 52px;
  padding-left: 30px;
  text-transform: none;
  color: #000;
  background-color: #d4af37;
  margin: 0;
  font-weight: 700;
}

.advance_casino_page {
  padding: 50px 0px;
}

.content_list li {
  list-style-type: none;
  border-bottom: 1px solid #efefef;
  margin: 0;
  background-color: transparent;
  transition: background-color .5s ease;
  padding: 11px 20px 11px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_list li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.content_list {
  padding-left: 0 !important;
}



.table_of_content {
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 20px);
}

/* #toc{
    z-index:1000 !important;

} */
.content_list .active {
  background-color: #ececec;
}

.content_list .active ul li {
  background-color: #cecece;
}

#toc a.active {
  font-weight: bold;
  color: #007bff;
}


.sublist_content {
  display: none;
  padding-left: 0 !important;
}

.sublist_content li {
  padding-left: 10px;
  padding-right: 0px;
}

/* Chrome, Safari, and other WebKit-based browsers */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  /* Scrollbar thumb color */
  border-radius: 10px;
  /* Round edges of the scrollbar thumb */
  border: 2px solid #f1f1f1;
  /* Optional: Add border to scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #C69B54;
  /* Color on hover */
}


.floating_table_content_btn {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 50%;
  position: absolute;
  top: 95%;
  right: -10%;
  z-index: 100;
}

@media (min-width:993px) {
  .floating_table_content_btn {
    display: none;
  }
}

@media (max-width:992px) {
  .res_table_content {
    position: fixed;
    top: 50%;
    /* width: 50% !important; */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .table_of_content {
    display: none;
  }
}

@media (max-width:767px) {
  .res_table_content {
    width: 80% !important;
    height: 100%;
  }

  /* 	.floating_table_content_btn{
		right:-10%;
	} */
}

.top_offer_sec .offer_box {
  margin-top: 20px;
}


.post_banner {
  position: relative;
}




@media (max-width: 992px) {
  #toc {
    position: fixed !important;
    top: 50% !important;
    width: 70% !important;
    height: 650px;
    overflow-y: scroll;
    left: 50%;
    /* height: 650px; */
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
}


#load-more-casinos {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  border: none in !important;
  transition: 0.3s ease;
  margin-top: 5px;
}


.menu_setion {
  display: none;
  visibility: hidden;
  opacity: 0;
}


.page_banner {
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}

#casino-reviews-progress {
    font-size: 16px;
    font-weight: 700;
  }
@media (max-width: 767px) {
  .page_banner {
    padding: 50px 0px;
  }
}



@media(max-width:767px) {
  .casino-top-heading {
    margin-bottom: 10px;
  }

  .casinoTopSwiper .swiper-wrapper {
    padding: 15px 0px 40px;
  }

  #casino-reviews-wrapper {
    padding: 20px 0px 30px;
    background: #f9fcff;
  }
  .news-section .swiper-wrapper {
    padding: 15px 0px 40px;
  }
  .news-heading{
    margin-bottom: 10px;
  }
}



@media (max-width:767px) {
  .navDiv {
    position: relative;
    height: 100px;
  }

  .navDiv .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    top: 50%;
  }

  .casino-banner {
    padding: 20px 0px 10px;
  }

  .casino-banner {
    text-align: center !important;
  }

  .casino-banner .casino-title {
    font-size: 2rem;
  }

  .casino-banner .casino-subtitle {
    font-size: 1.2rem;
  }

  .casino-top-section {
    padding: 20px 0px 10px;
  }

  .casino-list-heading {
    margin-bottom: 15px;
  }
  .casino-top-card{
        padding: 16px 20px;
  }
  .casino-top-title{
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}


 .progress-wrapper {
        width: 115px;
    height: 10px;
    background: #000;
    border-radius: 13px;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
     position: relative;
  }

  /* Progress bar fill */
  .progress-bar {
    width: calc((10 / 40) * 100%); /* 10 of 40 items = 25% */
    height: 100%;
    background: #d4af37; /* yellow */
    border-radius: 20px 0 0 20px;
  }


  .casino__btn{
    background: #d4af37 !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: 0.3s 
ease !important;
  }



  .swiper-wrapper{
    padding: 0px 0px 30px;
  }


  .casino-info-item{
    display: flex;
    /* align-items: center; */
    width: 100%;
  }
  .icon-box{
    width: 40px;
  }


  .feature-box{
    background-color: #fff;
    border-radius: 20px;
    padding:20px  20px;
  }
  .feature-box ul{
    list-style: none;
    padding-left: 0px !important;
  }
  .feature-box ul li{
    font-size: 14px;
    padding-bottom:10px;
    font-weight: 500;
  }
  .feature-box ul li a{
    text-decoration: none;
    color: #000;
  }


  .bonus-card {
      border: 1px solid #d9d9d9;
      margin-bottom: 15px;
      border-radius: 6px;
      background: #f9f9f9;
    }
    .bonus-card .header {
      background: #eaf4ff;
      font-weight: bold;
      padding: 10px;
    }
    .bonus-card .body {
      padding: 10px;
    }



     .newsletter-section {
      background: #ece1bd; /* light blue background */
      padding: 60px 20px;
      text-align: center;
    }
    .newsletter-section h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .newsletter-input {
      border-radius: 50px;
      padding: 12px 20px;
      border: none;
      outline: none;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .newsletter-btn {
      background: #06cfd1;
      border: none;
      border-radius: 50px;
      padding: 12px 40px;
      font-weight: 600;
      color: #fff;
      transition: 0.3s ease;
    }
    .newsletter-btn:hover {
      background: #05b2b3;
    }
    .newsletter-note {
      margin-top: 15px;
      font-size: 0.9rem;
      color: #333;
    }

    .newsletter-form-fields p{
      flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    display: flex
;
    justify-content: center;
    }
     .newsletter-form-fields span {
    
    
    width: calc(50% - 5px);
}
    .newsletter-form-fields input {
    padding: 12px;
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 25px 25px 25px 25px !important;
    font-size: 15px;
    font-family: "Inter Tight", Sans-serif;
    width: 100%;
    height: 40px;
}

.newsletter-form-fields input[type=submit]{
      background-color: #d4af37 !important;
    width: 100%;
    height: 40px;
    max-width: 100%;
    border: 1px solid #d4af37 !important;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1.6px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff !important;
    padding: 12px 24px;
}
.wpcf7-not-valid-tip{
  width: 100%  !important;
}
.wpcf7-spinner{
  width: fit-content !important;
}
.wpcf7 form .wpcf7-response-output{
  margin-top: 0px !important;
}



@media (min-width:767px){
  .overlayDiv p{
        width: 600px;
    margin: 4px 0 7px auto;
  }
}


#offcanvasMenu .offcanvas-header{
  align-items: start !important;
  border-bottom: 1PX solid #e5e5e5;
}

.offcanvas-header img{
  width: 70px  !important;
}

.feature-list li::marker{
      content: "\f054";
      display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #d4af37;
    -webkit-font-smoothing: antialiased;
}

.feature-list li {
    padding-left: 10px;
}
.feature-list ul{
  margin-left: 10px;
}

.feature-list li.newLI::marker{
     content: "\f101" !important;
      display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #d4af37;
    -webkit-font-smoothing: antialiased;
}

.hl2{
  margin-left: 20px;
}


.pagination .active .page-link {
    background-color: #c68600;
    color: #000;
    border-color: #c68600;
}

.pagination .page-link {
    color: #000;
    background-color: transparent;
    border: 1px solid #FFD700;
    border-radius: 6px;
    margin: 0 4px;
    padding: 6px 12px;
    transition: all 0.3s 
ease;
}


.tab_section {
    background: #f5fcff;
    padding-bottom:50px ;
}
ul.category-tabs{
  display: flex;
    list-style: none;
    gap: 15px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e5e5;
    overflow-x: auto;
}

li.category-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 7px 7px 0 0;
    padding: 0 15px;
    height: 40px;
    line-height: normal;
    -webkit-transition: all .2s 
linear;
    -o-transition: all .2s linear;
    transition: all .2s 
linear;
    border-bottom: 0;
    white-space: nowrap;
    background-color: #fff;
}
li.category-tab.active{
  cursor: pointer;
    background-color: #c68600;
    color: #fff;
}
.casino-categories {
    padding: 50px 0px 20px;
}
li.category-tab{
  cursor: pointer;
}
ul.category-tabs::-webkit-scrollbar {
    height: 2px; 
}

ul.category-tabs::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 10px;
}

ul.category-tabs::-webkit-scrollbar-thumb {
    background: #c68600; 
    border-radius: 10px;
}

ul.category-tabs::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0; 
}


.casinoTopSwiper .swiper-wrapper {
  height: auto !important;
}
.casinoTopSwiper .benefit-item , .casinoTopSwiper .casino-top-list {
  height: fit-content !important;
}



/* post single page */

.post_banner{                     
  padding: 200px 0px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.desktopHide {
  display: none;
}

@media (max-width: 767px) {
  .desktopHide {
      display: block !important;
  }
  .mobileBgHide {
   background-image: none !important;
  }

  .mobileBgHide .title_page{
    width: 95%;
  }
  .post_banner{
    padding: 0px;
  }
  .title_page h1{
    font-size: 18px;
  }
}