/* Landing Page Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --nav-tag-bg: #ffffff;
    --nav-tag-border: #f00;
    --nav-tag-text: #000;
    --nav-tag-hover-bg: #e9e9e9;
    --nav-tag-hover-text: #333;
    --nav-bar-bg: #fff;
    --nav-bar-line-color: #f00;
    --nav-round-radius: 16px;
    --nav-line-weight: 1px;
  }
.raleway-pdren {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html {
    background-color:#f8f4ea;

}
*{font-family: 'Raleway', 'Helvetica', Arial, sans-serif;}
fon
body {
    font-family: 'Raleway', 'Helvetica', Arial, sans-serif;
        background-color:#f8f4ea;
    /*background: linear-gradient(135deg, #f8f4ea 100%, #f8f4ea 0%);*/
        /*background-image:url(Sketch-BG.gif);*/
        
   /*background-size:cover;*/
    /*background-position:right;*/
    
    min-height: 100vh;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, a, a:hover, a:visited{font-family: 'Raleway', 'Helvetica', Arial, sans-serif;    line-height: 1em;
}
h1, h1 a, h1 a:visited{text-decoration:none; line-height: 1em;}
.landing-container {
    position: absolute;
    top:0;
    left:0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width:100vw;
}

/* Logo and Central Content */
.logo-container {
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    text-align: left;
    animation: fadeInUp 1s ease-out;
}
.logo-container img {
    position: relative;
    z-index: 10;
    top:0;
    left:0;
    max-width:100px;
    height:auto;
    text-align: left;
    animation: fadeInUp 1s ease-out;
}
iframe{height:100vh !important;}
.main-logo {
    width: 200px;
    height: auto;
    /*margin-left: 20px;*/
    margin-top:20px;
    /*border-radius: 50%;*/
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
}

.main-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
    /*letter-spacing: 2px;*/
}

