/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.partner-single {
  width: calc(100% - 120px) !important;
  margin: 20px auto auto;
}

.partner-entry-title, .member-entry-title {
  margin-top: 0 !important;
  margin-bottom: 2px;
  font-weight: bold;
}

.partner-single-location {
  display: flex;
  gap: 40px !important;
}

.partner-header-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 1px 2px 2px 2px whitesmoke;
}
.partner-logo img {
  width: 60px;
  height: 60px;
  border-radius: 10%;
}

.partner-single-logo img {
  width: 100px;
  height: 100px;
  border-radius: 10%;
}


.partner-meta p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}
.partner-section {
  margin-bottom: 20px;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 1px 2px 2px 2px whitesmoke;
}
.partner-section h2 {
  margin-top: 0;
  font-size: 18px;
}
.partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.partner-tag {
  background: #456152 !important;
  color: #fff !important;
  padding: 6px 51px !important;
  border-radius: 16px !important;
  font-size: 0.8rem !important;
}
.partner-contact li {
  margin-bottom: 6px;
}

/* Member Single Styles */
.member-single-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 30px 30px;
}

.member-single-logo {
  display: flex;
  align-items: center;
}

.member-single-logo img {
  width: 100px;
  height: 100px;
  border-radius: 10%;
  object-fit: cover;
}

/* Header Section */
.member-header-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid #eee;
}

.member-meta {
  flex: 1;
}

.member-location {
  display: flex;
  gap: 10%;
}

.member-location p {
  margin: 0.3rem 0;
  color: #555;
  font-size: 15px;
}

/* Description + More Details Section */
.member-description-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Make Description & More Details side by side on large screens */
.member-description {
  flex: 2;
  min-width: 300px;
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid #eee;
}

.member-more-details {
  flex: 1;
  min-width: 250px;
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid #eee;
}

.member-each-details {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  border-bottom: 1px solid #555;
}

.member-each-details .level {
  font-weight: 600;
  color: #333;
}

.member-each-details .value {
  color: #555;
}

/* Responsive: stack for tablets and mobiles */
@media (max-width: 991px) {
  .member-description-section {
    flex-direction: column;
  }
  .member-more-details {
    order: 2; /* Push below description */
  }
  .member-description {
    order: 1;
  }
}

/* Extra small tweaks for mobile */
@media (max-width: 576px) {
  .member-entry-title {
    font-size: 22px !important;
  }
}



/*Event Section*/
/* Wrapper */
.event-single {
  font-family: "Inter", sans-serif;
  color: #222;
  width: calc(100% - 120px) !important;
  margin: 50px auto 50px;
}

/* Banner */
.event-banner-top img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Content */
.event-content-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Organiser Section */
.event-organiser h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.organiser-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.organiser-info-left {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.organiser-logo {
  width: 60px;
  height: 60px;
  border-radius: 10%;
  object-fit: cover;
}

.organiser-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.organiser-industry {
  font-size: 13px;
  color: #555;
}

.organiser-info a {
  margin-left: auto;
  font-size: 14px;
  color: #005b4f;
  text-decoration: none;
}

.organiser-info a:hover {
  text-decoration: underline;
}

/* Description */
.event-description {
  margin-bottom: 25px;
}

.event-description h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Details Section */
.event-details-block {
  margin-bottom: 25px;
}

.event-details-block h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.event-data-table, .event-data-table th, .event-data-table td {
  border: none;
  border-collapse: collapse;
  background-color: white !important;
  font-size: 16px !important;
}

/* Tags */
.event-tags h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.event-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-tag {
  background: #eef4e8;
  color: #344e2c;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
}

/* Register Button */
.event-register {
  text-align: center;
  margin-top: 30px;
}

.event-register-btn {
  background: #0f2f25;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  height: 43px;
  padding: 0 !important;
}

.event-register-btn:hover {
  background: #174f3d;
}

.event-banner-top {
  position: relative; /* allow absolute positioning inside */
}

/* Label styles */
.event-type-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #52b8b0;   /* dark green like your design */
  color: #555;
  font-size: 12px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 5px 21px;
}

