/* Reset và Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style:none;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
.content-post a , footer a, .custom-archive-content a,h1,h2,h3,.main-description a,.content-section a{
    color: #009349;
}
table td{
    background: #f7f7f7 !important;
    border-color: #000 !important;
    color: #000 !important;
}
.casino-item:first-child .casino-number{
  
    background:
       
         red !important;
        

}

.sub {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  animation: jumpSoft 1.6s ease-in-out infinite,
             colorShift 4s linear infinite;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.25);
}
.badge-uytin {
  position: relative;

  align-items: center;
  background: linear-gradient(180deg, #b40000, #8b0000);
  padding: 5px 26px 5px 16px;
  border-radius: 999px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255,255,255,0.2);
    margin-left: -45px;
    margin-top: -30px;
    display: none;
}
@media(max-width:992px){
    .badge-uytin {
      display: inline-flex;
    }
}
.badge-uytin .text {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Arial Black', 'Montserrat', sans-serif;
}

.badge-uytin .fire {
  position: absolute;
  right: -22px;
  font-size: 42px;
  top:-20px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.35));
}


@keyframes jumpSoft {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-6px) scale(1.05);
  }
  60% {
    transform: translateY(0) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes colorShift {
  0%   { color: #ff5252; }
  25%  { color: #ff9800; }
  50%  { color: #4caf50; }
  75%  { color: #2196f3; }
  100% { color: #ff5252; }
}


.casino-item:first-child{
      position: relative;
    z-index: 1;

    background: linear-gradient(135deg, #edf3ee, #f9fcfa) !important;
    border-radius: 16px;

    padding: 0 40px;

    box-shadow:
        0 10px 30px rgba(0, 102, 255, 0.20),
        0 30px 70px rgba(0, 0, 0, 0.18) !important;

    animation: floatGlow 5s ease-in-out infinite;
    overflow: hidden;
}
.casino-item:first-child .casino-name{
    color: #ffc533;
}
.casino-item:first-child .casino-logo img{
    max-width: 200px;
}
.casino-item:first-child::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0,102,255,0.6),
        rgba(0,255,180,0.6),
        rgba(0,102,255,0.6),
        transparent
    );

    background-size: 300% 300%;
    border-radius: inherit;

    animation: borderRun 4s linear infinite;
    filter: blur(2px);
}

.casino-item:first-child::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: inherit;
    border-radius: inherit;
    z-index: -1;
}

@keyframes borderRun {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

@keyframes floatGlow {
    0%, 100% {
        box-shadow:
            0 10px 30px rgba(0, 102, 255, 0.20),
            0 30px 70px rgba(0, 0, 0, 0.18);
    }
    50% {
        box-shadow:
            0 18px 45px rgba(0, 102, 255, 0.35),
            0 40px 90px rgba(0, 0, 0, 0.25);
    }
}


#scrollTopBtn {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 15px;f
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  background-color: #333333;
  backdrop-filter: blur(70px);
  border: 1px solid #fff;
  z-index: 3333333;
}

#scrollTopBtn svg {
  fill: white;
}
.content-text {
    font-size: 14px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* Header Top Section */
.header-top {
  width: 100%;
  height: 65px;
  background-color: #037039;
}
.latest-posts .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.latest-posts{
    margin: 20px 0;
}.latest-post-title{
        margin-top: 10px;
}
.latest-posts a{
    color: #000;
    font-weight: 700;

}
.latest-posts .list-title{
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    
}
.latest-posts img{
    width: 100%;
    aspect-ratio: 16/11;
    object-fit: cover;
}