.main-subtitle {
    position: relative;
    margin-top: -3em;
    left: 101px;
    font-size: 1.1rem;
    line-height: 1.1em;
    /*color: rgba(255,255,255,0.9);*/
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
p.main-subtitle  {
    max-width: 320px;
    
}

  .nav-tags-group { display:flex; align-items:center; gap:4px; }
  .nav-collapsible-menu { display:flex; align-items:center; }
  .nav-action-tag { background:var(--nav-tag-bg); border:1px solid var(--nav-tag-border); border-radius: var(--nav-round-radius); display:flex; align-items:center; position:relative; }
  .nav-action-tag:hover { background: var(--nav-tag-hover-bg); }
  .nav-action-tag-button { color: var(--nav-tag-text); padding:7px 12px; border-radius: var(--nav-round-radius); font-size:14px; display:flex; align-items:center; gap:6px; }
  .nav-dropdown-content { position:absolute; top:100%; left:0; background:var(--nav-tag-hover-bg); border:1px solid var(--nav-tag-border); border-top:none; min-width: 220px; z-index: 5; }
  .nav-dropdown-content a { display:block; padding:8px 12px; text-decoration:none; color:#111; border-bottom:1px solid var(--nav-tag-border); }
  .nav-dropdown-content a:hover { background:#f5f5f5; }
  .nav-search { position: relative; }
  .nav-search-input { border:none; background:transparent; padding:7px 32px 7px 12px; border-radius: var(--nav-round-radius); outline:none; min-width: 200px; }
  .nav-search-btn { position:absolute; right:2px; top:2px; bottom:2px; width:28px; border:none; background:transparent; cursor:pointer; color:#555; }
  .nav-group { position:relative; }
  .nav-group:hover .nav-dropdown-content { display:block; }
  .nav-dropdown-content { display:none; }

  /* Mobile */
  .nav-hamburger { display:none; background:var(--nav-tag-bg); border:1px solid var(--nav-tag-border); border-radius: var(--nav-round-radius); padding:6px 10px; font-size:1.2em; cursor:pointer; }
  .nav-curtain { display:none; position:fixed; inset:0; background:rgba(250,246,233,0.98); z-index:200; overflow-y:auto; }
  .nav-curtain.is-active { display:block; }
  .nav-curtain-inner { margin-top: 8em;padding:70px 16px 24px; }
  .accordion { background:#fff; border:1px solid #ddd; border-radius:8px; margin-bottom:12px; overflow:hidden; }
  .accordion h4 { margin:0; padding:14px 12px; cursor:pointer; }
  .accordion ul { list-style:none; margin:0; padding:0; max-height:0; overflow:hidden; transition:max-height .25s ease; }
  .accordion li a { display:block; padding:10px 12px; text-decoration:none; border-top:1px solid #eee; color:#111; }

/* Content Area */
.map-container .content-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.content-area.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.content-panel {
    background: white;
    border-radius: 15px;
    padding: 40px;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    margin: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: slideInPanel 0.5s ease-out;
}

.content-panel h2 {
    color: #667eea;
    margin-bottom: 30px;
    font-size: 2rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.content-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #667eea;
    transition: transform 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.content-card h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.content-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.content-tag {
    display: inline-block;
    background: #667eea;
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* News specific styles */
.news-date {
    color: #667eea;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Event specific styles */
.event-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.event-date {
    background: #667eea;
    color: white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-width: 60px;
}

.date-day {
    font-size: 1.5rem;
    font-weight: bold;
}

.date-month {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.event-details {
    flex: 1;
}

/* Network stats */
.network-stats {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    text-align: center;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #667eea;
}

.stat-label {
    color: #666;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Resource categories */
.resource-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.resource-category {
    text-align: center;
    padding: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.resource-category:hover {
    border-color: #667eea;
    transform: translateY(-5px);
}

.resource-category h4 {
    color: #667eea;
    margin-bottom: 15px;
}

.resource-category i {
    margin-right: 10px;
}

/* About styles */
.about-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.mission, .vision {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.mission h4, .vision h4 {
    color: #667eea;
    margin-bottom: 15px;
}

/* Buttons */
.view-all-link, .join-network-btn, .contact-btn {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.view-all-link:hover, .join-network-btn:hover, .contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

/* Close Button */
.close-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.close-btn:hover {
    background: white;
    transform: scale(1.1);
}

.close-btn.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Footer */
.landing-footer {
    position: fixed;
    width: fit-content;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-color:#f8f4ea8c;
    /*background: #F8F4EA;*/
/*background: linear-gradient(180deg,rgba(248, 244, 234, 1) 100%, rgba(248, 244, 234, 1) 55%, rgba(255, 255, 255, 0) 0%);*/

    color: rgba(0,0,0,0.8);
    text-align: center;
    padding: 15px;
    line-height:1.1em;
    font-size: 0.9rem;
    /*backdrop-filter: blur(10px);*/
    /*z-index: 11;*/
}

.footer-links {
    margin-top: 5px;
}

.footer-links a {
    /*color: rgba(255,255,255,0.8);*/
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
    z-index:200 !important;
}

.footer-links a:hover {
    color: white;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--angle)) scale(0);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(var(--angle)) scale(1);
    }
}

@keyframes slideInPanel {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .radial-nav {
        width: 400px;
        height: 400px;
    }
    
    .nav-node {
        width: 200px;
    }
    
    .main-title {
        font-size: 2.5rem;
    }
    
    .main-subtitle {
        font-size: 1rem;
        max-width: 80vw;
    }
    
    .content-panel {
        margin: 10px;
        padding: 20px;
        max-height: 90vh;
    }
    
    .mission-vision {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .network-stats {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .radial-nav {
        width: 300px;
        height: 300px;
    }
    
    .nav-node {
        width: 150px;
    }
    
    .nav-circle {
        width: 50px;
        height: 50px;
        right: -25px;
        top: -25px;
    }
    
    .nav-circle i {
        font-size: 1rem;
    }
    
    .nav-label {
        font-size: 0.6rem;
    }
    
    .main-logo {
        width: 150px;
    }
    
    .main-title {
        font-size: 2rem;
    }
}

.box {
  /*border: 1px solid black;*/
  /*background-color: #ccc;*/
  width: 100px;
  height: 100px;
  position: absolute;
}


#box1 {
  top: 200px;
  left: 200px;
}

#box2 {
  /*top: 200px;*/
  left: 0;
}