/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/fonts/Proxima Nova Regular.woff2') format('woff2'),
       url('/assets/fonts/Proxima Nova Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/fonts/Proxima Nova Extrabold.woff2') format('woff2'),
       url('/assets/fonts/Proxima Nova Extrabold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/fonts/Proxima Nova Semibold.woff2') format('woff2'),
       url('/assets/fonts/Proxima Nova Semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/fonts/Proxima Nova Light.woff2') format('woff2'),
       url('/assets/fonts/Proxima Nova Light.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
}

#video-top {
    backdrop-filter: blur(20px);
}

strong.date-year {
    font-size: 26px;
}

.img-bg img {
    box-shadow: -10px -10px 0px rgba(30, 149, 157, 0.73);
}

.single-speaker-wrapper {
    background: #0f0f0f;
    color: #e0e0e0;
    padding: 60px 0 100px;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.speaker-main {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.speaker-left {
    flex: 1 1 550px;
}

.speaker-name {
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.speaker-role {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 20px;
    font-weight: 300;
}

.speaker-photo-frame {
    border-radius: 0;
    overflow: hidden;
    max-width: 210px;
    padding: 10px;
    margin: 20px 0;
}

.speaker-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -10px -10px 0 0 rgba(30, 149, 157, 0.73);
}

.speaker-company {
    font-size: 1.2rem;
    color: #aaaaaa;
    margin: 10px 0 30px;
}

.speaker-bio {
    font-size: 1.1rem;
    line-height: 1.7;
}

.speaker-right {
    flex: 1 1 500px;
}

.section-title {
    color: #1e959d;
    font-size: 30px;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
.cards-column h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}
.related-speakers {
    margin-top: 80px;
}

.related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    margin-top: 30px;
}

.related-speaker {
    flex: 0 1 250px;
}

.related-speaker a {
    text-decoration: none;
}

.related-speaker img {
    width: 100%;
    max-width: 180px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: -10px -10px 0 0 rgba(30, 149, 157, 0.73);

}

.related-speaker h4 {
    font-size: 1.1rem;
    margin: 8px 0 4px;
    font-size:16px;
    font-weight:600;
    color:#23c6c8;
}

.related-img {
    padding: 10px 0 0 10px;
}

.related-speaker p {
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-bottom:0px;
}

.speaker-company-home {
    font-size: 14px;
    color: #23c6c8;
    font-weight: 600;
    opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 900px) {
    .speaker-main {
        flex-direction: column;
    }
    .speaker-left, .speaker-right {
        flex: 1 1 100%;
    }
}


.speakers-page-wrapper {
    background: #0a0a0a;          /* very dark */
    color: #e0e0e0;
    padding: 40px 20px;
    min-height: 100vh;
}

.speakers-header {
    text-align: center;
    margin-bottom: 30px;
}

.speakers-header h1 {
    color: #ffffff;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.speakers-filters {
    margin: 20px 0;
}

.speakers-filters button {
    background: #1a1a1a;
    border: 1px solid #00a1d6;   /* teal accent like Microsoft */
    color: #ffffff;
    padding: 8px 16px;
    margin: 0 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.speakers-filters button.active,
.speakers-filters button:hover {
    background: #00a1d6;
    border-color: #00a1d6;
}

.update-notice {
    font-style: italic;
    color: #aaaaaa;
    font-size: 1.1rem;
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* dense, auto-adjust columns */
    gap: 12px 8px;          /* very tight spacing */
    max-width: 1800px;
    margin: 0 auto;
}


.speaker-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder img {
    opacity: 0.6;
}

.speaker-info {
    padding: 10px 6px 12px;
}

.speaker-name {
    font-size: 36px;
    margin: 0 0 4px;
    line-height: 1.2;
    color: #1e959d;
    font-weight: 300;
}

.speaker-name span{
    color:#fff;
    font-weight:600;
}

.speaker-title,
.speaker-company {
    font-size: 0.78rem;
    margin: 2px 0 0;
    color: #bbbbbb;
    line-height: 1.3;
}

.speaker-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    text-indent: -9999px;
}

/* Responsive - more columns on wide screens, smaller on mobile */
@media (min-width: 1400px) {
    .speakers-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }
}

