@font-face {
  font-family: 'DB Heavent';
  src: url('../fonts/icomoon/fonts/DB Heavent.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "DB Heavent", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden; /* ป้องกันการเลื่อนซ้าย-ขวา */
  max-width: 100vw; /* จำกัดความกว้างสูงสุด */
}
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "DB Heavent", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.3; }

/* เพิ่มขนาดฟอนต์สำหรับหัวข้อแต่ละระดับ */
h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1.1rem; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 1080px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box; }
  .hero .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 0px;
    transition: transform 0.1s ease-out;
    will-change: transform; }
  .hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    border-radius: inherit; }
  .hero.loaded {
    animation: heroLoaded 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
  .hero.loaded .hero-video {
    animation: videoLoaded 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
  @keyframes heroLoaded {
    0% {
      opacity: 0;
      transform: scale(1.02); }
    100% {
      opacity: 1;
      transform: scale(1); } }
  @keyframes videoLoaded {
    0% {
      transform: translate(-50%, -50%) scale(1.02); }
    100% {
      transform: translate(-50%, -50%) scale(1); } }
  @media (max-width: 1920px) {
    .hero {
      width: 100vw;
      height: 56.25vw;
      min-height: 400px; } }
  @media (max-width: 768px) {
    .hero {
      height: 70vh;
      min-height: 300px; }
    .hero .hero-video {
      object-fit: cover; } }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 0.1rem 1rem; /* เพิ่มความสูง: บน-ล่าง 1.5rem, ซ้าย-ขวา 1rem */
  min-height: 80px; /* กำหนดความสูงขั้นต่ำ */
}
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

/* ปรับขนาด Container ของ Navbar */
.site-navbar .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    left: clamp(20px, 5vw, 350px);  /* ปรับตำแหน่งตามขนาดหน้าจอ */
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    .site-navbar .site-logo img {
      height: clamp(150px, 8vh, 180px);        /* ปรับความสูงตามขนาดหน้าจอ (35px-180px) */
      width: auto;
      max-width: clamp(150px, 25vw, 400px);   /* ปรับความกว้างตามขนาดหน้าจอ (150px-400px) */
      transition: all 0.3s ease; }
    .site-navbar .site-logo img:hover {
      transform: scale(1.05); }
    
    
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important;
        font-size: 26px;
        font-weight: 300; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #ffffff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block;
            font-size: 22px;
            font-weight: 500; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px;
          height: auto;
          transition: all 0.3s ease; }
        
        /* Mobile Menu Logo Responsive */
        @media (min-width: 576px) {
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 80px; }
        }
        
        @media (max-width: 575.98px) {
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 60px; }
        }
        
        @media (max-width: 374.98px) {
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 50px; }
        }
        
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

/* Responsive Font Sizes */
@media (max-width: 1200px) {
  body { font-size: 16px; }
  h1, .h1 { font-size: 2.2rem; }
  h2, .h2 { font-size: 1.8rem; }
  h3, .h3 { font-size: 1.6rem; }
}

@media (max-width: 768px) {
  body { font-size: 15px; }
  p { font-size: 15px; }
  h1, .h1 { font-size: 1.9rem; }
  h2, .h2 { font-size: 1.6rem; }
  h3, .h3 { font-size: 1.4rem; }
  h4, .h4 { font-size: 1.3rem; }
  h5, .h5 { font-size: 1.2rem; }
  h6, .h6 { font-size: 1.1rem; }
  
  .site-navbar .site-navigation .site-menu > li > a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  body { font-size: 14px; }
  p { font-size: 14px; }
  h1, .h1 { font-size: 1.7rem; }
  h2, .h2 { font-size: 1.5rem; }
  h3, .h3 { font-size: 1.3rem; }
}

/* โปรโมชั่นพิเศษ Section */
.promotions-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 1rem;
  text-align: left;
}

.promotions-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.promotions-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.promotions-wrapper {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}

