/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #FDBD28;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 10.938vw, 422px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 6vw;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(18px, 2vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

#scroll-container {
  overflow-x: hidden;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #45474F;
  background: #ECE6DF;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 32px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 490px) {
  body {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FAFAFA;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #FDBD28;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0C0C0D;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Saira", sans-serif;
  font-size: clamp(48px, 4.167vw, 133px);
  /* 80px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(46px, 4.837vw, 69px);
    /* 58px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.61vw, 74px);
    /* 46px */
  }
}

h2,
.h2 {
  font-family: "Saira", sans-serif;
  font-size: clamp(48px, 3.177vw, 99px);
  /* 61px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(39px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(23px, 1.979vw, 64px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Saira", sans-serif;
  font-size: clamp(46px, 2.448vw, 135px);
  /* 47px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(33px, 1.927vw, 48px);
    /* 37px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(28px, 1.667vw, 52px);
    /* 32px */
  }
}

h4,
.h4 {
  font-family: "Saira", sans-serif;
  font-size: clamp(30px, 1.875vw, 69px);
  /* 36px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(28px, 1.719vw, 40px);
    /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.406vw, 44px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.302vw, 32px);
    /* 25px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(18px, 1.042vw, 38px);
    /* 20px */
  }
}

h6,
.h6 {
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(15px, 0.833vw, 45px);
    /* 16px */
  }
}

.text-18,
p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18,
  p {
    font-size: clamp(12px, 0.729vw, 42px);
    /* 14px */
  }
}

.text {
  font-size: clamp(14px, 0.938vw, 38px);
}

.eyebrow {
  color: #016064;
  text-transform: uppercase;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.729vw, 28px);
  /* 14px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .subtitle {
    font-size: 14px;
  }
}

.caption {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #141516;
}

.hover-content {
  transition: all 0.3s ease-in-out;
}
.hover-content:hover {
  color: #A52032 !important;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #FDBD28 !important;
}

.color-sec {
  color: #A52032 !important;
}

.color-ter {
  color: #016064 !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #1E1F20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474F !important;
}

.light-gray {
  color: #92949F !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.white {
  color: #FAFAFA !important;
}

.shades-bg {
  color: #F4F0EC !important;
}

.bg-primary {
  background: #FDBD28 !important;
}

.bg-sec {
  background: #A52032 !important;
}

.bg-ter {
  background: #016064 !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #1E1F20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-light-gray {
  background: #92949F !important;
}

.bg-lightest-gray {
  background: #EAEAEC !important;
}

.bg-white {
  background: #FAFAFA !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Saira", sans-serif;
}

.br-4 {
  border-radius: 5px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 28px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 36px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 46px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 56px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 12px);
}

.order-6 {
  order: 6 !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-96 {
  margin-bottom: clamp(32px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 26px;
  }
}

.mb-36 {
  margin-bottom: clamp(20px, 1.875vw, 72px);
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 26px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.py-24 {
  padding: 24px 0 !important;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 48px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-28 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .mb-18 {
    margin-bottom: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: clamp(8px, 0.625vw, 32px);
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.py-120 {
  padding: clamp(60px, 6.25vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-120 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pt-36 {
  padding-top: clamp(24px, 1.875vw, 72px);
}
@media (max-width: 575px) {
  .pt-36 {
    padding-top: 20px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-32 {
  padding-right: 32px;
}
@media (max-width: 1199px) {
  .pr-32 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-32 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-32 {
    padding-right: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 10px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  display: inline-block;
  padding: clamp(9px, 0.594vw, 28px) clamp(8px, 0.677vw, 24px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(18px, 1.25vw, 56px);
  border: 4px solid #141516;
  background: #FDBD28;
  box-shadow: 4px 4px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cus-btn .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-weight: 600 !important;
  line-height: 120%;
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.cus-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.cus-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.cus-btn:active .btn-text {
  color: #141516 !important;
}

.cus-btn-2 {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.729vw, 34px);
  padding: clamp(5px, 0.594vw, 28px) clamp(6px, 0.677vw, 24px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(18px, 1.25vw, 56px);
  border: 4px solid #141516;
  background: #FDBD28;
  box-shadow: 8px 8px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-weight: 600 !important;
  line-height: 120%;
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-icon {
  width: clamp(48px, 3.333vw, 138px);
  height: clamp(48px, 3.333vw, 138px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #141516;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-icon svg {
  width: clamp(13px, 1.117vw, 58px);
  height: clamp(16px, 1.862vw, 58px);
}
.cus-btn-2 .btn-icon svg path {
  transition: all 0.3s ease-in-out;
}
.cus-btn-2:hover {
  background-color: #FDBD28;
  box-shadow: none;
  transform: translate(8px, 8px);
}
.cus-btn-2:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.cus-btn-2:active .btn-icon {
  background-color: #FDBD28;
  border: 4px solid #141516;
}
.cus-btn-2:active .btn-icon svg path {
  stroke: #141516;
}
.cus-btn-2:active .btn-text {
  color: #141516 !important;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background: #A52032;
  border-radius: clamp(8px, 0.625vw, 28px);
  color: #FAFAFA;
  border: none;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 100px);
  height: clamp(40px, 2.5vw, 100px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #016064;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(12px, 0.833vw, 36px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border {
  border-radius: 6px;
  background-color: #FDBD28;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border svg path {
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border:hover {
  background-color: #A52032;
}
.pagination #border-pagination li .arrow-border:hover svg path {
  fill: #FDBD28;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(40px, 2.5vw, 89px);
  height: clamp(40px, 2.5vw, 89px);
  font-size: clamp(14px, 0.938vw, 40px);
  font-weight: 500;
  border-radius: 6px;
  background: #FDBD28;
  color: #FAFAFA;
  float: left;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background: #A52032;
}
.pagination #border-pagination li a:hover {
  background: #A52032;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 115px;
  max-height: 122px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 125px;
    max-height: 80px;
  }
}

.form-control {
  padding: clamp(12px, 0.833vw, 34px);
  border-radius: clamp(8px, 0.625vw, 28px);
  border: 1px solid #141516;
  font-family: "Inter", sans-serif;
  background-color: transparent !important;
  font-size: clamp(12px, 0.833vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  color: #45474F;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid #A52032;
  outline: 0;
  color: #45474F !important;
  box-shadow: none !important;
}
.form-control:hover {
  color: #45474F !important;
}
.form-control::placeholder {
  color: #45474F !important;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 16px;
  right: 18px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
  color: #0C0C0D;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #0C0C0D;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #0C0C0D;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #FDBD28;
  font-weight: 600;
}

.check-block input {
  display: none;
}
.check-block label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
}
.check-block label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #0C0C0D;
  font-size: clamp(14px, 1.042vw, 20px);
}
.check-block input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #FDBD28;
  font-weight: bold;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #F4F0EC;
  z-index: 99999999;
}
#preloader .loader {
  --duration: 3s;
  --primary: #A52032;
  --primary-light: rgba(165, 32, 50, 0.5);
  --primary-rgba: rgba(254, 71, 39, 0);
  width: 200px;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
}
@media (max-width: 480px) {
  #preloader .loader {
    zoom: 0.44;
  }
}
#preloader .loader:before,
#preloader .loader:after {
  --r: 20.5deg;
  content: "";
  width: 320px;
  height: 140px;
  position: absolute;
  right: 32%;
  bottom: -11px;
  /* change the back groung color on switching from light to dark mood */
  background: #e8e8e8;
  transform: translateZ(200px) rotate(var(--r));
  -webkit-animation: mask var(--duration) linear forwards infinite;
  animation: mask var(--duration) linear forwards infinite;
}
#preloader .loader:after {
  --r: -20.5deg;
  right: auto;
  left: 32%;
}
#preloader .loader .ground {
  position: absolute;
  left: -50px;
  bottom: -120px;
  transform-style: preserve-3d;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
}
#preloader .loader .ground div {
  transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  width: 200px;
  height: 200px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary-light) 50%, var(--primary-light) 100%);
  transform-style: preserve-3d;
  -webkit-animation: ground var(--duration) linear forwards infinite;
  animation: ground var(--duration) linear forwards infinite;
}
#preloader .loader .ground div:before,
#preloader .loader .ground div:after {
  --rx: 90deg;
  --ry: 0deg;
  --x: 44px;
  --y: 162px;
  --z: -50px;
  content: "";
  width: 156px;
  height: 300px;
  opacity: 0;
  background: linear-gradient(var(--primary), var(--primary-rgba));
  position: absolute;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  -webkit-animation: ground-shine var(--duration) linear forwards infinite;
  animation: ground-shine var(--duration) linear forwards infinite;
}
#preloader .loader .ground div:after {
  --rx: 90deg;
  --ry: 90deg;
  --x: 0;
  --y: 177px;
  --z: 150px;
}
#preloader .loader .box {
  --x: 0;
  --y: 0;
  position: absolute;
  -webkit-animation: var(--duration) linear forwards infinite;
  animation: var(--duration) linear forwards infinite;
  transform: translate(var(--x), var(--y));
}
#preloader .loader .box div {
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-animation: var(--duration) ease forwards infinite;
  animation: var(--duration) ease forwards infinite;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
}
#preloader .loader .box div:before,
#preloader .loader .box div:after {
  --rx: 90deg;
  --ry: 0deg;
  --z: 24px;
  --y: -24px;
  --x: 0;
  content: "";
  position: absolute;
  background-color: inherit;
  width: inherit;
  height: inherit;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  filter: brightness(var(--b, 1.2));
}
#preloader .loader .box div:after {
  --rx: 0deg;
  --ry: 90deg;
  --x: 24px;
  --y: 0;
  --b: 1.4;
}
#preloader .loader .box.box0 {
  --x: -220px;
  --y: -120px;
  left: 58px;
  top: 108px;
}
#preloader .loader .box.box1 {
  --x: -260px;
  --y: 120px;
  left: 25px;
  top: 120px;
}
#preloader .loader .box.box2 {
  --x: 120px;
  --y: -190px;
  left: 58px;
  top: 64px;
}
#preloader .loader .box.box3 {
  --x: 280px;
  --y: -40px;
  left: 91px;
  top: 120px;
}
#preloader .loader .box.box4 {
  --x: 60px;
  --y: 200px;
  left: 58px;
  top: 132px;
}
#preloader .loader .box.box5 {
  --x: -220px;
  --y: -120px;
  left: 25px;
  top: 76px;
}
#preloader .loader .box.box6 {
  --x: -260px;
  --y: 120px;
  left: 91px;
  top: 76px;
}
#preloader .loader .box.box7 {
  --x: -240px;
  --y: 200px;
  left: 58px;
  top: 87px;
}
#preloader .loader .box0 {
  -webkit-animation-name: box-move0;
  animation-name: box-move0;
}
#preloader .loader .box0 div {
  -webkit-animation-name: box-scale0;
  animation-name: box-scale0;
}
#preloader .loader .box1 {
  -webkit-animation-name: box-move1;
  animation-name: box-move1;
}
#preloader .loader .box1 div {
  -webkit-animation-name: box-scale1;
  animation-name: box-scale1;
}
#preloader .loader .box2 {
  -webkit-animation-name: box-move2;
  animation-name: box-move2;
}
#preloader .loader .box2 div {
  -webkit-animation-name: box-scale2;
  animation-name: box-scale2;
}
#preloader .loader .box3 {
  -webkit-animation-name: box-move3;
  animation-name: box-move3;
}
#preloader .loader .box3 div {
  -webkit-animation-name: box-scale3;
  animation-name: box-scale3;
}
#preloader .loader .box4 {
  -webkit-animation-name: box-move4;
  animation-name: box-move4;
}
#preloader .loader .box4 div {
  -webkit-animation-name: box-scale4;
  animation-name: box-scale4;
}
#preloader .loader .box5 {
  -webkit-animation-name: box-move5;
  animation-name: box-move5;
}
#preloader .loader .box5 div {
  -webkit-animation-name: box-scale5;
  animation-name: box-scale5;
}
#preloader .loader .box6 {
  -webkit-animation-name: box-move6;
  animation-name: box-move6;
}
#preloader .loader .box6 div {
  -webkit-animation-name: box-scale6;
  animation-name: box-scale6;
}
#preloader .loader .box7 {
  -webkit-animation-name: box-move7;
  animation-name: box-move7;
}
#preloader .loader .box7 div {
  -webkit-animation-name: box-scale7;
  animation-name: box-scale7;
}
@-webkit-keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }
  25%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }
  25%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }
  29%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }
  29%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }
  33%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }
  33%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }
  37%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }
  37%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }
  41%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }
  41%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }
  45%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }
  45%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }
  49%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }
  49%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }
  53%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }
  53%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }
  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}
@keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }
  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}
