body.srr-page {
  --srr-black: #050505;
  --srr-accent: #ff1717;
  --srr-accent-2: #8b55ff;
  --srr-accent-3: #49a93a;
  --srr-accent-blue: #2f7ed7;
  background: #050505;
}

body.srr-page #loading {
  display: none;
}

body.srr-page .wrapper > :not(.srr-theme-page):not(.progress-wrap):not(.offcanvas) {
  display: none !important;
}

.srr-theme-page {
  min-height: 100vh;
  background: #fff;
  color: #646464;
  font-family: "Bai Jamjuree", sans-serif;
}

.srr-theme-page a {
  text-decoration: none;
}

.srr-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16px 44px;
  background: #050505;
}

.srr-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.srr-logo img {
  width: 142px;
  max-height: 62px;
  padding: 4px;
  border-radius: 8px;
  /* background: #fff; */
  object-fit: contain;
}

.srr-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.srr-nav a {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.srr-nav a:hover {
  color: var(--srr-accent);
}

.srr-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--srr-accent);
  border-radius: 999px;
  background: var(--srr-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.srr-btn:hover {
  background: #050505;
  color: var(--srr-accent);
}

.srr-btn.is-outline {
  border-color: rgba(255, 255, 255, .32);
  background: transparent;
  color: #fff;
}

.srr-btn.is-outline:hover {
  border-color: var(--srr-accent);
  color: var(--srr-accent);
}

.srr-menu-toggle,
.srr-menu-button {
  display: none;
}

.srr-marquee {
  overflow: hidden;
  background: var(--srr-accent);
  white-space: nowrap;
}

.srr-marquee-track {
  display: flex;
  width: max-content;
  animation: srr-marquee 28s linear infinite;
}

.srr-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.srr-marquee span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

@keyframes srr-marquee {
  to {
    transform: translateX(-50%);
  }
}

.srr-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #050505;
}

.srr-hero-bg {
  position: absolute;
  inset: 0;
}

.srr-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}

.srr-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .42), rgba(0, 0, 0, .82));
}

.srr-container {
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
}

.srr-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 54px;
  align-items: end;
  min-height: 760px;
  padding: 86px 0 72px;
}

.srr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--srr-accent);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.srr-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, var(--srr-accent), var(--srr-accent-2), var(--srr-accent-3));
}

.srr-hero h1,
.srr-section h2 {
  margin: 0;
  color: #111;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.srr-hero h1 {
  max-width: 930px;
  color: #fff;
  font-size: clamp(46px, 7vw, 104px);
  line-height: .94;
}

.srr-hero h1 span,
.srr-section h2 span {
  color: var(--srr-accent);
}

.srr-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

.srr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.srr-hero-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.srr-hero-product-slider {
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.srr-hero-product-track {
  display: flex;
  width: 800%;
  animation: srr-hero-product-scroll 18s linear infinite;
  will-change: transform;
}

.srr-hero-product-slider:hover .srr-hero-product-track {
  animation-play-state: paused;
}

.srr-hero-product-track img {
  width: 12.5%;
  flex: 0 0 12.5%;
  height: clamp(250px, 20vw, 335px);
  display: block;
  object-fit: cover;
  object-position: center;
}

@keyframes srr-hero-product-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.srr-hero-card strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.srr-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, .18);
}

.srr-stat {
  padding: 20px;
  background: #050505;
}

.srr-stat b {
  display: block;
  color: var(--srr-accent);
  font-size: 32px;
  line-height: 1;
}

.srr-stat span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.srr-section {
  padding: 92px 0;
  background: #fff;
}

.srr-section.is-dark {
  background: #050505;
}

.srr-section.is-soft {
  background: #f6f6f6;
}

.srr-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}

.srr-section h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
}

.srr-section p {
  color: #646464;
  font-size: 16px;
  line-height: 1.75;
}

.srr-section.is-dark h2,
.srr-section.is-dark h3 {
  color: #fff;
}