@media (max-width: 768px) {
    .speakers-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px 6px;
    }
    .speaker-name { font-size: 0.9rem; }
    .speaker-title, .speaker-company { font-size: 0.72rem; }
}

.single-session-wrapper {
    background: #0f0f0f; /* near-black/dark gray */
    color: #e0e0e0;
    padding: 40px 0 100px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.session-content-grid {
    display: flex;
    gap: 60px;
}

.session-main {
    flex: 4 1 800px;
}

.speaker-image img{
	margin:0 auto;
}

a.speaker-card{
	text-align:center;
}

.session-title {
    color: #26a69a; /* teal/cyan accent */
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.2;
}

.session-title span {
    color: #fff;
    font-weight: 300;
}

.session-main p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0 0 20px;
    color: #dddddd;
}


p.speaker-role-session {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.speaker-company-session {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.other-sessions-title {
    color: #26a69a;
    font-size: 1.8rem;
    margin: 60px 0 30px;
    font-weight: 300;
}

.other-sessions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 30px;
}

.other-sessions-grid a.learn-more-session {
    text-decoration: none;
    color:#fff;
}

.session-speaker-image img {
    width: 100%;
    max-width: 80px;
}

h3.speaker-name-session {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
}

p.speaker-role-session {
    color: rgba(255, 255, 255, 0.7);
}

.related-session-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: table;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
    padding-bottom: 40px;
    position: relative;

}

.related-session-card:hover {
  text-decoration: none;
  color: #333333;
  background: rgba(30, 149, 157, 0.3);
}

.related-title {
    font-size: 1.25rem;
    margin: 0 0 16px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 400;
}

.session-sidebar {
    flex: 1 1 320px;
}

.presenter-box {
    background: #26a69a; /* teal background */
    color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 32px;
}

.presenter-header {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.presenter-avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    margin-bottom: 16px;
}

.presenter-name {
    font-size: 1.4rem;
    margin: 0 0 8px;
    font-weight: 600;
}

.presenter-role,
.presenter-company {
    margin: 0;
    font-size: 1rem;
    opacity: 0.9;
}

.session-type-box {
    background: #1a1a1a;
    border: 1px solid #26a69a;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.type-value {
    font-size: 1.3rem;
    color: #ffffff;
}

/* Mobile: stack columns */
@media (max-width: 992px) {
    .session-content-grid {
        flex-direction: column;
    }
    .session-sidebar {
        order: -1; /* presenter first on mobile */
    }
}




/* Sessions Grid on Single Speaker Page */
.sessions-grid {
    display: grid;
    grid-template-columns: 1fr; /* single column by default - change to repeat(2, 1fr) if you want 2 columns */
    gap: 20px;
    margin-top: 20px;
	margin-bottom: 40px;
}

.session-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.session-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    min-height: 110px;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.session-card:hover {
    background: rgba(30, 149, 157, 0.3);          /* Brighter teal on hover - matches your first card example */
    transform: translateY(-4px);
    border-color: #26a69a;
}

