:root {
  --poppins: "Poppins", Sans-serif;
  --white: #ffffff;
  --blue: #0fd3f9;
  --red: #fa0709;
  --dark-red: #cd0709;
  --pink: #fb78c5;
  --yellow: #fedf08;
  --yellow2: #ffdc30;
  --dark-blue: #15377e;
  --black: #000000;
  --border: #d5d5d5;
  --grey: #5d5d5d;
}

.ham_icon svg {
  cursor: pointer;
}
.list_menu {
  ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    li {
      position: relative;
      a {
        font-family: var(--poppins);
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-transform: uppercase;
        color: var(--white);
        &:hover {
          color: var(--yellow);
        }
      }
      &:not(:last-child) {
        margin-right: 12px;
        padding-right: 12px;
        &::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          border-left: 1px solid var(--yellow2);
        }
      }
    }
  }
}
.main_menu {
  .elementor-nav-menu {
    .we-represent {
      a.elementor-item {
        color: var(--white) !important;
        &:hover {
          color: var(--yellow) !important;
        }
      }
    }
    .main_trip {
      a.elementor-item {
        color: var(--blue) !important;
        &:hover {
          color: var(--yellow) !important;
        }
      }
    }
    .main_event {
      a.elementor-item {
        color: var(--pink) !important;
        &:hover {
          color: var(--yellow) !important;
        }
      }
    }
  }
}
body:has(.megamenu-open) {
  overflow-y: hidden;
}
.main_menu {
  .elementor-nav-menu--main {
    .current-menu-item {
      a.elementor-item-active {
        color: var(--yellow) !important;
      }
    }
  }
}
#afoa-megamenu-container {
  .megamenu-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    transition: 0.5s all;
    transform: translateY(-100%);
    padding: 0px 45px 50px;
    background: url(/wp-content/uploads/2026/03/desktop-menu.svg) no-repeat 50%
      80px / 70% var(--black);
    &.megamenu-open {
      transform: translateY(0%);
      transition: 0.5s all;
    }
    ul {
      padding: 0;
      list-style: none;
      a {
        font-family: var(--poppins);
        font-weight: 500;
        font-size: 20px;
        line-height: 37px;
        text-transform: uppercase;
        color: var(--white);
        &:hover {
          color: var(--red);
        }
      }
    }
    .logo-search-flex-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 1330px;
      margin: 0 auto;
      padding-top: 30px;
      padding-bottom: 120px;
      flex-direction: row-reverse;
      .close-button {
        img {
          cursor: pointer;
        }
      }
    }
    .desktop-tablet-megamenu-wrapper {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      /* justify-content: space-between; */
      .col-1,
      .col-2,
      .col-3 {
        .menu {
          > .menu-item-has-children {
            > a {
              font-family: var(--poppins);
              font-weight: 700;
              font-size: 22px;
              line-height: 100%;
              text-transform: uppercase;
            }
            > .sub-menu {
              margin-top: 15px;
            }
          }
        }
      }
      .col-1 {
        padding-right: 195px;
        .menu {
          > .menu-item-has-children:first-child {
            > a {
              color: var(--blue);
            }
          }
          > .menu-item-has-children:last-child {
            margin-top: 60px;
            > a {
              color: var(--red);
            }
          }
        }
        .casino_social_icons {
          .casino_social_icons_ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 40px;
            li {
              cursor: pointer;
              transition: 0.5s all;
              height: 34px;
              width: 34px;
              a {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
                width: 100%;
              }
            }
            li:hover {
              transform: translateY(-8px);
            }
          }
        }
      }
      .col-2 {
        padding-right: 143px;
        .menu {
          > .menu-item-has-children {
            > a {
              color: var(--yellow);
            }
          }
        }
      }
      .col-3 {
        .menu {
          > .menu-item-has-children {
            > a {
              color: var(--pink);
            }
          }
        }
      }
    }
    .mobile-megamenu-wrapper {
      display: none;
    }
  }
}