@-webkit-keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }
  75%, 87% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }
  75%, 87% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mask {
  0%, 65% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@keyframes mask {
  0%, 65% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}

.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.last-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .last-block.v-2 {
    width: 100%;
  }
}
.last-block .drop-container {
  width: 100%;
  background-color: #141516;
  padding: clamp(4px, 0.365vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: 5px;
}
@media (max-width: 490px) {
  .last-block .drop-container.v-2 {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .last-block .drop-container .wrapper-dropdown.v-2 {
    width: 100%;
  }
}

.drop-container {
  background-color: #016064;
  padding-right: 12px;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 18px);
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #92949F;
  background: #FAFAFA;
  color: #92949F !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #1E1F20 !important;
  font-weight: 500;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.3s ease-in-out;
  background-color: #FDBD28;
  color: #FAFAFA !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #0C0C0D;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  color: #FDBD28;
  font-weight: 500;
  background-color: transparent;
  position: relative;
}
@media (max-width: 580px) {
  .header {
    padding: clamp(2px, 0.833vw, 32px) 0;
    /*16px */
  }
}
@media (max-width: 666px) {
  .header .header-logo {
    width: 70%;
  }
}
.header .search-heart-icon .hamburger {
  width: clamp(44px, 3.33vw, 128px);
  height: clamp(44px, 3.33vw, 128px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 4.571px solid #000;
  box-shadow: 4px 4px 0px 0px #141516;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .hamburger:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.header .search-heart-icon .hamburger:active {
  border: 4px solid #141516;
  background-color: #A52032;
}
.header .search-heart-icon .hamburger:active .icon span {
  background-color: #141516;
}
.header .search-heart-icon .hamburger .icon {
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: clamp(4px, 0.417vw, 18px);
}
.header .search-heart-icon .hamburger .icon span {
  transition: all 0.4s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #0C0C0D;
}
.header .search-heart-icon .hamburger .icon span:nth-child(1) {
  width: clamp(16px, 1.875vw, 46px);
  height: 3px;
}
.header .search-heart-icon .hamburger .icon span:nth-child(2) {
  width: clamp(16px, 1.875vw, 46px);
  height: 2.812px;
  flex-shrink: 0;
}
.header .search-heart-icon .hamburger .icon span:nth-child(3) {
  width: clamp(10px, 1.339vw, 46px);
  height: clamp(3px, 0.167vw, 4px);
  flex-shrink: 0;
}
.header .search-heart-icon .menu-wrapper {
  position: fixed;
  top: 2px;
  right: -100%;
  z-index: 99999;
  opacity: 0;
  max-height: 100vh;
  min-height: fit-content;
  width: clamp(350px, 31.771vw, 1832px);
  height: fit-content;
  padding-right: clamp(14px, 0.938vw, 36px);
  padding-top: clamp(16px, 1.173vw, 30px);
  transition: 0.3s ease-in-out all;
}
.header .search-heart-icon .menu-wrapper .menu-hover {
  width: 100%;
  height: clamp(500px, 34vw, 1370px);
  max-height: calc(100vh - clamp(32px, 2.346vw, 60px));
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 0.75px solid #080808;
  background-color: #FDBD28;
  background: #FDBD28;
  flex-shrink: 0;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 992px) {
  .header .search-heart-icon .menu-wrapper .menu-hover {
    height: 470px;
  }
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside {
  display: flex;
  padding: clamp(14px, 0.938vw, 46px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #141516;
  flex-shrink: 0;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn {
  width: clamp(44px, 3.33vw, 158px);
  height: clamp(44px, 3.33vw, 158px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 4px solid #000;
  box-shadow: 4px 4px 0px 0px #141516;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn svg {
  width: clamp(18px, 1.25vw, 58px);
  height: clamp(18px, 1.25vw, 58px);
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn svg path {
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:active svg path {
  stroke: #141516;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(10px, 0.938vw, 40px) !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon svg {
  width: clamp(18px, 1.25vw, 58px);
  height: clamp(18px, 1.25vw, 58px);
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon svg path {
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon:hover svg path {
  fill: #A52032;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .hr-line {
  width: clamp(48px, 3.333vw, 338px);
  height: 1px;
  background-color: #45474F;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: clamp(14px, 0.938vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 0.938vw, 40px) !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hr-line {
  background-color: #45474F;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content {
  background-color: transparent;
  border: none;
  font-family: "Saira", sans-serif;
  text-transform: capitalize;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  color: #141516 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content.toggle-icon {
  cursor: pointer;
  padding: 0 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content:hover {
  color: #A52032 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown {
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .hover-content {
  text-transform: capitalize;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .dropdown-menu-wrapper {
  transition: max-height 0.4s ease, opacity 0.4s ease;
  height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .dropdown-menu-wrapper .hover-content {
  text-transform: capitalize;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  line-height: 140%;
  font-weight: 500;
  padding-top: clamp(12px, 0.833vw, 34px);
  padding-left: clamp(14px, 0.938vw, 38px);
}
.header .search-heart-icon .menu-wrapper.active {
  transition: 0.4s ease-in-out all;
  left: auto;
  right: 0;
  opacity: 1;
}
.header .blurred {
  background: rgba(33, 33, 33, 0.2);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  backdrop-filter: blur(6px);
  transition: backdrop-filter 0.3s all;
  z-index: 9999;
}

.hero-banner-sec {
  padding: clamp(60px, 6.25vw, 226px) 0;
  position: relative;
}
@media (max-width: 666px) {
  .hero-banner-sec {
    padding: clamp(60px, 46.375vw, 826px) 0;
  }
}
.hero-banner-sec .brain-img {
  width: clamp(80px, 7.969vw, 426px);
  height: clamp(60px, 6.927vw, 426px);
}
.hero-banner-sec .light-img {
  width: clamp(60px, 5.625vw, 426px);
  height: clamp(60px, 5.625vw, 426px);
}
@media (max-width: 821px) {
  .hero-banner-sec .light-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero-banner-sec .light-img {
    display: block;
  }
}
.hero-banner-sec .line-vector {
  width: clamp(200px, 51.458vw, 1922px);
  height: clamp(60px, 7.396vw, 726px);
}
@media (max-width: 666px) {
  .hero-banner-sec .line-vector {
    width: clamp(300px, 18.229vw, 922px);
    height: clamp(46px, 2.656vw, 222px);
  }
}
.hero-banner-sec .arrow-vector {
  width: clamp(80px, 6.667vw, 422px);
  height: clamp(80px, 6.667vw, 422px);
}
.hero-banner-sec .hero-title {
  font-size: clamp(30px, 6.162vw, 246px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 141.981px */
  letter-spacing: -2.366px;
  color: #141516 !important;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .hero-banner-sec .hero-title {
    letter-spacing: -1.04px;
    font-size: clamp(40px, 2.813vw, 82px);
  }
}
.hero-banner-sec .hero-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 2.396vw, 68px);
}
.hero-banner-sec .logo-box-vector-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(120px, 13.021vw, 398px);
  height: clamp(40px, 4.063vw, 298px);
  object-fit: contain;
  z-index: -1;
}
.hero-banner-sec .logo-box-vector-2 {
  width: clamp(120px, 13.021vw, 398px);
  height: clamp(40px, 4.063vw, 398px);
  position: absolute;
  bottom: 0;
  right: 0%;
  object-fit: contain;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-banner-sec .desk-hero {
    display: block;
  }
}
@media (max-width: 710px) {
  .hero-banner-sec .desk-hero {
    display: none;
  }
}
@media (max-width: 3899px) {
  .hero-banner-sec .mobile-hero {
    display: none;
  }
}
@media (max-width: 710px) {
  .hero-banner-sec .mobile-hero {
    display: block;
  }
}

.logo-sec {
  padding: clamp(28px, 2.083vw, 68px) 0;
  background-color: #0B314E;
  position: relative;
}
.logo-sec .slick-track {
  display: flex;
  align-items: center;
}
.logo-sec .logo-block1 {
  width: 100%;
}
.logo-sec .logo-block1,
.logo-sec .logo-block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.25vw, 56px) !important;
  margin: 0 12px;
}

.logo-section .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background: url("../media/background/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(48px, 4.167vw, 160px) 0 clamp(24px, 1.667vw, 72px) 0;
}
.footer .newletter-block {
  padding: clamp(40px, 2.5vw, 58px) clamp(24px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.footer .logo-block {
  padding: clamp(40px, 2.5vw, 58px) clamp(24px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(40px, 5.365vw, 188px);
}
.footer .logo-block .footer-logo {
  width: clamp(104px, 11.406vw, 368px);
  height: clamp(30px, 2.917vw, 168px);
}
.footer .logo-block .socail-icons {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.footer .logo-block .socail-icons .icon {
  width: clamp(24px, 1.667vw, 148px);
  height: clamp(24px, 1.667vw, 148px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #141516;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.footer .logo-block .socail-icons .icon svg {
  width: clamp(16px, 1.146vw, 46px);
  height: clamp(16px, 1.146vw, 46px);
}
.footer .logo-block .socail-icons .icon svg path {
  transition: all 0.3s ease-in-out;
}
.footer .logo-block .socail-icons .icon:hover {
  border: 1px solid #012540;
  background-color: #012540;
}
.footer .logo-block .socail-icons .icon:hover svg path {
  fill: #FAFAFA;
}
.footer .links-wrapper {
  padding: clamp(40px, 2.5vw, 58px) clamp(30px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
  display: flex;
  gap: clamp(40px, 2.083vw, 58px);
  align-items: center;
}
@media (max-width: 677px) {
  .footer .links-wrapper {
    padding: clamp(40px, 2.5vw, 58px);
    padding-right: clamp(48px, 3.333vw, 138px) !important;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 38px;
  }
}
.footer .links-wrapper .link-hover {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.footer .links-wrapper .link-hover .h4 {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover .arrow-svg svg {
  width: clamp(16px, 1.042vw, 64px);
  height: clamp(16px, 1.042vw, 64px);
}
.footer .links-wrapper .link-hover svg {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover svg path {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover:hover .h4 {
  color: #A52032 !important;
}
.footer .links-wrapper .link-hover:hover svg {
  transform: rotate(45deg);
}
.footer .links-wrapper .link-hover:hover svg path {
  fill: #A52032;
  stroke: #A52032;
}
.footer .links-wrapper .hr-line {
  width: clamp(20px, 23.698vw, 658px);
  background-color: #141516;
}
@media (max-width: 821px) {
  .footer .links-wrapper .hr-line {
    width: clamp(280px, 42.833vw, 658px);
  }
}
.footer .bottom-bar {
  padding: clamp(18px, 1.25vw, 52px) 0;
  text-align: center;
  background-color: #ECE6DF;
  border-radius: clamp(18px, 1.25vw, 56px);
}

.mobile-svg svg {
  width: clamp(18px, 1.25vw, 62px);
  height: clamp(18px, 1.25vw, 62px);
}

.blog-detail .box-bullets li {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #45474F;
}

.map-sec .map {
  height: 100%;
}
.map-sec .map .map-wrapper {
  border-radius: clamp(12px, 0.833vw, 36px);
  height: 100%;
}
.map-sec .map .map-wrapper iframe {
  border-radius: clamp(12px, 0.833vw, 36px);
  width: 100%;
  height: clamp(250px, 28.594vw, 800px);
}

.color-4 {
  color: #012540;
}

.contact-sec .content-block {
  overflow: hidden;
  position: relative;
  padding: clamp(40px, 2.5vw, 58px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .content-block .block-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(180px, 16.094vw, 558px);
  height: clamp(180px, 12.812vw, 558px);
}
.contact-sec .content-block .title-text {
  font-weight: 700;
  color: #012540 !important;
}
.contact-sec .content-block .stroke-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #012540;
  color: #F4F0EC;
}
.contact-sec .socail-icons {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.contact-sec .socail-icons .icon {
  width: clamp(24px, 1.667vw, 72px);
  height: clamp(24px, 1.667vw, 72px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #45474F;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.contact-sec .socail-icons .icon svg {
  width: clamp(16px, 1.042vw, 46px);
  height: clamp(16px, 1.042vw, 46px);
}
.contact-sec .socail-icons .icon svg path {
  transition: all 0.3s ease-in-out;
}
.contact-sec .socail-icons .icon:hover {
  border: 1px solid #45474F;
  background-color: #45474F;
}
.contact-sec .socail-icons .icon:hover svg path {
  fill: #FAFAFA;
}
.contact-sec .contact-wrapper {
  padding: clamp(24px, 1.667vw, 72px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .form-wrapper {
  padding: clamp(24px, 4.089vw, 198px) clamp(18px, 1.25vw, 52px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .info-block {
  padding: clamp(21px, 2.135vw, 66px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(12px, 0.833vw, 36px);
  background-color: #F4F0EC;
}

.title-banner .title-img {
  position: relative;
  z-index: -1;
}
.title-banner .title-img img {
  height: clamp(208px, 19.53vw, 568px);
  object-fit: cover;
}
.title-banner .title-img .title-name {
  position: absolute;
  left: clamp(48px, 4.833vw, 168px);
  top: 50%;
  transform: translateY(-50%);
}
.title-banner .title-img .title-name h2 {
  font-size: clamp(48px, 6.232vw, 268px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #A52032 !important;
}

.service-sec .title-icon {
  width: clamp(48px, 5.208vw, 168px);
  height: clamp(48px, 5.208vw, 168px);
}

.blog-sec .blog-1 {
  border-radius: clamp(18px, 1.25vw, 56px);
  width: 100%;
  overflow: hidden;
}
.blog-sec .blog-1 .blog-content {
  background-color: #F4F0EC;
  padding: clamp(18px, 1.25vw, 52px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.042vw, 46px) !important;
}
.blog-sec .blog-1 .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1025px) {
  .blog-sec .blog-1 .blog-content p br {
    display: none;
  }
}
.blog-sec .blog-1 .blog-content .calendar-vector {
  width: clamp(16px, 1.042vw, 46px);
  height: clamp(16px, 1.042vw, 46px);
}
.blog-sec .blog-1 .img-content {
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1 .img-content .blog-shape {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog-sec .blog-1 .img-content .blog-shape .shape {
  width: clamp(135px, 10.156vw, 368px);
  height: clamp(82px, 6.146vw, 218px);
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 99;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn {
  margin: clamp(4px, 0.417vw, 18px) clamp(10px, 0.729vw, 32px);
  top: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  display: inline-block;
  padding: clamp(8px, 0.625vw, 26px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(16px, 1.042vw, 46px);
  border: 4px solid #141516;
  background: #FAFAFA;
  box-shadow: 4px 4px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 27.6px */
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:active .btn-text {
  color: #141516 !important;
}
.blog-sec .blog-1 .img-content .img-wrapper {
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1 .img-content .img-wrapper .blog-img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1:hover {
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1:hover .hover-content {
  color: #A52032 !important;
}
.blog-sec .blog-1:hover .blog-img {
  border-radius: clamp(18px, 1.25vw, 56px);
  transform: scale(1.05);
}

.detail-calendar {
  width: clamp(18px, 1.25vw, 56px);
  height: clamp(18px, 1.25vw, 56px);
}

.detail-user {
  width: clamp(40px, 2.083vw, 89px);
  height: clamp(40px, 2.083vw, 89px);
}

.faq .faq-block {
  background-color: #F4F0EC;
  padding: clamp(12px, 0.833vw, 36px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(12px, 0.833vw, 36px);
}
.faq .faq-block .collapsed,
.faq .faq-block .collapse,
.faq .faq-block .show {
  transition: all 0.3s ease-in-out;
}
.faq .faq-block .accordion-button {
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: relative;
  padding: 0;
  color: #141516 !important;
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .faq .faq-block .accordion-button {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }
}
@media (max-width: 820px) {
  .faq .faq-block .accordion-button {
    font-size: clamp(15px, 0.833vw, 36px);
    /* 16px */
  }
}
.faq .faq-block .accordion-button.collapsed {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D !important;
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faq .faq-block .accordion-button.collapsed::after {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}
.faq .faq-block .accordion-button:not(.collapsed) {
  color: #0C0C0D;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button:focus {
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button::after {
  content: "\f068";
  border-radius: 7.2px;
  background: #ECE6DF;
  width: clamp(24px, 1.875vw, 75px);
  height: clamp(24px, 1.875vw, 75px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 6 Pro";
  background-image: none !important;
  position: absolute;
  right: 0px;
  font-weight: 400;
  color: #A52032;
  font-size: clamp(15px, 1.198vw, 40px);
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  color: #45474F !important;
  margin: 16px 0 0;
}

.services-detail-sec .label {
  width: 100%;
  border-radius: clamp(12px, 0.833vw, 36px);
  display: flex;
  padding: clamp(52px, 3.307vw, 146px) clamp(18px, 1.25vw, 56px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.services-detail-sec .label.l1 {
  background: #0B314E;
}
.services-detail-sec .label.l2 {
  background: #A52032;
}
.services-detail-sec .label.l3 {
  background: #F2AA03;
}
.services-detail-sec .label.l4 {
  background: #FE784D;
}
.services-detail-sec .label.l5 {
  background: #016064;
}
.services-detail-sec .label.l6 {
  background: #1D1D1D;
}

.testemonial-sec .slick-slide {
  margin: 0 12px;
}
.testemonial-sec .slick-track {
  padding-top: clamp(48px, 3.333vw, 138px);
}
.testemonial-sec .testimonial-block {
  border-radius: clamp(18px, 1.25vw, 56px);
  width: 100%;
  padding: clamp(24px, 1.667vw, 68px) clamp(40px, 2.5vw, 58px);
  padding-top: 0 !important;
  position: relative;
}
.testemonial-sec .testimonial-block.v1 {
  background-color: #A52032;
}
.testemonial-sec .testimonial-block.v2 {
  background-color: #0B314E;
}
.testemonial-sec .testimonial-block.v3 {
  background-color: #016064;
}
.testemonial-sec .testimonial-block h5 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testemonial-sec .testimonial-block .title-img .shape-block {
  flex-shrink: 0;
  position: relative;
}
.testemonial-sec .testimonial-block .title-img .shape-block .shape-img {
  width: clamp(85px, 8.648vw, 858px);
  height: clamp(55px, 4.7vw, 858px);
}
.testemonial-sec .testimonial-block .title-img .shape-block .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: clamp(4px, 0.417vw, 18px);
}
.testemonial-sec .testimonial-block .title-img .shape-block .user-img img {
  flex-shrink: 0;
  border-radius: clamp(40px, 3.125vw, 120px);
  width: clamp(50px, 5.417vw, 458px);
  height: clamp(70px, 6.198vw, 498px);
}

.growth-sec .star-1 svg {
  width: clamp(80px, 11.458vw, 328px);
  height: clamp(80px, 11.458vw, 328px);
  animation: rotate 8s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 821px) {
  .growth-sec h1 br {
    display: none;
  }
}
.growth-sec .star-2 svg {
  width: clamp(80px, 11.458vw, 328px);
  height: clamp(80px, 11.268vw, 328px);
  animation: rotate 8s linear infinite;
}
.growth-sec .goal-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
}

.about-sec {
  position: relative;
}
.about-sec .vector-1 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  left: clamp(100px, 11.875vw, 328px);
  top: clamp(50px, 4.479vw, 136px);
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-1 {
    display: none;
  }
}
.about-sec .vector-2 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  right: 4%;
  bottom: 34%;
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-2 {
    display: none;
  }
}
.about-sec .vector-3 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  left: 23.8%;
  bottom: 2%;
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-3 {
    display: none;
  }
}
.about-sec .images-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(24px, 1.875vw, 72px);
  position: relative;
}
.about-sec .images-block img {
  width: clamp(48px, 6.667vw, 238px);
  height: clamp(48px, 6.667vw, 238px);
}
.about-sec .images-block img:nth-child(1) {
  z-index: 1;
}
.about-sec .images-block img:nth-child(2) {
  margin-left: -24px;
}
.about-sec .images-block img:nth-child(3) {
  z-index: -1;
  margin-left: -24px;
}
.about-sec .about-content-block {
  border-radius: clamp(24px, 1.667vw, 64px);
  padding: clamp(40px, 2.5vw, 89px) clamp(18px, 1.25vw, 56px);
  background-color: #FDBD28;
}

.about-sec-block .magic-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
}
.about-sec-block .about-blockc-2 {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(40px, 2.5vw, 89px);
}
.about-sec-block .about-blockc-2 .rating {
  position: relative;
}
.about-sec-block .about-blockc-2 .rating .star svg {
  position: absolute;
  top: clamp(-13px, -0.729vw, -34px);
  left: clamp(-9px, -0.625vw, -28px);
  z-index: -1;
}
@media (max-width: 821px) {
  .about-sec-block .about-blockc-2 .rating .star svg {
    display: none;
  }
}
.about-sec-block .about-blockc-2 .images-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-sec-block .about-blockc-2 .images-block img {
  width: clamp(62px, 5vw, 128px);
  height: clamp(62px, 5vw, 128px);
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(1) {
  z-index: 1;
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(2) {
  margin-left: -24px;
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(3) {
  z-index: -1;
  margin-left: -24px;
}
.about-sec-block .content-1 {
  padding: clamp(48px, 3.333vw, 138px) clamp(40px, 2.5vw, 89px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #C20449;
}
.about-sec-block .content-1.v2 {
  background: #017479 !important;
}
.about-sec-block .content-1 .content-text {
  font-size: clamp(40px, 6.667vw, 320px);
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
}
.about-sec-block .content-1 .strategy-svg svg {
  width: clamp(40px, 6.667vw, 320px);
  height: clamp(40px, 6.667vw, 320px);
}

.creative-user-sec .user-block {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.042vw, 46px) !important;
}
.creative-user-sec .user-block .img-block {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(24px, 1.667vw, 64px);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.creative-user-sec .user-block .img-block img {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
  width: 100%;
}
.creative-user-sec .user-block .user-content {
  padding: clamp(16px, 1.042vw, 46px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creative-user-sec .user-block .user-content .links-icon {
  width: clamp(20px, 2.083vw, 89px);
  height: clamp(20px, 2.083vw, 89px);
}
.creative-user-sec .user-block:hover .img-block {
  border-radius: clamp(24px, 1.667vw, 64px);
}
.creative-user-sec .user-block:hover .img-block img {
  border-radius: clamp(24px, 1.667vw, 64px);
  transform: scale(1.05);
}

.project-sec .nav-tabs {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 18px);
}
.project-sec .nav-tabs .nav-link {
  display: flex;
  padding: clamp(5px, 0.521vw, 24px) clamp(12px, 0.833vw, 34px);
  align-items: center;
  justify-content: center;
  border: 2px solid #141516;
  color: #141516;
  border-radius: clamp(12px, 0.833vw, 36px);
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.project-sec .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: #FDBD28;
  border: 2px solid #FDBD28;
}
.project-sec .tab-content .img-block {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.project-sec .tab-content .img-block img {
  object-fit: cover;
  width: 100%;
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.4s ease-in-out;
}
.project-sec .tab-content .img-block .img-content {
  position: absolute;
  padding: 0 clamp(18px, 1.25vw, 52px);
  bottom: clamp(18px, 1.25vw, 52px);
}
.project-sec .tab-content .img-block .img-content .label-block {
  padding: clamp(5px, 0.521vw, 24px) clamp(12px, 0.833vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #141516;
  color: #141516;
  background: #F4F0EC;
  font-family: "Saira", sans-serif;
  box-shadow: 4px 4px 0px 0px #FDBD28;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 27.6px */
}
.project-sec .tab-content .img-block .img-content .label-block:hover {
  box-shadow: none;
  transform: translate(8px, 8px);
}
.project-sec .tab-content .img-block .img-content .label-block:active {
  background-color: #F4F0EC;
  color: #A52032;
  border: 2px solid #A52032;
}
.project-sec .tab-content .img-block:hover img {
  transform: scale(1.03);
}

.project-detail .title-block .dot {
  width: clamp(12px, 0.833vw, 36px);
  height: clamp(12px, 0.833vw, 36px);
  border-radius: 50%;
  background-color: #A52032;
}
.project-detail .title-block .title-detail {
  display: flex;
  align-items: start;
  gap: clamp(18px, 1.25vw, 56px) !important;
  flex-wrap: wrap;
}
.project-detail .title-block .title-detail .strategy-block {
  width: 10.938vw;
  border-top: 1px solid #FDBD28;
  padding: clamp(8px, 0.625vw, 28px) 0;
}
@media (max-width: 1025px) {
  .project-detail .title-block .title-detail .strategy-block {
    width: auto;
  }
}
.project-detail .box-bullets {
  list-style: none;
  padding: 0;
}
.project-detail .box-bullets li {
  color: #141516 !important;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.project-detail .box-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #141516;
  border: 1px solid #141516;
  border-radius: 1px;
}

.heading {
  position: relative;
  z-index: -1;
}
.heading .title-icon {
  width: clamp(38px, 2.29vw, 83px);
  height: clamp(38px, 2.29vw, 83px);
  position: absolute;
  left: clamp(-26px, -1.979vw, -83px);
  top: clamp(18px, 1.354vw, 56px);
}
@media (max-width: 821px) {
  .heading .title-icon {
    display: none;
  }
}

.impression-sec .heading {
  position: relative;
}
.impression-sec .heading .title-icon {
  position: absolute;
  left: clamp(-26px, -1.979vw, -83px);
  top: clamp(18px, 1.354vw, 56px);
}
@media (max-width: 821px) {
  .impression-sec .heading .title-icon {
    display: none;
  }
}
.impression-sec .p-content,
.impression-sec [class^=block-img] {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.impression-sec .p-content.show,
.impression-sec [class^=block-img].show {
  opacity: 1 !important;
}
.impression-sec .arrow-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
  transition: transform 0.3s ease-in-out;
}
.impression-sec .arrow-vector.rotate {
  transform: rotate(90deg);
}
.impression-sec .title-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.impression-sec .title-block .icon-vec {
  width: clamp(32px, 5.208vw, 188px);
  height: clamp(32px, 5.208vw, 188px);
}
.impression-sec .img-block {
  position: relative;
}
.impression-sec .img-block [class^=block-img] {
  width: 100%;
  position: absolute;
}
.impression-sec .img-block [class^=block-img] img {
  width: 100%;
}
@media (max-width: 821px) {
  .impression-sec .img-block [class^=block-img] {
    position: unset;
  }
}

/*# sourceMappingURL=app.css.map */

/* Premium Fixed Header */
.premium-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(8, 14, 18, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(218, 180, 92, 0.22);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
}

.premium-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 0;
}

.header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-logo {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
}

.header-menu a {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d8b15c, #fff1b8);
  transition: width 0.25s ease;
}

.header-menu a:hover {
  color: #fff1b8;
}

.header-menu a:hover::after {
  width: 100%;
}

.header-cta {
  flex-shrink: 0;
}

.premium-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4d27a 0%, #c99632 48%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-play-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(216, 177, 92, 0.38);
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 177, 92, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #f4d27a;
  border-radius: 2px;
  transition: all 0.25s ease;
}

body {
  padding-top: 82px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}

/* Mobile */
@media (max-width: 1199px) {
  .header-menu {
    gap: 18px;
  }

  .header-menu a {
    font-size: 13px;
  }

  .premium-play-btn {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .premium-nav {
    min-height: 76px;
  }

  .header-logo {
    max-height: 52px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: rgba(8, 14, 18, 0.97);
    border: 1px solid rgba(216, 177, 92, 0.22);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  }

  .header-menu.active {
    display: flex;
  }

  .header-menu a {
    padding: 15px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
  }

  .header-menu a:last-child {
    border-bottom: 0;
  }

  .header-menu a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  body {
    padding-top: 76px;
  }
}

@media (max-width: 575px) {
  .premium-nav {
    min-height: 70px;
  }

  .header-logo {
    max-height: 46px;
  }

  body {
    padding-top: 70px;
  }
}

/* Premium Hero Section */
.premium-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 110px 0 90px;

  background:
   linear-gradient(
  90deg,
  rgba(4, 10, 14, 0.78) 0%,
  rgba(4, 10, 14, 0.62) 42%,
  rgba(4, 10, 14, 0.48) 100%
),
    radial-gradient(circle at 85% 20%, rgba(216, 177, 92, 0.24), transparent 34%),
    radial-gradient(circle at 10% 85%, rgba(0, 109, 112, 0.28), transparent 36%),
    url("../media/hero/casino-bg.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.13);
  filter: blur(12px);
  pointer-events: none;
}

.premium-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
}

.premium-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(216, 177, 92, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f2d990;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.premium-hero__title {
  max-width: 780px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.premium-hero__title span {
  display: block;
  margin-top: 18px;
  color: #d8b15c;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.premium-hero__text {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.premium-hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.premium-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 50%, #fff0b6 100%);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-hero__btn:hover {
  color: #111;
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(216, 177, 92, 0.38);
}

.premium-hero__link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 177, 92, 0.6);
  padding-bottom: 4px;
  transition: color 0.25s ease;
}

.premium-hero__link:hover {
  color: #f2d990;
}

.premium-hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.premium-hero__features div {
  padding: 20px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-hero__features strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.premium-hero__features span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.premium-hero__visual {
  position: relative;
}

.premium-hero__card-main {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    linear-gradient(135deg, rgba(12, 28, 32, 0.86), rgba(3, 8, 10, 0.92));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.premium-hero__card-main::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,177,92,0.38), transparent 68%);
}

.premium-hero__card-main::after {
  content: "♠";
  position: absolute;
  top: 54px;
  right: 56px;
  color: rgba(216, 177, 92, 0.22);
  font-size: 150px;
  line-height: 1;
}

.premium-hero__card-label {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 177, 92, 0.14);
  color: #f2d990;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero__card-main h2 {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.premium-hero__card-main p {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.65;
}

.premium-hero__mini-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.premium-hero__mini-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 18px;
  border: 1px solid rgba(216, 177, 92, 0.22);
  border-radius: 22px;
  background: rgba(255,255,255,0.075);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-hero__mini-card i {
  color: #d8b15c;
  font-size: 22px;
}

.premium-hero__mini-card span {
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* Responsive Hero */
@media (max-width: 1199px) {
  .premium-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .premium-hero__visual {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .premium-hero {
    min-height: auto;
    padding: 76px 0 64px;

    background:
      linear-gradient(
        rgba(4, 10, 14, 0.9),
        rgba(4, 10, 14, 0.94)
      ),
      url("../media/hero/camrose-casino-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .premium-hero__title {
    font-size: 44px;
  }

  .premium-hero__text {
    font-size: 16px;
  }

  .premium-hero__features {
    grid-template-columns: 1fr;
  }

  .premium-hero__card-main {
    min-height: 360px;
    padding: 28px;
    border-radius: 28px;
  }

  .premium-hero__card-main h2 {
    font-size: 32px;
  }

  .premium-hero__mini-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .premium-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .premium-hero__btn {
    width: 100%;
  }

  .premium-hero__link {
    width: fit-content;
  }
}

/* Popular Games Section */
.premium-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(0, 109, 112, 0.18), transparent 32%),
    linear-gradient(135deg, #060b13 0%, #0b1320 45%, #05070c 100%);
}

.premium-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

.premium-section-heading {
  max-width: 920px;
  margin: 0 auto 52px;
}

.premium-section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-section-heading h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-section-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

/* Games grid — 6 per row on desktop */
.premium-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-game-card:hover img {
  transform: scale(1.06);
}

.premium-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(3, 6, 10, 0) 0%,
    rgba(3, 6, 10, 0.08) 42%,
    rgba(3, 6, 10, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
}

.premium-game-card:hover .premium-game-overlay {
  opacity: 1;
}

.premium-game-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(216, 177, 92, 0.3);
}

.premium-game-overlay a:hover {
  color: #111;
}

/* Bottom CTA */
.premium-games-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-games-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-games-bottom span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-games-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-games-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-games-section {
    padding: 72px 0;
  }

  .premium-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-game-card {
    border-radius: 18px;
  }

  .premium-game-card img {
    border-radius: 18px;
  }

  .premium-game-overlay {
    opacity: 1;
    padding: 12px;
  }

  .premium-game-overlay a {
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .premium-games-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-games-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-games-grid {
    gap: 12px;
    padding: 12px;
  }

  .premium-game-overlay a {
    width: 100%;
  }
}

/* Live Games Section */
.premium-live-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 177, 92, 0.13), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(0, 109, 112, 0.18), transparent 32%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-live-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-live-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Live grid — 6 per row on desktop */
.premium-live-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-live-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-live-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-live-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-live-game-card:hover img {
  transform: scale(1.06);
}

.premium-live-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(3, 6, 10, 0) 0%,
    rgba(3, 6, 10, 0.08) 42%,
    rgba(3, 6, 10, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
}

.premium-live-game-card:hover .premium-live-game-overlay {
  opacity: 1;
}

.premium-live-game-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(216, 177, 92, 0.3);
}

.premium-live-game-overlay a:hover {
  color: #111;
}

/* Bottom CTA */
.premium-live-games-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-live-games-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-live-games-bottom span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-live-games-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-live-games-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-live-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-live-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-live-games-section {
    padding: 72px 0;
  }

  .premium-live-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-live-game-card {
    border-radius: 18px;
  }

  .premium-live-game-card img {
    border-radius: 18px;
  }

  .premium-live-game-overlay {
    opacity: 1;
    padding: 12px;
  }

  .premium-live-game-overlay a {
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .premium-live-games-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-live-games-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-live-games-grid {
    gap: 12px;
    padding: 12px;
  }

  .premium-live-game-overlay a {
    width: 100%;
  }
}

/* Jackpot Games Section */
.premium-jackpot-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 10% 14%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 90% 86%, rgba(0, 109, 112, 0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-jackpot-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-jackpot-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Grid */
.premium-jackpot-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-jackpot-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-jackpot-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-jackpot-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-jackpot-game-card:hover img {
  transform: scale(1.06);
}

/* Bottom CTA */
.premium-jackpot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-jackpot-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-jackpot-bottom span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-jackpot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-jackpot-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-jackpot-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-jackpot-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-jackpot-games-section {
    padding: 72px 0;
  }

  .premium-jackpot-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-jackpot-game-card {
    border-radius: 18px;
  }

  .premium-jackpot-game-card img {
    border-radius: 18px;
  }

  .premium-jackpot-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-jackpot-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-jackpot-games-grid {
    gap: 12px;
    padding: 12px;
  }
}

/* Bonus Buy Games Section */
.premium-bonus-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(0, 109, 112, 0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-bonus-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-bonus-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Grid */
.premium-bonus-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-bonus-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-bonus-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-bonus-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-bonus-game-card:hover img {
  transform: scale(1.06);
}

/* Bottom CTA */
.premium-bonus-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-bonus-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-bonus-bottom span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-bonus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-bonus-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-bonus-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-bonus-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-bonus-games-section {
    padding: 72px 0;
  }

  .premium-bonus-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-bonus-game-card {
    border-radius: 18px;
  }

  .premium-bonus-game-card img {
    border-radius: 18px;
  }

  .premium-bonus-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-bonus-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-bonus-games-grid {
    gap: 12px;
    padding: 12px;
  }
}

/* Premium About Section */
.premium-about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 177, 92, 0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 109, 112, 0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 46%, #05070c 100%);
}

.premium-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  pointer-events: none;
}

.premium-about-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -220px;
  right: -160px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.11);
  filter: blur(18px);
  pointer-events: none;
}

.premium-about-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Header */
.premium-about-header {
  max-width: 920px;
  margin: 0 auto 56px;
}

.premium-about-kicker,
.premium-about-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  background: rgba(255,255,255,0.055);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-about-header h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-about-header p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.8;
}

/* Main Panel */
.premium-about-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 28px;
  padding: 34px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.16);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.premium-about-panel::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 120px;
  height: 120px;
  border-top: 1px solid rgba(216,177,92,0.38);
  border-right: 1px solid rgba(216,177,92,0.38);
  border-radius: 0 28px 0 0;
  pointer-events: none;
}

.premium-about-main {
  padding: 28px;
}

.premium-about-main h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.premium-about-main p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-about-main p:last-child {
  margin-bottom: 0;
}

/* Stats */
.premium-about-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.premium-about-stats div {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-about-stats strong {
  display: block;
  margin-bottom: 10px;
  color: #d8b15c;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.premium-about-stats span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

/* Services */
.premium-about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-about-service-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 54px rgba(0,0,0,0.22);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.premium-about-service-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -56px;
  top: -56px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-about-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216,177,92,0.28);
}

.premium-about-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 22px;
  box-shadow: 0 14px 30px rgba(216,177,92,0.22);
}

.premium-about-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-about-service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* Bottom */
.premium-about-bottom {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 28px;
  margin-top: 28px;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.2);
}

.premium-about-bottom-text span {
  display: block;
  margin-bottom: 12px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-about-bottom-text h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-about-bottom-text p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.8;
}

.premium-about-badges {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}

.premium-about-badges span {
  display: inline-flex;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(7,12,22,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-about-panel,
  .premium-about-bottom {
    grid-template-columns: 1fr;
  }

  .premium-about-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-about-section {
    padding: 76px 0;
  }

  .premium-about-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .premium-about-main {
    padding: 10px;
  }

  .premium-about-services {
    grid-template-columns: 1fr;
  }

  .premium-about-bottom {
    padding: 24px;
  }
}

/* Premium Advantages Section */
.premium-advantages-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 177, 92, 0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 109, 112, 0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 48%, #05070c 100%);
}

.premium-advantages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-advantages-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.1);
  filter: blur(18px);
  pointer-events: none;
}

.premium-advantages-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Advantages Grid */
.premium-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.premium-advantage-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.premium-advantage-card.large-card {
  grid-column: span 2;
}

.premium-advantage-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.12);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.premium-advantage-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #d8b15c, transparent);
  opacity: 0.45;
}

.premium-advantage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216,177,92,0.28);
  background: rgba(255,255,255,0.075);
}

.premium-advantage-card:hover::before {
  transform: scale(1.18);
  opacity: 0.9;
}

.premium-card-number {
  position: absolute;
  right: 28px;
  top: 24px;
  color: rgba(255,255,255,0.08);
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.premium-advantage-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
  box-shadow: 0 16px 34px rgba(216,177,92,0.24);
}

.premium-advantage-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-advantage-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.75;
}

/* Bottom Strip */
.premium-advantages-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-advantages-strip strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-advantages-strip span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-advantages-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-advantages-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-advantage-card.large-card {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .premium-advantages-section {
    padding: 76px 0;
  }

  .premium-advantages-grid {
    grid-template-columns: 1fr;
  }

  .premium-advantage-card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .premium-card-number {
    font-size: 52px;
  }

  .premium-advantages-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-advantages-btn {
    width: 100%;
  }
}

/* Premium Conversion Section */
.premium-conversion-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-conversion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-conversion-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-conversion-wrapper {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
}

/* Left Side */
.premium-conversion-content {
  position: relative;
  padding: 42px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-conversion-content::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(216,177,92,0.08);
  filter: blur(10px);
}

.premium-conversion-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.3);
  background: rgba(255,255,255,0.05);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-conversion-content h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-conversion-text {
  margin: 0 0 34px;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.85;
}

/* Bonus Box */
.premium-bonus-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.16), rgba(255,255,255,0.05));
  border: 1px solid rgba(216,177,92,0.24);
}

.premium-bonus-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.premium-bonus-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-bonus-box h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-bonus-box p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

/* Steps */
.premium-conversion-steps {
  display: grid;
  gap: 18px;
}

.premium-step-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
}

.premium-step-number {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(216,177,92,0.22);
}

.premium-step-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-step-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* CTA */
.premium-conversion-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.premium-conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(216,177,92,0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-conversion-btn:hover {
  color: #111;
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(216,177,92,0.36);
}

.premium-conversion-note {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  font-weight: 700;
}

/* Right Side */
.premium-conversion-visual {
  position: relative;
  padding: 42px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(216,177,92,0.14);
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.premium-floating-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(216,177,92,0.14);
  filter: blur(18px);
}

.premium-visual-main {
  position: relative;
  z-index: 2;
  padding: 42px;
  border-radius: 34px;
  background: rgba(7,12,22,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 26px;
}

.premium-visual-main span {
  display: block;
  margin-bottom: 14px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visual-main h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-visual-main p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.8;
}

.premium-visual-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-stat-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
}

.premium-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-stat-card span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-conversion-wrapper {
    grid-template-columns: 1fr;
  }

  .premium-conversion-visual {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .premium-conversion-section {
    padding: 76px 0;
  }

  .premium-conversion-content,
  .premium-conversion-visual {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-bonus-box {
    padding: 26px;
  }

  .premium-step-card {
    flex-direction: column;
  }

  .premium-visual-main {
    padding: 28px;
  }

  .premium-visual-main h3 {
    font-size: 32px;
  }

  .premium-visual-stats {
    grid-template-columns: 1fr;
  }

  .premium-conversion-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .premium-conversion-btn {
    width: 100%;
  }
}

/* Right Visual Side */
.premium-conversion-visual {
  position: relative;
  padding: 36px;
  border-radius: 38px;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );
  border: 1px solid rgba(216,177,92,0.14);
  overflow: hidden;
}

/* PNG IMAGE */
.premium-conversion-image {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.premium-conversion-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 54px rgba(0,0,0,0.45))
    drop-shadow(0 0 30px rgba(216,177,92,0.22));
}

/* Main Card */
.premium-visual-main {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 30px;
  background: rgba(7,12,22,0.78);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-visual-main span {
  display: block;
  margin-bottom: 12px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visual-main h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-visual-main p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.8;
}

/* Stats */
.premium-visual-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-stat-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

.premium-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-stat-card span {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-weight: 700;
}

/* Glow */
.premium-floating-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  right: -220px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(216,177,92,0.12);
  filter: blur(20px);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 767px) {

  .premium-conversion-visual {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-conversion-image {
    margin-bottom: 20px;
  }

  .premium-visual-main {
    padding: 26px;
  }

  .premium-visual-main h3 {
    font-size: 30px;
  }

  .premium-visual-stats {
    grid-template-columns: 1fr;
  }
}

/* MAIN WRAPPER */
.premium-conversion-wrapper {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: stretch; /* ВАЖНО */
}

/* LEFT COLUMN */
.premium-conversion-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* RIGHT COLUMN */
.premium-conversion-visual {
  position: relative;
  height: 100%; /* ВАЖНО */
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 36px;
  border-radius: 38px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(216,177,92,0.14);
  overflow: hidden;
}

/* IMAGE */
.premium-conversion-image {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: center;
  align-items: center;

  flex: 1;
  min-height: 320px;

  margin-bottom: 24px;
}

.premium-conversion-image img {
  width: 100%;
  max-width: 560px;
  max-height: 420px;
  object-fit: contain;

  filter:
    drop-shadow(0 24px 54px rgba(0,0,0,0.45))
    drop-shadow(0 0 30px rgba(216,177,92,0.22));
}

/* MAIN INFO CARD */
.premium-visual-main {
  position: relative;
  z-index: 2;

  padding: 34px;
  border-radius: 30px;

  background: rgba(7,12,22,0.78);

  border: 1px solid rgba(255,255,255,0.08);

  margin-bottom: 22px;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* STATS */
.premium-visual-stats {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* MOBILE */
@media (max-width: 1199px) {

  .premium-conversion-wrapper {
    grid-template-columns: 1fr;
  }

  .premium-conversion-visual {
    height: auto;
  }
}

/* Premium Review Section */
.premium-review-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 48%, #05070c 100%);
}

.premium-review-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-review-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-review-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-review-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-review-hero h3,
.premium-online-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-review-hero p,
.premium-online-heading p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-review-numbers {
  display: grid;
  gap: 16px;
}

.premium-review-numbers div {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-review-numbers strong {
  display: block;
  color: #d8b15c;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.premium-review-numbers span {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.premium-review-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-review-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-review-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-review-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-review-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-review-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.78;
}

.premium-online-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-online-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-online-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-category-column {
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-category-column h4 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-category-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-category-column li {
  padding: 12px 0;
  color: #f2d990;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-category-column li:last-child {
  border-bottom: 0;
}

@media (max-width: 1199px) {
  .premium-review-hero,
  .premium-review-grid {
    grid-template-columns: 1fr;
  }

  .premium-online-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-review-section {
    padding: 76px 0;
  }

  .premium-review-hero,
  .premium-online-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-online-categories {
    grid-template-columns: 1fr;
  }
}

/* Loyalty Section */
.premium-loyalty-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 20%, rgba(216,177,92,0.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0d1724 48%, #060b13 100%);
}

.premium-loyalty-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-loyalty-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Heading */
.premium-loyalty-heading {
  max-width: 920px;
  margin: 0 auto 58px;
}

.premium-loyalty-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 16px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-loyalty-heading h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-loyalty-heading p {
  margin: 0;

  color: rgba(255,255,255,0.72);

  font-size: 18px;
  line-height: 1.85;
}

/* Grid */
.premium-loyalty-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 30px;
  align-items: stretch;
}

/* Main */
.premium-loyalty-main {
  position: relative;

  padding: 42px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-loyalty-main::after {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  right: -80px;
  top: -80px;

  border-radius: 50%;

  background: rgba(216,177,92,0.08);
}

.premium-loyalty-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(216,177,92,0.12);

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-loyalty-main h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-loyalty-main p {
  position: relative;
  z-index: 2;

  margin: 0 0 22px;

  color: rgba(255,255,255,0.72);

  font-size: 17px;
  line-height: 1.85;
}

/* Features */
.premium-loyalty-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.premium-loyalty-feature {
  padding: 24px;
  border-radius: 28px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-loyalty-feature strong {
  display: block;
  margin-bottom: 10px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 900;
}

.premium-loyalty-feature span {
  display: block;

  color: rgba(255,255,255,0.66);

  font-size: 15px;
  line-height: 1.7;
}

/* Side */
.premium-loyalty-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Highlight */
.premium-promo-card {
  position: relative;

  overflow: hidden;

  padding: 38px;
  border-radius: 36px;

  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.14),
      rgba(255,255,255,0.05)
    );

  border: 1px solid rgba(216,177,92,0.24);

  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-promo-card::before {
  content: "";

  position: absolute;

  width: 200px;
  height: 200px;

  right: -70px;
  top: -70px;

  border-radius: 50%;

  background: rgba(255,255,255,0.08);
}

.promo-label {
  position: relative;
  z-index: 2;

  display: inline-block;
  margin-bottom: 16px;

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-promo-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 18px;

  color: #ffffff;

  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-promo-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 28px;

  color: rgba(255,255,255,0.72);

  font-size: 16px;
  line-height: 1.8;
}

/* Button */
.premium-promo-btn {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 16px 34px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );

  color: #111;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 18px 42px rgba(216,177,92,0.28);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.premium-promo-btn:hover {
  color: #111;

  transform: translateY(-3px);

  box-shadow: 0 24px 54px rgba(216,177,92,0.36);
}

/* Mini Promos */
.premium-mini-promos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-mini-promo {
  padding: 26px;
  border-radius: 28px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-mini-promo strong {
  display: block;
  margin-bottom: 12px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 900;
}

.premium-mini-promo p {
  margin: 0;

  color: rgba(255,255,255,0.66);

  font-size: 15px;
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-loyalty-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .premium-loyalty-section {
    padding: 76px 0;
  }

  .premium-loyalty-main,
  .premium-promo-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-loyalty-features,
  .premium-mini-promos {
    grid-template-columns: 1fr;
  }

  .premium-promo-card h3 {
    font-size: 30px;
  }
}

/* Premium Slots Section */
.premium-slots-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-slots-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-slots-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-slots-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-slots-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-slots-intro h3,
.premium-online-slots-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-slots-intro p,
.premium-online-slots-heading p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-slots-stat-box {
  display: grid;
  gap: 16px;
}

.premium-slots-stat-box div {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-slots-stat-box strong {
  display: block;
  color: #d8b15c;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.premium-slots-stat-box span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

/* Cards */
.premium-slots-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-slots-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-slots-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-slots-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-slots-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-slots-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.78;
}

.premium-slots-card ul {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.premium-slots-card li {
  padding: 10px 0;
  color: #f2d990;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-slots-card li:last-child {
  border-bottom: 0;
}

/* Online Panel */
.premium-online-slots-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-online-slots-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-slot-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-slot-category-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-slot-category-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-slot-category-card p {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.7;
}

.premium-slot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.premium-slot-tags span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
}

/* Bottom CTA */
.premium-slots-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-slots-bottom strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-slots-bottom span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-slots-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-slots-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-slots-intro,
  .premium-slots-grid {
    grid-template-columns: 1fr;
  }

  .premium-slot-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-slots-section {
    padding: 76px 0;
  }

  .premium-slots-intro,
  .premium-online-slots-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-slot-categories {
    grid-template-columns: 1fr;
  }

  .premium-slots-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-slots-btn {
    width: 100%;
  }
}

/* Premium Tables Section */
.premium-tables-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-tables-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-tables-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-tables-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;

  padding: 38px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-tables-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-tables-intro h3,
.premium-live-heading h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-tables-intro p,
.premium-live-heading p {
  margin: 0 0 20px;

  color: rgba(255,255,255,0.72);

  font-size: 17px;
  line-height: 1.85;
}

/* Side Stats */
.premium-tables-side-stats {
  display: grid;
  gap: 18px;
}

.premium-tables-stat {
  padding: 28px;
  border-radius: 30px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-tables-stat strong {
  display: block;
  margin-bottom: 10px;

  color: #d8b15c;

  font-size: 28px;
  font-weight: 900;
}

.premium-tables-stat span {
  display: block;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.7;
}

/* Cards */
.premium-tables-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-table-card {
  position: relative;
  overflow: hidden;

  padding: 32px;
  border-radius: 32px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-table-card::after {
  content: "";

  position: absolute;

  width: 150px;
  height: 150px;

  right: -60px;
  top: -60px;

  border-radius: 50%;

  background: rgba(216,177,92,0.11);
}

.premium-table-icon {
  position: relative;
  z-index: 2;

  width: 62px;
  height: 62px;

  margin-bottom: 24px;

  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);

  color: #111;

  font-size: 24px;
}

.premium-table-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 14px;

  color: #ffffff;

  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-table-card p {
  position: relative;
  z-index: 2;

  margin: 0;

  color: rgba(255,255,255,0.68);

  font-size: 16px;
  line-height: 1.78;
}

.premium-table-card ul {
  position: relative;
  z-index: 2;

  list-style: none;

  margin: 20px 0 0;
  padding: 0;
}

.premium-table-card li {
  padding: 10px 0;

  color: #f2d990;

  font-size: 15px;
  font-weight: 700;

  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-table-card li:last-child {
  border-bottom: 0;
}

/* Live Panel */
.premium-live-panel {
  margin-top: 28px;

  padding: 38px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-live-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-live-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-live-column {
  padding: 28px;
  border-radius: 30px;

  background: rgba(7,12,22,0.58);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-live-column h4 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: 24px;
  font-weight: 900;
}

.premium-live-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-live-column li {
  padding: 12px 0;

  color: #f2d990;

  font-size: 15px;
  font-weight: 700;

  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-live-column li:last-child {
  border-bottom: 0;
}

/* Bottom CTA */
.premium-tables-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  margin-top: 28px;

  padding: 30px 34px;
  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.12),
      rgba(255,255,255,0.045)
    );

  border: 1px solid rgba(216,177,92,0.22);
}

.premium-tables-bottom strong {
  display: block;
  margin-bottom: 7px;

  color: #ffffff;

  font-size: 22px;
  font-weight: 900;
}

.premium-tables-bottom span {
  display: block;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.55;
}

.premium-tables-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 15px 30px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );

  color: #111;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-tables-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-tables-intro,
  .premium-tables-grid {
    grid-template-columns: 1fr;
  }

  .premium-live-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {

  .premium-tables-section {
    padding: 76px 0;
  }

  .premium-tables-intro,
  .premium-live-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-live-categories {
    grid-template-columns: 1fr;
  }

  .premium-tables-bottom {
    flex-direction: column;
    align-items: flex-start;

    padding: 24px;
  }

  .premium-tables-btn {
    width: 100%;
  }
}

/* Premium Providers Section */
.premium-providers-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-providers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-providers-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-providers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.premium-provider-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.premium-provider-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-provider-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216,177,92,0.26);
  background: rgba(255,255,255,0.075);
}

.premium-provider-logo {
  position: relative;
  z-index: 2;
  height: 74px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.premium-provider-logo img {
  max-width: 180px;
  max-height: 62px;
  object-fit: contain;
  filter: brightness(1.06);
}

.premium-provider-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-provider-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

.premium-provider-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.premium-provider-tags span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-providers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-providers-section {
    padding: 76px 0;
  }

  .premium-providers-grid {
    grid-template-columns: 1fr;
  }

  .premium-provider-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-provider-logo img {
    max-width: 160px;
  }
}

/* Detailed Visitor Information Section */
.premium-visitor-details-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-visitor-details-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-visitor-details-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-visitor-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-visitor-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visitor-intro h3,
.premium-hours-header h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-visitor-intro p,
.premium-hours-header p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-visitor-highlight-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-visitor-highlight-box div {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-visitor-highlight-box strong {
  display: block;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-visitor-highlight-box span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* Hours */
.premium-hours-wrapper {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-hours-header {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.75fr;
  gap: 22px;
}

.premium-hours-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-hours-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.1);
}

.premium-hours-card h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-hours-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.premium-hours-row strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.premium-hours-row span {
  color: #f2d990;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.premium-hours-note {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(216,177,92,0.09);
  border: 1px solid rgba(216,177,92,0.16);
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.75;
}

/* Rules Grid */
.premium-rules-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.875fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-rules-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-rules-card.large {
  grid-row: span 2;
}

.premium-rules-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-rules-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-rules-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-rules-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-rules-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.premium-rules-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-rules-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8b15c;
  box-shadow: 0 0 18px rgba(216,177,92,0.45);
}

.premium-rules-card li:last-child {
  border-bottom: 0;
}

/* Bottom Banner */
.premium-visitor-bottom-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 32px;
  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.12),
      rgba(255,255,255,0.045)
    );
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-visitor-bottom-banner strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-visitor-bottom-banner span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-visitor-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-visitor-main-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-visitor-intro,
  .premium-hours-grid,
  .premium-rules-grid {
    grid-template-columns: 1fr;
  }

  .premium-rules-card.large {
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .premium-visitor-details-section {
    padding: 76px 0;
  }

  .premium-visitor-intro,
  .premium-hours-wrapper {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-visitor-highlight-box {
    grid-template-columns: 1fr;
  }

  .premium-hours-card,
  .premium-rules-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-hours-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .premium-visitor-bottom-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-visitor-main-btn {
    width: 100%;
  }
}

/* Online Casino App Section */
.premium-app-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.15), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-app-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-app-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Layout */
.premium-app-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.premium-app-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Image */
.premium-app-image-card {
  position: relative;
  overflow: hidden;

  padding: 30px;
  border-radius: 38px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(216,177,92,0.16);

  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}

.premium-app-image-card::after {
  content: "";
  position: absolute;

  width: 180px;
  height: 180px;

  top: -70px;
  right: -70px;

  border-radius: 50%;

  background: rgba(216,177,92,0.12);
}

.premium-app-main-image {
  position: relative;
  z-index: 2;

  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Boxes */
.premium-app-info-box,
.premium-app-install-box {
  padding: 34px;
  border-radius: 34px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.premium-app-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-app-info-box h3,
.premium-app-install-box h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-app-info-box p,
.premium-app-install-box p {
  margin: 0 0 18px;

  color: rgba(255,255,255,0.7);

  font-size: 16px;
  line-height: 1.8;
}

/* Features */
.premium-app-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.premium-app-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 26px;
  border-radius: 28px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 20px 54px rgba(0,0,0,0.22);
}

.premium-app-feature-card h4 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.premium-app-feature-card p {
  margin: 0;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.7;
}

/* Icons */
.premium-app-icon {
  flex-shrink: 0;

  width: 58px;
  height: 58px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 100%
    );

  color: #111;

  font-size: 22px;

  box-shadow: 0 12px 28px rgba(216,177,92,0.24);
}

/* Install Grid */
.premium-install-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.premium-install-card {
  position: relative;
  overflow: hidden;

  padding: 28px;
  border-radius: 28px;

  background: rgba(7,12,22,0.6);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-install-card::after {
  content: "";

  position: absolute;

  width: 130px;
  height: 130px;

  right: -50px;
  top: -50px;

  border-radius: 50%;

  background: rgba(216,177,92,0.1);
}

.premium-install-card h4 {
  position: relative;
  z-index: 2;

  margin: 18px 0 12px;

  color: #ffffff;

  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.premium-install-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 24px;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.75;
}

/* Store Buttons */
.premium-store-buttons img {
  position: relative;
  z-index: 2;

  max-width: 190px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-app-wrapper {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .premium-app-section {
    padding: 76px 0;
  }

  .premium-app-features,
  .premium-install-grid {
    grid-template-columns: 1fr;
  }

  .premium-app-image-card,
  .premium-app-info-box,
  .premium-app-install-box,
  .premium-app-feature-card,
  .premium-install-card {
    padding: 24px;
    border-radius: 26px;
  }

  .premium-app-info-box h3,
  .premium-app-install-box h3 {
    font-size: 32px;
  }

}

/* Premium Payment Section */
.premium-payment-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-payment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-payment-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-payment-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.premium-payment-intro-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-payment-intro-card::after,
.premium-payment-info-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-payment-intro-icon,
.premium-payment-info-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-payment-intro-card h3,
.premium-payment-info-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.premium-payment-intro-card p,
.premium-payment-info-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.78;
}

/* Table Wrapper */
.premium-payment-table-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.065), rgba(255,255,255,0.035));
  border: 1px solid rgba(216,177,92,0.22);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

/* Tabs */
.premium-payment-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}

.premium-payment-tab {
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.34);
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.premium-payment-tab.active {
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  box-shadow: 0 14px 34px rgba(216,177,92,0.28);
}

/* Table */
.premium-payment-table {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.premium-payment-table.active {
  display: flex;
}

.premium-payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(5, 8, 13, 0.82);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.premium-payment-method img,
.premium-payment-icons img {
  width: 34px;
  height: 22px;
  min-width: 34px;
  object-fit: contain;
  display: block;
}

.premium-payment-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 74px;
  min-width: 74px;
}

.premium-payment-icons img {
  width: 34px;
  min-width: 34px;
}

.premium-payment-method span:last-child {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.premium-payment-row strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

/* Info Cards */
.premium-payment-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.premium-payment-info-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-payment-intro,
  .premium-payment-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-payment-section {
    padding: 76px 0;
  }

  .premium-payment-intro,
  .premium-payment-info-grid {
    grid-template-columns: 1fr;
  }

  .premium-payment-table-wrap {
    padding: 18px;
    border-radius: 26px;
  }

  .premium-payment-tabs {
    flex-direction: column;
  }

  .premium-payment-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }

  .premium-payment-row strong {
    margin-left: 48px;
  }

  .premium-payment-method img,
  .premium-payment-icons img {
    width: 30px;
    height: 20px;
    min-width: 30px;
  }

  .premium-payment-icons {
    width: 66px;
    min-width: 66px;
  }
}

/* Trust, Security & Player Protection Section */
.premium-trust-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-trust-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Hero */
.premium-trust-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-trust-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-trust-hero h3,
.premium-trust-panel-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-trust-hero p,
.premium-trust-panel-heading p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-trust-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-trust-side div {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-trust-side strong {
  display: block;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-trust-side span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* Cards */
.premium-trust-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.875fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-trust-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-trust-card.large {
  grid-row: span 2;
}

.premium-trust-card::after,
.premium-resource-card::after,
.premium-dispute-step::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-trust-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-trust-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-trust-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-trust-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.premium-trust-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-trust-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8b15c;
  box-shadow: 0 0 18px rgba(216,177,92,0.45);
}

.premium-trust-card li:last-child {
  border-bottom: 0;
}

/* Dispute Panel */
.premium-trust-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-trust-panel-heading {
  max-width: 980px;
  margin-bottom: 34px;
}

.premium-dispute-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-dispute-step {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-dispute-step span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 18px;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-dispute-step h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-dispute-step p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* Resources */
.premium-trust-resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-resource-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-resource-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.premium-resource-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.75;
}

.premium-resource-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #f2d990;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-trust-hero,
  .premium-trust-grid,
  .premium-dispute-steps,
  .premium-trust-resources {
    grid-template-columns: 1fr;
  }

  .premium-trust-card.large {
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .premium-trust-section {
    padding: 76px 0;
  }

  .premium-trust-hero,
  .premium-trust-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-trust-side {
    grid-template-columns: 1fr;
  }

  .premium-trust-card,
  .premium-dispute-step,
  .premium-resource-card {
    padding: 26px;
    border-radius: 28px;
  }
}

/* Premium FAQ Accordion Section */
.premium-faq-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-faq-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-faq-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.premium-faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.premium-faq-item {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
}

.premium-faq-question {
  width: 100%;
  min-height: 78px;
  padding: 24px 30px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  text-align: left;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.premium-faq-question::after {
  content: "+";
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.premium-faq-item.active .premium-faq-question::after {
  content: "–";
}

.premium-faq-answer {
  display: none;
  padding: 0 30px 28px;
}

.premium-faq-item.active .premium-faq-answer {
  display: block;
}

.premium-faq-answer p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 991px) {
  .premium-faq-accordion-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-faq-section {
    padding: 76px 0;
  }

  .premium-faq-question {
    min-height: auto;
    padding: 22px;
    font-size: 17px;
  }

  .premium-faq-answer {
    padding: 0 22px 24px;
  }
}

/* Premium Footer */
.premium-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.11), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.13), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #040609 100%);
  border-top: 1px solid rgba(216,177,92,0.2);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-footer .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 1fr;
  gap: 34px;
  padding-bottom: 42px;
}

.premium-footer-logo {
  display: inline-flex;
  margin-bottom: 24px;
}

.premium-footer-logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.premium-footer-brand p,
.premium-footer-disclaimer p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-footer-trust span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.premium-footer-column h3,
.premium-footer-contact h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.premium-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-footer-column li {
  margin-bottom: 13px;
}

.premium-footer-column a,
.premium-footer-contact-item a,
.premium-footer-bottom-links a {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.premium-footer-column a:hover,
.premium-footer-contact-item a:hover,
.premium-footer-bottom-links a:hover {
  color: #f2d990;
}

.premium-footer-contact {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.16);
}

.premium-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.premium-footer-contact-item i {
  color: #d8b15c;
  font-size: 18px;
  margin-top: 3px;
}

.premium-footer-contact-item span {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.premium-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216,177,92,0.26);
}

.premium-footer-btn:hover {
  color: #111;
}

/* Payments */
.premium-footer-payments {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 26px;
}

.premium-footer-payments > span {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.premium-footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.premium-footer-payment-icons img {
  width: 48px;
  height: 30px;
  padding: 6px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(5,8,13,0.86);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Disclaimer */
.premium-footer-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Bottom */
.premium-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
}

.premium-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  font-weight: 700;
}

.premium-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-footer-disclaimer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-footer {
    padding-top: 70px;
  }

  .premium-footer-top {
    grid-template-columns: 1fr;
  }

  .premium-footer-contact,
  .premium-footer-payments {
    padding: 24px;
    border-radius: 26px;
  }

  .premium-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .premium-footer-bottom-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .premium-footer-payment-icons img {
    width: 44px;
    height: 28px;
  }
}


/* Resort Overview Sec */
.resort-overview-sec {
  padding: clamp(70px, 6.25vw, 140px) 0;
  background:
    radial-gradient(circle at top left, rgba(253, 189, 40, 0.18), transparent 34%),
    linear-gradient(135deg, #f4f0ec 0%, #ece6df 100%);
}

.resort-overview-head {
  max-width: 920px;
  margin: 0 auto clamp(34px, 3.2vw, 64px);
  text-align: center;
}

.resort-overview-eyebrow {
  margin-bottom: 12px;
  color: #a52032;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resort-overview-head h2 {
  margin-bottom: 18px;
  color: #0c0c0d;
}

.resort-overview-head p {
  max-width: 780px;
  margin: 0 auto;
  color: #45474f;
}

.resort-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 3.33vw, 64px);
  align-items: center;
}

.resort-overview-image {
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 1.7vw, 36px);
  border: 4px solid #141516;
  box-shadow: 12px 12px 0 #141516;
  background: #141516;
}

.resort-overview-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.resort-overview-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fdbd28;
  border: 3px solid #141516;
  box-shadow: 6px 6px 0 #141516;
}

.resort-overview-badge strong {
  display: block;
  color: #141516;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resort-overview-badge span {
  color: #141516;
  font-size: clamp(22px, 1.4vw, 30px);
  font-weight: 800;
}

.resort-overview-content h3 {
  margin-bottom: 18px;
  color: #0c0c0d;
}

.resort-overview-content p {
  margin-bottom: 18px;
}

.resort-overview-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.resort-overview-facts div {
  padding: 22px;
  border-radius: 20px;
  background: #fafafa;
  border: 2px solid rgba(20, 21, 22, 0.12);
}

.resort-overview-facts i {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #a52032;
  color: #fafafa;
  font-size: 18px;
}

.resort-overview-facts strong {
  display: block;
  margin-bottom: 6px;
  color: #0c0c0d;
  font-weight: 800;
}

.resort-overview-facts span {
  color: #45474f;
  line-height: 1.45;
}

.resort-overview-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(42px, 4vw, 78px);
}

.resort-overview-detail-card {
  padding: clamp(24px, 2vw, 36px);
  border-radius: 24px;
  background: #fafafa;
  border: 2px solid rgba(20, 21, 22, 0.12);
}

.resort-overview-detail-card h4 {
  margin-bottom: 14px;
  color: #0c0c0d;
}

.resort-overview-detail-card p {
  color: #45474f;
}

@media (max-width: 991px) {
  .resort-overview-grid,
  .resort-overview-details {
    grid-template-columns: 1fr;
  }

  .resort-overview-image img {
    min-height: 380px;
  }
}

@media (max-width: 575px) {
  .resort-overview-facts {
    grid-template-columns: 1fr;
  }

  .resort-overview-image {
    box-shadow: 7px 7px 0 #141516;
  }

  .resort-overview-badge {
    left: 14px;
    bottom: 14px;
  }
}

/* Resort Overview Sec */
.resort-overview-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 140px) 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(253, 189, 40, 0.10), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(165, 32, 50, 0.16), transparent 34%),
    linear-gradient(180deg, #0b0d0f 0%, #111315 48%, #0b0d0f 100%);
}

.resort-overview-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.25;
  pointer-events: none;
}

