/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1748838612
Updated: 2025-06-02 04:30:12

*/
  .event-login-container {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .login-box {
      display: flex;
      flex-direction: row;
      width: 100%;
      max-width: 960px;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      background: white;
      Margin-top : -250px !important;
    }

    .welcome-section {
      flex: 1;
      background: linear-gradient(135deg, #fc466b, #3f5efb);
      color: white;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .form-section {
      flex: 1;
      padding: 40px;
      background-color: white;
    }

    .form-control {
      background-color: #f0f2ff;
      border: none;
      border-radius: 20px;
      padding: 12px 20px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #6a11cb;
    }

    .login-btn {
      background: linear-gradient(to right, #fc466b, #3f5efb);
      border: none;
      border-radius: 20px;
      padding: 12px 30px;
      color: white;
      font-weight: bold;
      transition: 0.3s;
    }

    .login-btn:hover {
      opacity: 0.9;
    }

    .small-links {
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      color: #666;
    }

    .small-links a {
      text-decoration: none;
      color: #6a11cb;
    }

    .toggle-password {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #6a11cb;
      font-size: 1rem;
      z-index: 10;
    }

    @media (max-width: 768px) {
      .login-box {
        flex-direction: column;
      }

      .welcome-section,
      .form-section {
        width: 100%;
        text-align: center;
      }

      .small-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }
    }
.profile-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-repeat: no-repeat;
    display: flex;
    margin-top: -168px;
    align-items: center;
    justify-content: flex-start;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: linear-gradient(45deg, #0B2379 0%, #6DD0F6 100%);*/
    opacity: 0.7;
    z-index: -1;
}

.Event-Profile-banner {
    position: relative;
    background: linear-gradient(45deg, rgba(11, 35, 121, 0.7), rgba(109, 208, 246, 0.7)), url(https://events.plnworld.com/wp-content/uploads/2025/07/imgi_77_businessman-holding-hand-icon-user-manwoman-3d-style-internet-icon.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .Event-Profile-banner, .Event-service-banner {
        height: 30vh;
    }
}
.Attendee-banner{
  z-index: -1;
  position:relative;
  background-repeat: no-repeat;
  background-size: cover;
  background:linear-gradient(45deg, rgba(11, 35, 121, 0.7), rgba(109, 208, 246, 0.7)), url(https://test-events.plnworld.com/wp-content/uploads/2025/09/Adirectory.png);
}

.Event-services-banner{
  position: relative;
  background: linear-gradient(45deg, rgba(11, 35, 121, 0.7), rgba(109, 208, 246, 0.7)), url(https://events.plnworld.com/wp-content/uploads/2025/07/imgi_78_businessman-holding-gear-icon-with-tools_150455-6660.png)!important;
  z-index: -1!important;
  background-repeat: no-repeat!important;
  background-size: cover;
}
.profile-menu{
    background-color: #FFF6F6;
    position: relative;
    border-radius: .375rem !important;
    border: dashed 1px #0B2379;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
}
.nav-pills .nav-link.active {
    color: #FFF!important;
    background-color: #d70006!important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff!important;
    background-color: #D70006!important;
    text-decoration: none;
}
 .tab-content {
      background-color: #fff!important;
      padding: 20px;
      border-radius: 10px;
      margin: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .nav-link{
    width: 100%;
    text-align: left;
    padding: .5rem;
    background-color: #fff!important;
    color: black!important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease, clip-path 0.3s ease;
    margin-bottom: 10px;
}
.nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d70006 !important;
    clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%);
    transition: clip-path 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.nav-link:hover::before {
  opacity: 1;
}

/* Modal background */
.plnModal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

/* Modal background */
.plnModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* When visible */
.plnModal.show {
  display: flex;
  opacity: 1;
}

/* Modal box */
.plnModal-content {
  background: white;
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

/* Scale up when visible */
.plnModal.show .plnModal-content {
  transform: scale(1);
}

/* Header */
.plnModal-header {
  padding: 12px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plnModal-header h2 {
  margin: 0;
  font-size: 18px;
}

.plnModal-close {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

/* Body */
.plnModal-body {
  padding: 16px;
}

/* Footer */
.plnModal-footer {
  padding: 12px 16px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: right;
}