/* Reset and Base Styles */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #f5f5f5;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
 
}
#header-container {
  height: inherit;
}
/* Header Styles */
.header {
  background-color: #FF7E07;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.about-text::-webkit-scrollbar {
  width: 8px;
}
header .header-actions{
    margin: 0;
}
.about-text::-webkit-scrollbar-track {

  background-color: #C5C5C5;
}

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

  background-color: #ffe79c;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.custom-archive-content{
    line-height: 1.2;
}
.custom-archive-content p, .custom-archive-content img, .custom-archive-content h2,.custom-archive-content span,.custom-archive-content h3{
    margin: 10px 0;

}
.main-content a,.about  a{
    color: #FFE79C !important;
}

.logo img {
  height: 54px;
  width: auto;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
}

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

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

.header-actions {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}

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

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

.btn {
  padding: 12px 24px;
  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: linear-gradient(to right, #F0C43B 0%,  #FFE79C 100%);
  color: #000;
}
.btn-betnow {
 background: linear-gradient(to right, #FF9431 0%,  #E16D03 100%);
  color: #fff;
}


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

/* Hero Section */
.hero {
  position: relative;
  
  height: 420px;
  overflow: hidden;
  max-width: 1300px;
  margin: 120px auto 0;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.hero-content {
  position: absolute;
  top: 25%;
  left: 5%;

color: #fff;

  z-index: 2;
}

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

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

.hero-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.hero-dots {
  display: flex;

  gap: 15px;
  margin-top: 50px;
}

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

}

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

.featured-column {
  display: flex;
  justify-content: center;
}

.featured-card {
  position: relative;
  width: 100%;
  height: 265px;
  background-color: #21211B;
  border-radius: 10px;
  overflow: hidden;
}

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

.featured-bg img {
 
}

.featured-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}

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

.featured-right {
  width: 65%;

  padding: 30px 20px;
  display: flex;
 
  justify-content: space-between;
}

.featured-logo {
  margin-bottom: 15px;
 
}

.featured-logo img {

  height: auto;
  object-fit: contain;
}

.featured-stars {
  display: flex;
 
  gap: 4px;
  margin-bottom: 20px;
}

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

.featured-title {
  color: #ffffff;
  font-size: 28px;

  margin-bottom: 10px;
 
    background: linear-gradient(to right, #FF7E07 0%, #FB9E4A 88%, #FAA253 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 700;
 
}

.featured-features {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}

.featured-features p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
 
}

.featured-buttons {
  display: flex;
  gap: 25px;
  flex-direction: Column;
  justify-content: center;
  
}

.vsbet-featured-promotions .btn,.casino-list .btn{
    padding: 12px 59px;
}
.btn-primary {
  background-color: #e46d00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

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

/* Promotions Column */
.promotions-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
 
}

.promo-grid {
  display: flex;

  gap: 20px;
 
}

.promo-card {
  width: 100%;
  height: 165px;

  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;
  top: 15px;
  left: 21px;
  color: #ffffff;
  z-index: 2;
}

.promo-content h3 {
  font-size: 18px;
  font-weight: 700;
}

.promo-content h4 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 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: 20px 0;
 
}

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

}

.casino-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.casino-item {
  width: 100%;
  max-width: 1300px;
  height: 181px;
  background-color: #21211B;

  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: #fff;
  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: #fff;
  line-height: 1.25;
  flex: 1;
  margin: 0 20px;
  padding-left: 80px;
}

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

.casino-buttons {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex-shrink: 0;
}
.single .main-layout{
    display: unset !important;
}

/* About Section */
.about {
  padding: 20px 0;
  background: #FFF0E3;

}

.about-content {
  display: flex;
  gap: 40px;
  height: 400px; /* Fixed height */
}

.about-text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  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;
}

.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: #FF7E07;
  padding: 42px 0
}

.footer-logo {
  margin: -42px auto 0;
  display: flex;
}0
.contact-section>p {
  margin: 22px 0;
  font-size: 14px;
}

.list-social {

  display: flex;
  gap: 27px;
}

.list-social img {
  padding: 12px;
  border-radius: 5px;
  background-color: #35383C;
}

.footer-nav .title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
 
}