.resort-overview-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -220px;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(253, 189, 40, 0.08), transparent 62%);
  pointer-events: none;
}

.resort-overview-sec .container {
  position: relative;
  z-index: 2;
}

.resort-overview-head {
  max-width: 930px;
  margin: 0 auto clamp(38px, 3.4vw, 70px);
  text-align: center;
}

.resort-overview-eyebrow {
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resort-overview-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.resort-overview-head p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.resort-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(30px, 3.33vw, 64px);
  align-items: center;
}

.resort-overview-image {
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 1.7vw, 36px);
  border: 1px solid rgba(253, 189, 40, 0.28);
  background: #141516;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(250, 250, 250, 0.04);
}

.resort-overview-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 45%);
  pointer-events: none;
}

.resort-overview-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.01);
}

.resort-overview-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(11, 13, 15, 0.88);
  border: 1px solid rgba(253, 189, 40, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.resort-overview-badge strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(250, 250, 250, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.resort-overview-badge span {
  color: #fdbd28;
  font-size: clamp(22px, 1.4vw, 30px);
  font-weight: 900;
  line-height: 1.15;
}

.resort-overview-content {
  padding: clamp(26px, 2.2vw, 42px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.92), rgba(18, 20, 23, 0.92));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.resort-overview-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.resort-overview-content p {
  margin-bottom: 18px;
  color: rgba(250, 250, 250, 0.72);
}

.resort-overview-content p:last-of-type {
  margin-bottom: 0;
}

.resort-overview-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.resort-overview-facts div {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(26, 28, 31, 0.96), rgba(16, 18, 21, 0.96));
  border: 1px solid rgba(253, 189, 40, 0.14);
  box-shadow: inset 0 0 0 1px rgba(250, 250, 250, 0.025);
}

.resort-overview-facts div::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.08);
}