.srr-section.is-dark p {
  color: rgba(255, 255, 255, .72);
}

.srr-about-grid,
.srr-why-grid,
.srr-faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.srr-about-media {
  position: relative;
}

.srr-about-media img,
.srr-why-image img,
.srr-faq-grid img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.srr-about-media img {
  min-height: 520px;
}

.srr-about-media::after {
  content: "12+ Years";
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 16px 20px;
  border-radius: 8px;
  background: var(--srr-accent);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.srr-about-copy h3,
.srr-check-item h3 {
  color: #111;
  font-weight: 800;
}

.srr-about-copy h3 {
  margin: 18px 0 14px;
  font-size: 24px;
  line-height: 1.28;
}

.srr-feature-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.srr-feature-box {
  padding: 22px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}

.srr-feature-box b {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 18px;
  text-transform: uppercase;
}

.srr-slider {
  position: relative;
  overflow: hidden;
  margin-inline: calc((100vw - min(1320px, calc(100vw - 44px))) / -2);
  padding-inline: calc((100vw - min(1320px, calc(100vw - 44px))) / 2);
}

.srr-slider::before,
.srr-slider::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: min(90px, 8vw);
  pointer-events: none;
}

.srr-slider::before {
  left: 0;
  background: linear-gradient(90deg, #050505, rgba(5, 5, 5, 0));
}

.srr-slider::after {
  right: 0;
  background: linear-gradient(270deg, #050505, rgba(5, 5, 5, 0));
}

.srr-slider-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: srr-product-scroll 34s linear infinite;
  will-change: transform;
}

.srr-slider-track--reverse {
  animation-name: srr-product-scroll-reverse;
  animation-duration: 28s;
}

.srr-slider:hover .srr-slider-track {
  animation-play-state: paused;
}

@keyframes srr-product-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes srr-product-scroll-reverse {
  from {
    transform: translateX(calc(-50% - 7px));
  }
  to {
    transform: translateX(0);
  }
}

.srr-product-grid {
  display: flex;
  gap: 18px;
}

.srr-product-card {
  position: relative;
  width: clamp(260px, 21vw, 318px);
  flex: 0 0 clamp(260px, 21vw, 318px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.srr-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.srr-product-card::after {
  display: none;
}

.srr-product-card img {
  width: 100%;
  height: clamp(220px, 18vw, 265px);
  display: block;
  background: #f6f6f6;
  object-fit: cover;
  object-position: center;
}

.srr-product-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 34px 16px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(0deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, 0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.srr-product-card:hover h3 {
  opacity: 1;
  transform: translateY(0);
}

.srr-why-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
}

.srr-check-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.srr-check-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
}

.srr-check-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--srr-accent);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.srr-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 1fr);
  grid-auto-rows: 250px;
  gap: 16px;
}

.srr-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #050505;
}

.srr-gallery-item:first-child {
  grid-row: span 2;
}

.srr-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.srr-gallery-item:hover img {
  transform: scale(1.05);
}

.srr-gallery-item span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.srr-color-grid {
  display: flex;
  gap: 14px;
}

.srr-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .9fr);
  gap: 16px;
}

.srr-video-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #111;
}

.srr-video-frame--large {
  grid-row: span 2;
}

.srr-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
}

.srr-video-frame--large video {
  min-height: 516px;
}

.srr-color-card {
  position: relative;
  width: clamp(208px, 16vw, 240px);
  flex: 0 0 clamp(208px, 16vw, 240px);
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}

.srr-color-card img {
  width: 100%;
  height: clamp(190px, 15vw, 220px);
  display: block;
  background: #f6f6f6;
  object-fit: cover;
  object-position: center;
}

