* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
   line-height: 1.7;
  color: #2d3748;
    background: #ffffff;
}

.container-fluid {
   width: 100%;
  padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
  margin-left: auto;
}

.container {
   max-width: 1200px;
  margin: 0 auto;
    padding : 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
    margin-right: -15px;
  margin-left: -15px;
}

.col-md-3,
.col-md-5,
.col-md-6,
.col-lg-5,
.col-lg-7,
.col-lg-8,
.col-lg-12,
.col-md-12,
.col-xs-6,
.col-xs-12,
.col-sm-12 {
  position: relative;
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}@media (min-width: 768px) {
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
    .col-md-offset-3 { margin-left: 25%; }
    .col-md-pull-3 { right: 25%; }
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
    .ml-auto { margin-left: auto !important; }
}

@media (min-width: 992px) {
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
    .offset-lg-2 { margin-left: 16.666667%; }
}.hq-navigation-bar {
   background: #1a1410;
    padding: 18px 0;
   position: sticky;
    top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-wrapper-container {
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo-section {
   flex: 0 0 auto;
}

.logo-image-brand {
  height: 64px;
   width: auto;
  filter: brightness(0) invert(1);
}

.navigation-links-list {
   list-style: none;
  display: flex;
    gap: 35px;
 margin: 0;
}

.nav-link-element {
    color: #f5e6d3;
    text-decoration: none;
    font-weight: 500;
   font-size: 15px;
    transition: color 0.3s;
   letter-spacing: 0.3px;
}

.nav-link-element:hover {
   color: #d4af37;
}

.mobile-menu-trigger {
  display: none;
  cursor: pointer;
}

.hamburger-icon-svg {
    width: 28px;
    height: 28px;
    stroke: #f5e6d3;
  fill: none;
    stroke-width: 2;
    stroke-linecap: round;
	stroke-linejoin: round;
}@media (max-width: 768px) {
    .mobile-menu-trigger {
        display: block;
    }

    .navigation-links-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #2d1f14;
        flex-direction: column;
        padding: 20px;
        gap: 0;
    }

    .navigation-links-list.active {
        display: flex;
    }

    .navigation-links-list li {
        padding: 12px 0;
        border-bottom: 1px solid #4a3a28;
    }
}#hq-hero-banner {
    min-height: 500px;

    width: 100%;

  margin-bottom: 0;

  position: relative;
}

.slider-mechanism-wrapper {
  border: none;
  margin-bottom: 0;
}

.slides-collection-list {
   list-style:none;
  position: relative;
  overflow: visible;
}

.slides-collection-list li {
    background-repeat :        no-repeat;
   background-size: cover;
   background-position: center center;
   min-height: 600px;
  position: relative;
   display: none;
}

.slides-collection-list li:first-child {
  display: block;
}

.overlay {
    position: absolute;
   top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}

.fullscreen-viewport-section {
   min-height: 100vh;
}

.slider-text {
  display: table;
  opacity: 1;
   min-height: 600px;
    z-index: 9;
  width: 100%;
}

.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}

.desc h1,
.desc h2 {
  margin: 0;
  padding: 0;
   color: #ffffff;
}