.resort-overview-facts i {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fdbd28;
  color: #111315;
  font-size: 18px;
  box-shadow: 0 12px 26px rgba(253, 189, 40, 0.18);
}

.resort-overview-facts strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 7px;
  color: #fafafa;
  font-weight: 850;
}

.resort-overview-facts span {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.68);
  line-height: 1.45;
}

.resort-overview-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(42px, 4vw, 78px);
}

.resort-overview-detail-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.96), rgba(14, 16, 19, 0.96));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.resort-overview-detail-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fdbd28, rgba(165, 32, 50, 0.9));
}

.resort-overview-detail-card h4 {
  margin-bottom: 14px;
  color: #fafafa;
}

.resort-overview-detail-card p {
  color: rgba(250, 250, 250, 0.7);
}

@media (max-width: 991px) {
  .resort-overview-grid,
  .resort-overview-details {
    grid-template-columns: 1fr;
  }

  .resort-overview-image img {
    min-height: 390px;
  }

  .resort-overview-content {
    padding: 26px;
  }
}

@media (max-width: 575px) {
  .resort-overview-sec {
    padding: 58px 0;
  }

  .resort-overview-facts {
    grid-template-columns: 1fr;
  }

  .resort-overview-image img {
    min-height: 320px;
  }

  .resort-overview-badge {
    left: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }

  .resort-overview-content {
    padding: 22px;
    border-radius: 22px;
  }

  .resort-overview-detail-card {
    border-radius: 20px;
  }
}