/* Contact Page */
.contact_form {
  .gform_wrapper {
    .gform_heading {
      display: none;
    }
    form {
      .gform-body {
        .gform_fields {
          row-gap: 18px;
          column-gap: 18px;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          align-items: stretch;
          .gfield {
            flex: 0 0 100%;
            .ginput_container {
              margin-inline: 0;
              .gform-grid-col {
                padding-inline: 0;
              }
            }
          }
          .gfield--type-date {
            .ginput_container {
              gap: 18px;
              .ginput_container_date {
                flex: 1 0 30%;
              }
            }
          }
          .gfield--type-name,
          .gfield--type-date,
          .gfield--type-phone {
            flex: 1 0 48%;
            input {
              width: 100%;
              min-width: 100%;
            }
          }
          .gfield--type-radio {
            .gfield_radio {
              .gchoice {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
              }
            }
          }
          .gfield--type-address {
            .ginput_container {
              justify-content: space-between;
              margin-inline: 0;
              gap: 18px;
              .gform-grid-col {
                flex: 0 0 49.1%;
                display: flex;
                flex-direction: column-reverse;
                label,
                legend {
                  margin-top: 0;
                  margin-bottom: 8px;
                }
              }
            }
          }
          label {
            font-family: var(--poppins);
            font-weight: 600;
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 0.8px;
            color: var(--gray);
            .gfield_required {
              color: inherit;
            }
          }
          input,
          textarea,
          select {
            font-family: var(--poppins);
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            color: var(--gray);
            border: 1px solid #1b365d;
            border-radius: 0;
            box-shadow: 0 0 0;
            &::placeholder {
              font: inherit;
              color: inherit;
            }
          }
          input,
          select {
            height: 51px;
          }
          input[type="radio"] {
            height: 20px;
            width: 20px;
            border-radius: 100%;
          }
          select {
            padding-top: 12px;
            &[pseudo="-internal-select-inner-element"],
            option {
              font: inherit;
              color: inherit;
            }
          }
          textarea {
            min-block-size: 0;
            height: 138px;
            resize: none;
          }
        }
      }
      .gform-footer {
        position: relative;
        margin-top: 30px;
        .gform_loader {
          display: none !important;
        }
        input[type="submit"] {
          height: 100% !important;
          background: var(--dark-blue) !important;
          padding: 15px 40px !important;
          border: 0 !important;
          outline: 0 !important;
          border-radius: 0 !important;
          box-shadow: 0 0 0 !important;
          font-family: var(--poppins) !important;
          font-weight: 600 !important;
          font-size: 18px !important;
          line-height: 100% !important;
          letter-spacing: 0.8px !important;
          text-align: center !important;
          text-transform: uppercase !important;
          color: var(--white) !important;
          z-index: 2 !important;
          position: relative !important;
          &:hover {
            background: var(--red) !important;
          }
        }
      }
    }
  }
}
/* Validation Message Styles */
.gform_wrapper .gform_validation_errors {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 20px 0 20px !important;
  outline: 0 !important;
  .gform_submission_error {
    flex-direction: row !important;
    align-items: center;
  }
}
.contact_form .gform_wrapper .gform_confirmation_message {
  text-align: left;
  font-weight: bold;
  color: var(--gray);
  margin-top: 20px;
}

/* Table CSS */
.casino_table {
  .elementor-shortcode {
    overflow-x: scroll;
    .tablepress {
      thead {
        tr {
          th {
            font-family: var(--poppins);
            font-weight: 700;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.8px;
            color: var(--white);
            background: var(--dark-red);
            border: 0;
            text-transform: uppercase;
          }
        }
      }
      tbody {
        tr {
          td {
            font-family: var(--poppins);
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            letter-spacing: 0.8px;
            color: var(--black);
          }
        }
      }
    }
  }
}
.casino_listings {
  #overflow_horizontal {
    column-count: 2;
  }
  .casino_states {
    &:not(:last-child) {
      margin-bottom: 13px;
    }
    .list-casino-block-header {
      font-size: 18px;
      line-height: 28px;
      font-family: var(--poppins);
      font-weight: 700;
      color: var(--black);
      h3 {
        font: inherit;
        color: inherit;
        margin-bottom: 0;
      }
    }
    .casino_state_details {
      .single_state {
        .casinos-state {
          font-size: 15px;
          line-height: 28px;
          color: var(--dark-blue);
          font-family: var(--poppins);
          font-weight: 400;
          a {
            color: inherit;
            font: inherit;
            &:hover {
              color: var(--dark-red);
            }
          }
        }
        .casino-city {
          font-size: 15px;
          line-height: 28px;
          color: var(--black);
          font-family: var(--poppins);
          font-weight: 400;
          letter-spacing: 0px;
        }
      }
    }
  }
}