.desc h1 {
   margin-bottom: 20px;
   font-size: 54px;
   line-height: 1.2;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.desc h2 {
   font-size: 19px;
  line-height: 1.6;
   margin-bottom: 30px;
   font-weight: 300;
   opacity: 0.95;
}

.desc p {
    margin-bottom: 0;
}

.btn {
    font-size: 13px;
  text-transform: uppercase;
   letter-spacing: 1.5px;
    color: #ffffff;
  padding: 14px 28px;
  border: 1px solid #d4af37;
  background: transparent;
   text-decoration: none;
    display: inline-block;
   font-weight: 500;
    transition: all 0.3s;
   cursor: pointer;
}

.btn-primary.btn-learn {
    color: #ffffff;
   border: 1px solid #d4af37;
  background: transparent;
}

.btn-primary.btn-learn:hover {
  background: #d4af37;
   border: 1px solid #d4af37;
    color: #1a1410;
}@media (max-width: 768px) {
    .desc h1 {
        font-size: 32px;
    }

    .desc h2 {
        font-size: 16px;
    }

    .slider-text-inner {
        text-align: center;
        padding: 30px 20px;
    }

    .fullscreen-viewport-section {
        min-height: auto;
    }

    .slider-text {
        min-height: 500px;
    }
}

.site-section {
    padding: 100px 0;
    background: #faf8f5;
}

.mb-5 {
    margin-bottom: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 8px;
}

.text-left {
    text-align: left;
}

.pb-1 {
    padding-bottom: 8px;
}

.border-primary {
    border-bottom: 3px solid #c9a961;
}

.mb-4 {
    margin-bottom: 30px;
}

.text-primary {
    color: #b8902d;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.site-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 18px;
}

.ul-check {
    list-style: none;
    margin-bottom: 50px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
}

.ul-check li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a961' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .site-section {
        padding: 80px 0;
    }

    .text-primary {
        font-size: 28px;
    }
}.ftco-services {
  padding: 80px 0;
    background: #ffffff;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.container-wrap {
    max-width: 100%;
    padding: 0;
}

.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.no-gutters > .col-md-3 {
  padding-right: 0;
    padding-left: 0;
}

.d-flex {
   display: flex;
}