.header-top-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.blog-card img{
    aspect-ratio: 16/9;
    object-fit: cover;
}
 .dropdown-content{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 120%;
    left: 0;
    background: #009349;
    min-width: 200px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 99;
    gap: 15px;
    padding: 10px;
}
.menu-item-has-children:hover .dropdown-content{
    display: flex;
}
.menu-item-has-children {
    position: relative;
}
.logo {
  height: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  max-width: 180px;
}
.navigations{
    margin: 25px 0;
   
}
.promotion .container{
    display: flex;
    justify-content: space-between;
}
.promo-item{
    display: flex;
    gap: 15px;
}
.navigations a{

    color: #000;
}
.sidebar .title{
    font-size: 25px;
    font-weight: 700;
    padding: 15px ;
    color: #fff;
    background: #037039;
}
.sb-body{
    background: #009349;
    padding: 15px;
}
.sidebar h3{
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
}
.featured-article img{
    height: 150px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.post-date{
font-size: 12px;
color: #fff;
white-space: nowrap;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-link li{
    color: #fff;
}
.header-menu {
    
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}

.menu-item {
  display: flex;
  align-items: center;
  height: 21px;
}

.menu-item:not(:last-child) {
  margin-right: 20px;
}

.menu-icon {
  width: 21px;
  height: 21px;
  display: block;
  margin-right: 9px;
}

.menu-item span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffc533;
  white-space: nowrap;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap:15px
}

.header-buttons button:first-child {
  margin-right: 17px;
}

.btn-login,
.btn-register {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.btn-register {
  background-color: #ffc533;
  color: #000;
}
.btn-login {
  background-color: #009349;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Header Navigation Section */
.header-nav {
  width: 100%;
  background-color: #009349;
}

.header-nav-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.nav-menu {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  height: 19px;
  display: block;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.8;
}

/* Main Content */
.main-content {
  min-height: 400px;
  background-color: #ffffff;
  padding: 40px 0;
}

.main-content-wrapper {
  max-width: 1203px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 19px;
  
  color: #037039;
  text-align: center;
  margin-bottom: 13px;
  
}

.main-description {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  text-align: center;
  max-width: 1203px;
}

/* Slider và Promo Box Section */
.slider-promo-section {
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  gap: 37px;
  align-items: flex-start;
}

.slider-container {
  flex: 1;
  max-width: 963px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.6s ease-in-out;
}

.slide.active .slide-image {
  transform: scale(1);
}

.slide:not(.active) .slide-image {
  transform: scale(1.05);
}

.slide-text {
  position: absolute;
  top: 91px;
  left: 51px;
  width: 301px;
  height: 219px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
}

.slide.active .slide-text {
  opacity: 1;
  transform: translateY(0);
}

.slide-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-dots {
  position: absolute;
  bottom: 16px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding-left: 0;
  z-index: 1000;
}
.casino-list {
  padding: 60px 0;
}
.casino-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.casino-item {
  width: 100%;
  max-width: 1300px;
  height: 181px;
  background-color: #edf3ee;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  gap: 30px;
}
.casino-item:first-child,.casino-item:nth-child(2),.casino-item:nth-child(3){
    background: #FBF3D6;
}
.rate p{
    color:rgba(18, 18, 18, 0.5);
    font-size: 12px;
    margin-bottom: 5px;
}
.casino-number {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;background: #037039;border-radius: 50%;
}
.casino-item:first-child .casino-number,.casino-item:nth-child(2) .casino-number,.casino-item:nth-child(3) .casino-number{
    background: #FFC533;
}

.casino-logo {
 
  flex-shrink: 0;
}

.casino-logo img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 140px;
}

.casino-name {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #037039;
  flex-shrink: 0;
  min-width: 120px;
}

.casino-stars {
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}

.casino-stars img {
  width: 15.43px;
  height: 15.43px;
}

.casino-features {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.25;
  flex: 1;
  margin: 0 20px;
}

.casino-features p {
  margin-bottom: 5px;
}

.casino-buttons {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex-shrink: 0;
}
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #ffc533;
}

.promo-box {
  width: 300px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.promo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Content Section */
.content-section {
  width: 100%;
  background-color: #f7f7f7;
  padding: 26px 0;
  min-height: 533px;
}

.content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.content-text {
  max-width: 1300px;
  max-height: 482px;
  color: #000;
  overflow: scroll;
}
.content-text p, .content-text h3 ,.content-text h2,.content-text img{
    margin: 10px 0;
}

.content-text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2102272851126534em;
  color: #121212;
  text-align: justify;
  margin-bottom: 1em;
}

.content-text p:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  width: 100%;
  background-color: #121212;
  padding-top: 38px;
}

.footer-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 42px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-content {
  display: flex;
  margin-bottom: 62px;
}

.footer-column-1 {
  width: 299px;
  margin-right: 46px;
}

