.elementor-4914 .elementor-element.elementor-element-980ee60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4914 .elementor-element.elementor-element-7f8a3de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4914 .elementor-element.elementor-element-48cb65d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-30f5afc */.event-hero {
        position: relative;
        width: 100%;
        height: 100vh;
        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.35) 0%,
            /* less opacity to lighten */ rgba(0, 0, 0, 0.35) 100%
          ),
          url("https://unifyxcess.ai/wp-content/uploads/2025/10/DSC0309.jpg")
            center center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 80px;
        overflow: hidden;
        color: white;
        background-blend-mode: lighten; /* makes dark overlay lighten image */
      }

      /* Gradient overlay */
      .event-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.55) 0%,
          /* dark black on left */ rgba(0, 0, 0, 0.55) 100%
            /* same dark tone across */
        );
        z-index: 1;
      }

      .event-content {
        position: relative;
        z-index: 2;
        max-width: 650px;
      }

      .event-content h1 {
        font-family: "Poppins", sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 24px;
      }

      .event-content p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 40px;
        color: #ffffffcc;
      }

      .event-btn {
        background: #007bff;
        color: white;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 16px;
        border: none;
        padding: 14px 28px;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .event-btn:hover {
        background: #005fd1;
        transform: translateY(-2px);
      }

      /* ===== Upcoming Events Section ===== */
      .events-section {
        padding: 100px 120px;
        background-color: #fff;
      }

      .events-section h5 {
        color: #007bff;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
      }

      .events-section h2 {
        font-family: "Poppins", sans-serif;
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111;
      }

      .events-section p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 60px;
        max-width: 800px;
      }

      .btn-1 {
        display: block;
        margin: 20px auto 0; /* centers the button */
        text-align: center;
        width: 191px;
      }

      .event-image {
        margin-bottom: 44px;

        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .event-image img {
        width: 100%;
        height: auto;
        display: block;
      }

      /* ===== Responsive ===== */
      @media (max-width: 1024px) {
        .event-content h1 {
          font-size: 42px;
        }

        .event-content p {
          font-size: 16px;
        }

        .events-section {
          padding: 80px 60px;
        }

        .events-section h2 {
          font-size: 36px;
        }

        .events-section p {
          font-size: 16px;
        }
      }

      @media (max-width: 768px) {
        .event-hero {
          padding: 0 30px;
          text-align: center;
          justify-content: center;
        }

        .event-content {
          max-width: 90%;
        }

        .event-content h1 {
          font-size: 36px;
        }

        .event-content p {
          font-size: 15px;
        }

        .events-section {
          padding: 60px 30px;
        }

        .events-section h2 {
          font-size: 30px;
        }

        .events-section p {
          font-size: 15px;
          margin-bottom: 40px;
        }
      }

      @media (max-width: 480px) {
        .event-content h1 {
          font-size: 30px;
        }

        .event-content p {
          font-size: 14px;
        }

        .event-btn {
          font-size: 14px;
          padding: 12px 24px;
        }

        .events-section {
          padding: 50px 20px;
        }

        .events-section h2 {
          font-size: 26px;
        }

        .events-section p {
          font-size: 14px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d78d1e3 */.events-section {
        padding: 100px 120px;
        background-color: #fff;
      }

      .events-section h5 {
        color: #007bff;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
      }

      .events-section h2 {
        font-family: "Poppins", sans-serif;
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111;
      }

      .events-section p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 60px;
        max-width: 800px;
      }

      .btn-1 {
        display: block;
        margin: 20px auto 0; /* centers the button */
        text-align: center;
        width: 191px;
      }

      .event-image {
        margin-bottom: 44px;

        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .event-image img {
        width: 100%;
        height: auto;
        display: block;
      }

      /* ===== Responsive ===== */
      @media (max-width: 1024px) {
        .event-content h1 {
          font-size: 42px;
        }

        .event-content p {
          font-size: 16px;
        }

        .events-section {
          padding: 80px 60px;
        }

        .events-section h2 {
          font-size: 36px;
        }

        .events-section p {
          font-size: 16px;
        }
      }

      @media (max-width: 768px) {
        .event-hero {
          padding: 0 30px;
          text-align: center;
          justify-content: center;
        }

        .event-content {
          max-width: 90%;
        }

        .event-content h1 {
          font-size: 36px;
        }

        .event-content p {
          font-size: 15px;
        }

        .events-section {
          padding: 60px 30px;
        }

        .events-section h2 {
          font-size: 30px;
        }

        .events-section p {
          font-size: 15px;
          margin-bottom: 40px;
        }
      }

      @media (max-width: 480px) {
        .event-content h1 {
          font-size: 30px;
        }

        .event-content p {
          font-size: 14px;
        }

        .event-btn {
          font-size: 14px;
          padding: 12px 24px;
        }

        .events-section {
          padding: 50px 20px;
        }

        .events-section h2 {
          font-size: 26px;
        }

        .events-section p {
          font-size: 14px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25c2150 */.forthcoming-wrapper {
        padding: 100px 120px;
        background-color: #f9fafc;
        text-align: center;
      }

      .forthcoming-wrapper h5 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 12px;
        background: linear-gradient(to bottom right, #007bff, #00c6ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .forthcoming-wrapper h2 {
        font-family: "Poppins", sans-serif;
        font-size: 44px;
        font-weight: 700;
        color: #111;
        margin-bottom: 20px;
      }

      .forthcoming-wrapper p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 1.6;
        color: #444;
        margin: 0 auto 60px auto;
        max-width: 800px;
      }

      .forthcoming-image {
        width: 100%;
        max-width: 800px;
        margin: 0 auto 40px auto;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .forthcoming-image img {
        width: 100%;
        height: auto;
        display: block;
      }

      .forthcoming-btn {
        display: inline-block;
        background: linear-gradient(to right, #007bff, #00c6ff);
        color: white;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 16px;
        border: none;
        padding: 14px 30px;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .forthcoming-btn:hover {
        opacity: 0.9;
        transform: translateY(-2px);
      }

      /* ===== Responsive ===== */
      @media (max-width: 1024px) {
        .forthcoming-wrapper {
          padding: 80px 60px;
        }

        .forthcoming-wrapper h2 {
          font-size: 36px;
        }

        .forthcoming-wrapper p {
          font-size: 16px;
        }
      }

      @media (max-width: 768px) {
        .forthcoming-wrapper {
          padding: 60px 30px;
        }

        .forthcoming-wrapper h2 {
          font-size: 30px;
        }

        .forthcoming-wrapper p {
          font-size: 15px;
        }
      }

      @media (max-width: 480px) {
        .forthcoming-wrapper {
          padding: 50px 20px;
        }

        .forthcoming-wrapper h2 {
          font-size: 26px;
        }

        .forthcoming-wrapper p {
          font-size: 14px;
        }

        .forthcoming-btn {
          font-size: 14px;
          padding: 12px 24px;
        }
      }/* End custom CSS */