/* ========================================================================== */
/*                           CASINO EXPERIENCE SECTION                        */
/* ========================================================================== */

.casino-experience-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.16), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 38%),
    linear-gradient(180deg, #090b0d 0%, #111315 48%, #090b0d 100%);
}

.casino-experience-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.22;
  pointer-events: none;
}

.casino-experience-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -260px;
  width: 860px;
  height: 860px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(253, 189, 40, 0.075), transparent 64%);
  pointer-events: none;
}

.casino-experience-sec .container {
  position: relative;
  z-index: 2;
}

.casino-experience-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.casino-experience-eyebrow {
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.casino-experience-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.casino-experience-head p {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.casino-experience-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: clamp(34px, 3.2vw, 66px);
}

.casino-stat-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px) 20px;
  text-align: center;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.96));
  border: 1px solid rgba(253, 189, 40, 0.18);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.casino-stat-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.10);
}

.casino-stat-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  color: #fdbd28;
  font-size: clamp(36px, 3vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.casino-stat-card span {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.72);
  font-weight: 700;
}

.casino-experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.casino-feature-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 34px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.casino-feature-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.casino-feature-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.casino-feature-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
  font-size: clamp(22px, 1.55vw, 32px);
}

.casino-feature-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.casino-experience-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.casino-experience-block {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(29, 32, 36, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.casino-experience-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #fdbd28, rgba(165, 32, 50, 0.95));
}

.casino-experience-block::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.055);
}