.casino-location-wrapper {
  .casino-location-title,
  .casino-address-label {
    margin: 0;
    color: var(--dark-red);
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
  }
  .casino-address {
    font-size: 16px;
    line-height: normal;
    color: var(--black);
    font-family: var(--poppins);
    font-weight: 400;
    br {
      display: none;
    }
  }
}

/* Events Page */
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.events-list-main-container {
  .events-search-container {
    .events-flex-wrapper {
      padding: 15px 30px;
      border: 1px solid var(--dark-blue);
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      border-radius: 4px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
      .search-flex-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        /* border-bottom: 1.5px solid var(--border); */
        /* margin-bottom: 18px; */
        /* padding-bottom: 18px; */
        align-items: center;
        .search-input-wrapper {
          flex: 1;
          height: 40px;
          input {
            border: 0;
            outline: 0;
            padding: 0 10px 0 0;
            font-size: 16px;
            line-height: normal;
            color: var(--black);
            font-family: var(--poppins);
            font-weight: 400;
            width: 100%;
            height: 100%;
          }
        }
        .reset-icon {
          display: none;
          margin-right: 15px;
          img {
            cursor: pointer;
            vertical-align: middle;
          }
        }
        .search-icon-wrapper {
          button {
            background: var(--dark-blue);
            color: var(--white);
            border-radius: 4px;
            border: 0;
            outline: 0;
            padding: 11px 29px;
            font-size: 16px;
            line-height: normal;
            color: var(--white);
            font-family: var(--poppins);
            font-weight: 400;
            height: 100%;
            &:hover {
              background: var(--dark-red);
            }
          }
        }
      }
      .list-month-tabs-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        .tabs-flex-wrapper {
          padding: 0;
          list-style: none;
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          li {
            &:not(:last-child) {
              margin-right: 10px;
              padding-right: 10px;
              border-right: 1px solid var(--black);
            }
            &.active {
              a {
                position: relative;
                font-weight: 600;
                &::after {
                  content: "";
                  position: absolute;
                  bottom: -4px;
                  left: 0;
                  width: 100%;
                  height: 2px;
                  border-bottom: 2px solid var(--dark-blue);
                }
              }
            }
            a {
              font-size: 16px;
              line-height: normal;
              font-family: var(--poppins);
              font-weight: 500;
              text-transform: uppercase;
              color: var(--dark-blue);
              text-decoration: none;
              &:hover {
                color: var(--dark-red);
              }
            }
          }
        }
      }
    }
    .validation-error {
      display: none;
      &.active {
        display: block;
      }
      p.error {
        margin: 0;
        color: var(--dark-red);
      }
    }
  }
  .load-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: none;
    &.active {
      display: flex;
    }
    .loader {
      width: 50px;
      padding: 8px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: var(--dark-blue);
      --_m:
        conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
      -webkit-mask: var(--_m);
      mask: var(--_m);
      -webkit-mask-composite: source-out;
      mask-composite: subtract;
      animation: l3 1s infinite linear;
    }
  }
  .events-view-wrapper {
    margin-top: 47px;
    .events-list-month-wrapper {
      .events-list-container {
        .event-list-month {
          &:not(:last-child) {
            margin-bottom: 30px;
          }
          .list-month-name {
            font-size: 18px;
            line-height: normal;
            color: var(--black);
            font-family: var(--poppins);
            background: var(--white);
            font-weight: 600;
            text-transform: uppercase;
            margin: 0;
            display: block;
            position: relative;
            z-index: 3;
            span {
              background: var(--white);
              z-index: 3;
              position: relative;
              padding-right: 20px;
              font: inherit;
              color: inherit;
            }
            &::after {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              width: 100%;
              height: 1px;
              border-bottom: 1px solid var(--border);
              z-index: 2;
            }
          }
          .events-list-date-wrapper {
            &:nth-child(2) {
              margin-top: 30px;
            }
            &:not(:last-child) {
              margin-bottom: 30px;
            }
            .date-item-flex-wrapper {
              display: flex;
              flex-wrap: wrap;
              .date-item {
                flex: 0 0 10%;
                text-align: center;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: flex-start;
                .day {
                  font-size: 12px;
                  line-height: normal;
                  color: var(--grey);
                  font-family: var(--poppins);
                  font-weight: 400;
                  margin: 0;
                  text-transform: uppercase;
                }
                .date {
                  font-size: 24px;
                  line-height: normal;
                  color: var(--black);
                  font-family: var(--poppins);
                  font-weight: 600;
                  margin: 0;
                }
              }
              .event-date-content-wrapper {
                flex: 0 0 57%;
                margin-right: 17px;
                * {
                  margin: 0;
                  line-height: normal;
                }
                .event-date-range {
                  font-size: 14px;
                  line-height: normal;
                  color: var(--black);
                  font-family: var(--poppins);
                  font-weight: 300;
                  margin-bottom: 10px;
                }
                .event-name {
                  margin-bottom: 10px;
                  line-height: normal;
                  a {
                    color: var(--black);
                    &:hover {
                      color: var(--black);
                      text-decoration: underline;
                      text-underline-offset: 3px;
                    }
                  }
                }
              }
              .event-image-wrapper {
                flex: 0 0 30%;
                img {
                  width: 100%;
                  height: 100%;
                }
              }
            }
          }
        }
      }
      .hr-no-events-found {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        p {
          margin: 0;
        }
      }
    }
  }
}

