.elementor-386 .elementor-element.elementor-element-872bec1{--display:flex;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );--n-menu-title-line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-mega-menu{--n-menu-title-font-size:var( --e-global-typography-accent-font-size );--n-menu-divider-color:var( --e-global-color-text );}.elementor-386 .elementor-element.elementor-element-28e3f73{--display:flex;}.elementor-386 .elementor-element.elementor-element-baed9ec{--display:flex;}.elementor-386 .elementor-element.elementor-element-b62321c{--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-386 .elementor-element.elementor-element-0efb662{--display:flex;}.elementor-386 .elementor-element.elementor-element-3c011c4{--display:flex;}.elementor-386 .elementor-element.elementor-element-89c1752{--display:flex;}.elementor-386 .elementor-element.elementor-element-1ea5454{--display:flex;}.elementor-386 .elementor-element.elementor-element-ceb93b2{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-386 .elementor-element.elementor-element-f3473c2{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-mega-menu{--n-menu-title-font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{--n-menu-title-line-height:var( --e-global-typography-accent-line-height );}.elementor-386 .elementor-element.elementor-element-ceb93b2{--n-menu-toggle-align:flex-end;}}@media(max-width:767px){.elementor-widget-mega-menu{--n-menu-title-font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{--n-menu-title-line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS */<style>
:root {
  --primary: #29F267;
  --secondary: #1fd95a;
  --accent: #7dffab;
  --border: #b6f8c8;
  --text: #1f3a28;
  --muted: #4d6b55;
  --bg: #f4fff7;
  --radius: 22px;
  --shadow: 0 12px 35px rgba(41, 242, 103, 0.15);
}

body {
  font-family: 'Poppins', sans-serif;
}

.icoseid-section {
  background: #ffffff;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
  margin-bottom: 35px;
  transition: all 0.35s ease;
}

.icoseid-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(11,44,106,0.12);
}

.icoseid-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 15px;
}

.icoseid-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 30px;
}

.icoseid-block-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
}

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

.download-card {
  display: block;
  padding: 24px;
  border: 2px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-card:hover {
  border-color: var(--secondary);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(30,136,229,0.12);
}

.download-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.download-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.info-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  background: var(--bg);
}

.info-item strong {
  display: block;
  color: var(--primary);
  margin-bottom: 4px;
}

.notice-box {
  margin-top: 20px;
  padding: 20px;
  border-left: 4px solid var(--secondary);
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f4fff7;
}

.icoseid-list {
  margin: 0;
  padding-left: 20px;
}

.icoseid-list li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .icoseid-section {
    padding: 25px;
  }

  .icoseid-title {
    font-size: 26px;
  }

  .icoseid-block-title {
    font-size: 22px;
  }
}
</style>

<!-- =========================
BLOCK 1 - HERO SECTION
========================= -->
<section class="icoseid-section">
  <h1 class="icoseid-title">Presentation Materials for ICOSEID 2026</h1>
  <p class="icoseid-subtitle">
    Download the official presentation materials and read the complete presenter guidelines.
  </p>
</section>

<!-- =========================
BLOCK 2 - DOWNLOAD MATERIALS
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">Download Presentation Materials</h2>

  <div class="download-grid">
    <a href="#" class="download-card">
      <h4>ICOSEID 2026 Program Book</h4>
      <p>Complete conference schedule and session information.</p>
    </a>

    <a href="#" class="download-card">
      <h4>Rundown Parallel Session</h4>
      <p>Detailed presentation schedule by room.</p>
    </a>

    <a href="#" class="download-card">
      <h4>PPT Template</h4>
      <p>Official PowerPoint template (16:9).</p>
    </a>

    <a href="#" class="download-card">
      <h4>Virtual Background</h4>
      <p>Recommended background for online presenters.</p>
    </a>

    <a href="#" class="download-card">
      <h4>Recording a Presentation with Zoom</h4>
      <p>Guide to create your presentation video.</p>
    </a>
  </div>
</section>

<!-- =========================
BLOCK 3 - PRESENTATION FORMAT
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">1. Presentation Format and Submission Guidelines</h2>

  <div class="info-grid">
    <div class="info-item"><strong>File Format</strong>PPT or PDF</div>
    <div class="info-item"><strong>Template</strong>Download PPT Template</div>
    <div class="info-item"><strong>Slide Size</strong>16:9 Widescreen</div>
    <div class="info-item"><strong>Language</strong>English</div>
    <div class="info-item"><strong>Submission Deadline</strong>November 3rd, 2026</div>
    <div class="info-item"><strong>Submission Link</strong>Submit Presentation File</div>
  </div>

  <div class="notice-box">
    <strong>File Name Format:</strong><br>
    Abstract ID_Room Name_Day 1/Day 2_Presenter Name<br>
    Example: 15_Halimun_Day 1_Rinaldi
  </div>
</section>

<!-- =========================
BLOCK 4 - VIRTUAL PRESENTATIONS
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">2. Virtual Presentations</h2>

  <div class="info-grid">
    <div class="info-item"><strong>Platform</strong>Zoom</div>
    <div class="info-item"><strong>Video Recording Guideline</strong>Recording a Presentation with Zoom</div>
    <div class="info-item"><strong>Virtual Background</strong>Download Virtual Background</div>
    <div class="info-item"><strong>Video Duration</strong>Maximum 10 Minutes</div>
    <div class="info-item"><strong>Video Format</strong>.mp4</div>
    <div class="info-item"><strong>Submission Link</strong>Submit Video Recording</div>
  </div>

  <div class="notice-box">
    The recording will be streamed during the online presentation to avoid technical problems.
    Presenters must still join the live Zoom session for Q&A.
  </div>
</section>

<!-- =========================
BLOCK 5 - PRESENTATION DURATION
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">3. Presentation Duration and Timing</h2>

  <div class="info-grid">
    <div class="info-item"><strong>Presentation</strong>10 Minutes</div>
    <div class="info-item"><strong>Q&A Session</strong>5 Minutes</div>
    <div class="info-item"><strong>Time Warning</strong>2 Minutes Remaining</div>
  </div>
</section>

<!-- =========================
BLOCK 6 - TECHNICAL REQUIREMENTS
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">4. Technical Requirements and Support</h2>

  <div class="info-grid">
    <div class="info-item"><strong>Equipment Provided</strong>Projector, Monitor, Videotron, and Laptop</div>
    <div class="info-item"><strong>Software Compatibility</strong>Microsoft Office and Adobe Acrobat Reader</div>
  </div>
</section>

<!-- =========================
BLOCK 7 - SESSION LOGISTICS
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">5. Session Logistics</h2>

  <div class="notice-box">
    Please arrive at the parallel session room at least
    <strong>15 minutes before</strong> the session begins.
  </div>
</section>

<!-- =========================
BLOCK 8 - CODE OF CONDUCT
========================= -->
<section class="icoseid-section">
  <h2 class="icoseid-block-title">6. Code of Conduct</h2>

  <ul class="icoseid-list">
    <li>Maintain a professional and respectful demeanor.</li>
    <li>Adhere to the assigned time limit.</li>
    <li>Audience members are not permitted to take photos or record presentations without consent.</li>
    <li>Presenters should remain in the session room for the entire duration of the session.</li>
  </ul>
</section>/* End custom CSS */