.casino-experience-block h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #fafafa;
}

.casino-experience-block p {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.72);
}

.casino-experience-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .casino-experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .casino-experience-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .casino-experience-sec {
    padding: 58px 0;
  }

  .casino-experience-grid,
  .casino-experience-stats {
    grid-template-columns: 1fr;
  }

  .casino-feature-card,
  .casino-experience-block {
    border-radius: 22px;
  }

  .casino-stat-card {
    border-radius: 20px;
  }
}

/* ========================================================================== */
/*                         END CASINO EXPERIENCE SECTION                      */
/* ========================================================================== */

/* ========================================================================== */
/*                                SLOTS SECTION                               */
/* ========================================================================== */

.slots-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 15% 14%, rgba(253, 189, 40, 0.11), transparent 34%),
    radial-gradient(circle at 90% 24%, rgba(165, 32, 50, 0.17), transparent 32%),
    radial-gradient(circle at 45% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #0b0d0f 0%, #141516 50%, #090b0d 100%);
}

.slots-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.slots-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.07);
  filter: blur(2px);
  pointer-events: none;
}

.slots-sec .container {
  position: relative;
  z-index: 2;
}

.slots-head {
  max-width: 1020px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.slots-eyebrow,
.slots-card-label {
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slots-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.slots-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.slots-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 3.33vw, 64px);
  align-items: stretch;
  margin-bottom: clamp(38px, 3.8vw, 76px);
}

.slots-visual {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: clamp(22px, 1.7vw, 36px);
  border: 1px solid rgba(253, 189, 40, 0.28);
  background: #111315;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(250, 250, 250, 0.04);
}

.slots-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.75) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 45%);
  pointer-events: none;
}

.slots-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.slots-visual-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(11, 13, 15, 0.88);
  border: 1px solid rgba(253, 189, 40, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.slots-visual-badge strong {
  display: block;
  color: #fdbd28;
  font-size: clamp(34px, 2.8vw, 58px);
  font-weight: 950;
  line-height: 1;
}

.slots-visual-badge span {
  margin-top: 6px;
  color: rgba(250, 250, 250, 0.78);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slots-content-card {
  padding: clamp(28px, 2.55vw, 48px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.slots-content-card h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.slots-content-card p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.slots-highlight-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.slots-highlight-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(253, 189, 40, 0.07);
  border: 1px solid rgba(253, 189, 40, 0.14);
}

.slots-highlight-list i {
  margin-top: 3px;
  color: #fdbd28;
}

.slots-highlight-list span {
  color: rgba(250, 250, 250, 0.78);
  line-height: 1.45;
}

.slots-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.slots-info-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.slots-info-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.slots-info-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.slots-info-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.slots-info-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.slots-titles-wrap {
  padding: clamp(28px, 2.7vw, 52px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(30, 33, 37, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.40),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.slots-titles-head {
  max-width: 880px;
  margin-bottom: 28px;
}

.slots-titles-head h3 {
  margin-bottom: 14px;
  color: #fafafa;
}

.slots-titles-head p {
  color: rgba(250, 250, 250, 0.72);
}

.slots-title-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.slots-title-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  min-height: 230px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(23, 25, 28, 0.98), rgba(12, 14, 17, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.14);
}

.slots-title-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fdbd28, rgba(165, 32, 50, 0.9));
}

.slots-title-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #fdbd28;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.slots-title-card h4 {
  margin-bottom: 12px;
  color: #fafafa;
  font-size: clamp(21px, 1.35vw, 28px);
}

.slots-title-card p {
  color: rgba(250, 250, 250, 0.68);
}

.slots-upcoming {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-top: 22px;
}

.slots-upcoming > div,
.slots-note {
  padding: clamp(24px, 2vw, 34px);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.slots-upcoming h3 {
  margin-bottom: 14px;
  color: #fafafa;
}

.slots-upcoming p,
.slots-note p {
  color: rgba(250, 250, 250, 0.70);
}

.slots-note i {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #a52032;
  color: #fafafa;
  font-size: 19px;
}

@media (max-width: 1199px) {
  .slots-title-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .slots-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .slots-upcoming {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .slots-hero-grid {
    grid-template-columns: 1fr;
  }

  .slots-visual,
  .slots-visual img {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .slots-sec {
    padding: 58px 0;
  }

  .slots-info-grid,
  .slots-title-grid {
    grid-template-columns: 1fr;
  }

  .slots-content-card,
  .slots-titles-wrap,
  .slots-info-card,
  .slots-title-card {
    border-radius: 22px;
  }

  .slots-visual,
  .slots-visual img {
    min-height: 320px;
  }

  .slots-visual-badge {
    left: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
}

/* ========================================================================== */
/*                              END SLOTS SECTION                             */
/* ========================================================================== */

/* ========================================================================== */
/*                            NEW SLOT ARRIVALS SECTION                       */
/* ========================================================================== */

.new-slots-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(253, 189, 40, 0.10), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(165, 32, 50, 0.16), transparent 28%),
    linear-gradient(180deg, #090b0d 0%, #121416 50%, #090b0d 100%);
}

.new-slots-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.22;
  pointer-events: none;
}

.new-slots-sec .container {
  position: relative;
  z-index: 2;
}

.new-slots-head {
  max-width: 980px;
  margin: 0 auto clamp(40px, 3.5vw, 75px);
  text-align: center;
}

.new-slots-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-slots-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.new-slots-head p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.new-slots-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 80px);
}

.new-slots-intro-card {
  padding: clamp(28px, 2.3vw, 42px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.new-slots-intro-card h3 {
  margin-bottom: 16px;
  color: #fafafa;
}

.new-slots-intro-card p {
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.72);
}

.new-slots-intro-card p:last-child {
  margin-bottom: 0;
}

.new-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 80px);
}

.new-slot-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: 300px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(12, 14, 17, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.new-slot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right,
    rgba(253, 189, 40, 0.08),
    transparent 38%);
  pointer-events: none;
}

.new-slot-card.featured {
  border-color: rgba(253, 189, 40, 0.45);
  box-shadow:
    0 0 0 1px rgba(253, 189, 40, 0.08),
    0 28px 64px rgba(0, 0, 0, 0.40);
}

.new-slot-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(253, 189, 40, 0.10);
  border: 1px solid rgba(253, 189, 40, 0.20);
  color: #fdbd28;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.new-slot-card h3 {
  margin-bottom: 14px;
  color: #fafafa;
  font-size: clamp(24px, 1.5vw, 34px);
}

.new-slot-card p {
  color: rgba(250, 250, 250, 0.70);
}

.new-slots-future {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 22px;
}

.new-slots-future-content,
.new-slots-note {
  padding: clamp(28px, 2.3vw, 42px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.new-slots-future-content h3,
.new-slots-note h4 {
  margin-bottom: 16px;
  color: #fafafa;
}

.new-slots-future-content p,
.new-slots-note p {
  color: rgba(250, 250, 250, 0.72);
}

.new-slots-future-content p:not(:last-child) {
  margin-bottom: 16px;
}

.new-slots-note {
  position: relative;
  overflow: hidden;
}

.new-slots-note::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.15);
}

.new-slots-note i {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 20px;
  box-shadow: 0 15px 32px rgba(253, 189, 40, 0.20);
}

@media (max-width: 1199px) {

  .new-slots-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .new-slots-future {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .new-slots-sec {
    padding: 58px 0;
  }

  .new-slots-intro,
  .new-slots-grid {
    grid-template-columns: 1fr;
  }

  .new-slot-card,
  .new-slots-intro-card,
  .new-slots-future-content,
  .new-slots-note {
    border-radius: 22px;
  }

  .new-slot-card {
    min-height: auto;
  }
}

/* ========================================================================== */
/*                         END NEW SLOT ARRIVALS SECTION                      */
/* ========================================================================== */

/* ========================================================================== */
/*                              TABLE GAMES SECTION                           */
/* ========================================================================== */

.table-games-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(165, 32, 50, 0.18), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.table-games-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.table-games-sec::after {
  content: "";
  position: absolute;
  left: -220px;
  bottom: 80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.table-games-sec .container {
  position: relative;
  z-index: 2;
}

.table-games-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.table-games-eyebrow,
.table-games-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table-games-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.table-games-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.table-games-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: clamp(34px, 3.2vw, 66px);
}

.table-games-stat {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px) 20px;
  text-align: center;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.96));
  border: 1px solid rgba(253, 189, 40, 0.18);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.table-games-stat::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.10);
}