/* Calender View */
#events-calendar-view {
  .fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc-scroller {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .fc-col-header {
    margin: 0;
  }
  .fc {
    font-family: var(--poppins);
  }
  .fc-theme-standard td,
  .fc-theme-standard th {
    border-color: var(--border);
  }
  .fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--border);
  }
  .fc-toolbar-title {
    color: var(--dark-blue);
    font-weight: 600;
  }
  .fc .fc-button {
    background: var(--dark-red);
    border: none;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 12px 7px;
    outline: 0;
    box-shadow: 0 0 0;
  }
  .fc .fc-button:hover {
    background: var(--dark-blue);
    outline: 0;
    box-shadow: 0 0 0;
  }
  .fc .fc-button.fc-button-active {
    background: var(--dark-blue);
    outline: 0;
  }
  .fc .fc-today-button {
    background: var(--dark-red);
    color: var(--white);
  }
  .fc .fc-today-button:hover {
    background: var(--dark-blue);
  }
  .fc-daygrid-day-number {
    color: var(--black);
    font-weight: 500;
  }
  .fc-day-today {
    background: rgba(15, 211, 249, 0.1);
  }
  .fc-event {
    background: var(--dark-red);
    border: none;
    color: var(--white);
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
  }
  .fc-event:hover {
    background: var(--dark-blue);
    cursor: pointer;
  }
  .fc-daygrid-event-dot {
    border-color: var(--dark-red);
  }
  .fc-timegrid-slot-label {
    color: var(--grey);
  }
  .fc-timegrid-axis {
    color: var(--grey);
  }
  .fc-scrollgrid-sync-inner {
    border-color: var(--border);
  }
  .fc-day-sat,
  .fc-day-sun {
    background: rgba(250, 7, 9, 0.03);
  }
  .fc-popover {
    border: 1px solid var(--border);
    border-radius: 8px;
  }
  .fc-popover-header {
    background: var(--blue);
    color: var(--white);
  }
}
.event-organizer {
  a {
    cursor: pointer;
    &:hover {
      color: var(--dark-red) !important;
    }
  }
}
