
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
}
html{


}

body {
  font-family: "Lexend", sans-serif;
  line-height: 1.6;
  color: #fff;
  background: #5DA9E9   ;
  font-size: 16px;


}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
header .container{
    padding: 10px 0;
}
#header-container {
  height: inherit;
}
#scrollTopBtn {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 15px;
  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;
}
/* Header Styles */
.header {

  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #3F8BC9

}
.about-text::-webkit-scrollbar {
  width: 8px;
}

.nav-list{
    text-align: center;
    padding: 15px 0;
    background: #000;
    justify-content: center;
}
.about-text::-webkit-scrollbar-track {

  background-color: #fff;
}

.about-text::-webkit-scrollbar-thumb {
  width: 2px;

  background-color: #ffd900;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}

.logo img {

  width: auto;

  max-width: 250px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}.btn-mobile{
    display: none !important;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-link i {
  font-size: 11px;
}

.header-actions {
  display: flex;
  gap: 15px;
}

/* Hamburger Menu Button */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  position: absolute;
  right: 10px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.btn {
  padding: 12px 44px;
  border: none;
  border-radius: 5px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-login {
  background-color: #fff;
  color: #e46d00;
  border: 1px solid #e46d00;
}

.btn-register {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

/* Hero Section */
.hero {
  position: relative;
  height: 200px;
  margin-top: 175px;
  overflow: hidden;
}
.hero-description a{
    color: #E4A80F;
    font-weight: 700;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/keo-banner.png);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 60%;
  left: 33%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.hero-logo {
  margin-bottom: 20px;
}

.hero-logo img {
  width: 473px;
  height: 89.62px;
  object-fit: contain;
}

.hero-title h1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.25;
  color: #e46d00;
}

.hero-description {
  font-size: 16px;
  font-weight: 400;
  max-width: 410px;
  margin: 0 auto 30px;
  line-height: 1.25;
  color: #fff;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.dot {
  width: 48px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

/* VSBet Featured & Promotions Section - 2 Column Layout */
.vsbet-featured-promotions {
  padding: 20px 0 0 0;
  background-color: #fff;
}

.featured-promotions-grid {
  display: grid;
  grid-template-columns:  1fr;
  gap: 20px;
  align-items: start;
}

.featured-column {
    background-image: url(../imgs/top10-main.png);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-card {
  position: relative;
  width: 100%;

  background-color: #ff7e07;
  border-radius: 10px;
  overflow: hidden;
}

.featured-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-logo {

display: flex;
gap: 20px;

}
.title{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.featured-left {
  width: 65%;
  height: 100%;
  /* Character illustration area - handled by background image */
}

.featured-right {
  width: 50%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-logo {
 
  text-align: center;
}

.featured-logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.featured-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
 align-items: center;
}

.featured-stars img {
  width: 16px;
  height: 16px;
}

.featured-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

}

.featured-features {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 25px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.featured-features p {
  margin-bottom: 8px;
  text-align: center;
}

.featured-buttons {
  display: flex;
  gap: 20px;

}

.btn-primary {
  background-color: #FF7E07;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
}

/* Promotions Column */
.promotions-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 479px; /* Match the height of featured-card */
}

.promo-grid {
  display: grid;
 grid-template-columns: repeat(4,1fr);
  gap: 20px;
  height: 100%;
}

.promo-card {
  width: 100%;

  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.promo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.promo-content {
position: absolute;

    color: #ffffff;
    z-index: 2;
    height: 100%;
    bottom: 0;
    display: flex
;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    align-items: center;
    width: 100%;
    bottom: 15px;
}

.promo-content h3 {
  font-size: 16px;
  font-weight: 400;
}
.casino-list .btn-secondary{
    color: #FF7E07;
    border-color: #FF7E07;
}

.promo-content h4 {
  font-size: 34px;
  font-weight: 700;

}
.promo-content .btn{
    margin: 15px 0 10px;
}
.promo-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.promo-icon img {
  width: 9px;
  height: 14px;
}

.btn-register-small {
  position: absolute;
  bottom: 16px;
  left: 21px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}

/* Guarantee Section */
.guarantee {
  padding: 60px 0;
  background-color: #fff;
}

.guarantee-card {
  width: 100%;
  max-width: 1300px;
  height: 265px;
  background-color: #bde7f1;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.guarantee-content {
  position: absolute;
  top: 49px;
  left: 33px;
  z-index: 2;
}

.guarantee-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.25;
}

.guarantee-content p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.25;
}

.guarantee-content .btn-primary {
  width: 345px;
  height: 43px;
  font-size: 16px;
  font-weight: 600;
}

.guarantee-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 603.2px;
  height: 265px;
}

.guarantee-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Casino List Section */
.casino-list {
  padding: 20px 0;
  background-color: #fff;
}

.casino-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-item:first-child,.casino-item:nth-child(2),.casino-item:nth-child(3),.casino-item:nth-child(4){
    background: #FFF0E3;
}

.casino-item {
  width: 100%;
  max-width: 1300px;
  height: 181px;
  background-color: #fff;
  border: 1px solid #ff7e07;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  gap: 30px;
}

.casino-number {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 126, 7, 0.77);
  width: 38px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.casino-logo {
  width: 199px;
  height: 127px;
  flex-shrink: 0;
}

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

.casino-name {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ff7e07;
  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;
 
  gap: 20px;
  flex-shrink: 0;
}

/* About Section */
.about {

}

.about-content {
  display: flex;
  gap: 40px;

  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

.about-text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  overflow-y: auto; /* Enable vertical scroll */
  padding-right: 20px; /* Space for scrollbar */

  max-height: 100%; /* Ensure it doesn't exceed container height */
}



.about-text p {
  margin-bottom: 20px;
  text-align: justify;
  color: #fff;
}.about-text h2,.about-text h3{
    margin-bottom: 10px;

}
.about-text  a,.about-text h2,.about-text h3{
    color: #ffd900;
    font-weight: 700;
}
table td{
    background: #5DA9E9!important;
}
.about-divider {
  width: 8px;
  background-color: #ffcd9e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-divider:hover {
  background-color: #ff7e07;
}

.divider-line {
  width: 100%;
  height: 100%;
  background-color: #ffcd9e;
  border-radius: 4px;
  position: relative;
}

.divider-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background-color: #ff7e07;
  border-radius: 4px;
  transition: top 0.3s ease;
}


/* Footer */
.footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 37px 0;
  color: #ffffff;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo {
  margin-bottom: 20px;
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.footer-logo-image {

  border-radius: 10px;
  margin-bottom: 20px;
}

.footer-logo-image img {
  width: 244px;
  height: 80px;
  object-fit: contain;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

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

.social-icon {
  width: 49.64px;
  height: 49.64px;
  background-color: #35383c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.social-icon:hover {
  background-color: #ff7e07;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.25;
}

.footer-column ul {
  list-style: none;
  margin-top: 0 !important;
}
.footer-column ul li a{
    color: #fff !important;
    font-weight: 700;
}
footer a{
    color: #ffd900;
}
.footer-column ul li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.25;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.color-or {
  color: #ff7e07;
}

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

.footer-column-content {
  display: flex;
  gap: 30px;
}
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 49.64px;
  height: 49.64px;
  background-color: #35383c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.social-icon:hover {
  background-color: #ff7e07;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  /* Hero Section */
  .hero-logo img {
    width: 400px;
    height: auto;
  }

  .hero-title h1{
    font-size: 20px;
  }

  .hero-description {
    font-size: 13px;
  }

  /* Featured Section */
  .featured-card {
    height: 450px;
  }

  .featured-logo img {
    width: 100px;
  }

  .featured-title {
    font-size: 22px;
  }

  .featured-features {
    font-size: 11px;
  }

  /* Promotions */
  .promo-content h3 {
    font-size: 16px;
  }

  .promo-content h4 {
    font-size: 30px;
  }

  /* Guarantee Section */
  .guarantee-content h2 {
    font-size: 28px;
  }

  .guarantee-content p {
    font-size: 18px;
  }

  /* Casino responsive for large tablet */
  .casino-item {
    height: 160px;
    padding: 0 30px;
    gap: 12px;
  }

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

  .casino-logo {
    width: 145px;
    height: 95px;
  }

  .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;
  }

  /* Footer */
  .footer-logo-image img {
    width: 220px;
    height: 70px;
  }

  .footer-columns {
    gap: 30px;
  }

  .footer-column h3 {
    font-size: 28px;
  }

  .footer-column ul li {
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .hero-content{
      width: 100%;
      left: 50%;
      top: 50%;
      padding: 10px;
  }
  .guarantee,.about,.casino-list{
      padding: 15px 0;
  }
  .promo-image{
      position: unset;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }

  .footer-logo-image {
    padding: 20px;
    margin-bottom: 20px;
  }

  .footer-logo-image img {
    width: 180px;
    height: 60px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .social-icons {
    gap: 15px;
    justify-content: flex-start;
  }

  .social-icon {
    width: 50px;
    height: 50px;
  }

  .social-icon img {
    width: 24px;
    height: 24px;
  }

  .footer-columns {
    flex-direction: column;
    gap: 25px;
  }

  .footer-column {
    text-align: left;
  }

  .footer-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .footer-column-content {
    flex-direction: column;
    gap: 20px;
  }

  .footer-column ul {
    text-align: left;
  }

  .footer-column ul li {
    margin-bottom: 8px;
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .featured-promotions-grid {
    gap: 30px;
  }

  .featured-card {
    height: 450px;
  }

  .promotions-column {
    height: 450px; /* Match featured-card height */
  }

  .featured-right {
    padding: 25px 15px;
  }

  /* Hero Section */
  .hero {
    height: 350px;
  }

  .hero-logo img {
    width: 320px;
    height: auto;
  }

  .hero-title h1{
    font-size: 18px;
  }

  .hero-description {
    font-size: 12px;
  }

  /* Featured Section */
  .featured-card {
    height: 450px;
  }

  .featured-logo img {
    width: 90px;
  }

  .featured-title {
    font-size: 20px;
  }

  .featured-features {
    font-size: 10px;
  }

  /* Promotions */
  .promo-content h3 {
    font-size: 15px;
  }

  .promo-content h4 {
    font-size: 26px;
  }

  /* Guarantee Section */
  .guarantee-content h2 {
    font-size: 24px;
  }

  .guarantee-content p {
    font-size: 16px;
  }

  .guarantee-card,
  .casino-item {
    width: 100%;
    max-width: 100%;
  }

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

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

  .casino-logo {
    width: 120px;
    height: 80px;
  }

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

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

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

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

  .guarantee-image {
    width: 50%;
  }

  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 1250px) {
  .header-content {
    gap: 20px;
  }

  .nav-list {
    gap: 25px;
  }

  .nav-link {
    font-size: 14px;
  }

  .header-actions {
    gap: 10px;
  }

  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  /* Header responsive for tablet */
  .header-content {
    gap: 15px;
  }

  .nav-list {
    gap: 20px;
  }

  .nav-link {
    font-size: 13px;
  }

  .header-actions {
    gap: 8px;
  }

  .btn {
    padding: 8px 15px;
    font-size: 13px;
  }

  .featured-promotions-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }



  .promotions-column {
    order: 2;
    height: auto; /* Auto height on tablet */
  }

  .featured-logo img {
    width: 100px;
  }

  .featured-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .featured-features {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .featured-buttons {
    gap: 15px;
  }

  .btn-primary,
  .btn-secondary {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  .promo-grid {
    flex-direction: row;
    gap: 15px;
    height: auto;
  }

  .promo-card {
    flex: 1;
    height: 130px;
  }

  .promo-content h3 {
    font-size: 16px;
  }

  .promo-content h4 {
    font-size: 28px;
  }

  .guarantee-card {
    height: auto;
    padding: 30px;
  }

  .guarantee-content {
    position: static;
    margin-bottom: 20px;
  }

  .guarantee-image {
    position: static;
    width: 100%;
    height: 200px;
  }

  .guarantee-content h2 {
    font-size: 28px;
  }

  .guarantee-content p {
    font-size: 18px;
  }

  /* Responsive adjustments for About section */
  .about-content {
    flex-direction: row;
    height: 400px;
    gap: 20px;
  }

  .about-text {
    flex: 1;
    height: 400px;
  }

  .about-divider {
    width: 8px;
    height: 100%;
    flex-direction: column;
  }

  .divider-accent {
    width: 100%;
    height: 83px;
    top: 0;
    left: 0;
  }

  /* Hero Section */
  .hero-logo img {
    width: 350px;
    height: auto;
  }

  .hero-title h1{
    font-size: 19px;
  }

  .hero-description {
    font-size: 12px;
  }

  /* Featured Section */
  .featured-card {
    height: 420px;
  }

  .featured-logo img {
    width: 95px;
  }

  .featured-title {
    font-size: 21px;
  }

  .featured-features {
    font-size: 10px;
  }

  /* Promotions */
  .promo-content h3 {
    font-size: 15px;
  }

  .promo-content h4 {
    font-size: 28px;
  }

  /* Guarantee Section */
  .guarantee-content h2 {
    font-size: 26px;
  }

  .guarantee-content p {
    font-size: 17px;
  }

  /* Footer responsive for tablet */
  .footer {
    padding: 35px 0;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .footer-logo-image {
    padding: 25px;
  }

  .footer-logo-image img {
    width: 200px;
    height: 65px;
  }

  .footer-columns {
    gap: 25px;
  }

  .footer-column h3 {
    font-size: 26px;
  }

  .footer-column ul li {
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icon {
    width: 45px;
    height: 45px;
  }

  .social-icon img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 850px) {
  /* Switch to hamburger menu */
  .header-content {
    flex-direction: row;
  
    padding: 0;
    justify-content: center;
  }

  .nav-list {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
    height: 100%;
    overflow-y: auto;
  }

  /* Mobile Navigation Styles */
  .nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #db6286;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .nav.active {
    left: 0;
  }

  .nav-link {
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .header-actions {
    display: none;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 15px;
  }

  /* Hamburger Animation */
  .hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .hero {
    margin-top: 20px;
  }

  /* Hero Section */
  .hero-logo img {
    width: 300px;
    height: auto;
  }

  .hero-title h1{
    font-size: 17px;
  }

  .hero-description {
    font-size: 11px;
  }

  /* Featured Section */
  .featured-card {
    height: 400px;
  }

  .featured-logo img {
    width: 85px;
  }

  .featured-title {
    font-size: 19px;
  }

  .featured-features {
    font-size: 9px;
  }

  /* Promotions */
  .promo-content h3 {
    font-size: 14px;
  }

  .promo-content h4 {
    font-size: 24px;
  }

  /* Guarantee Section */
  .guarantee-content h2 {
    font-size: 24px;
  }

  .guarantee-content p {
    font-size: 16px;
  }

  /* Footer responsive for small tablet */
  .footer {
    padding: 30px 0;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-logo-image {
    padding: 20px;
  }

  .footer-logo-image img {
    width: 180px;
    height: 60px;
  }

  .footer-columns {
    gap: 20px;
  }

  .footer-column h3 {
    font-size: 24px;
  }

  .footer-column ul li {
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icon {
    width: 42px;
    height: 42px;
  }

  .social-icon img {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 300px;
  }

  .hero-logo img {
    width: 300px;
    height: auto;
  }

  .hero-title h1{
    font-size: 18px;
  }

  .hero-description {
    font-size: 12px;
  }

  .featured-card {
    height: 400px;
  }

  .promotions-column {
    height: auto;
  }

  .featured-left {
    height: 50%;
    display: none;
  }

  .featured-right {
    width:  100%;
    padding: 15px;
  }

  .featured-logo img {
    width: 80px;
  }

  .featured-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .featured-features {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .featured-features p {
    margin-bottom: 6px;
  }

  .featured-buttons {
    gap: 10px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100px;
    height: 35px;
    font-size: 13px;
  }

  .promo-grid {
    flex-direction: column;
    gap: 15px;
  }

  .promo-card {
    height: 100px;
  }

  .promo-content h3 {
    font-size: 14px;
  }

  .promo-content h4 {
    font-size: 24px;
  }

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

  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .footer-column h3 {
    font-size: 24px;
  }

  .footer-logo-image {
    padding: 20px;
  }

  .footer-logo-image img {
    width: 200px;
    height: 65px;
  }

  .footer-column-content {
    flex-direction: column;
    gap: 15px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .social-icon img {
    width: 20px;
    height: 20px;
  }

  .about-content {
    height: 350px;
    flex-direction: row;
  }

  .about-text {
    height: 350px;
    font-size: 13px;
    flex: 1;
  }

  .about-divider {
    width: 6px;
    height: 100%;
  }

  .divider-accent {
    width: 100%;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
    background: #000;
    border: 1px solid rgba(0,0,0,0.7);
  }

  /* Hero Section */
  .hero {
    height: 280px;
  }

  .hero-logo img {
    width: 250px;
    height: auto;
  }

  .hero-title h1{
    font-size: 24px;
  }

  .hero-description {
    font-size: 16px;
  }

  /* Featured Section */
  .featured-card {
    height: 350px;
  }

  .featured-logo img {
    width: 70px;
  }

  .featured-title {
    font-size: 16px;
  }

  .featured-features {
    font-size: 9px;
  }

  /* Promotions */
  .promo-content h3 {
    font-size: 13px;
  }

  .promo-content h4 {
    font-size: 22px;
  }

  /* Guarantee Section */
  .guarantee-content h2 {
    font-size: 20px;
  }

  .guarantee-content p {
    font-size: 14px;
  }

  .promotions-column {
    height: auto;
  }

  .featured-left {
    height: 45%;
  }

  .featured-right {
    
    padding: 12px;
  }

  .featured-logo img {
    width: 70px;
  }

  .featured-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .featured-features {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .featured-features p {
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
  }

  .featured-buttons {
    gap: 8px;
  }

  .btn-primary,
  .btn-secondary {
    width: 90px;
    height: 30px;
    font-size: 11px;
  }

  .guarantee-content h2 {
    font-size: 20px;
  }

  .guarantee-content p {
    font-size: 14px;
  }

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

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

  .casino-logo {
    width: 100px;
    height: 65px;
  }

  .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 {
    padding: 8px 12px;
    font-size: 12px;
  }

  .footer-column h3 {
    font-size: 20px;
  }

  .footer-column ul li {
    font-size: 12px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-content {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-logo {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }

  .footer-logo-image {
    padding: 15px;
    margin: 15px auto;
  }

  .footer-logo-image img {
    width: 160px;
    height: 50px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .social-icons {
    gap: 12px;
    justify-content: flex-start;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .social-icon img {
    width: 20px;
    height: 20px;
  }

  .footer-columns {
    gap: 20px;
  }

  .footer-column {
    text-align: left;
  }

  .footer-column h3 {
    font-size: 24px;
    margin-bottom: 12px;

  }

  .footer-column-content {
    gap: 15px;
  }

  .footer-column ul {
    text-align: left;
  }

  .footer-column ul li {
    font-size: 16px;
    margin-bottom: 6px;
    word-wrap: break-word;
    overflow-wrap: break-word;
 
  }

  .about-content {
    height: 300px;
    flex-direction: row;
  }

  .about-text {
    height: 300px;
    font-size: 16px;
    flex: 1;
  }

  .about-divider {
    width: 5px;
    height: 100%;
  }

  .divider-accent {
    width: 100%;
    height: 50px;
  }

  /* Mobile Navigation Styles for 480px */
  .header {
    height: 60px;
  }

  .header-content {
 
  }

  .nav {
    top: 60px;
    height: calc(100vh - 60px);
  }

  .logo img {
  
  }

  .nav-list {
    padding: 30px 15px;
  }

  .nav-link {
    font-size: 16px;
    padding: 12px 0;
  }

  .hero {
    margin-top: 10px;
  }
}

/* ========================================
   NEWS PAGE SPECIFIC STYLES
   ======================================== */

/* News Page Specific Styles */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.news-item {

  border-radius: 10px;
  overflow: hidden;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.05);
}

.news-content {
 
}

.news-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-content h3 a{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.news-date {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}

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

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff7e07;
  border-radius: 5px;
  color: #ff7e07;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.page-link:hover,
.page-link.active {
  background-color: #ff7e07;
  color: #ffffff;
}

.page-link.next,
.page-link.prev {
  width: 40px;
  height: 40px;
}

.page-link.next img,
.page-link.prev img {
  width: 16px;
  height: 16px;
}

.page-link.prev img {
  transform: rotate(180deg);
}
img{
    max-width: 100%;
}
/* ========================================
   DETAIL PAGE SPECIFIC STYLES
   ======================================== */

/* Detail Page Specific Styles */
.main-content {
  margin-top: 90px;
  padding: 40px 0;

}

.breadcrumb {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 40px;
}
.breadcrumb a{
    color: #ff7e07;
    font-weight: 700;
}

/* Article Styles */
.article {

}

.article-header {

}

.article-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-date {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}

.article-icon {
  width: 16px;
  height: 16px;
}

/* Article Content */
.article-content {
  line-height: 1.8;
  color: #fff;
}

.article-section {
  margin-bottom: 30px;
}

.article-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ff7e07;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcd9e;
}

.article-section p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}

/* Highlight Box */
.highlight-box {
  background-color: #fff;
  border-left: 4px solid #ff7e07;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
}

.highlight-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ff7e07;
  margin-bottom: 15px;
}

.highlight-box p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

/* Blockquote */
.article-quote {
  background-color: #f8f9fa;
  border-left: 4px solid #ff7e07;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.article-quote p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.article-quote cite {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

/* Article Tags */
.article-tags {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
}

.article-tags h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ff7e07;
  margin-bottom: 15px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #ff7e07;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tag:hover {
  background-color: #e46d00;
  transform: translateY(-2px);
}

/* Article Actions */
.article-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}

.article-actions .btn {
  flex: 1;
  max-width: 150px;
}

/* Main Layout */
.main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

/* Sidebar */
.sidebar {
  background-color: #E4A80F;
  padding: 0;
  border-radius: 10px;
  height: fit-content;
  overflow: hidden;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
}

.hot-news {
 
}

.hot-news h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
 
  text-align: center;
}
.main-hot-news, .small-hot-news-list{
    padding: 15px;
    background: #FFF0E3;
}
/* Main Hot News */
.main-hot-news {

}

.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;
 
  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: #000;

  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: "Bai Jamjuree", 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: #000;
  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 {
  padding: 20px 0;

}

.related-news-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;

  margin-bottom: 20px;
}

.related-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-news-item {
 
  border-radius: 10px;

 
  transition: transform 0.3s ease;
  cursor: pointer;
}

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

.related-news-image {
  width: 100%;
  height: 166px;
  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: 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-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.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;
}

/* 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;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ========================================
   RESPONSIVE DESIGN FOR NEWS & DETAIL PAGES
   ======================================== */
main{
      background-color: #607c55    ;
}
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .sidebar {
    width: 280px;
  }

  .article {
    padding: 30px;
  }

  .article-header h1 {
    font-size: 28px;
  }

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

@media (max-width: 992px) {
  .main-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .hot-news {
    padding: 25px;
  }

  .main-hot-news-image {
    height: 180px;
  }

  .small-hot-news-image {
    width: 70px;
    height: 50px;
  }

  .article {
    padding: 25px;
  }

  .article-header h1 {
    font-size: 24px;
  }

  .article-section h2 {
    font-size: 20px;
  }

  .highlight-box,
  .article-quote {
    padding: 20px;
  }

  .highlight-box h3 {
    font-size: 18px;
  }

  .article-quote p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .main-content {
    padding: 20px 0;
  }

  .breadcrumb {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .main-layout {
    gap: 20px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .news-image {
    height: 180px;
  }

  .news-content {
   
  }

  .news-content h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }


  .news-date {
    font-size: 11px;
  }

  .news-icon {
    width: 14px;
    height: 14px;
  }

  .pagination {
    gap: 8px;
    margin-top: 30px;
  }

  .page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .page-link.next,
  .page-link.prev {
    width: 35px;
    height: 35px;
  }

  .page-link.next img,
  .page-link.prev img {
    width: 14px;
    height: 14px;
  }

  .hot-news {
    padding: 20px;
  }

  .hot-news h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .main-hot-news-image {
    height: 160px;
  }

  .main-hot-news-content h4 {
    font-size: 14px;
  }

  .small-hot-news-image {
    width: 50px;
    height: 40px;
  }

  .small-hot-news-content h5 {
    font-size: 12px;
  }

  .article {
    padding: 20px;
    margin-bottom: 30px;
  }

  .related-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .related-news-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .related-news-section {
    padding: 40px 0;
  }

  .article-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .article-header h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .article-date {
    font-size: 12px;
  }

  .article-icon {
    width: 14px;
    height: 14px;
  }

  .article-section {
    margin-bottom: 25px;
  }

  .article-section h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .article-section p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .highlight-box,
  .article-quote {
    padding: 15px;
    margin: 20px 0;
  }

  .highlight-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .highlight-box p {
    font-size: 14px;
  }

  .article-quote p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .article-quote cite {
    font-size: 12px;
  }

  .article-tags {
    margin: 25px 0;
    padding: 15px 0;
  }

  .article-tags h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .tag {
    padding: 6px 12px;
    font-size: 12px;
  }

  .article-actions {
    gap: 10px;
    margin-top: 25px;
    padding-top: 15px;
  }

  .article-actions .btn {
    max-width: 120px;
    font-size: 14px;
    padding: 10px 15px;
  }

  .sidebar-content {
    flex-direction: column;
    gap: 25px;
  }

  .hot-news h3,
  .related-news h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hot-news-item,
  .related-news-item {
    padding: 10px;
  }



  .hot-news-content h4,
  .related-news-content h4 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .hot-news-date {
    font-size: 10px;
  }

  .hot-news-icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .main-content {
    padding: 15px 0;
  }

  .breadcrumb {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .news-grid {
    gap: 12px;
  }

  .news-image {
    height: 160px;
  }

  .news-content {
 
  }

  .news-content h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .news-date {
    font-size: 10px;
  }

  .news-icon {
    width: 12px;
    height: 12px;
  }

  .pagination {
    gap: 6px;
    margin-top: 25px;
  }

  .page-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .page-link.next,
  .page-link.prev {
    width: 30px;
    height: 30px;
  }

  .page-link.next img,
  .page-link.prev img {
    width: 12px;
    height: 12px;
  }

  .sidebar-content {
    gap: 20px;
  }

  .hot-news h3,
  .related-news h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .hot-news-item,
  .related-news-item {
    padding: 8px;
  }

 

  .hot-news-content h4,
  .related-news-content h4 {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .hot-news-date {
    font-size: 9px;
  }

  .hot-news-icon {
    width: 10px;
    height: 10px;
  }

  .article {
    padding: 15px;
    margin-bottom: 20px;
  }

  .article-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .article-header h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .article-date {
    font-size: 11px;
  }

  .article-icon {
    width: 12px;
    height: 12px;
  }

  .article-section {
    margin-bottom: 20px;
  }

  .article-section h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .article-section p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .highlight-box,
  .article-quote {
    padding: 12px;
    margin: 15px 0;
  }

  .highlight-box h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .highlight-box p {
    font-size: 13px;
  }

  .article-quote p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .article-quote cite {
    font-size: 11px;
  }

  .article-tags {
    margin: 20px 0;
    padding: 12px 0;
  }

  .article-tags h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tag {
    padding: 5px 10px;
    font-size: 11px;
  }

  .article-actions {
    gap: 8px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .article-actions .btn {
    max-width: 100px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .footer-logo, .footer-columns{
      gap: 20px;
      grid-template-columns: 1fr;;
  }
  .btn-mobile{
      display: flex !important;
      gap: 20px;
      margin-top: 60px;
      padding: 10px 0;
      justify-content: center;
  }
  .btn-mobile .btn {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    border: none;
    border-radius: 6px;
    cursor: pointer;

    box-shadow: 0 0 0 rgba(255, 87, 34, 0.6);
    animation: pulseGlow 2.2s infinite;
    min-width: 120px;
    text-align: center;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.6);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 18px 6px rgba(255, 87, 34, 0.35);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.6);
    }
}

}