.table-games-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  color: #fdbd28;
  font-size: clamp(34px, 2.7vw, 56px);
  font-weight: 950;
  line-height: 1;
}

.table-games-stat span {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.72);
  font-weight: 750;
}

.table-games-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.table-games-content,
.table-games-schedule-card {
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.table-games-content h3,
.table-games-schedule-card h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.table-games-content p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.table-games-content p:last-child {
  margin-bottom: 0;
}

.table-games-schedule-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(253, 189, 40, 0.14);
}

.table-games-schedule-row:last-child {
  border-bottom: 0;
}

.table-games-schedule-row span {
  color: rgba(250, 250, 250, 0.68);
  font-weight: 700;
}

.table-games-schedule-row strong {
  color: #fafafa;
  font-weight: 850;
  text-align: right;
}

.table-games-schedule-row.accent {
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(253, 189, 40, 0.20);
  border-radius: 18px;
  background: rgba(253, 189, 40, 0.07);
}

.table-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.table-game-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.table-game-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.table-game-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.table-game-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.table-game-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.table-games-premium {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  margin-bottom: 22px;
}

.table-games-premium-content,
.table-games-premium-hours,
.table-games-note {
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.table-games-premium-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.table-games-premium-content p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.table-games-premium-content p:last-child {
  margin-bottom: 0;
}

.table-games-premium-hours {
  display: grid;
  gap: 16px;
}

.table-games-premium-hours div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(253, 189, 40, 0.07);
  border: 1px solid rgba(253, 189, 40, 0.18);
}

.table-games-premium-hours span {
  display: block;
  margin-bottom: 8px;
  color: rgba(250, 250, 250, 0.68);
  font-weight: 750;
}

.table-games-premium-hours strong {
  display: block;
  color: #fdbd28;
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 900;
}

.table-games-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-color: rgba(165, 32, 50, 0.35);
}

.table-games-note i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #a52032;
  color: #fafafa;
  font-size: 18px;
}

.table-games-note p {
  color: rgba(250, 250, 250, 0.72);
}

@media (max-width: 1199px) {
  .table-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .table-games-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .table-games-main,
  .table-games-premium {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .table-games-sec {
    padding: 58px 0;
  }

  .table-games-grid,
  .table-games-stats {
    grid-template-columns: 1fr;
  }

  .table-games-content,
  .table-games-schedule-card,
  .table-game-card,
  .table-games-premium-content,
  .table-games-premium-hours,
  .table-games-note {
    border-radius: 22px;
  }

  .table-games-schedule-row {
    display: block;
  }

  .table-games-schedule-row strong {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .table-games-note {
    display: block;
  }

  .table-games-note i {
    margin-bottom: 16px;
  }
}

/* ========================================================================== */
/*                            END TABLE GAMES SECTION                         */
/* ========================================================================== */

/* ========================================================================== */
/*                               POKER ROOM SECTION                           */
/* ========================================================================== */

.poker-room-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(165, 32, 50, 0.17), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.poker-room-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.poker-room-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.poker-room-sec .container {
  position: relative;
  z-index: 2;
}

.poker-room-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.poker-room-eyebrow,
.poker-room-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poker-room-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.poker-room-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.poker-room-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 3.33vw, 64px);
  align-items: stretch;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.poker-room-content {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.poker-room-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.poker-room-content p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.poker-room-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.poker-room-points div {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(26, 28, 31, 0.96), rgba(16, 18, 21, 0.96));
  border: 1px solid rgba(253, 189, 40, 0.14);
  box-shadow: inset 0 0 0 1px rgba(250, 250, 250, 0.025);
}

.poker-room-points i {
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fdbd28;
  color: #111315;
  font-size: 18px;
  box-shadow: 0 12px 26px rgba(253, 189, 40, 0.18);
}

.poker-room-points strong {
  display: block;
  margin-bottom: 7px;
  color: #fafafa;
  font-weight: 850;
}

.poker-room-points span {
  color: rgba(250, 250, 250, 0.68);
  line-height: 1.45;
}

.poker-room-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: clamp(22px, 1.7vw, 36px);
  border: 1px solid rgba(253, 189, 40, 0.28);
  background: #111315;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(250, 250, 250, 0.04);
}

.poker-room-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 45%);
  pointer-events: none;
}

.poker-room-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.poker-room-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(11, 13, 15, 0.88);
  border: 1px solid rgba(253, 189, 40, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.poker-room-badge strong {
  display: block;
  margin-bottom: 5px;
  color: #fdbd28;
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 950;
  line-height: 1.1;
}

.poker-room-badge span {
  color: rgba(250, 250, 250, 0.78);
  font-weight: 800;
}

.poker-room-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.poker-room-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.poker-room-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.poker-room-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.poker-room-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.poker-room-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.poker-room-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.poker-room-bottom-content,
.poker-room-contact {
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.poker-room-bottom-content h3 {
  margin-bottom: 16px;
  color: #fafafa;
}

.poker-room-bottom-content p,
.poker-room-contact p {
  color: rgba(250, 250, 250, 0.72);
}

.poker-room-contact span {
  display: block;
  margin-bottom: 8px;
  color: rgba(250, 250, 250, 0.68);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poker-room-contact strong {
  display: block;
  margin-bottom: 16px;
  color: #fdbd28;
  font-size: clamp(30px, 2.5vw, 52px);
  font-weight: 950;
  line-height: 1;
}

@media (max-width: 1199px) {
  .poker-room-grid,
  .poker-room-bottom {
    grid-template-columns: 1fr;
  }

  .poker-room-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .poker-room-visual,
  .poker-room-visual img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .poker-room-sec {
    padding: 58px 0;
  }

  .poker-room-details,
  .poker-room-points {
    grid-template-columns: 1fr;
  }

  .poker-room-content,
  .poker-room-card,
  .poker-room-bottom-content,
  .poker-room-contact {
    border-radius: 22px;
  }

  .poker-room-visual,
  .poker-room-visual img {
    min-height: 320px;
  }

  .poker-room-badge {
    left: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
}

/* ========================================================================== */
/*                             END POKER ROOM SECTION                         */
/* ========================================================================== */


/* ========================================================================== */
/*                             HIGH LIMIT ROOM SECTION                        */
/* ========================================================================== */

.high-limit-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(253, 189, 40, 0.10), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(165, 32, 50, 0.18), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 40%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.high-limit-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.high-limit-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 100px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.high-limit-sec .container {
  position: relative;
  z-index: 2;
}

.high-limit-head {
  max-width: 1000px;
  margin: 0 auto clamp(40px, 3.5vw, 75px);
  text-align: center;
}

.high-limit-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.high-limit-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.high-limit-head p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.high-limit-hours {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 80px);
}

.high-limit-hours-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 2.4vw, 44px);
  text-align: center;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.20);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.high-limit-hours-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -80px;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.08);
}

.high-limit-hours-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: rgba(250, 250, 250, 0.72);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.high-limit-hours-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fdbd28;
  font-size: clamp(30px, 2.3vw, 52px);
  font-weight: 950;
  line-height: 1;
}

.high-limit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 80px);
}

.high-limit-feature {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 2vw, 38px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.high-limit-feature::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.16);
}

.high-limit-feature i {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 22px;
  box-shadow: 0 15px 30px rgba(253, 189, 40, 0.20);
}

.high-limit-feature h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fafafa;
}

.high-limit-feature p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.high-limit-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.high-limit-content-block {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 2.5vw, 48px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(29, 32, 36, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.high-limit-content-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    180deg,
    #fdbd28,
    rgba(165, 32, 50, 0.95)
  );
}

.high-limit-content-block h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #fafafa;
}

.high-limit-content-block p {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.72);
}

.high-limit-content-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {

  .high-limit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .high-limit-content {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .high-limit-sec {
    padding: 58px 0;
  }

  .high-limit-hours,
  .high-limit-grid {
    grid-template-columns: 1fr;
  }

  .high-limit-hours-card,
  .high-limit-feature,
  .high-limit-content-block {
    border-radius: 22px;
  }

}

/* ========================================================================== */
/*                           END HIGH LIMIT ROOM SECTION                      */
/* ========================================================================== */

/* ========================================================================== */
/*                               REWARDS SECTION                              */
/* ========================================================================== */

.rewards-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.rewards-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.rewards-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.rewards-sec .container {
  position: relative;
  z-index: 2;
}

.rewards-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.rewards-eyebrow,
.rewards-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rewards-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.rewards-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.rewards-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.rewards-content,
.rewards-highlight {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.rewards-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.rewards-content p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.rewards-content p:last-child {
  margin-bottom: 0;
}

.rewards-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.rewards-highlight strong {
  display: block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(34px, 2.8vw, 60px);
  font-weight: 950;
  line-height: 1;
}

.rewards-highlight span {
  color: rgba(250, 250, 250, 0.78);
  font-size: clamp(18px, 1.15vw, 24px);
  font-weight: 800;
  line-height: 1.35;
}

.rewards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.rewards-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.rewards-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.rewards-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.rewards-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
  font-size: clamp(22px, 1.45vw, 30px);
}

.rewards-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.rewards-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.rewards-step {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(24, 27, 31, 0.98), rgba(12, 14, 17, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.14);
}

.rewards-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fdbd28, rgba(165, 32, 50, 0.9));
}

.rewards-step span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #fdbd28;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.rewards-step h3 {
  margin-bottom: 12px;
  color: #fafafa;
  font-size: clamp(22px, 1.4vw, 30px);
}

.rewards-step p {
  color: rgba(250, 250, 250, 0.70);
}

.rewards-bottom {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 22px;
}

.rewards-bottom-content,
.rewards-note {
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.rewards-bottom-content h3,
.rewards-note h4 {
  margin-bottom: 16px;
  color: #fafafa;
}

.rewards-bottom-content p {
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.72);
}

.rewards-bottom-content p:last-child,
.rewards-note p {
  margin-bottom: 0;
  color: rgba(250, 250, 250, 0.72);
}

.rewards-note i {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 20px;
  box-shadow: 0 15px 32px rgba(253, 189, 40, 0.20);
}

@media (max-width: 1199px) {
  .rewards-grid,
  .rewards-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .rewards-main,
  .rewards-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rewards-sec {
    padding: 58px 0;
  }

  .rewards-grid,
  .rewards-steps {
    grid-template-columns: 1fr;
  }

  .rewards-content,
  .rewards-highlight,
  .rewards-card,
  .rewards-step,
  .rewards-bottom-content,
  .rewards-note {
    border-radius: 22px;
  }
}

/* ========================================================================== */
/*                             END REWARDS SECTION                            */
/* ========================================================================== */

/* ========================================================================== */
/*                         DINING & ENTERTAINMENT SECTION                     */
/* ========================================================================== */

.entertainment-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.entertainment-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.entertainment-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.entertainment-sec .container {
  position: relative;
  z-index: 2;
}

.entertainment-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.entertainment-eyebrow,
.entertainment-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entertainment-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.entertainment-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.entertainment-main-grid,
.entertainment-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 3.33vw, 64px);
  align-items: stretch;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.entertainment-image-card,
.entertainment-show-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: clamp(22px, 1.7vw, 36px);
  border: 1px solid rgba(253, 189, 40, 0.28);
  background: #111315;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(250, 250, 250, 0.04);
}

.entertainment-image-card::before,
.entertainment-show-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 45%);
  pointer-events: none;
}

.entertainment-image-card img,
.entertainment-show-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.entertainment-image-badge,
.entertainment-show-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(11, 13, 15, 0.88);
  border: 1px solid rgba(253, 189, 40, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.entertainment-image-badge strong,
.entertainment-show-badge strong {
  display: block;
  margin-bottom: 5px;
  color: #fdbd28;
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 950;
  line-height: 1.1;
}

.entertainment-image-badge span,
.entertainment-show-badge span {
  color: rgba(250, 250, 250, 0.78);
  font-weight: 800;
}

.entertainment-content-card,
.entertainment-show-content {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.entertainment-content-card h3,
.entertainment-show-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.entertainment-content-card p,
.entertainment-show-content p {
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.entertainment-warning {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(165, 32, 50, 0.14);
  border: 1px solid rgba(165, 32, 50, 0.35);
}

.entertainment-warning i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #a52032;
  color: #fafafa;
  font-size: 18px;
}

.entertainment-warning strong {
  display: block;
  margin-bottom: 6px;
  color: #fafafa;
  font-weight: 850;
}

.entertainment-warning span {
  color: rgba(250, 250, 250, 0.72);
  line-height: 1.45;
}

.entertainment-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.entertainment-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.entertainment-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.entertainment-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.entertainment-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.entertainment-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

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

.entertainment-stats div {
  padding: 22px;
  text-align: center;
  border-radius: 20px;
  background: rgba(253, 189, 40, 0.07);
  border: 1px solid rgba(253, 189, 40, 0.16);
}

.entertainment-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fdbd28;
  font-size: clamp(28px, 2vw, 44px);
  font-weight: 950;
  line-height: 1;
}

.entertainment-stats span {
  color: rgba(250, 250, 250, 0.72);
  font-weight: 750;
}

.entertainment-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.entertainment-bottom-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(29, 32, 36, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.entertainment-bottom-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #fdbd28, rgba(165, 32, 50, 0.95));
}

.entertainment-bottom-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #fafafa;
}

.entertainment-bottom-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.72);
}

@media (max-width: 1199px) {
  .entertainment-main-grid,
  .entertainment-showcase,
  .entertainment-bottom-grid {
    grid-template-columns: 1fr;
  }

  .entertainment-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .entertainment-showcase .entertainment-show-content {
    order: 2;
  }

  .entertainment-showcase .entertainment-show-image {
    order: 1;
  }
}

@media (max-width: 767px) {
  .entertainment-sec {
    padding: 58px 0;
  }

  .entertainment-cards,
  .entertainment-stats {
    grid-template-columns: 1fr;
  }

  .entertainment-image-card,
  .entertainment-show-image,
  .entertainment-image-card img,
  .entertainment-show-image img {
    min-height: 320px;
  }

  .entertainment-content-card,
  .entertainment-show-content,
  .entertainment-card,
  .entertainment-bottom-card {
    border-radius: 22px;
  }

  .entertainment-warning {
    display: block;
  }

  .entertainment-warning i {
    margin-bottom: 16px;
  }

  .entertainment-image-badge,
  .entertainment-show-badge {
    left: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
}

/* ========================================================================== */
/*                       END DINING & ENTERTAINMENT SECTION                   */
/* ========================================================================== */

/* ========================================================================== */
/*                           HOTEL & MEETINGS SECTION                         */
/* ========================================================================== */

.hotel-meetings-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(253, 189, 40, 0.07), transparent 42%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.hotel-meetings-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.hotel-meetings-sec::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 140px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.12);
  pointer-events: none;
}

.hotel-meetings-sec .container {
  position: relative;
  z-index: 2;
}

.hotel-meetings-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.hotel-meetings-eyebrow,
.hotel-meetings-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hotel-meetings-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

.hotel-meetings-head p {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.hotel-meetings-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.hotel-meetings-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 2.6vw, 50px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(29, 32, 36, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.40),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.hotel-meetings-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(253, 189, 40, 0.075);
}

.hotel-event-card::before {
  background: rgba(165, 32, 50, 0.16);
}