.align-self-stretch {
   align-self: stretch;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.px-4    {
  padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.bg-primary {
  background: #c9a961;
}

.bg-tertiary {
    background: #d4af37;
}

.bg-fifth {
	   background: #b8902d;
}

.bg-quarternary {
  background: #a67c3a;
}

.services {
  color: rgba(255, 255, 255, 0.9);
   padding: 50px 30px;
}

.block-6 {
    width: 100%;
}

.d-block {
    display: block;
}

.text-center {
     text-align: center;
}

.icon {
   width: 80px;
   height: 80px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
   display: inline-flex;
   margin: 0 auto;
}

.justify-content-center {
   justify-content: center;
}

.align-items-center {
    align-items: center;
}

.feature-icon-styled {
  width: 40px;
   height: 40px;
   stroke: #ffffff;
  fill: none;
    stroke-width: 2;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.media-body {
    padding: 20px 0;
}

.p-2 {
    padding: 10px;
}

.mt-3 {
    margin-top :     20px;
}

.media-body h3.heading {
   font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.media-body p {
   font-size: 15px;
    line-height: 1.6;
    margin: 0;
}@media (max-width: 991px) {
    .ftco-services {
        padding: 60px 0;
    }

    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services {
        padding: 40px 25px;
    }
}.works_area {
  padding: 100px 0;
    background: #ffffff;
}

.align-items-center {
  align-items: center;
}

.mb-80 {
   margin-bottom: 80px;
}

.thumb img {
    width: 100%;
  height: auto;
}

.work_info {
    padding-right: 30px;
}

.pl-68 {
   padding-left: 68px;
  padding-right: 0;
}

.work_info h3 {
    font-size: 34px;
  font-weight: 600;
    color: #1a1410;
  margin-bottom: 20px;
  line-height: 1.3;
}

.work_info p {
   font-size: 16px; 
  line-height: 1.75; 
    color: #4a5568; 
  margin-bottom: 30px;
}

.boxed-btn3-line {
    color: #1a1410;
    display: inline-block;
   padding: 14px 40px;
    font-size: 14px;
  font-weight: 500;
  border: 2px solid #c9a961;
  text-align: center;
   text-transform: capitalize;
    transition: all 0.3s;
   cursor: pointer;
    letter-spacing: 1.5px;
  text-decoration: none;
}

.boxed-btn3-line:hover {
   background: #c9a961;
  color: #ffffff;
}@media (max-width: 991px) {
    .works_area {
        padding: 80px 0;
    }

    .pl-68 {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .work_info h3 {
        font-size: 28px;
    }
}.faq_section {
    padding-top: 100px;
  padding-bottom: 100px;
   background: #faf8f5;
}

.section_title {
  margin-bottom: 60px;
}

.section_title h3 {
  font-size: 38px;
    font-weight: 700;
    color: #1a1410;
    margin-bottom: 15px;
   text-transform: capitalize;
}

.section_title p {
  font-size: 16px;
   color: #718096;
    max-width: 600px;
    margin:       0 auto;
}

.faq_accordion {
  margin-bottom: 30px;
}

.accordion_item {
   background: #ffffff;
   border: 1px solid #e2d5c0;
  border-radius: 8px;
    margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.accordion_item:hover {
  box-shadow: 0 8px 25px rgba(201,169,97,0.15);
}

.accordion_header {
    padding: 0;
}

.accordion_button {
  width: 100%;
   text-align: left;
   background: transparent;
  border: none;
  padding: 22px 28px;
    font-size: 17px;
    font-weight: 600;
  color: #1a1410;
   cursor: pointer;
   position: relative;
   transition: all 0.3s;
}

.accordion_button:focus {
    outline: none;
}

.accordion_button:hover {
  color: #b8902d;
}

.accordion_button::after {
  content: '+';

	  position: absolute;

	  right: 28px;

	  top: 50%;

	  transform: translateY(-50%);

	   font-size: 26px;

	   font-weight: 400;

	   color: #c9a961;

	   transition: all 0.3s;
}

.accordion_button:not(.collapsed)::after {
  content: '-';
    color: #b8902d;
}

.accordion_button.collapsed {
   color :        #1a1410;
}

.collapse {
  max-height: 0;
    overflow: hidden;
  transition: max-height 0.3s ease;
}

.collapse.show {
    max-height: 500px;
}

.accordion_body {
  padding: 0 28px 28px 28px;
   font-size: 15px;
    line-height: 1.7;
  color: #718096;
}@media (max-width: 991px) {
    .faq_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section_title h3 {
        font-size: 32px;
    }

    .section_title {
        margin-bottom: 50px;
    }

    .accordion_button {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_title h3 {
        font-size: 26px;
    }

    .section_title {
        margin-bottom: 40px;
    }

    .accordion_button {
        font-size: 15px;
        padding: 18px 20px;
        padding-right: 50px;
    }

    .accordion_button::after {
        right: 20px;
    }

    .accordion_body {
        padding: 0 20px 20px 20px;
        font-size: 14px;
        line-height: 1.6;
    }
}#footer {
   background: #1a1410;
   color: #d4c5b0;
}

.section {
    padding: 60px 0;
}

#bottom-footer {
  background: #0f0a08;
  padding: 30px 0;
}

.footer {
    margin: 30px 0px;
}

.footer-title {
    color: #ffffff;
   text-transform: uppercase;
    font-size: 18px;
   margin: 0px 0px 30px;
  font-weight: 700;
}

.footer p {
   color: #d4c5b0;
  line-height: 1.7;
}

.footer-links {
   list-style: none;
   padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links li a {
   color: #d4c5b0;
  font-weight: 500;
   text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
  gap: 10px;
}

.footer-icon-inline {
    width: 18px;
  height: 18px;
    stroke: #c9a961;
   fill: none;
   stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-links li a:hover {
  color :   #d4af37;
}

.copyright {
  display: block;
  font-size: 13px;
    color: #d4c5b0;
    line-height: 1.6;
}@media (max-width: 767px) {
    .col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}#footer {
   background: #1a1410;
  color: #d4c5b0;
}

.section {
   padding: 60px 0;
}

#bottom-footer {
  background: #0f0a08;
               padding: 30px 0;
}

.footer {
    margin: 30px 0px;
}

.footer-logo-wrapper {
  margin-bottom: 20px;
}

.footer-brand-logo {
  height: 86px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-title {
   color: #ffffff;
   text-transform: uppercase;
  font-size: 18px;
	 margin: 0px 0px 30px;
  font-weight: 700;
}

.footer p {
   line-height: 1.7;
   font-size: 14px;
   color: #d4c5b0;
}

.footer-links {
  list-style: none;
    padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links li a {
   color: #d4c5b0;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-links li a:hover {
  color: #d4af37;
}

.footer-contact-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #3a2f24;
}

.footer-contact-info {
   text-align: center;
}

.contact-details-list {
   list-style: none;
   padding: 0;
   display: inline-flex;
   flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.contact-details-list li {
  display: inline-flex;
    align-items: center;
   gap: 10px;
    color: #d4c5b0;
         font-size: 14px;
}

.footer-icon-inline {
    width: 18px;
   height: 18px;
    stroke: #c9a961;
  fill: none;
    stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.contact-details-list a {
    color: #d4c5b0;
   text-decoration: none;
  transition: color 0.3s;
}

.contact-details-list a:hover {
  color: #d4af37;
}

.regulators-section {
   margin-top: 50px;
  padding-top: 50px;
   border-top: 1px solid #3a2f24;
}

.regulators-wrapper {
    text-align: center;
}

.regulators-title {
    color: #ffffff;
  font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.regulators-grid {
    display: flex;
   justify-content: center;
   align-items: center;
  gap: 50px;
    flex-wrap: wrap;
}

.regulator-item {
    display: flex;
   flex-direction: column;
   align-items: center;
    gap: 15px;
    padding: 25px 30px;
  background: rgba(212, 175, 55, 0.08);
  border: 2px solid #c9a961;
    border-radius: 12px;
  transition: all 0.3s;
    text-decoration: none;
   min-width: 180px;
}

.regulator-item:hover {
  background: rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.regulator-item img {
    height: 60px;
  width: auto;
    object-fit: contain;
}

.regulator-name {
   color: #d4c5b0;
  font-size: 14px;
    font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.regulator-item:hover .regulator-name {
  color: #d4af37;
}

.disclaimer-section {
    margin-top: 50px;
   padding-top: 50px;
   border-top: 1px solid #3a2f24;
}

.disclaimer-box {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(201, 169, 97, 0.08) 100%);
  border: 2px solid #c9a961;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.disclaimer-icon {
    width: 48px;
  height: 48px;
   flex-shrink: 0;
    stroke: #d4af37;
    fill: none;
  stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.disclaimer-content h4 {
  color: #d4af37;
  font-size: 20px;
    font-weight: 700;
  margin: 0 0 15px 0;
    text-transform: uppercase;
}

.disclaimer-content p {
    color: #e8dcc8;
  line-height: 1.8;
   margin: 0;
   font-size: 15px;
}

.disclaimer-content a {
  color: #d4af37;
   text-decoration: underline;
  font-weight: 600;
}

.disclaimer-content a:hover {
   color: #ffffff;
}

.copyright {
    display: block;
  font-size: 13px;
   color: #d4c5b0;
    line-height: 1.6;
}

.age-verification-overlay {
  position: fixed;
   top: 0;
   left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
   justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.age-verification-overlay.hidden {
    display: none;
}

.age-verification-modal {
  background: linear-gradient(135deg, #1a1410 0%, #2d1f14 100%);
                    border: 3px solid #c9a961;
  border-radius: 16px;
  padding: 50px;
   max-width: 550px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
   animation: popupAppear 0.4s ease;
}@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.age-modal-content {
   text-align: center;
}

.age-icon {
   width: 80px;
  height: 80px;
    margin-bottom: 25px;
  stroke: #d4af37;
    fill: none;
   stroke-width: 2;
    stroke-linecap: round;
   stroke-linejoin: round;
}

.age-modal-content h2 {
   color: #d4af37;
   font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.age-modal-content p {
    color: #d4c5b0;
    font-size: 16px;
     line-height: 1.7;
  margin-bottom: 15px;
}

.age-question {
   color: #ffffff;
  font-size: 18px;
  font-weight: 600;
   margin-top: 25px;
    margin-bottom: 30px;
}

.age-buttons {
   display: flex;
   gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.age-btn {
  padding: 16px 35px;
    font-size: 15px;
  font-weight: 600;
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
    transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.age-confirm {
   background     :        #c9a961;
   border-color: #c9a961;
  color: #1a1410;
}

.age-confirm:hover {
   background: #d4af37;
    border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201, 169, 97, 0.4);
}

.age-decline {
    background: transparent;
   border-color: #8a7860;
   color: #d4c5b0;
}

.age-decline:hover {
  background: rgba(138, 120, 96, 0.2);
  border-color: #a69178;
}@media (max-width: 991px) {
    .regulators-grid {
        gap: 30px;
    }

    .regulator-item {
        min-width: 150px;
        padding: 20px 25px;
    }

    .regulator-item img {
        height: 50px;
    }
}

@media (max-width: 767px) {
    .col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer {
        margin: 20px 0;
        text-align: center;
    }

    .footer-logo-wrapper {
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }

    .contact-details-list {
        flex-direction: column;
        gap: 15px;
    }

    .regulators-grid {
        flex-direction: column;
        gap: 20px;
    }

    .regulator-item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .disclaimer-box {
        flex-direction: column;
        padding: 25px 20px;
        text-align: center;
    }

    .disclaimer-icon {
        margin: 0 auto;
    }

    .disclaimer-content h4 {
        font-size: 18px;
    }

    .disclaimer-content p {
        font-size: 14px;
    }

    .age-verification-modal {
        padding: 35px 25px;
    }

    .age-modal-content h2 {
        font-size: 26px;
    }

    .age-icon {
        width: 60px;
        height: 60px;
    }

    .age-buttons {
        flex-direction: column;
        width: 100%;
    }

    .age-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 40px 0;
    }

    .regulators-title {
        font-size: 18px;
    }

    .age-modal-content h2 {
        font-size: 22px;
    }

    .age-modal-content p {
        font-size: 14px;
    }

    .age-question {
        font-size: 16px;
    }
}.catalog-offers-section {
  padding: 100px 0;
  background: #ffffff;
}

.catalog-heading-block {
   margin-bottom: 60px;
}

.catalog-heading-block h3 {
   font-size: 38px;
  font-weight: 700;
    color: #1a1410;
    margin-bottom: 15px;
  text-transform: capitalize;
}

.catalog-heading-block p {
   font-size: 16px;
  color: #718096;
  max-width: 600px;
  margin: 0 auto;
}

.offers-list-wrapper {
    display: flex;
  flex-direction: column;
    gap: 30px;
}

.offer-card-horizontal {
   display: flex;
   align-items: center;
  background: linear-gradient(135deg, #faf8f5 0%, #ffffff 100%);
    border: 2px solid #e2d5c0;
   border-radius: 16px;
   padding: 30px;
   gap: 30px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.offer-card-horizontal:hover {
    border-color: #c9a961;
  box-shadow: 0 8px 30px rgba(201, 169, 97, 0.2);
  transform: translateY(-3px);
}

.offer-logo-section {
   flex: 0 0 180px;
  text-align: center;
  padding-right: 30px;
    border-right: 2px solid #e2d5c0;
}

.offer-brand-logo {
    width: 140px;
  height: auto;
  max-height: 70px;
   object-fit: contain;
  margin-bottom: 15px;
}

.offer-site-name {
   font-size: 20px;
   font-weight: 700;
   color: #1a1410;
  margin: 0;
}

.offer-rating-section {
   flex: 0 0 140px;
  text-align: center;
   padding-right: 30px;
    border-right: 2px solid #e2d5c0;
}

.rating-display {
    margin-bottom: 10px;
}

.rating-score {
   font-size: 36px;
  font-weight: 700;
   color: #c9a961;
  line-height: 1;
}

.rating-max {
   font-size: 18px;
   color: #718096;
  font-weight: 500;
}

.rating-stars {
   display: flex;
   justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}

.star-icon {
  width: 16px;
   height: 16px;
  stroke: #d4af37;
  fill: #d4af37;
    stroke-width: 1;
}

.star-icon.half {
    fill: none;
}

.star-icon.empty {
  fill: none;
  stroke: #d4c5b0;
}

.rating-label {
  font-size: 13px;
    color: #4a5568;
  font-weight: 600;
    margin: 0;
}

.offer-bonus-section {
   flex: 1;
  padding-right: 30px;
  border-right: 2px solid #e2d5c0;
}

.bonus-badge {
  display: inline-flex;
   align-items: center;
   gap: 8px;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
   padding: 6px 14px;
   border-radius: 20px;
    margin-bottom: 12px;
}

.bonus-icon {
   width: 18px;
   height: 18px;
   stroke: #ffffff;
   fill: none;
    stroke-width: 2;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.bonus-badge span {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
    text-transform: uppercase;
   letter-spacing: 0.5px;
}

.bonus-description {
    font-size: 15px;
    line-height: 1.6;
   color: #2d3748;
    font-weight: 600;
   margin: 0;
}

.offer-features-section {
    flex: 1;
   padding-right: 30px;
}

.features-compact-list {
   list-style: none;
  padding: 0;
    margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features-compact-list li {
    display: flex;
   align-items: center;
    gap: 10px;
               font-size: 14px;
  color: #4a5568;
}

.feature-check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
    stroke: #c9a961;
  fill: none;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.offer-action-section {
  flex: 0 0 auto;
}

.offer-claim-btn {
    display: inline-flex;
  align-items: center;
   gap: 12px;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
  color: #1a1410;
    padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
   letter-spacing: 1px;
    transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(201, 169, 97, 0.3);
}

.offer-claim-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #e0bd4a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.btn-arrow-icon {
  width: 18px;
   height: 18px;
   stroke: #1a1410;
  fill: none;
    stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
   transition: transform 0.3s;
}

.offer-claim-btn:hover .btn-arrow-icon {
  transform: translateX(4px);
}

.catalog-disclaimer-row {
    margin-top: 40px;
}

.catalog-disclaimer-notice  
  {
  background: rgba(201, 169, 97, 0.08);
    border: 1px solid #c9a961;
  border-radius: 8px;
   padding: 20px 25px;
   display: flex;
   align-items: center;
    gap: 15px;
}

.disclaimer-small-icon {
  width: 28px;
   height: 28px;
   flex-shrink: 0;
    stroke: #b8902d;
    fill: none;
  stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-disclaimer-notice p {
   font-size: 14px;
  color: #4a5568;
    margin: 0;
  line-height: 1.6;
}@media (max-width: 1200px) {
    .offer-card-horizontal {
        gap: 20px;
        padding: 25px;
    }

    .offer-logo-section {
        flex: 0 0 150px;
        padding-right: 20px;
    }

    .offer-brand-logo {
        width: 120px;
        max-height: 60px;
    }

    .offer-rating-section {
        flex: 0 0 120px;
        padding-right: 20px;
    }

    .rating-score {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .catalog-offers-section {
        padding: 80px 0;
    }

    .catalog-heading-block h3 {
        font-size: 32px;
    }

    .offer-card-horizontal {
        flex-wrap: wrap;
        padding: 25px;
    }

    .offer-logo-section {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 2px solid #e2d5c0;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .offer-rating-section {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 2px solid #e2d5c0;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rating-stars {
        justify-content: flex-start;
    }

    .offer-bonus-section {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 2px solid #e2d5c0;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .offer-features-section {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .offer-action-section {
        flex: 0 0 100%;
    }

    .offer-claim-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .catalog-offers-section {
        padding: 60px 0;
    }

    .catalog-heading-block h3 {
        font-size: 26px;
    }

    .catalog-heading-block {
        margin-bottom: 40px;
    }

    .offer-card-horizontal {
        padding: 20px;
    }

    .offer-brand-logo {
        width: 100px;
        max-height: 50px;
    }

    .offer-site-name {
        font-size: 18px;
    }

    .rating-display {
        text-align: center;
    }

    .rating-score {
        font-size: 28px;
    }

    .offer-rating-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .bonus-description {
        font-size: 14px;
    }

    .features-compact-list li {
        font-size: 13px;
    }

    .offer-claim-btn {
        padding: 14px 24px;
        font-size: 14px;
    }

    .catalog-disclaimer-notice {
        flex-direction: column;
        text-align: center;
        padding: 18px 20px;
    }

    .disclaimer-small-icon {
        width: 24px;
        height: 24px;
    }

    .catalog-disclaimer-notice p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .offers-list-wrapper {
        gap: 20px;
    }

    .rating-stars {
        gap: 3px;
    }

    .star-icon {
        width: 14px;
        height: 14px;
    }
}.contact-hero-banner {
  background: linear-gradient(135deg, #1a1410 0%, #2d1f14 100%);
  padding: 80px 0 60px;
   margin-bottom: 0;
}

.contact-hero-content {
   text-align: center;
}

.contact-hero-content h1 {
   font-size: 48px;
  font-weight: 700;
    color: #d4af37;
   margin-bottom: 20px;
  text-transform: capitalize;
}

.contact-hero-content p {
   font-size: 18px;
    color: #d4c5b0;
    max-width: 700px;
  margin: 0 auto;
   line-height: 1.7;
}

.contact-main-section {
   padding: 80px 0;
    background: #faf8f5;
}

.contact-form-wrapper {
    background: #ffffff;
    border: 2px solid #e2d5c0;
    border-radius: 12px;
   padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.form-heading-block {
  margin-bottom: 35px;
}

.form-heading-block h2 {
    font-size: 32px;
    font-weight: 700;
  color: #1a1410;
    margin-bottom: 12px;
}

.form-heading-block p {
  font-size: 16px;
   color: #718096;
    margin: 0;
}

.contact-form-main {

  display: flex;
    flex-direction: column;
   gap: 25px;}

.form-row-dual {
   display: flex;
   gap: 20px;
}

.form-group-item {
   flex: 1;
  display: flex;
   flex-direction: column;
}

.form-label-styled {
  display: flex;
  align-items: center;
  gap: 10px;
   font-size: 15px;
   font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

.label-icon-inline {
   width: 18px;
  height: 18px;
  stroke: #c9a961;
  fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.form-input-field,
.form-select-field,
.form-textarea-field {
  width: 100%;
  padding: 14px 18px;
    font-size: 15px;
  color: #2d3748;
   background: #faf8f5;
         border: 2px solid #e2d5c0;
    border-radius: 8px;
  transition: all 0.3s;
   font-family: inherit;
}

.form-input-field:focus,
.form-select-field:focus,
.form-textarea-field:focus {
   outline: none;
  border-color: #c9a961;
    background: #ffffff;
  box-shadow: 0 0 0 3px rgba(201,169,97,0.1);
}

.form-textarea-field {
    resize: vertical;
   min-height: 140px;
}

.error-message-text {
    display: none;
   color: #e53e3e;
   font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
}

.error-input {
  border-color: #e53e3e;
    background: #fff5f5;
}

.form-submit-wrapper {
   margin-top: 10px;
}

.form-submit-btn {
  display: inline-flex;
  align-items: center;
    gap: 12px;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
  color: #1a1410;
    padding: 16px 40px;
    border: none;
  border-radius: 8px;
   font-size: 16px;
  font-weight: 700;
    text-transform: uppercase;
  letter-spacing: 1px;
   cursor: pointer;
    transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(201,169,97,0.3);
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #e0bd4a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}

.btn-submit-icon {
   width: 20px;
   height: 20px;
   stroke: #1a1410;
  fill: none;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
  transition: transform 0.3s;
}

.form-submit-btn:hover .btn-submit-icon {
  transform: translateX(4px);
}

.contact-info-sidebar {
   display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-card-block {
   background: #ffffff;
    border: 2px solid #e2d5c0;
   border-radius: 12px;
  padding: 30px;
  transition: all 0.3s;
}

.info-card-block:hover {
    border-color: #c9a961;
  box-shadow: 0 6px 20px rgba(201,169,97,0.15);
}

.info-icon-wrapper {
  width: 60px;
   height: 60px;
  background: linear-gradient(135deg, rgba(201,169,97,0.1) 0%, rgba(212,175,55,0.15) 100%);
   border-radius: 50%;
   display: flex;
   align-items: center;
    justify-content: center;
  margin-bottom: 20px;
}

.info-card-icon {
  width: 28px;
  height: 28px;
  stroke: #c9a961;
   fill: none;
  stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-card-block h3 {
  font-size: 20px;
    font-weight: 700;
   color: #1a1410;
   margin-bottom: 12px;
}

.info-card-block p {
   font-size: 15px;
  color: #4a5568;
  margin: 0;
   line-height: 1.7;
}

.info-card-block a {
   color: #c9a961;
  text-decoration: none;
    font-weight: 600;
  transition: color 0.3s;
}

.info-card-block a:hover {
   color: #d4af37;
}

.success-popup-overlay {
	 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
  background: rgba(0,0,0,0.75);
   z-index: 10000;
   display: none;
    justify-content: center;
    align-items: center;
  backdrop-filter: blur(4px);
}

.success-popup-modal {
  background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
   border: 3px solid #c9a961;
    border-radius: 16px;
   padding: 50px;
    max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
   animation: popupSlideIn 0.4s ease;
}@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.success-popup-content {
  text-align: center;
}

.success-icon-circle {
   width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
    border-radius: 50%;
  display: flex;
    align-items: center;
   justify-content: center;
   margin: 0 auto 30px;
}

.success-check-icon {
  width: 50px;
   height: 50px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
   stroke-linejoin: round;
}

.success-popup-content h2 {
	font-size: 32px;
   font-weight: 700;
    color: #1a1410;
  margin-bottom: 15px;
}

.success-popup-content p {
  font-size: 16px;
	color: #4a5568;
    line-height: 1.7;
   margin-bottom: 30px;
}

.success-close-btn {
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
    color: #1a1410;
  padding: 14px 40px;
    border: none;
   border-radius: 8px;
   font-size: 15px;
   font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 1px;
  cursor: pointer;
    transition: all 0.3s;
}

.success-close-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #e0bd4a 100%);
  transform: translateY(-2px);
}@media (max-width: 991px) {
    .contact-hero-content h1 {
        font-size: 38px;
    }

    .contact-main-section {
        padding: 60px 0;
    }

    .form-row-dual {
        flex-direction: column;
        gap: 25px;
    }

    .contact-info-sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-hero-banner {
        padding: 60px 0 40px;
    }

    .contact-hero-content h1 {
        font-size: 32px;
    }

    .contact-hero-content p {
        font-size: 16px;
    }

    .contact-main-section {
        padding: 50px 0;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .form-heading-block h2 {
        font-size: 26px;
    }

    .form-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .success-popup-modal {
        padding: 35px 25px;
    }

    .success-popup-content h2 {
        font-size: 26px;
    }

    .success-icon-circle {
        width: 80px;
        height: 80px;
    }

    .success-check-icon {
        width: 40px;
        height: 40px;
    }
}.legal-page-hero {
  background: linear-gradient(135deg, #1a1410 0%, #2d1f14 100%);
   padding: 100px 0 70px;
   margin-bottom: 0;
}

.legal-hero-content {
  text-align: center;
}

.legal-hero-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #d4af37;
    margin-bottom: 15px;
}

.legal-hero-content p {
   font-size: 16px;
  color: #d4c5b0;
  margin: 0;
}

.legal-content-section {
  padding: 80px 0;
  background: #faf8f5;
}

.legal-text-wrapper {
   background: #ffffff;
    border: 2px solid #e2d5c0;
   border-radius: 12px;
   padding: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.legal-block {
    margin-bottom: 40px;
}

.legal-block:last-child {
  margin-bottom: 0;
}

.legal-block h2 {
  font-size: 28px;
  font-weight: 700;
    color: #1a1410;
   margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #c9a961;
}

.legal-block p {
    font-size: 16px;
   line-height: 1.9;
  color: #4a5568;
    margin-bottom: 18px;
}

.legal-block p:last-child {
    margin-bottom: 0;
}@media (max-width: 991px) {
    .legal-page-hero {
        padding: 80px 0 60px;
    }

    .legal-hero-content h1 {
        font-size: 38px;
    }

    .legal-content-section {
        padding: 60px 0;
    }

    .legal-text-wrapper {
        padding: 40px 30px;
    }

    .legal-block h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .legal-page-hero {
        padding: 60px 0 40px;
    }

    .legal-hero-content h1 {
        font-size: 30px;
    }

    .legal-content-section {
        padding: 50px 0;
    }

    .legal-text-wrapper {
        padding: 30px 20px;
    }

    .legal-block h2 {
        font-size: 22px;
    }

    .legal-block p {
        font-size: 15px;
    }
}