/* ================================================================
   Urban Party Club Ltd. - Main CSS
   Custom styles, layout overrides, and page-specific styles
   ================================================================ */

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #a43897;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c040b0;
}

/* Base overrides */
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

a {
  color: #aaaaaa;
}

p {
  font-size: 17px;
}

h1,
h2,
h3 {
  font-family: 'Open Sans Hebrew', sans-serif;
}

h3 {
  font-size: 26px;
  font-weight: 500;
}

/* ================================================================
   HEADER
   ================================================================ */

.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements),
.site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content {
  height: 90px;
}

.site-header-section {
  background-color: rgba(255, 255, 255, 0);
}

.site-header-section.aux-sticky {
  background-color: #fff !important;
}

.site-header-section .aux-menu-box .aux-item-content .aux-menu-label {
  color: #fff;
}

.site-header-section.aux-sticky
  .aux-menu-box
  .aux-item-content
  .aux-menu-label {
  color: #000 !important;
  font-size: 17px !important;
}

.site-header-section .aux-master-menu .current-menu-item .aux-menu-label {
  font-weight: 600;
  color: #9a2bd1;
}

#site-header.site-header-section.aux-header-light
  .aux-master-menu
  .current-menu-item
  .aux-menu-label {
  font-weight: 600 !important;
  color: #9a2bd1 !important;
}

#site-header.site-header-section.aux-sticky
  .aux-master-menu
  .current-menu-item
  .aux-menu-label {
  color: #9a2bd1 !important;
}

.site-header-section.aux-overlay-header {
  top: 10px;
}

.site-header-section .aux-master-menu .current-menu-item .aux-menu-label:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
}

.site-header-section.aux-sticky
  .aux-master-menu
  .current-menu-item
  .aux-menu-label:after {
  background: #000 !important;
}

.site-header-section .aux-master-menu .aux-menu-item .aux-menu-label:after {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  display: block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-header-section
  .aux-master-menu
  .aux-menu-item.aux-hover
  .aux-menu-label:after,
.site-header-section
  .aux-master-menu
  .aux-menu-item.current-menu-item
  .aux-menu-label:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
}

.site-header-section
  .aux-master-menu
  .aux-menu-item.aux-hover
  .aux-menu-label:after {
  content: unset !important;
}
.site-header-section
  .aux-master-menu
  .aux-menu-item.current-menu-item
  .aux-menu-label:after {
  content: unset !important;
}
.site-header-section .aux-master-menu .aux-menu-item .aux-menu-label:after {
  content: unset !important;
}

.site-header-section .aux-master-menu .current-menu-item .aux-menu-label:after {
  background: #fff !important;
}

.aux-master-menu .aux-menu-icon {
  font-size: 150%;
  color: #9a2bd1 !important;
}

body.home #site-header.aux-header-dark .aux-master-menu .aux-menu-icon {
  color: #fff !important;
}

.site-header-section .aux-search-section .aux-search-icon {
  margin-left: 41px;
  color: #fff;
}

.aux-menu-box {
  max-width: 65%;
  width: 100%;
  overflow: hidden;
}
.spacer {
  flex: 1;
}
.aux-menu-box ul {
  display: flex;
  gap: 10px;
}

.aux-menu-box .menu-item:hover > a span {
  color: #e3007b !important;
}

.lowwer-text .aux-menu-label {
  text-transform: lowercase !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.lowwer-text a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.site-header-section .aux-header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}

.aux-menu-icon .fa-solid {
  color: inherit;
}

/* Logo */
.custom-logo-link__white {
  display: none;
}

@media (min-width: 768px) {
  body.home .custom-logo-link {
    display: none;
  }
  body.home .custom-logo-link__white {
    display: block;
  }
  body.home .aux-sticky .custom-logo-link {
    display: block;
  }
  body.home .aux-sticky .custom-logo-link__white {
    display: none;
  }
}

/* Chevron nav indicators (SVG inline since originals were 404) */
.home
  .site-header-section.aux-sticky
  .aux-master-menu.aux-horizontal.aux-with-indicator
  > .aux-menu-item
  > .aux-item-content
  > .aux-submenu-indicator,
.home
  .site-header-section
  .aux-master-menu.aux-horizontal.aux-with-indicator
  > .aux-menu-item
  > .aux-item-content
  > .aux-submenu-indicator,