.footer-column-2 {
  width: 300px;
  margin-right: 27px;
}
.blog-grid .post-date{
    color: #686B74;
}.blog-grid  hr{
     border: none;
  border-top: 1px solid #ffcc00;
}
.footer-column-3 {
  width: 300px;
  margin-right: 27px;
}

.footer-column-4 {
  width: 300px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.blog-card h3 a{
    color: #000;
    font-size: 16px;
  
    font-weight: 700;
}.blog-card h3 {
    color: #000;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 700;
}
.blog-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.footer-logo {
  width: 183px;
  height: 40px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-icons {
  display: flex;
  gap: 21px;
  margin-bottom: 20px;
}

.social-icon {
  width: 43px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icon img {
  width: 27px;
  height: 26px;
  object-fit: contain;
}

.badge-18 {
  width: 234px;
  height: 36px;
  margin-top: 20px;
}

.badge-18 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover {
  opacity: 0.8;
}

.footer-copyright {
  text-align: center;
  padding-bottom: 20p;
}

.footer-copyright p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.sidebar {
 background:#31343C;
  padding: 0;
  border-radius: 10px;
  height: fit-content;
  overflow: hidden;
}
.hot-news-item {
    display: flex;
    gap: 20px;
    padding: 20px 20px 0 20px;
   
}
.hot-news-item:first-child{
    padding-top: 0;
}
.hot-news-item:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.hot-news-image a{
    display: block;
    width: max-content;
}
.hot-news-date{
    font-size: 12px;
    color: #fff;
}
.hot-news-content h4 a{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.hot-news-image a img{
    width: 121px;
    height: 79px;
    border-radius: 5px;
    object-fit: cover;
    
}
.sidebar-content {
  display: flex;
  flex-direction: column;
}

.hot-news {

}

.hot-news h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  background: #00A854;
  padding: 10px 0;
}

/* Main Hot News */
.main-hot-news {
  margin-bottom: 20px;
}

.main-hot-news-image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-hot-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-hot-news-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-hot-news-content h4 a{
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.main-hot-news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-hot-news-date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.main-hot-news-icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

/* Small Hot News List */
.small-hot-news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.small-hot-news-item {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.small-hot-news-item:hover {
  transform: translateX(5px);
}

.small-hot-news-image {
  width: 60px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}

.small-hot-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-hot-news-content h5 {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.small-hot-news-content h5 a{
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* Related News Section (Below Article) */
.related-news-section {


}

.related-news-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;

  margin-bottom: 35px;
}

.related-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
}

.related-news-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.single .related-news-item{
    background: transparent;
    padding: 0;
    box-shadow: none;
    display: flex;
    gap: 15px;
}.single .related-news-item img{
    max-width: 120px;
}

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

.related-news-image {
  width: 130px;
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.related-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-news-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-news-content h4 a{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-news-date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.related-news-icon {
  width: 16px;
  height: 16px;
}

/* Animation for article content */
.article-section {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.article-section:nth-child(1) {
  animation-delay: 0.1s;
}
.article-section:nth-child(2) {
  animation-delay: 0.2s;
}
.article-section:nth-child(3) {
  animation-delay: 0.3s;
}
.article-section:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects */
.hot-news-item:hover,
.related-news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 126, 7, 0.2);
}

.tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 126, 7, 0.3);
}

/* Reading progress bar */
.article::before {
  content: "";
  position: fixed;
  top: 90px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #ff7e07;
  z-index: 1000;
  transition: width 0.3s ease;
}

/* Table of contents styles */
.article-content h2 {
  scroll-margin-top: 120px;
}

/* Animation for news items */
.news-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.news-item:nth-child(1) {
  animation-delay: 0.1s;
}
.news-item:nth-child(2) {
  animation-delay: 0.2s;
}
.news-item:nth-child(3) {
  animation-delay: 0.3s;
}
.news-item:nth-child(4) {
  animation-delay: 0.4s;
}
.news-item:nth-child(5) {
  animation-delay: 0.5s;
}
.news-item:nth-child(6) {
  animation-delay: 0.6s;
}
.news-item:nth-child(7) {
  animation-delay: 0.7s;
}
.news-item:nth-child(8) {
  animation-delay: 0.8s;
}
.news-item:nth-child(9) {
  animation-delay: 0.9s;
}
.news-item:nth-child(10) {
  animation-delay: 1s;
}
.news-item:nth-child(11) {
  animation-delay: 1.1s;
}
.news-item:nth-child(12) {
  animation-delay: 1.2s;
}
.main-detail {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
  background: #fff;
}
/* Hover effects */
.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 126, 7, 0.3);
}

.page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 126, 7, 0.3);
}

