:root {
  --primary-font: "zilla-slab";
  --secondary-font: "montserrat", Sans-serif;
  --white: #ffffff;
  --dark-blue: #102132;
  --blue: #4277a4;
  --sky-blue: #79b1e3;
  --light-blue: #ecf1f5;
}
p {
  a {
    text-decoration: underline !important;
  }
}
/* Megamenu */
body:has(.megamenu-open) {
  overflow: hidden;
}
.ham_icon {
  img {
    cursor: pointer;
  }
}
#rcba-megamenu-container {
  .megamenu-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    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: 46px 0px 50px;
    background: url(/wp-content/uploads/2026/06/MEGA-MENU-4.svg) no-repeat
      100% / cover !important;
    &.megamenu-open {
      transform: translateY(0%);
      transition: 0.5s all;
    }
    ul {
      padding: 0;
      list-style: none;
    }
    .icon-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1317px;
      margin: 0 auto;
      padding-bottom: 55px;
      flex-direction: row-reverse;
      .logo-wrapper {
        width: 185px;
        height: 185px;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .close-button {
        margin-top: 20px;
        img {
          cursor: pointer;
        }
      }
    }
    .desktop-tablet-megamenu-wrapper {
      width: 100%;
      max-width: 1317px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      padding-left: 80px;
      .col-1 {
        padding-right: 80px;
        border-right: 1px solid var(--white);
        flex: 0 0 35%;
        .menu-item {
          &:not(:last-child) {
            margin-bottom: 20px;
          }
          a {
            font-family: var(--secondary-font);
            font-weight: 600;
            font-size: 20px;
            line-height: 50px;
            /* letter-spacing: 1.6px; */
            color: var(--white);
            text-transform: uppercase;
            &:hover {
              color: var(--sky-blue);
            }
          }
          &:last-child {
            a {
              pointer-events: auto;
              cursor: auto;
              font-family: var(--primary-font);
              font-weight: 500;
              font-size: 20px;
              line-height: 28px;
              /* letter-spacing: 1.6px; */
              color: var(--white);
              text-transform: none;
              &:hover {
                color: var(--white);
              }
            }
          }
        }
        ul.rcba_social_icons_ul {
          display: flex;
          flex-wrap: wrap;
          gap: 35px;
          margin-top: 140px;
          li {
            transform: translateY(0px);
            transition: all 0.3s ease-in-out;
            &:hover {
              transform: translateY(-8px);
              transition: all 0.3s ease-in-out;
            }
          }
        }
      }
      .col-2 {
        padding-left: 77px;
        padding-right: 60px;
        .menu-item-has-children {
          margin-top: 55px;
          > a {
            &::after {
              width: 100px !important;
            }
          }
        }
      }
      .col-3 {
        padding-left: 60px;
        padding-right: 0px;
        .menu-item-has-children:last-child {
          margin-top: 75px;
        }
      }
      .collapse-menu {
        .menu-item {
          > a {
            font-family: var(--secondary-font);
            font-weight: 600;
            font-size: 20px;
            line-height: 50px;
            /* letter-spacing: 1.6px; */
            color: var(--white);
            text-transform: uppercase;
            &:hover {
              color: var(--sky-blue);
            }
          }
        }
        .menu-item-has-children {
          > a {
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 10px;
            &::after {
              content: "";
              position: absolute;
              width: 151px;
              height: 3px;
              border-bottom: 3px solid var(--blue);
              left: 0;
              bottom: 0;
            }
          }
          .sub-menu {
            margin-top: 10px;
            a {
              font-family: var(--primary-font);
              font-weight: 500;
              font-size: 20px;
              line-height: 40px;
              color: var(--white);
              text-transform: capitalize;
              &:hover {
                color: var(--sky-blue);
              }
            }
          }
        }
      }
      .col-1 {
        .menu {
          .menu-item:first-child {
            a {
              position: relative;
              margin-bottom: 10px;
              padding-bottom: 10px;
              &::after {
                content: "";
                position: absolute;
                width: 151px;
                height: 3px;
                border-bottom: 3px solid var(--blue);
                left: 0;
                bottom: 0;
              }
            }
          }
        }
      }
    }
    .mobile-social-icons {
      display: none;
    }
  }
}
/* Home Page */
.banner_heading {
  span {
    color: var(--sky-blue);
    font-weight: 600;
  }
}
.events-slider-main-container {
  .events-slider-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    .events-slider-prev-button,
    .events-slider-next-button {
      width: 50px;
      height: 50px;
      min-width: 50px;
      img {
        cursor: pointer;
      }
    }
    .events-slider-main-wrapper {
      width: 100%;
      max-width: calc(100% - 150px);
      .events-slider-item {
        background: var(--light-blue);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 47px 67px;
        .left-column {
          flex: 0 0 73%;
          padding-right: 80px;
          padding-top: 15px;
          border-right: 2px solid var(--sky-blue);
          .title {
            font-family: var(--secondary-font);
            font-weight: 600;
            font-size: 34px;
            line-height: 40px;
            color: var(--blue);
            margin: 0;
          }
          .list {
            display: flex;
            flex-wrap: wrap;
            margin: 5px 0 0;
            padding: 0;
            list-style: none;
            align-items: center;
            li {
              font-family: var(--secondary-font);
              font-weight: 500;
              font-size: 16px;
              line-height: 30px;
              color: var(--dark-blue);
              letter-spacing: 1.28px;
              position: relative;
              text-transform: uppercase;
              &:not(:last-child) {
                margin-right: 10px;
                padding-right: 10px;
                &::after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  width: 1px;
                  height: 13px;
                  background: var(--sky-blue);
                }
              }
            }
          }
          .details {
            margin-top: 30px;
            h6 {
              font-family: var(--primary-font);
              font-weight: 700;
              font-size: 18px;
              line-height: 28px;
              color: var(--blue);
              margin: 0;
              text-transform: capitalize;
            }
            p {
              font-family: var(--primary-font);
              font-weight: 400;
              font-size: 18px;
              line-height: 28px;
              margin: 0;
              color: var(--dark-blue);
            }
          }
          .description {
            margin-top: 30px;
            p {
              font-family: var (--primary-font);
              font-weight: 400;
              font-size: 18px;
              line-height: 28px;
              color: var(--dark-blue);
              margin: 0;
            }
          }
        }
        .right-column {
          flex: 0 0 27%;
          padding-left: 70px;
          .image-wrapper {
            width: 181px;
            height: 181px;
            margin: 0 auto;
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 50%;
            }
          }
          .button-wrapper {
            margin-top: 45px;
            a {
              background: var(--blue);
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              gap: 10px;
              color: var(--white);
              font-family: var(--secondary-font);
              font-weight: 600;
              font-size: 14px;
              line-height: 46px;
              letter-spacing: 0.8px;
              text-align: center;
              text-transform: uppercase;
              width: 165px;
              height: 50px;
              padding: 3px 0 0;
              margin: 0 auto;
              transition: all 0.3s;
              &:hover {
                background: var(--dark-blue);
                transition: all 0.3s;
              }
            }
          }
        }
      }
    }
  }
}
.events-slider-mobile-container {
  display: none;
}
.about_hover:hover {
  .about_heading .elementor-heading-title,
  .about_para p {
    color: var(--white) !important;
  }
}