.site-header-section
  .aux-master-menu.aux-horizontal.aux-with-indicator
  > .aux-menu-item
  > .aux-item-content
  > .aux-submenu-indicator {
  background-repeat: no-repeat;
  width: 14px !important;
  height: 14px !important;
  margin-left: 0.375em;
  top: 2px !important;
  display: inline-block !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.site-header-section
  .aux-submenu
  > .aux-menu-item
  > .aux-item-content
  > .aux-menu-label,
.aux-master-menu {
  font-family: 'Montserrat', sans-serif;
}

/* Header responsive */
@media (max-width: 1500px) {
  .site-header-section .aux-menu-depth-0 > .aux-item-content {
    padding: 0.45em 0.9525em !important;
  }
  .aux-logo-header .aux-logo-anchor {
    max-width: 294px;
  }
}

@media (max-width: 1430px) {
  .site-header-section .aux-menu-depth-0 > .aux-item-content {
    padding: 0.45em 0.7525em !important;
  }
}

@media (max-width: 1200px) {
  .aux-menu-box {
    max-width: 75%;
    width: 100%;
  }
}

@media (max-width: 1178px) {
  .aux-logo-header .aux-logo-anchor {
    max-width: 215px;
  }
}

@media (max-width: 1102px) {
  .spacer {
    display: none !important;
  }
}

@media (max-width: 1062px) {
  .aux-logo-header .aux-logo-anchor {
    max-width: 130px;
  }
}

@media (max-width: 991px) {
  .aux-logo-header .aux-logo-anchor {
    max-width: 295px;
  }
  .aux-menu-box ul {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .site-header-section .aux-burger-box.aux-end {
    top: 10px;
  }
}

.site-header-section .aux-menu-box .aux-item-content .aux-menu-label {
  font-size: 18px !important;
}
.site-header-section .aux-menu-box .icon.menu-item .aux-menu-label {
  font-size: 25px !important;
}

/* ================================================================
   HERO SECTION
   ================================================================ */

.elementor-83
  .elementor-element-cad10e0:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-83
  .elementor-element-cad10e0
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url('/assets/images/hero-background.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-83 .elementor-element-cad10e0 > .elementor-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(64, 84, 178, 0.26) 65%,
    rgba(97, 206, 112, 0.33) 100%
  );
  opacity: 0.86;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

.elementor-83 .elementor-element-cad10e0 {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 0;
}

.elementor-83
  .elementor-element-36c123b.elementor-column
  .elementor-column-wrap {
  align-items: flex-end;
}
.elementor-83
  .elementor-element-36c123b.elementor-column
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  align-content: flex-end;
}
.elementor-83 .elementor-element-36c123b > .elementor-element-populated {
  margin: 0 10px 0 0;
  padding: 0 0 250px 0;
}

.elementor-83
  .elementor-element-36c123b
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  height: 100%;
}

@media (min-width: 768px) {
  .elementor-83
    .elementor-element-cad10e0
    > .elementor-container
    > .elementor-row {
    height: 920px;
  }
}

@media (max-width: 767px) {
  .elementor-83
    .elementor-element-cad10e0
    > .elementor-container
    > .elementor-row {
    background: white;
  }
  .elementor-83 .elementor-element-cad10e0 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .elementor-83 .elementor-element-36c123b > .elementor-element-populated {
    margin: 0;
    padding: 0;
  }
}

/* Hero heading */
.elementor-83 .elementor-element-26c5a94 .aux-widget-inner {
  text-align: center;
}

.elementor-83 .elementor-element-26c5a94 .aux-modern-heading-primary {
  color: #ffffff;
  font-family: 'Montserrat', Montserrat;
  font-size: 56px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0;
  margin: 0;
  text-shadow: 0 0 25px rgba(242, 242, 242, 0.3);
}

.elementor-83 .elementor-element-26c5a94 .aux-modern-heading-secondary {
  color: #ffffff;
  font-family: 'Montserrat', Montserrat;
  font-size: 56px;
  font-weight: 800;
  line-height: 78px;
  letter-spacing: 0;
  text-shadow: 22px -39px 49px rgba(239, 239, 239, 0.3);
}

.elementor-83 .elementor-element-26c5a94 .aux-modern-heading-description {
  color: #ffffff;
  font-family: 'Montserrat', Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 57px 5px;
  max-width: 583px;
}

.elementor-83 .elementor-element-26c5a94 > .elementor-widget-container {
  margin: 0;
  padding: 0 40px;
}