.list-link {
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.list-link li a {
  font-size: 14px;
  color: #ffffff
}



.footer-section h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.footer-section:first-child h3 {
  margin-bottom: 2rem;
}

.footer-section ul li a {
  display: flex;
  align-items: center;
}

.footer-section ul li svg {
  margin-right: 8px;
  fill: var(--primary-color);
}

.footer-section ul li:hover svg {
  fill: var(--primary-color);
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: var(--primary-color);
}

.footer-links {
  gap: 2rem;
}

.contact-section>p {
  margin-top: 1rem;
}

.contact-section .contact-info a {
  color: var(--text-gray);
}

.contact-info a {
  padding: 0 0.75rem;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info a:first-child {
  padding-left: 0;
}

.contact-info a:last-child {
  padding-right: 0;
}

.another-footer {
  background-color: #000;
  padding: 21px 0
}
.f-nav{
    
    background: #FF7E07;
    color: #fff;
}
.f-nav .container{
    display: flex;
    justify-content: space-between;
    gap: 180px;
    align-items: center;
}
.f-nav .f-left{
    display: flex;
    gap: 40px;
    align-items: center;
}
.another-footer div {

  justify-content: space-between;
  display: flex;
  color: #fff;
}

.list-contact {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.list-contact div {
  position: relative;
  font-size: 16px;
}

.another-footer a {
  color: #FF7E07
}



.footer-content {
  grid-template-columns:  1fr 1fr 1fr 1fr;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 33px;
  color: #fff;
}
.contact{
    display:flex;
    gap: 10px;
    flex-direction: column;
}

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

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

  .hero-title {
    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) {
    .f-nav .f-left ,.f-nav .container{
        flex-direction: column;
        gap: 20px;
    }
    .footer-nav{
        width: 100%;
        padding-left: 15px;
    }
    .another-footer div{
        flex-direction: column;
        text-align: center;
    }
  .container {
    padding: 0 20px;
  }
  .hero-content{
      width: 100%;
     position: relative;
     z-index: 33;
      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;
  }



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

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

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

  .hero-title {
    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;
  }

  .featured-column {
    order: 1;
  }

  .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 {
    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;
    height: 70px;
    padding: 0;
  }

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

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

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

  .hero-title {
    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 {
    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;
  }

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

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

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

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

  /* 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;
    flex-direction: column;
  }
  .featured-stars{
      justify-content: center;
  }
  .featured-logo{
      text-align: center;
  }

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

  .featured-title {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }

  .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;
    padding-left: 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: 18px;
    margin-bottom: 12px;
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .header-content {
    height: 60px;
  }

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

  .logo img {
    height: 35px;
  }

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

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

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

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

/* News Page Specific Styles */
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 25px;

}

.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: 16px;
  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: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  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 0;
  color:#C5C5C5;
}
.gr-meta{
        display: flex
;
    flex-direction: column;
    justify-content: center;
}

.news-date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #c5c5c5;
}
.news-content h2 a{
    color: #FFE79C;
    font-size: 24px;
    font-weight: 700;
}
.news-content p{
    color: #fff;
}

.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: 20px 0;

}

.breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a{
    color: #fff;
    font-weight: 700;
}
.first-news .news-item{
    display: flex;
    gap: 23px;
    background: #202020;
    padding: 10px;
    border-radius: 20px;
    background-color: #202020;
 


}
.news-item{
     background: #202020;
    padding: 10px;
    border-radius: 20px;
    background-color: #202020;
}

/* Article Styles */
.article {
  background-color: #202020;
  border-radius: 20px;
  padding: 25px;
border: 1px solid #7A7337;
  margin-bottom: 40px;
  color: #fff;
}

.article-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6E6C63;
}

.article-header h1 {
  font-size: 25px;
  font-weight: 700;
  color: #FFE79C;

  line-height: 1.3;
}
.hero h1{
    font-size: 40px;
    background: linear-gradient(to right, #FF7E07 0%, #FB9E4A 88%, #FAA253 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.article-date {
  font-family: "Inter", 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;
  margin-bottom: 35px;
}

.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: #fff6ed;
  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: #FF7E07;
  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: #FF7E07;
  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 420px;
  gap: 40px;
  align-items: start;
}

/* Sidebar */
.sidebar {
 background: linear-gradient(to bottom, #6C6241 0%,  #FF7E07 100%);
  padding: 0;
  border-radius: 10px;
  height: fit-content;
  overflow: hidden;
}
.hot-news-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #6E6C63;
}
.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: #c5c5c5;
}
.hot-news-content h4 a{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.hot-news-image a img{
    width: 124px;
    height: 95px;
    object-fit: cover;
    
}
.sidebar-content {
  display: flex;
  flex-direction: column;
}

.hot-news {
  padding: 5px 15px 15px 15px;
}

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

/* 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 {
  padding-top:35px;
  border-top: 1px solid #6E6C63;

}

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

  margin-bottom: 35px;
}

.related-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  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;
}

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

.related-news-image {
  width: 100%;
  height: 200px;
  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: #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
   ======================================== */

@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) {
    .first-news .news-item{
        flex-direction: column;
    }
  .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;
    margin-top: 60px;
  }
  

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