/* Contact Page */
.contact-email {
  a {
    word-wrap: break-word;
  }
}
.contact-form {
  .gform_heading p.gform_required_legend {
    display: none;
  }
  .gform_submission_error {
    .gform-icon--circle-error {
      border: 2px solid var(--white) !important;
    }
    .gform-icon--circle-error::before {
      position: relative;
      left: -0.5px;
      top: 0.5px;
      color: var(--white);
    }
  }
  .gform-body {
    .gform_fields {
      row-gap: 28px;
      .gfield {
        legend,
        label {
          display: none;
        }
        input {
          border: 1px solid var(--grey);
          border-radius: 0px;
          box-shadow: 0 0 0;
          height: 55px;
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          color: var(--dark-blue);
          &::placeholder {
            color: var(--dark-blue);
            opacity: 1;
            text-transform: capitalize;
          }
          &:focus {
            border: 1px solid var(--sky-blue) !important;
            outline: 1px solid var(--sky-blue) !important;
          }
        }
        textarea {
          border: 1px solid var(--grey);
          border-radius: 0px;
          box-shadow: 0 0 0;
          height: 100px;
          resize: none;
          min-block-size: 0rem;
          color: var(--dark-blue);
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          &::placeholder {
            color: var(--dark-blue);
            opacity: 1;
            text-transform: capitalize;
          }
          &:focus {
            border: 1px solid var(--sky-blue) !important;
            outline: 1px solid var(--sky-blue) !important;
          }
        }
        &.gfield--type-name {
          .ginput_container {
            gap: 5px;
          }
        }
      }
    }
  }
  .gform-footer {
    margin-top: 34px !important;
    input[type="submit"] {
      font-family: var(--secondary-font) !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      line-height: 46px !important;
      letter-spacing: 0.8px !important;
      text-transform: uppercase !important;
      color: var(--white) !important;
      background: var(--dark-blue) !important;
      border-radius: 0px !important;
      cursor: pointer !important;
      transition: 0.5s all;
      padding: 4px 67px !important;
      &:hover {
        transition: 0.5s all;
        background: var(--white) !important;
        color: var(--blue) !important;
      }
      &:focus {
        border: 1px solid var(--sky-blue) !important;
        outline: 1px solid var(--sky-blue) !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;
  color: var(--white) !important;
  .gform_submission_error {
    flex-direction: row !important;
    align-items: center;
    color: var(--white) !important;
  }
}
.validation_message {
  color: var(--white) !important;
}

/* Events Page */
.events_listing {
  .events-slider-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    .events-slider-prev-button,
    .events-slider-next-button {
      width: 50px;
      height: 50px;
      min-width: 50px;
      img {
        cursor: pointer;
      }
    }
    .events-slider-main-wrapper {
      width: 100%;
      max-width: 100%;
      .events-slider-item {
        background: var(--light-blue);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 47px 67px;
        &:not(:last-child) {
          margin-bottom: 44px;
        }
        .left-column {
          flex: 0 0 73%;
          padding-right: 80px;
          padding-top: 15px;
          border-right: 2px solid var(--sky-blue);
          .title {
            font-family: var(--secondary-font);
            font-weight: 600;
            font-size: 34px;
            line-height: 40px;
            color: var(--blue);
            margin: 0;
          }
          .list {
            display: flex;
            flex-wrap: wrap;
            margin: 5px 0 0;
            padding: 0;
            list-style: none;
            align-items: center;
            li {
              font-family: var(--secondary-font);
              font-weight: 500;
              font-size: 16px;
              line-height: 30px;
              color: var(--dark-blue);
              letter-spacing: 1.28px;
              position: relative;
              text-transform: uppercase;
              &:not(:last-child) {
                margin-right: 10px;
                padding-right: 10px;
                &::after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  width: 1px;
                  height: 13px;
                  background: var(--sky-blue);
                }
              }
            }
          }
          .details {
            margin-top: 30px;
            h6 {
              font-family: var(--primary-font);
              font-weight: 700;
              font-size: 18px;
              line-height: 28px;
              color: var(--blue);
              margin: 0;
              text-transform: capitalize;
            }
            p {
              font-family: var(--primary-font);
              font-weight: 400;
              font-size: 18px;
              line-height: 28px;
              margin: 0;
              color: var(--dark-blue);
            }
          }
          .description {
            margin-top: 30px;
            p {
              font-family: var (--primary-font);
              font-weight: 400;
              font-size: 18px;
              line-height: 28px;
              color: var(--dark-blue);
              margin: 0;
            }
          }
        }
        .right-column {
          flex: 0 0 27%;
          padding-left: 70px;
          .image-wrapper {
            width: 181px;
            height: 181px;
            margin: 0 auto;
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 50%;
            }
          }
          .button-wrapper {
            margin-top: 45px;
            a {
              background: var(--blue);
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              gap: 10px;
              color: var(--white);
              font-family: var(--secondary-font);
              font-weight: 600;
              font-size: 14px;
              line-height: 46px;
              letter-spacing: 0.8px;
              text-align: center;
              text-transform: uppercase;
              width: 165px;
              height: 50px;
              padding: 3px 0 0;
              margin: 0 auto;
              transition: all 0.3s;
              &:hover {
                background: var(--dark-blue);
                transition: all 0.3s;
              }
            }
          }
        }
      }
    }
  }
  .events-slider-mobile-wrapper {
    display: none;
  }
}
/* Employeement Listing */
.employment-listing-ul-li {
  ul {
    padding-left: 30px;
    li:not(:last-child) {
      margin-bottom: 15px;
    }
  }
}
/* Awards Page */
.awards_list {
  ul {
    li {
      &:not(:last-child) {
        margin-bottom: 15px;
      }
    }
  }
}
.awards-para {
  p {
    margin-bottom: 0;
  }
}
.para_link {
  p {
    a {
      color: inherit;
      text-decoration: underline;
      &:hover {
        color: var(--blue);
      }
    }
  }
}
.border-heading {
  position: relative;
  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--blue);
  }
  &::before {
    left: 0;
  }
  &::after {
    right: 0;
  }
  .elementor-heading-title {
    display: inline-block;
    z-index: 2;
    position: relative;
    background: var(--white);
    padding: 0 10px;
  }
}
/* Leadership Page */
.advisory-committee-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 30px;
  .advisory-committee-item {
    background: #ecf1f5;
    box-shadow: 0px 0px 12px 0px #1021323b;
    flex: 0 0 22.7%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 46px 0;
    h3.committee-title {
      font-family: var(--secondary-font);
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: 0%;
      text-align: center;
      color: var(--blue);
      margin: 0 0 16px;
      padding: 0 0 16px;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: var(--sky-blue);
      }
    }
    .committee-member {
      a {
        h4.member-name {
          margin: 0;
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: var(--dark-blue);
        }
        &:hover {
          h4.member-name {
            color: var(--blue);
          }
        }
      }
    }
  }
}
.contact_btn {
  svg {
    position: relative;
    top: 1px;
  }
}
/* Membership Page */
.members-club-link {
  .elementor-heading-title {
    a {
      &:hover {
        color: var(--dark-blue) !important;
      }
    }
  }
}
.member-resource-grid {
  > .elementor-element {
    svg path {
      stroke: #4277a4 !important;
    }
    .elementor-icon-box-title {
      position: relative;
      padding-bottom: 11px;
      &::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 3px;
        background: var(--sky-blue);
      }
    }
    &:hover {
      svg path {
        stroke: #cde8fe !important;
      }
      .elementor-icon-box-title,
      .elementor-icon-box-description {
        color: var(--white) !important;
      }
    }
  }
}