.elementor-83 .elementor-element-26c5a94 {
  animation-duration: 1500ms;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: drop-shadow(0px 0px 100px #363b54);
}

@media (max-width: 1024px) {
  .elementor-83 .elementor-element-26c5a94 .aux-widget-inner {
    text-align: center;
  }
  .elementor-83 .elementor-element-26c5a94 .aux-modern-heading-primary {
    margin: 0 0 15px 0;
  }
  .elementor-83 .elementor-element-26c5a94 > .elementor-widget-container {
    margin: 0 0 0 10px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-26c5a94 .aux-modern-heading-primary {
    color: #444;
    font-size: 60px;
    margin: 0;
  }
  .elementor-83 .elementor-element-26c5a94 .aux-modern-heading-secondary {
    font-size: 0;
    line-height: 0;
    margin: 10px 0 0 0;
  }
  .elementor-83 .elementor-element-26c5a94 .aux-modern-heading-description {
    font-size: 15px;
    margin: 35px 0 0 0;
  }
  .elementor-83 .elementor-element-26c5a94 > .elementor-widget-container {
    margin: 150px 10px 0 0;
    padding: 0;
  }
  .elementor-83 .elementor-element-26c5a94 {
    filter: unset;
  }
}

/* Hero section inner */
.elementor-83 .elementor-element-764380d {
  animation-delay: 500ms;
  filter: drop-shadow(0px 0px 100px #363b54);
}
.elementor-83 .elementor-element-764380d > .elementor-container {
  max-width: 965px;
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-764380d {
    filter: unset;
  }
}

@media (min-width: 1025px) {
  .elementor-83
    .elementor-element-cad10e0:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-attachment: scroll;
  }
}

/* ================================================================
   HERO BUTTONS
   ================================================================ */

.hero-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.hero-buttons .button {
  max-width: 212px;
  width: 100%;
  max-height: 100px;
  height: 100px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.hero-buttons .button img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hero-buttons .button:hover img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero-buttons .button a {
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 800;
}

.hero-buttons .button:hover a {
  color: #414b4f;
}

.hero-buttons .button a:before {
  font-size: 55px;
  font-weight: 800;
  margin-right: 5px;
}

.hero-buttons .button:nth-child(1) a:before {
  content: '1';
  color: #94dfff;
}
.hero-buttons .button:nth-child(2) a:before {
  content: '2';
  color: #fc66cd;
}
.hero-buttons .button:nth-child(3) a:before {
  content: '3';
  color: #ffdbac;
}
.hero-buttons .button:nth-child(3):hover a:before {
  content: '3';
  color: #ffa630;
}

@media (max-width: 767px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ================================================================
   INTRO SECTION
   ================================================================ */

.elementor-83 .elementor-element-d2c59aa {
  text-align: center;
}
.elementor-83 .elementor-element-d2c59aa .elementor-heading-title {
  font-size: 48px;
  font-weight: 700;
}
.elementor-83 .elementor-element-d2c59aa > .elementor-widget-container {
  margin: 46px 46px 0 46px;
}
.elementor-83 .elementor-element-170be89 > .elementor-element-populated {
  margin: 0 40px;
}
.elementor-83 .elementor-element-1dac8a1 .elementor-text-editor {
  text-align: center;
}
.elementor-83 .elementor-element-1dac8a1 {
  color: #5e636e;
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-d2c59aa .elementor-heading-title {
    font-size: 30px;
  }
  .elementor-83 .elementor-element-d2c59aa > .elementor-widget-container {
    margin: 50px 0 0 0;
    padding: 70px 0 0 0;
  }
  .elementor-83 .elementor-element-170be89 > .elementor-element-populated {
    margin: 0 15px;
  }
}

/* ================================================================
   OFFER SECTION
   ================================================================ */

.elementor-83
  .elementor-element-3e2addd:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-83
  .elementor-element-3e2addd
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background: linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 100%);
  background-size: cover;
}

.elementor-83 .elementor-element-3e2addd > .elementor-background-overlay {
  background-color: #f4f4f4;
  opacity: 0.82;
}

.elementor-83 .elementor-element-3e2addd {
  margin-top: 0;
  margin-bottom: 0;
}

.elementor-83 .elementor-element-ee1841e > .elementor-element-populated {
  margin: 0 40px;
}

.elementor-83 .elementor-element-38e8e5c {
  text-align: center;
}
.elementor-83 .elementor-element-38e8e5c .elementor-heading-title {
  font-size: 48px;
  font-weight: 700;
}

.elementor-83 .elementor-element-d2306ec {
  text-align: center;
}
.elementor-83 .elementor-element-d2306ec .elementor-heading-title {
  font-size: 48px;
}

@media (min-width: 1025px) {
  .elementor-83
    .elementor-element-3e2addd:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-38e8e5c .elementor-heading-title {
    font-size: 30px;
  }
  .elementor-83 .elementor-element-d2306ec .elementor-heading-title {
    font-size: 30px;
  }
}

/* Offer cards */
.our-offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.our-offer .single-offer {
  width: calc(100% / 5 - 24px);
  display: flex;
  position: relative;
  min-height: 205px;
  border-radius: 14px;
  min-width: 245px;
}

.our-offer .single-offer-image {
  position: absolute;
  z-index: 99;
  width: 100%;
  background-position: center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
}

.our-offer .single-offer-shadow {
  background: linear-gradient(
    to top,
    rgba(164, 56, 151, 1) 0%,
    rgba(164, 56, 151, 0.59) 59%,
    rgba(164, 56, 151, 0) 100%
  );
  z-index: 110;
  width: 100%;
  height: 50%;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.single-offer-content {
  position: relative;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  width: 100%;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.single-offer-content a {
  position: relative !important;
  bottom: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  width: 100%;
  transition: all 0.4s ease !important;
}

.single-offer-content a i {
  font-size: 40px;
  display: block;
  margin-bottom: 8px;
}

.our-offer .single-offer:hover .single-offer-shadow {
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(164, 56, 151, 1) 0%,
    rgba(164, 56, 151, 0.59) 100%,
    rgba(164, 56, 151, 0) 100%
  );
}

.our-offer .single-offer:hover .single-offer-content a {
  bottom: auto !important;
  transform: none !important;
}

.our-offer .single-offer {
  cursor: pointer;
}

@media (max-width: 1500px) {
  .single-offer-content a {
    padding: 0 10px;
  }
  .our-offer .single-offer {
    flex: 1;
  }
}

/* ================================================================
   WHAT DIFFERENTIATES US SECTION
   ================================================================ */

.elementor-83
  .elementor-element-64e026f:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-83
  .elementor-element-64e026f
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  background-size: cover;
}

.elementor-83 .elementor-element-64e026f > .elementor-background-overlay {
  background-color: #f4f4f4;
  opacity: 0.86;
}

.elementor-83 .elementor-element-263fe6b > .elementor-element-populated {
  margin: 0 40px;
}

.elementor-83 .elementor-element-96f278e .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-96f278e {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-96f278e > .elementor-widget-container {
  margin: 30px 0 50px 0;
}

@media (min-width: 1025px) {
  .elementor-83
    .elementor-element-64e026f:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-263fe6b > .elementor-element-populated {
    margin: 0 15px;
  }
}

/* ================================================================
   WHY US SECTION
   ================================================================ */

.why-us {
  padding: 60px 40px;
}

.why-us__header {
  text-align: center;
  margin-bottom: 50px;
}

.why-us__header .subtitle {
  color: #a43897;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.why-us__header h2 {
  font-family: 'Open Sans Hebrew', Montserrat;
  font-size: 48px;
  font-weight: 700;
  color: #231f20;
}

.why-us__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
}

.why-us__content__hero {
  flex: 0 0 300px;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.why-us__content__hero__image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #1a0533 0%, #a43897 50%, #e3007b 100%);
  border-radius: 16px;
  position: relative;
}

.why-us__content__hero__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='2'/%3E%3C/svg%3E")
    center/60% no-repeat;
}

.why-us__content__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.why-us__content__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-us__content__item__text {
  font-family: Montserrat;
  font-size: 16px;
  color: #5e636e !important;
  line-height: 1.5;
  flex: 1;
}

.elementor-widget-text-editor,
.elementor-widget-icon-box
  .elementor-icon-box-content
  .elementor-icon-box-description,
.why-us__content__item__text {
  color: #5e636e !important;
}

@media (max-width: 991px) {
  .why-us__content {
    flex-direction: column;
    align-items: center;
  }
  .why-us__content__hero {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .why-us {
    padding: 40px 20px;
  }
  .why-us__header h2 {
    font-size: 30px;
  }
}

/* ================================================================
   EXPERIENCE SECTION
   ================================================================ */

.experience-section {
  background: linear-gradient(135deg, #1a0533 0%, #2d1b4e 50%, #1a0533 100%);
  padding: 80px 20px;
  text-align: center;
}

.experience-section h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.experience-section .exp-subtitle {
  color: #a43897;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 50px;
}

.experience-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.experience-stat {
  text-align: center;
  min-width: 200px;
}
.experience-stat .stat-number {
  color: #e3007b;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
}
.experience-stat .stat-label {
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .experience-section h2 {
    font-size: 30px;
  }
  .experience-stat .stat-number {
    font-size: 42px;
  }
  .experience-stats {
    gap: 30px;
  }
}

/* ================================================================
   CONTACT SECTION
   ================================================================ */

.section-new-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 90%;
  box-sizing: border-box;
}

.left-side-contact {
  position: relative;
  background: #a43897;
  color: white;
  padding: 48px;
  border-radius: 8px;
  width: 639px;
  margin: 100px -100px auto 0;
  z-index: 2;
}

.left-side-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 100%
  );
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  border-radius: 8px;
}

