/* Generated by Offorigin - Site Builder */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #ffffff;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Slideshow styles */
[data-slideshow] {
  position: relative;
  overflow: hidden;
}

[data-slideshow] [class*="-track"] {
  display: flex;
  transition: transform 0.5s ease;
}

[data-slideshow] [class*="-slide"] {
  flex-shrink: 0;
  width: 100%;
}

[data-slideshow] [class*="-arrow"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, transform 0.2s;
  z-index: 10;
  color: #1f2937;
}

[data-slideshow] [class*="-arrow"]:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

[data-slideshow] [class*="-arrow-prev"] {
  left: 16px;
}

[data-slideshow] [class*="-arrow-next"] {
  right: 16px;
}

[data-slideshow] [class*="-dots"] {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

[data-slideshow] [class*="-dot"] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}

[data-slideshow] [class*="-dot"]:hover,
[data-slideshow] [class*="-dot"].active {
  background: #fff;
}

[data-slideshow] [class*="-dot"].active {
  transform: scale(1.2);
}

/* Carousel styles */
[data-carousel] {
  position: relative;
}

[data-carousel] [class*="-container"] {
  overflow: hidden;
}

[data-carousel] [class*="-track"] {
  display: flex;
  transition: transform 0.4s ease;
}

[data-carousel] [class*="-item"] {
  flex-shrink: 0;
}

[data-carousel] [class*="-arrow"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, transform 0.2s;
  z-index: 10;
  color: #1f2937;
}

[data-carousel] [class*="-arrow"]:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

[data-carousel] [class*="-arrow-prev"] {
  left: 12px;
}

[data-carousel] [class*="-arrow-next"] {
  right: 12px;
}

[data-carousel] [class*="-dots"] {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

[data-carousel] [class*="-dot"] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}

[data-carousel] [class*="-dot"]:hover {
  background: #9ca3af;
}

[data-carousel] [class*="-dot"].active {
  background: #3b82f6;
}

/* Countdown Timer styles */
[data-countdown] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

[data-countdown] [class*="-unit"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

[data-countdown][data-style="boxes"] [class*="-unit"] {
  background: #1a1a1a;
  padding: 12px 16px;
  border-radius: 8px;
  min-width: 60px;
}

[data-countdown] [class*="-number"] {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

[data-countdown][data-style="minimal"] [class*="-number"] {
  font-size: 24px;
}

[data-countdown] [class*="-label"] {
  font-size: 11px;
  font-weight: 500;
  text-transform: lowercase;
  opacity: 0.7;
}

[data-countdown][data-label-position="none"] [class*="-label"] {
  display: none;
}

[data-countdown] [class*="-separator"] {
  font-size: 24px;
  font-weight: 700;
  opacity: 0.5;
}

[data-countdown] [class*="-expired"] {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 640px) {
  [data-countdown] {
    gap: 8px;
  }
  [data-countdown] [class*="-number"] {
    font-size: 24px;
  }
  [data-countdown][data-style="boxes"] [class*="-unit"] {
    padding: 8px 12px;
    min-width: 50px;
  }
}


.hero-f26558a9-f595-49f0-a1d3-0169cda25566 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  padding: 80px 24px 48px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}

.heading-dd517077-9bd7-4987-bef2-69921f591ffe {
  color: #111827;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.paragraph-e747199e-9e73-404c-a21a-f6fbda527d9b {
  color: #6b7280;
  font-size: 18px;
  max-width: 500px;
  text-align: center;
  margin-bottom: 32px;
}


/* Mobile styles */
@media (max-width: 640px) {
  .heading-dd517077-9bd7-4987-bef2-69921f591ffe {
    font-size: 32px;
  }
  .paragraph-e747199e-9e73-404c-a21a-f6fbda527d9b {
    font-size: 16px;
  }
}