.promotion-item {
  width: 33.333%;
  display: flex;
  background: white;
  border-radius: 1px;
  overflow: hidden;
  min-height: 40px;
}

.promotion-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

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

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

.promotion-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promotion-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}

.promotion-description {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  flex: 1;
}

.read-more-btn {
  background: #000000;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.read-more-btn:hover {
  background: #252525;
  transform: translateY(-2px);

}

.promotions-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 20px;
}

.nav-btn {
  background: #1f1f1f;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background: #b0b0b0;
  transform: scale(1.1);
}

.dots-container {
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #4f4f4f;
  transform: scale(1.2);
}

.dot:hover {
  background: #b0b0b0;
}

/* Responsive สำหรับ Promotions */
@media (max-width: 1200px) {
  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .promotion-item {
    flex-direction: column;
    min-height: auto;
  }
  
  .promotion-image {
    height: 250px;
  }
  
  .promotion-content {
    padding: 30px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .promotion-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .promotions-section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  
  .promotion-content {
    padding: 25px;
  }
  
  .promotion-title {
    font-size: 1.3rem;
  }
  
  .promotion-description {
    font-size: 14px;
  }
}

/* Trusted Brands Section */
.trusted-brands-section {
  background: #f8f9fa;
  padding: 80px 0;
  overflow: hidden;
}

.trusted-brands-section .section-title {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.2rem;
  text-align: center;
}

.trusted-brands-section .section-subtitle {
  color: #666;
  font-size: 35px;
  margin-bottom: 0.1rem;
  text-align: center;
}

.brands-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brands-slider {
  display: flex;
  width: calc(200px * 16); /* 8 items x 2 for infinite loop */
  animation: brandSlide 20s linear infinite;
}

.brand-item {
  flex: 0 0 200px;
  padding: 20px 10px;
  text-align: center;
  background: transparent;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.brand-item:hover {
  transform: translateY(-15px);
}

.brand-logo {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
}

.brand-logo img {
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.brand-item:hover .brand-logo img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.brand-name {
  display: none; /* ซ่อนชื่อแบรนด์ */
}

/* Animation for infinite scroll */
@keyframes brandSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 8 - 160px)); /* Move by 8 items + margins */
  }
}

/* Pause animation on hover */
.brands-slider:hover {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .brand-item {
    flex: 0 0 220px;
  }
  
  .brands-slider {
    width: calc(220px * 16);
  }
  
  @keyframes brandSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-220px * 8 - 240px));
    }
  }
}

@media (max-width: 991.98px) {
  .trusted-brands-section .section-title {
    font-size: 2rem;
  }
  
  .brand-item {
    flex: 0 0 200px;
    padding: 25px 15px;
  }
  
  .brand-logo {
    width: 100px;
    height: 100px;
  }
  
  .brand-logo img {
    max-width: 70px;
    max-height: 70px;
  }
  
  .brands-slider {
    width: calc(200px * 16);
  }
  
  @keyframes brandSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 8 - 240px));
    }
  }
}

@media (max-width: 767.98px) {
  .trusted-brands-section {
    padding: 60px 0;
  }
  
  .trusted-brands-section .section-title {
    font-size: 1.8rem;
  }
  
  .brand-item {
    flex: 0 0 180px;
    padding: 20px 10px;
  }
  
  .brand-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  
  .brand-logo img {
    max-width: 60px;
    max-height: 60px;
  }
  
  .brand-name {
    font-size: 16px;
  }
  
  .brands-slider {
    width: calc(180px * 16);
  }
  
  @keyframes brandSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-180px * 8 - 240px));
    }
  }
}

@media (max-width: 575.98px) {
  .trusted-brands-section .section-title {
    font-size: 1.5rem;
  }
  
  .brand-item {
    flex: 0 0 160px;
    margin: 0 1px;
  }
  
  .brands-slider {
    width: calc(160px * 16);
  }
  
  @keyframes brandSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-160px * 8 - 200px));
    }
  }
}