.right-side-contact {
  flex: 1;
  padding: 85px 73px 84px 160px;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

h2.contact-title {
  font-weight: 700;
  font-size: 48px;
  padding-bottom: 15px;
}

.contact-description {
  padding-bottom: 65px;
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
}

.contact-icon {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.text-container {
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
}

.text-container a {
  color: white;
  text-decoration: none;
}
.text-container a:hover {
  color: black;
}

.title-contact-form {
  color: #231f20;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* Decorative triangles */
.triangle-up1 {
  position: absolute;
  top: 4%;
  left: 10%;
  z-index: 3;
}
.triangle-up2 {
  position: absolute;
  top: -2%;
  right: 3%;
  z-index: 3;
}
.triangle-down1 {
  position: absolute;
  bottom: 12%;
  left: 35%;
}
.triangle-down2 {
  position: absolute;
  bottom: 22%;
  left: 1%;
}

@media (max-width: 930px) {
  .triangle-up1,
  .triangle-up2,
  .triangle-down1,
  .triangle-down2 {
    display: none;
  }
}

@media (min-width: 931px) and (max-width: 1010px) {
  .triangle-up1 {
    position: absolute;
    top: 4%;
    left: 10%;
    z-index: 3;
  }
  .triangle-up2 {
    position: absolute;
    top: -2%;
    right: -5%;
    z-index: 3;
  }
  .triangle-down1 {
    position: absolute;
    bottom: 8%;
    left: 35%;
  }
  .triangle-down2 {
    position: absolute;
    bottom: 10%;
    left: 1%;
  }
}

@media (min-width: 1013px) and (max-width: 1060px) {
  .triangle-down2 {
    bottom: 15%;
  }
}

@media (min-width: 769px) and (max-width: 930px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .left-side-contact,
  .right-side-contact {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .section-new-contact,
  .contact-wrapper {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  .left-side-contact,
  .right-side-contact {
    width: 100%;
    margin: 20px 0;
  }
  .left-side-contact {
    padding: 30px;
  }
  .right-side-contact {
    padding: 30px;
  }
  .contact-title {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .contact-description {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .contact-icon {
    padding-bottom: 20px;
  }
  .text-container {
    margin-left: 20px;
    font-size: 16px;
  }
  .title-contact-form {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* ================================================================
   EVENT CONFIGURATOR
   ================================================================ */

.event-configurator {
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  border-radius: 10px;
  padding: 40px;
  max-width: 600px;
}

.event-configurator h3 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 30px;
}

.config-step {
  display: none;
}
.config-step.active {
  display: block;
}
.config-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.config-option {
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  color: #231f20;
  transition: all 0.3s;
  background: #fff;
}

.config-option:hover,
.config-option.selected {
  border-color: #a43897;
  background: rgba(164, 56, 151, 0.05);
}
.config-option.selected {
  background: rgba(164, 56, 151, 0.1);
  font-weight: 600;
}

.config-btn {
  padding: 15px 40px;
  background: #a43897;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 15px;
}

.config-btn:hover {
  background: #c040b0;
}

.config-btn.back {
  background: transparent;
  color: #a43897;
  border: 2px solid #a43897;
  margin-right: 10px;
}

.config-btn.back:hover {
  background: rgba(164, 56, 151, 0.05);
}

.config-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.config-input:focus {
  outline: none;
  border-color: #a43897;
}

.config-result {
  text-align: center;
  padding: 30px 0;
}
.config-result .check-icon {
  font-size: 64px;
  color: #61ce70;
  margin-bottom: 15px;
}
.config-result h4 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 10px;
}
.config-result p {
  font-family: Montserrat;
  font-size: 16px;
  color: #5e636e;
}

/* ================================================================
   CTA SECTION
   ================================================================ */

.elementor-83
  .elementor-element-53b44a6:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-83
  .elementor-element-53b44a6
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background: linear-gradient(135deg, #f4f4f4 0%, #ececec 100%);
  background-size: cover;
}

.elementor-83 .elementor-element-53b44a6 > .elementor-background-overlay {
  background-color: #f4f4f4;
  opacity: 0;
}

.elementor-83 .elementor-element-6c93790 {
  text-align: center;
}
.elementor-83 .elementor-element-6c93790 .elementor-heading-title {
  font-size: 48px;
  font-weight: 700;
}
.elementor-83 .elementor-element-6c93790 > .elementor-widget-container {
  margin: 40px;
}

.elementor-83 .elementor-element-60b48f1 .elementor-text-editor {
  text-align: center;
}
.elementor-83 .elementor-element-60b48f1 {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-60b48f1 > .elementor-widget-container {
  margin: 0 30px;
}

.elementor-83 .elementor-element-a4d4503 a.elementor-button,
.elementor-83 .elementor-element-a4d4503 .elementor-button {
  background-color: #a03996;
}

.elementor-83 .elementor-element-a4d4503 a.elementor-button:hover,
.elementor-83 .elementor-element-a4d4503 .elementor-button:hover {
  background-color: #d12ba5;
}

.elementor-83 .elementor-element-a4d4503 > .elementor-widget-container {
  margin: 20px;
}

@media (min-width: 1025px) {
  .elementor-83
    .elementor-element-53b44a6:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-6c93790 .elementor-heading-title {
    font-size: 26px;
  }
}

/* ================================================================
   MISSION & COLLABORATION SECTIONS
   ================================================================ */

.elementor-83 .elementor-element-7c21e80 {
  text-align: left;
}
.elementor-83 .elementor-element-7c21e80 .elementor-heading-title {
  font-size: 39px;
  font-weight: 400;
}
.elementor-83 .elementor-element-7c21e80 > .elementor-widget-container {
  margin: 20px 5px 5px 5px;
}

.elementor-83 .elementor-element-9df66a4 .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-9df66a4 {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-9df66a4 > .elementor-widget-container {
  margin: 5px;
}

.elementor-83 .elementor-element-8074b1d > .elementor-element-populated {
  margin: 0 40px;
}
.elementor-83 .elementor-element-6cc65db > .elementor-element-populated {
  margin: 0 40px;
}
.elementor-83 .elementor-element-548c84e {
  text-align: center;
}

.elementor-83 .elementor-element-9fdc76d {
  text-align: left;
}
.elementor-83 .elementor-element-9fdc76d .elementor-heading-title {
  font-size: 39px;
  font-weight: 400;
}
.elementor-83 .elementor-element-9fdc76d > .elementor-widget-container {
  margin: 20px 5px 5px 5px;
}

.elementor-83 .elementor-element-e60f40a .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-e60f40a {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-e60f40a > .elementor-widget-container {
  margin: 5px;
}

.elementor-83 .elementor-element-518dff6 > .elementor-element-populated {
  margin: 0 40px;
}

.elementor-83 .elementor-element-6245d3a {
  text-align: left;
}
.elementor-83 .elementor-element-6245d3a .elementor-heading-title {
  font-family: 'Open Sans Hebrew', Montserrat;
  font-size: 39px;
  font-weight: 400;
}
.elementor-83 .elementor-element-6245d3a > .elementor-widget-container {
  margin: 20px 5px 5px 5px;
}

.elementor-83 .elementor-element-a13df92 .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-a13df92 {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-a13df92 > .elementor-widget-container {
  margin: 5px;
}

.elementor-83 .elementor-element-2b6435d {
  text-align: left;
}
.elementor-83 .elementor-element-2b6435d .elementor-heading-title {
  font-family: 'Open Sans Hebrew', Montserrat;
  font-size: 39px;
  font-weight: 400;
}
.elementor-83 .elementor-element-2b6435d > .elementor-widget-container {
  margin: 20px 5px 5px 5px;
}

.elementor-83 .elementor-element-2fe1494 .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-2fe1494 {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-2fe1494 > .elementor-widget-container {
  margin: 5px;
}

.elementor-83 .elementor-element-97db1d2 .elementor-text-editor {
  text-align: justify;
}
.elementor-83 .elementor-element-97db1d2 {
  font-family: 'Montserrat', Montserrat;
  font-size: 17px;
}
.elementor-83 .elementor-element-97db1d2 > .elementor-widget-container {
  margin: 5px;
}

@media (min-width: 768px) {
  .elementor-83 .elementor-element-4f8b670 {
    width: 50%;
  }
  .elementor-83 .elementor-element-8074b1d {
    width: 50%;
  }
  .elementor-83 .elementor-element-6cc65db {
    width: 50%;
  }
  .elementor-83 .elementor-element-c468cbf {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element-518dff6 > .elementor-element-populated {
    margin: 0 15px;
    padding: 0;
  }
  .elementor-83 .elementor-element-95e01e8 .elementor-heading-title {
    font-size: 30px;
  }
}

/* ================================================================
   OTHER THEMES SECTION
   ================================================================ */

.other-themes-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.other-themes-section h2 {
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 40px;
}

.themes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
}

.theme-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  width: calc(33.33% - 20px);
  min-width: 250px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(164, 56, 151, 0.2);
}
.theme-card .theme-icon {
  font-size: 48px;
  margin-bottom: 15px;
}
.theme-card h3 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 10px;
}
.theme-card p {
  font-family: Montserrat;
  font-size: 15px;
  color: #5e636e;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .other-themes-section h2 {
    font-size: 26px;
  }
  .theme-card {
    width: 100%;
  }
}

/* ================================================================
   CTA BLOG SECTION
   ================================================================ */

.cta-blog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-blog__image {
  width: 50%;
}
.cta-blog__content__contact {
  display: flex;
  width: 100%;
}

.cta-blog__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.cta-blog__items__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cta-blog__items__item {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  color: #231f20;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.cta-blog__item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-blog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 50%;
}

.cta-blog__content__header {
  color: #231f20;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.cta-blog__content__button {
  border-radius: 8px;
  background: #9b378b;
  display: flex;
  width: 300px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.cta-blog__content__button:hover {
  color: #fff;
}

.cta-blog__items__bottom {
  color: #231f20;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.cta-blog__items__bottom a {
  color: #9b378b;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

@media (max-width: 1610px) {
  .cta-blog__items__top {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

@media (max-width: 1100px) {
  .cta-blog__content__header {
    font-size: 28px;
  }
  .cta-blog__content {
    width: 100%;
  }
  .cta-blog__items__top {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .cta-blog__image {
    width: 100%;
  }
  .cta-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 36px;
  }
}

/* ================================================================
   FOOTER
   ================================================================ */

.subfooter.aux-subfooter .aux-widget-area .widget-title {
  border: none;
}

.subfooter > .aux-wrapper {
  background: #a43897 !important;
  position: relative;
}

.subfooter > .aux-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 100%
  );
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.aux-subfooter .aux-widget-area p {
  line-height: 15px !important;
  color: #fff;
}

.aux-1-2 {
  width: 30% !important;
}

.aux-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aux-widget-area {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
  padding: 10px;
}

@media (max-width: 768px) {
  .aux-widget-area {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ks-footer-row-1 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.ks-img-f {
  flex-shrink: 0;
}
.ks-desc {
  flex-grow: 1;
}

.footer-column {
  text-align: center;
}
.footer-menu > li {
  margin-bottom: 10px;
}

.footer-menu li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 5px 0;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.copy-footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px;
}

.subfooter .icons-ks {
  width: 20px;
  height: 18px;
}
.subfooter.aux-subfooter .icons-ks {
  width: auto;
  height: 25px;
}
.aux-subfooter {
  padding-bottom: 420px;
}
.aux-site-footer {
  position: absolute;
  bottom: 400px;
  right: 0;
  left: 0;
  text-align: center;
}
.aux-site-footer .aux-float-layout .aux-end {
  float: none;
}

.ks-text-footer {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  margin: 4px 0;
}

.footer-disclaimer {
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat;
  font-size: 13px;
  text-align: center;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .subfooter.aux-subfooter .aux-widget-area .widget-title {
    border: none;
    line-height: 40px !important;
    margin-bottom: 0 !important;
  }
  .aux-subfooter
    .aux-wrapper
    .aux-container
    .widget-container
    input[type='email'] {
    width: 100% !important;
  }
}

/* ================================================================
   POLICY POPUPS
   ================================================================ */

.policy-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  justify-content: center;
  align-items: center;
}

.policy-popup-overlay.active {
  display: flex;
}

.policy-popup {
  background: #fff;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}

.policy-popup h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 20px;
}
.policy-popup p,
.policy-popup li {
  font-family: Montserrat;
  font-size: 15px;
  color: #5e636e;
  line-height: 1.7;
}

.policy-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #231f20;
  background: none;
  border: none;
  font-weight: 700;
}

/* ================================================================
   CONTENT SECTIONS
   ================================================================ */

.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-83 .elementor-element-cad10e0 > .elementor-container {
  max-width: 1600px;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #231f20;
}
.elementor-widget-image .widget-image-caption {
  color: #5e636e;
}
.elementor-widget-text-editor {
  color: #5e636e;
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  background-color: #61ce70;
}

.elementor-widget-divider .elementor-divider-separator {
  border-top-color: #5e636e;
}

/* Text editor links */
.elementor-text-editor a {
  color: #e3007b;
}
.elementor-text-editor a:hover {
  text-decoration: underline;
}

/* Misc */
.required-field {
  color: red;
}

.form-required-info {
  font-size: 16px;
  color: #5e636e;
  font-weight: 400;
}
.form-required-info .required {
  color: red;
}

main .aux-container {
  overflow: hidden !important;
}
.aux-fold {
  padding-left: 24px;
  padding-right: 24px;
}
.aux-s-fhd .elementor-section-boxed > .elementor-container {
  max-width: 1140px !important;
}

/* Entry content headings */
.entry-content h2,
.comment-body h2 {
  font-family: 'Open Sans Hebrew', Montserrat;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.entry-content h3,
.comment-body h3 {
  font-family: 'Open Sans Hebrew', Montserrat;
  font-size: 39px;
  font-weight: 400;
  color: #231f20;
}

/* ================================================================
   COOKIE BANNER
   ================================================================ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(26, 5, 51, 0.97);
  color: #fff;
  padding: 20px 30px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 250px;
}
.cookie-banner a {
  color: #e3007b;
  text-decoration: underline;
}

.cookie-btn {
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.cookie-accept {
  background: #a43897;
  color: #fff;
}
.cookie-accept:hover {
  background: #c040b0;
}
.cookie-reject {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.cookie-reject:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #a43897;
  color: #fff;
  padding: 8px 16px;
  z-index: 100001;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  font-family: Montserrat;
  font-size: 14px;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

/* Focus indicators */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #a43897;
  outline-offset: 2px;
}

/* ================================================================
   OFFER CARD COLORS
   ================================================================ */

.single-offer--purple {
  background: linear-gradient(135deg, #7b2d8e, #a43897);
}
.single-offer--blue {
  background: linear-gradient(135deg, #436eb3, #5a8fd4);
}
.single-offer--pink {
  background: linear-gradient(135deg, #e3007b, #ff4da6);
}
.single-offer--gold {
  background: linear-gradient(135deg, #f0d026, #f5b800);
}
.single-offer--blue-dark {
  background: linear-gradient(135deg, #436eb3, #2d4e8e);
}
.single-offer--purple-light {
  background: linear-gradient(135deg, #a43897, #c040b0);
}
.single-offer--pink-dark {
  background: linear-gradient(135deg, #e3007b, #b3005f);
}
.single-offer--gold-dark {
  background: linear-gradient(135deg, #f0d026, #d4a600);
}

/* ================================================================
   WHY US ICON BOXES
   ================================================================ */

.why-us-icon-wrap {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
}

.why-us-icon-box {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}

.why-us-icon-box i {
  color: #fff;
  font-size: 22px;
}

.why-us-icon-box--blue {
  background: #436eb3;
}
.why-us-icon-box--purple {
  background: #a43897;
}
.why-us-icon-box--pink {
  background: #e3007b;
}
.why-us-icon-box--gold {
  background: #f0d026;
}

/* ================================================================
   OTHER THEMES SECTION — icon colors
   ================================================================ */

.theme-card:nth-child(1) .theme-icon i {
  color: #a43897;
}
.theme-card:nth-child(2) .theme-icon i {
  color: #f0d026;
}
.theme-card:nth-child(3) .theme-icon i {
  color: #e3007b;
}
.theme-card:nth-child(4) .theme-icon i {
  color: #436eb3;
}
.theme-card:nth-child(5) .theme-icon i {
  color: #61ce70;
}
.theme-card:nth-child(6) .theme-icon i {
  color: #a43897;
}

/* Configurator textarea resize */
.config-input[rows] {
  resize: vertical;
}

/* ================================================================
   LEGAL PAGES — shared styles
   ================================================================ */

.legal-page {
  padding: 80px 20px 60px;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
}

.breadcrumb-nav {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #aaa;
}

.breadcrumb-nav a {
  color: #a43897;
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  text-decoration: underline;
}

.legal-h1 {
  font-family: 'Open Sans Hebrew', Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 30px;
}

.legal-h2 {
  font-family: 'Open Sans Hebrew', Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  margin: 40px 0 15px;
}

.legal-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #231f20;
  margin: 24px 0 10px;
}

.legal-date {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #5e636e;
  margin-bottom: 30px;
}

.legal-page p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #5e636e;
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-page a {
  color: #a43897;
}
.legal-page a:hover {
  color: #c040b0;
}

.legal-list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #5e636e;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-list li {
  margin-bottom: 6px;
}

address.legal-address {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #5e636e;
  line-height: 1.9;
  font-style: normal;
  margin-bottom: 16px;
}

address.legal-address a {
  color: #a43897;
}

.legal-contact-box {
  margin-top: 50px;
  padding: 25px;
  background: #f4f4f4;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #5e636e;
  line-height: 1.8;
}

.legal-contact-box p {
  margin: 0;
  color: #5e636e;
  font-size: 14px;
}
.legal-contact-box a {
  color: #a43897;
}

.legal-back {
  margin-top: 30px;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.legal-back a {
  color: #a43897;
  font-size: 15px;
  text-decoration: none;
}

.legal-back a:hover {
  text-decoration: underline;
}

/* Responsible Gambling highlight box */
.rg-highlight {
  background: #fff3cd;
  border-left: 4px solid #a43897;
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #5e636e;
  line-height: 1.7;
}

.rg-highlight p {
  margin: 0;
  color: #5e636e;
  font-size: 15px;
}

/* Sitemap page */
.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
}

.sitemap-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #5e636e;
  line-height: 1.6;
}

.sitemap-list li:last-child {
  border-bottom: none;
}

.sitemap-list a {
  color: #a43897;
  font-weight: 600;
  text-decoration: none;
}

.sitemap-list a:hover {
  text-decoration: underline;
}

.sitemap-desc {
  color: #888;
  font-size: 14px;
}

@media (max-width: 767px) {
  .legal-h1 {
    font-size: 32px;
  }
  .legal-h2 {
    font-size: 22px;
  }
  .legal-page {
    padding: 60px 16px 40px;
  }
}
#other-themes h2,
.why-us h2 {
  color: #231f20;
}