/* Loading animation */
.news-item.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.date{
   
    gap: 10px;
    color: #000;
    align-items: center;
    margin-bottom: 15px;
}
.mini-article a{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.mini-article a img{
    width: 62px;
    height: 62px;
    border-radius: 5px;
}
.mini-article  span{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}
hr{
     border: none;
  border-top: 1px solid #fff;
    width: 100%;
    height: 1px;
}
.footer-column ul li{
    margin-bottom: 15px;
}
.custom-archive-content{
    padding: 20px;
    background: #f7f7f7;
    max-height: 460px;
    overflow: scroll;
}
.custom-archive-content p,.custom-archive-content h3,.custom-archive-content h2,.custom-archive-content img{
    margin: 10px 0;
}
.content-post p,.content-post img,.content-post h2,.content-post h3{
    margin: 10px 0;
}
.relative-title{
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
}
.content-post{
 background-color: rgba(255, 197, 51, 0.1);
    border-radius: 10px;
    padding: 20px;
    color: #000;
}
/* Responsive */
@media (max-width: 1919px) {
  .header-top-wrapper,
  .header-nav-wrapper,
  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .header-top-wrapper,
  .header-nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-menu {
    gap: 15px;
  }

  .menu-item:not(:last-child) {
    margin-right: 15px;
  }

  .menu-item span {
    font-size: 14px;
  }

  .menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }

  .btn-login,
  .btn-register {
    font-size: 14px;
  }

  .header-buttons button:first-child {
    margin-right: 12px;
  }

  .nav-menu {
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-content {
    flex-wrap: wrap;
    gap: 30px;
  }

  .main-content-wrapper {
    padding: 0 40px;
  }

  .main-title {
    font-size: 28px;
  
  }

  .slider-promo-section {
    gap: 25px;
    padding: 0 20px;
  }

  .slider-container {
    flex: 1;
  }

  .slider-wrapper {
    height: 350px;
  }

  .slide-text {
    top: 70px;
    left: 40px;
    width: 250px;
    height: 180px;
  }
  .casino-item {
    height: 160px;
    padding: 20px  30px !important;
    gap: 12px;
  }

  .casino-number {
    font-size: 28px;
    width: 35px;
    height: 35px;
  }

  .casino-logo {

  }

  .casino-name {
    font-size: 24px;
    min-width: 80px;
  }

  .casino-features {
    font-size: 13px;
    margin: 0 15px;
  }

  .casino-stars img {
    width: 14px;
    height: 14px;
  }

  .casino-buttons {
    gap: 20px;
  }
  .slider-dots {
    bottom: 16px;
    left: 20px;
  }

  .promo-box {
    width: 300px;
    height: 350px;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .promo-box {
    display: none;
  }

  .slider-container {
    max-width: 100%;
  }

  .header-menu {
    gap: 12px;
  }

  .menu-item:not(:last-child) {
    margin-right: 12px;
  }

  .menu-item span {
    font-size: 13px;
  }

  .menu-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .btn-login,
  .btn-register {
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }

  .header-buttons button:first-child {
    margin-right: 10px;
  }

  .logo {
    height: 35px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .header-top {
    height: auto;
    min-height: 65px;
  }

  .header-top-wrapper {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 20px;
    justify-content: space-between;
  }

  .mobile-menu-toggle {
    display: flex;
    order: 2;
  }

  .logo {
    margin-right: auto;
    order: 1;
    height: 35px;
  }

  .header-menu {
    display: none;
  }

  .header-buttons {
    order: 3;
    width: 100%;
    margin-top: 15px;
    gap: 10px;
    justify-content: center;
  }

  .header-buttons button:first-child {
    margin-right: 0;
  }

  .btn-login,
  .btn-register {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  .header-nav-wrapper {
    padding: 15px 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 15px;
    background-color: #009349;
    padding: 15px 0;
    margin-top: 15px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-link {
    width: 100%;
    padding: 10px 0;
  }

  .casino-number {
    font-size: 24px;
    width: 30px;
    height: 30px;
  }

  .casino-logo {
  
  }

  .casino-name {
    font-size: 24px;
    min-width: auto;
    display: none;
  }

  .casino-features {
    font-size: 12px;
    margin: 0;
  }

  .casino-stars img {
    width: 14px;
    height: 14px;
  }

  .header-nav {
    height: auto;
    min-height: 60px;
  }

  .header-nav-wrapper {
    padding: 15px 20px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 15px;
    background-color: #009349;
    padding: 15px 0;
    margin-top: 15px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-link {
    width: 100%;
    padding: 10px 0;
  }

  .main-content {
    padding: 30px 0;
  }

  .main-content-wrapper {
    padding: 0 20px;
  }

  .main-title {
    font-size: 24px;
 
    margin-bottom: 15px;
  }

  .main-description {
    font-size: 13px;
    line-height: 20px;
  }

  .slider-promo-section {
    gap: 20px;
    margin: 30px auto;
    padding: 0 15px;
  }

  .slider-container {
    max-width: 100%;
    width: 100%;
  }

  .slider-wrapper {
    height: 250px;
  }

  .slide-text {
    top: 40px;
    left: 20px;
    width: 180px;
    height: 120px;
  }

  .slider-dots {
    bottom: 10px;
    left: 15px;
    gap: 8px;
  }

  .dot {
    width: 9px;
    height: 9px;
  }

  .content-section {
    padding: 20px 0;
    min-height: auto;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-text {
    max-width: 100%;
    min-height: auto;
  }

  .content-text p {
    font-size: 13px;
    line-height: 1.5em;
  }

  .footer-wrapper {
    padding: 30px 20px;
  }

  .footer-content {
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer-column-1,
  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    width: 45%;
    margin-right: 0;
  }

  .social-icons {
    gap: 15px;
    flex-wrap: wrap;
  }

  .footer-copyright {
    margin-top: 30px;
  }

  .footer-copyright p {
    font-size: 12px;
  }
}
footer ul li a{
    color: #fff;
}
@media (max-width: 480px) {
  .main-title {
    font-size: 16px;
  
  }

  .main-description {
    font-size: 16px;
    line-height: 18px;
  }

  .logo {
    height: 30px;
  }

  .header-top-wrapper {
    padding: 12px 15px;
  }

  .menu-item span {
    font-size: 14px;
  }

  .menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .footer-column-1 {
    width: 100%;
    margin-right: 0;
  }
  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    width: 45%;
    margin-right: 0;
  }
  .btn-login,
  .btn-register {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }

  .header-nav-wrapper {
    padding: 12px 15px;
  }

  .footer-wrapper {
    padding: 20px 15px;
  }

  .slider-promo-section {
    gap: 15px;
    margin: 20px auto;
    padding: 0 10px;
  }

  .slider-wrapper {
    height: 200px;
  }

  .slide-text {
    top: 30px;
    left: 15px;
    width: 150px;
    height: 100px;
  }

  .slider-dots {
    bottom: 8px;
    left: 10px;
    gap: 6px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .casino-item {
    height: auto;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .casino-number {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }

  .casino-logo {
 
  }

  .casino-name {
    font-size: 20px;
    min-width: auto;
  }

  .casino-features {
    font-size: 12px;
    margin: 0;
  }

  .casino-stars img {
    width: 12px;
    height: 12px;
  }

  .casino-buttons {
    gap: 10px;
    flex-direction: row;
  }

  .casino-buttons .btn {
    font-size: 12px;
  }
  .main-detail,.blog-grid,.latest-posts .wrapper{
      grid-template-columns: 1fr;
  }.blog-grid{
      padding: 0 15px;
  }
  .blog-card img{
      width: 100%;
  }
  .content-post img{
      max-width: 100%;
  }
  .latest-posts{
    padding: 0 15px;
}
 
   .navigations,.custom-archive{
       padding: 0 10px;
   }
   .badge-uytin{
       margin: 0;
   }
}