.hotel-meetings-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #fafafa;
}

.hotel-meetings-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  color: rgba(250, 250, 250, 0.72);
}

.hotel-meetings-card p:last-child {
  margin-bottom: 0;
}

.hotel-key-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.hotel-key-stats div {
  padding: 22px 16px;
  text-align: center;
  border-radius: 20px;
  background: rgba(253, 189, 40, 0.07);
  border: 1px solid rgba(253, 189, 40, 0.16);
}

.hotel-key-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fdbd28;
  font-size: clamp(28px, 2vw, 44px);
  font-weight: 950;
  line-height: 1;
}

.hotel-key-stats span {
  color: rgba(250, 250, 250, 0.72);
  font-weight: 750;
}

.hotel-event-types {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hotel-event-types span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(253, 189, 40, 0.08);
  border: 1px solid rgba(253, 189, 40, 0.16);
  color: rgba(250, 250, 250, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.hotel-meetings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.hotel-info-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 31, 35, 0.98), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(250, 250, 250, 0.03);
}

.hotel-info-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.hotel-info-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(253, 189, 40, 0.20);
}

.hotel-info-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.hotel-info-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.meeting-rooms-wrap {
  padding: clamp(30px, 2.7vw, 52px);
  margin-bottom: clamp(42px, 4vw, 78px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(30, 33, 37, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.40),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.meeting-rooms-head {
  max-width: 880px;
  margin-bottom: 28px;
}

.meeting-rooms-head h3 {
  margin-bottom: 14px;
  color: #fafafa;
}

.meeting-rooms-head p {
  color: rgba(250, 250, 250, 0.72);
}

.meeting-rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.meeting-room-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 2.25vw, 42px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(23, 25, 28, 0.98), rgba(12, 14, 17, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.15);
}

.meeting-room-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fdbd28, rgba(165, 32, 50, 0.9));
}

.meeting-room-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.meeting-room-top span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(253, 189, 40, 0.10);
  border: 1px solid rgba(253, 189, 40, 0.20);
  color: #fdbd28;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.meeting-room-top strong {
  color: #fafafa;
  font-size: clamp(20px, 1.4vw, 30px);
  font-weight: 950;
  line-height: 1.1;
  text-align: right;
}

.meeting-room-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fafafa;
}

.meeting-room-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.70);
}

.meeting-room-card p:last-child {
  margin-bottom: 0;
}

.hotel-meetings-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.hotel-bottom-card,
.hotel-contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 2.4vw, 46px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(29, 32, 36, 0.96), rgba(13, 15, 18, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.hotel-bottom-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #fdbd28, rgba(165, 32, 50, 0.95));
}

.hotel-bottom-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #fafafa;
}

.hotel-bottom-card p,
.hotel-contact-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.72);
}

.hotel-contact-card i {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 20px;
  box-shadow: 0 15px 32px rgba(253, 189, 40, 0.20);
}

.hotel-contact-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(250, 250, 250, 0.68);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-contact-card strong {
  display: block;
  margin-bottom: 16px;
  color: #fdbd28;
  font-size: clamp(22px, 1.6vw, 34px);
  font-weight: 950;
  line-height: 1.15;
  word-break: break-word;
}

@media (max-width: 1199px) {
  .hotel-meetings-hero,
  .hotel-meetings-bottom {
    grid-template-columns: 1fr;
  }

  .hotel-meetings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hotel-meetings-sec {
    padding: 58px 0;
  }

  .hotel-meetings-grid,
  .meeting-rooms-grid,
  .hotel-key-stats {
    grid-template-columns: 1fr;
  }

  .hotel-meetings-card,
  .hotel-info-card,
  .meeting-rooms-wrap,
  .meeting-room-card,
  .hotel-bottom-card,
  .hotel-contact-card {
    border-radius: 22px;
  }

  .meeting-room-top {
    display: block;
  }

  .meeting-room-top strong {
    display: block;
    margin-top: 12px;
    text-align: left;
  }
}

/* ========================================================================== */
/*                         END HOTEL & MEETINGS SECTION                       */
/* ========================================================================== */

/* ========================================================================== */
/*                              VISIT INFO SECTION                            */
/* ========================================================================== */

.visit-info-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.visit-info-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.visit-info-sec .container {
  position: relative;
  z-index: 2;
}

.visit-info-head {
  max-width: 1040px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.visit-info-eyebrow,
.visit-info-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-info-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
}

.visit-info-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.visit-info-main {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
  margin-bottom: 22px;
}

.visit-info-card,
.visit-contact-card,
.visit-hours-wrap,
.visit-practical-card,
.visit-bottom-note {
  background: linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.visit-info-card {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
}

.visit-address-card h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.visit-address-card p {
  margin-bottom: 24px;
  color: rgba(250, 250, 250, 0.72);
}

.visit-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.visit-address-actions a {
  padding: 13px 18px;
  border-radius: 999px;
  background: #fdbd28;
  color: #111315;
  font-weight: 900;
}

.visit-address-actions a:last-child {
  background: rgba(253, 189, 40, 0.08);
  border: 1px solid rgba(253, 189, 40, 0.24);
  color: #fdbd28;
}

.visit-age-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.visit-age-card i {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 22px;
}

.visit-age-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fdbd28;
  font-size: clamp(48px, 4vw, 78px);
  font-weight: 950;
  line-height: 1;
}

.visit-age-card span {
  margin-bottom: 14px;
  color: #fafafa;
  font-weight: 850;
}

.visit-age-card p {
  color: rgba(250, 250, 250, 0.70);
}

.visit-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.visit-contact-card {
  padding: 26px;
  border-radius: 24px;
}

.visit-contact-card i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fdbd28;
  color: #111315;
  font-size: 19px;
}

.visit-contact-card h3 {
  margin-bottom: 12px;
  color: #fafafa;
}

.visit-contact-card a {
  display: block;
  color: #fdbd28;
  font-weight: 850;
  word-break: break-word;
}

.visit-contact-card p {
  margin-top: 10px;
  color: rgba(250, 250, 250, 0.68);
}

.visit-hours-wrap {
  padding: clamp(30px, 2.7vw, 52px);
  margin-bottom: clamp(42px, 4vw, 78px);
  border-radius: 34px;
}

.visit-hours-head {
  max-width: 880px;
  margin-bottom: 28px;
}

.visit-hours-head h3 {
  margin-bottom: 14px;
  color: #fafafa;
}

.visit-hours-head p {
  color: rgba(250, 250, 250, 0.72);
}

.visit-hours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.visit-hours-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(23, 25, 28, 0.98), rgba(12, 14, 17, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.14);
}

.visit-hours-card h4 {
  margin-bottom: 16px;
  color: #fafafa;
}

.visit-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(253, 189, 40, 0.12);
}

.visit-hours-row:last-of-type {
  border-bottom: 0;
}

.visit-hours-row span {
  color: rgba(250, 250, 250, 0.68);
  font-weight: 750;
}

.visit-hours-row strong {
  color: #fdbd28;
  font-weight: 900;
  text-align: right;
}

.visit-hours-card p {
  margin-top: 14px;
  color: rgba(250, 250, 250, 0.68);
}

.visit-practical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}

.visit-practical-card {
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
}

.visit-practical-card i {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
}

.visit-practical-card h3 {
  margin-bottom: 13px;
  color: #fafafa;
}

.visit-practical-card p {
  color: rgba(250, 250, 250, 0.70);
}

.visit-bottom-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: clamp(24px, 2vw, 34px);
  border-radius: 26px;
  border-color: rgba(165, 32, 50, 0.35);
}

.visit-bottom-note i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #a52032;
  color: #fafafa;
}

.visit-bottom-note p {
  color: rgba(250, 250, 250, 0.72);
}

@media (max-width: 1199px) {
  .visit-info-main,
  .visit-contact-grid,
  .visit-practical-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-hours-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .visit-info-sec {
    padding: 58px 0;
  }

  .visit-info-main,
  .visit-contact-grid,
  .visit-practical-grid,
  .visit-hours-grid {
    grid-template-columns: 1fr;
  }

  .visit-info-card,
  .visit-contact-card,
  .visit-hours-wrap,
  .visit-practical-card,
  .visit-bottom-note {
    border-radius: 22px;
  }

  .visit-hours-row {
    display: block;
  }

  .visit-hours-row strong {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .visit-bottom-note {
    display: block;
  }

  .visit-bottom-note i {
    margin-bottom: 16px;
  }
}

/* ========================================================================== */
/*                            END VISIT INFO SECTION                          */
/* ========================================================================== */

/* ========================================================================== */
/*                        RESPONSIBLE GAMING SECTION                          */
/* ========================================================================== */

.responsible-gaming-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.responsible-gaming-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.responsible-gaming-sec .container {
  position: relative;
  z-index: 2;
}

.responsible-head {
  max-width: 1000px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.responsible-eyebrow,
.responsible-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.responsible-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
}

.responsible-head p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.74);
}

.responsible-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.responsible-content,
.responsible-age-card,
.responsible-card,
.responsible-warning-content,
.responsible-support-box,
.responsible-support-card {
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.responsible-content {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
}

.responsible-content h3 {
  margin-bottom: 18px;
  color: #fafafa;
}

.responsible-content p {
  margin-bottom: 16px;
  color: rgba(250, 250, 250, 0.72);
}

.responsible-content p:last-child {
  margin-bottom: 0;
}

.responsible-age-card {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
  text-align: center;
}

.responsible-age-card i {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fdbd28;
  color: #111315;
  font-size: 22px;
}

.responsible-age-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fdbd28;
  font-size: clamp(54px, 4vw, 80px);
  font-weight: 950;
  line-height: 1;
}

.responsible-age-card span {
  color: rgba(250, 250, 250, 0.78);
  font-weight: 850;
  line-height: 1.4;
}

.responsible-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: clamp(42px, 4vw, 78px);
}

.responsible-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  border-radius: 26px;
}

.responsible-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(165, 32, 50, 0.18);
}

.responsible-card i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #fdbd28;
  color: #101214;
  font-size: 21px;
}

.responsible-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  color: #fafafa;
}

.responsible-card p {
  position: relative;
  z-index: 1;
  color: rgba(250, 250, 250, 0.70);
}

.responsible-warning {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-bottom: 22px;
}

.responsible-warning-content,
.responsible-support-box {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
}

.responsible-warning-content h3,
.responsible-support-box h4,
.responsible-support-card h3 {
  margin-bottom: 16px;
  color: #fafafa;
}

.responsible-warning-content p,
.responsible-support-box p,
.responsible-support-card p {
  color: rgba(250, 250, 250, 0.72);
}

.responsible-warning-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.responsible-warning-list span {
  padding: 13px 15px;
  border-radius: 999px;
  background: rgba(253, 189, 40, 0.08);
  border: 1px solid rgba(253, 189, 40, 0.16);
  color: rgba(250, 250, 250, 0.76);
  font-weight: 750;
}

.responsible-support-box i {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a52032;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
}

.responsible-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.responsible-support-card {
  padding: clamp(28px, 2.45vw, 46px);
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .responsible-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .responsible-main,
  .responsible-warning,
  .responsible-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .responsible-gaming-sec {
    padding: 58px 0;
  }

  .responsible-grid,
  .responsible-warning-list {
    grid-template-columns: 1fr;
  }

  .responsible-content,
  .responsible-age-card,
  .responsible-card,
  .responsible-warning-content,
  .responsible-support-box,
  .responsible-support-card {
    border-radius: 22px;
  }
}

/* ========================================================================== */
/*                      END RESPONSIBLE GAMING SECTION                        */
/* ========================================================================== */

/* ========================================================================== */
/*                                  FAQ SECTION                               */
/* ========================================================================== */

.faq-sec {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.25vw, 145px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(253, 189, 40, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(165, 32, 50, 0.17), transparent 30%),
    linear-gradient(180deg, #090b0d 0%, #141516 50%, #090b0d 100%);
}

.faq-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 189, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 189, 40, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
}

.faq-sec .container {
  position: relative;
  z-index: 2;
}

.faq-head {
  max-width: 900px;
  margin: 0 auto clamp(38px, 3.6vw, 74px);
  text-align: center;
}

.faq-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #fdbd28;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-head h2 {
  margin-bottom: 18px;
  color: #fafafa;
}

.faq-head p {
  color: rgba(250, 250, 250, 0.74);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-item {
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(29, 32, 36, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(253, 189, 40, 0.16);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(250, 250, 250, 0.035);
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: #fafafa;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.95vw, 20px);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-question i {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fdbd28;
  color: #111315;
  font-size: 14px;
  transition: all 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.faq-answer p {
  color: rgba(250, 250, 250, 0.72);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
  background: #a52032;
  color: #fafafa;
}

@media (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-sec {
    padding: 58px 0;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }
}

/* ========================================================================== */
/*                                END FAQ SECTION                             */
/* ========================================================================== */

/* Legal pages */
.legal-anchor-alias{display:block;position:relative;top:-110px;visibility:hidden;height:0;width:0;overflow:hidden}.legal-page .premium-header{position:relative;z-index:10}.legal-main{background:#050607}.legal-hero{position:relative;padding:150px 0 90px;background:radial-gradient(circle at top left,rgba(205,158,78,.28),transparent 38%),linear-gradient(135deg,#111 0%,#050607 54%,#1c1207 100%);overflow:hidden}.legal-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.1));pointer-events:none}.legal-hero .container{position:relative;z-index:1}.legal-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;padding:8px 16px;border:1px solid rgba(216,172,92,.42);border-radius:999px;color:#f1c879;background:rgba(255,255,255,.05);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.legal-hero h1{max-width:860px;margin:0 0 20px;color:#fff;font-size:clamp(42px,6vw,76px);line-height:1.02;font-weight:800}.legal-hero p{max-width:850px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.75}.legal-content-section{padding:80px 0 100px;background:linear-gradient(180deg,#050607 0%,#101010 100%)}.legal-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:32px;align-items:start}.legal-sidebar{position:sticky;top:24px;padding:28px;border:1px solid rgba(216,172,92,.2);border-radius:24px;background:rgba(255,255,255,.045);box-shadow:0 20px 60px rgba(0,0,0,.25)}.legal-sidebar h2{margin:0 0 18px;color:#fff;font-size:22px}.legal-sidebar a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#f3d18b;font-weight:700}.legal-sidebar a:last-child{border-bottom:0}.legal-sidebar a:hover{color:#fff}.legal-card{padding:42px;border:1px solid rgba(216,172,92,.22);border-radius:28px;background:rgba(255,255,255,.965);box-shadow:0 24px 80px rgba(0,0,0,.35)}.legal-card .legal-updated{display:inline-flex;margin:0 0 24px;padding:8px 14px;border-radius:999px;background:#111;color:#f2cb7c;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.legal-card h2{margin:34px 0 14px;color:#151515;font-size:28px;line-height:1.2}.legal-card h2:first-of-type{margin-top:0}.legal-card p{margin:0 0 18px;color:#444;font-size:17px;line-height:1.8}.legal-card a{color:#9b661b;font-weight:800;text-decoration:underline}.legal-page .premium-footer{margin-top:0}@media (max-width:991px){.legal-hero{padding:110px 0 70px}.legal-layout{grid-template-columns:1fr}.legal-sidebar{position:relative;top:auto}.legal-card{padding:28px}.legal-card h2{font-size:24px}}@media (max-width:575px){.legal-hero h1{font-size:38px}.legal-hero p,.legal-card p{font-size:16px}.legal-card{padding:22px;border-radius:20px}}