.session-title-in-card {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.session-card:hover .learn-more {
    opacity: 1;
}

/* Optional: Make text wrap nicely if title is long */
.session-title-in-card {
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* max 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.single-workshop-wrapper {
    background: #0f0f0f;
    color: #e0e0e0;
    padding: 60px 0 100px;
}

.workshop-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.workshop-main { flex: 3 1 700px; }

.workshop-date {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.workshop-main p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.workshop-video {
    margin: 40px 0;
    text-align: center;
}

.other-title {
    color: #26a69a;
    font-size: 1.8rem;
    margin: 60px 0 30px;
}

.other-workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 24px;
}

.workshop-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.workshop-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    min-height: 170px;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workshop-card:hover {
    background: rgba(30, 149, 157, 0.3);          /* Brighter teal on hover - matches your first card example */
    transform: translateY(-4px);
    border-color: #26a69a;
}

.card-title {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 400;
}

.learn-more {
    position: absolute;
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    text-align: right;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
}

.learn-more:hover {
color:#f6f6f6;
}

.workshop-sidebar { flex: 1 1 320px; }

.instructor-card {
    background: #26a69a;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 24px;
}

.instructor-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-bottom: 12px;
}

.instructor-name { font-size: 1.3rem; margin: 0 0 8px; }

.instructor-role, .instructor-company { margin: 0; font-size: 1rem; opacity: 0.9; }

.type-box {
    background: #1a1a1a;
    border: 1px solid #26a69a;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.type-value { font-size: 1.3rem; color: #ffffff; }

@media (max-width: 992px) {
    .workshop-grid { flex-direction: column; }
    .workshop-sidebar { order: -1; }
}

.workshop-main .workshop-title {
    color: #26a69a;
    font-size: 30px;
}

.workshop-main .workshop-title span {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

/* ===============================
   SHARED SIDEBAR STYLE
================================ */

.event-sidebar {
    color: #ffffff;
    height: 100%;
    width: 100%;
    max-width: 350px;
}


.sidebar-label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 0.9;
}

.speaker-item {
    margin-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    clear: both;
    display: inline-block;
    width: 100%;
}
.speaker-item .session-speaker-image {
    width: 30%;
    float: left;
}

.speaker-item .session-speaker-info {
    width: 70%;
    float: left;
}

.speaker-image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    display: block;
}

.speaker-name-workshop {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #ffffff;
}

.sidebar-section {
    background: #2e8f92;
    padding: 20px;
}

.speaker-role-workshop, .speaker-company-workshop {
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
    line-height: 1.4;
    color: #fff;
}

.sidebar-type {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding: 20px;
    background: rgba(30, 149, 157, 0.9);
    margin-bottom: 40px;
}

.type-label {
    font-size: 13px;
    /* opacity: 0.8; */
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff;
}

.type-value {
    font-size: 18px;
    font-weight: 300;
}

#gredient-bg{
background: linear-gradient(135deg, #702573, #5364AE, #1E959D);
}


/* Section background */
.speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Card */
.speaker-card {
    color: #ffffff;
}

/* Image wrapper */
.speaker-image {
    position: relative;
    margin-bottom: 18px;
    padding: 10px 0 0 10px;
}

.speaker-image img {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    height: auto;
    position: relative;
    z-index: 2;
    /* padding: 10px 0 0 10px; */
    box-shadow: -10px -10px 0 0 rgba(30, 149, 157, 0.73);
}

/* Typography */
.speaker-name-home {
    color: #23c6c8;
    font-size: 18px;
    margin-bottom: 6px;
}

.speaker-role-home {
    font-size: 14px;
    margin-bottom: 4px;
    color: #fff;
}

.speaker-company-home {
    font-size: 14px;
    color: #23c6c8;
    font-weight: 600;
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .speakers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .speakers-grid {
        grid-template-columns: 1fr;
    }
}




.speaker-archive-wrapper {
    background: #1d1b1f;
    padding: 60px 0;
    color: #fff;
}

.speaker-archive-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.speaker-archive-title {
    font-size: 32px;
}

.speaker-archive-filter-form {
    display: flex;
}

.speaker-archive-dropdown {
    background: #2b282d;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #444;
    cursor: pointer;
}

.speaker-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.speaker-archive-card {
    text-align: center;
}

.speaker-archive-link {
    text-decoration: none;
    color: #fff;
}

.speaker-archive-img img {
    width: 100%;
    height: auto;
    border: 4px solid #00bcd4;
    transition: 0.3s ease;
}

.speaker-archive-img img:hover {
    transform: scale(1.03);
}

.speaker-archive-name {
    margin-top: 15px;
    font-size: 18px;
}

.speaker-archive-meta {
    font-size: 14px;
    color: #00bcd4;
}

.single-speaker-company {
    font-weight: 600;
}

.speaker-right h3.section-title {
    margin-top: 0;
}
