@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-VariableFont_wght.otf);
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1>*+* {
  margin-top: 0.25rem;
}
.space-y-2>*+* {
  margin-top: 0.5rem;
}
.space-y-3>*+* {
  margin-top: 0.75rem;
}
.space-y-4>*+* {
  margin-top: 1rem;
}
.space-y-5>*+* {
  margin-top: 1.25rem;
}
.space-y-6>*+* {
  margin-top: 1.5rem;
}
.space-x-2>*+* {
  margin-left: 0.5rem;
}
.space-x-4>*+* {
  margin-left: 1rem;
}
.w-full {
  width: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-32 {
  width: 8rem;
}
.w-80 {
  width: 20rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-5 {
  height: 1.25rem;
}
.h-32 {
  height: 8rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.text-white {
  color: #FFFFFF;
}
.text-black {
  color: #000000;
}
.text-gray-800 {
  color: #1F2937;
}
.text-gray-600 {
  color: #4B5563;
}
.text-gray-500 {
  color: #6B7280;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-gray-50 {
  background-color: #F9FAFB;
}
.bg-gray-100 {
  background-color: #F3F4F6;
}
.bg-gray-200 {
  background-color: #E5E7EB;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.top-20 {
  top: 5rem;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-200 {
  border-color: #E5E7EB;
}
.border-gray-300 {
  border-color: #D1D5DB;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.overflow-hidden {
  overflow: hidden;
}
.list-disc {
  list-style-type: disc;
}
.list-inside {
  list-style-position: inside;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.cursor-pointer {
  cursor: pointer;
}
.transition {
  transition: all 0.15s ease;
}
.hover\:scale-105:hover {
  transform: scale(1.05);
}
.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:space-y-0>*+* {
    margin-top: 0;
  }
  .md\:space-x-4>*+* {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
}
.btn-primary {
  display: inline-block;
  background-color: rgba(249, 151, 76, 1);
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 15px -3px rgba(249, 151, 76, 0.3);
  transition: all 0.2s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #e07d2e;
  transform: scale(1.02);
}
.text-accent {
  color: rgba(249, 151, 76, 1);
}
.border-accent {
  border-color: rgba(249, 151, 76, 1);
}
.rating-star {
  color: rgba(245, 166, 35, 1);
  letter-spacing: 2px;
}
.bg-light-gray {
  background-color: #F0F2F1;
}
.sidebar-bg {
  border: 1px solid #000000;
  border-radius: 0 !important;
}
.page-wrapper {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.main-content {
  flex: 1;
  min-width: 0;
  padding-right: 2rem;
}
.sidebar {
  width: 340px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  height: fit-content;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .page-wrapper {
    flex-direction: column;
  }
  .main-content {
    padding-right: 0;
  }
  .sidebar {
    width: 100%;
    position: static;
    margin-top: 2rem;
  }
}
.space-y-6 .flex.gap-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.space-y-6 .flex.gap-5 p {
  font-size: 14px;
  line-height: normal;
}
.p-5.bg-accent-light {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .space-y-6 .flex.gap-5 {
    grid-template-columns: 1fr;
  }
}
.block.sticky {
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;;
}
@keyframes pulse-gentle {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 15px -3px rgba(249, 151, 76, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(249, 151, 76, 0.5);
  }
}

.btn-pulse {
  animation: pulse-gentle 2s ease-in-out infinite;
  transition: all 0.3s ease;
}

.btn-pulse:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(249, 151, 76, 0.5);
}