.srr-color-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 30px 12px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  background: linear-gradient(0deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.srr-color-card:hover h3 {
  opacity: 1;
  transform: translateY(0);
}

.srr-faq-list {
  display: grid;
  gap: 12px;
}

.srr-faq-item {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.srr-faq-item h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.srr-client-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.srr-client-strip img {
  width: 100%;
  height: 150px;
  padding: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.srr-site-footer {
  padding: 70px 0 24px;
  background: #050505;
  color: rgba(255, 255, 255, .72);
}

.srr-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .9fr;
  gap: 34px;
  margin-bottom: 46px;
}

.srr-site-footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.srr-site-footer a {
  color: rgba(255, 255, 255, .72);
}

.srr-site-footer a:hover {
  color: var(--srr-accent);
}

.srr-footer-links {
  display: grid;
  gap: 9px;
}

.srr-footer-logo {
  width: 168px;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.srr-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.srr-floating-contact {
  position: fixed;
  z-index: 90;
  bottom: 24px;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
  animation: srr-floating-pulse 1.35s ease-in-out infinite;
  transition: transform .25s ease;
}

.srr-floating-contact:hover {
  transform: translateY(-3px);
}

.srr-floating-contact img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.srr-floating-call {
  left: 24px;
  border: 3px solid var(--srr-accent);
  background: #050505;
}

.srr-floating-whatsapp {
  right: 24px;
  border: 3px solid #0b6f35;
  background: #25d366;
}

@keyframes srr-floating-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 23, 23, .26),
      0 14px 30px rgba(0, 0, 0, .25);
  }

  50% {
    box-shadow:
      0 0 0 12px rgba(255, 23, 23, 0),
      0 14px 30px rgba(0, 0, 0, .25);
  }
}

@media (max-width: 1199px) {
  .srr-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .srr-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .srr-site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0 16px;
    padding: 10px 16px;
  }

  .srr-logo {
    min-width: 0;
  }

  .srr-logo img {
    width: 108px;
    max-height: 52px;
  }

  .srr-logo span {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .srr-menu-button {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    cursor: pointer;
  }

  .srr-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 8px;
    background: #fff;
    transition: transform .25s ease, opacity .25s ease, background .25s ease;
  }

  .srr-menu-toggle:checked + .srr-menu-button span {
    background: var(--srr-accent);
  }

  .srr-menu-toggle:checked + .srr-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .srr-menu-toggle:checked + .srr-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .srr-menu-toggle:checked + .srr-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .srr-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    border-top: 0 solid rgba(255, 255, 255, .12);
    transition: max-height .3s ease, opacity .25s ease, padding .25s ease, border-width .25s ease;
  }

  .srr-nav a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .srr-menu-toggle:checked ~ .srr-nav {
    max-height: 340px;
    opacity: 1;
    padding: 14px 0 4px;
    border-top-width: 1px;
  }

  .srr-site-header > .srr-btn {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin-top: 12px;
  }

  .srr-menu-toggle:checked ~ .srr-btn {
    display: inline-flex;
  }

  .srr-hero,
  .srr-hero-inner {
    min-height: auto;
  }

  .srr-hero-inner,
  .srr-about-grid,
  .srr-why-grid,
  .srr-faq-grid,
  .srr-section-head,
  .srr-footer-grid {
    grid-template-columns: 1fr;
  }

  .srr-product-grid,
  .srr-gallery-grid,
  .srr-video-grid,
  .srr-client-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srr-gallery-item:first-child {
    grid-row: auto;
  }

  .srr-video-frame--large {
    grid-row: auto;
  }

  .srr-video-frame--large video {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .srr-section {
    padding: 64px 0;
  }

  .srr-stats,
  .srr-feature-row,
  .srr-product-grid,
  .srr-gallery-grid,
  .srr-video-grid,
  .srr-client-strip {
    grid-template-columns: 1fr;
  }

  .srr-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srr-footer-bottom {
    flex-direction: column;
  }

  .srr-floating-contact {
    width: 46px;
    height: 46px;
    bottom: 16px;
  }

  .srr-floating-contact img {
    width: 24px;
    height: 24px;
  }

  .srr-floating-call {
    left: 14px;
  }

  .srr-floating-whatsapp {
    right: 14px;
  }
}
