.elementor-32 .elementor-element.elementor-element-3932bc7{--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-32 .elementor-element.elementor-element-4088178{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:3px;--padding-bottom:3px;--padding-left:13px;--padding-right:13px;}.elementor-32 .elementor-element.elementor-element-4088178:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-4088178 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#008B2C;}.elementor-32 .elementor-element.elementor-element-4088178.e-con{--align-self:center;}.elementor-32 .elementor-element.elementor-element-52ede5fa{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-32 .elementor-element.elementor-element-52ede5fa.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-32 .elementor-element.elementor-element-7e2e12b7.elementor-element{--align-self:center;}.elementor-32 .elementor-element.elementor-element-7e2e12b7{text-align:center;font-family:"DM Sans", Sans-serif;font-weight:400;color:#FAFAFA;}.elementor-32 .elementor-element.elementor-element-7e2e12b7 a:hover, .elementor-32 .elementor-element.elementor-element-7e2e12b7 a:focus{color:#FFFFFF;}.elementor-32 .elementor-element.elementor-element-5a1c4f8b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-32 .elementor-element.elementor-element-4088178{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-4088178{--padding-top:13px;--padding-bottom:13px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-7e2e12b7{font-size:13px;}}@media(min-width:768px){.elementor-32 .elementor-element.elementor-element-52ede5fa{--width:100%;}.elementor-32 .elementor-element.elementor-element-5a1c4f8b{--content-width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-32 .elementor-element.elementor-element-52ede5fa{--width:91%;}}/* Start custom CSS for html, class: .elementor-element-59b2de39 *//* ========================================================== */
/* === GLOBAL STYLES & DESKTOP (>= 1025px) === */
/* ========================================================== */

.sirius-nav {
  width: 100%;
  background: #00020e;
  color: #d5eae8;
  font-family: "Manrope", sans-serif;
  position: relative;
  z-index: 1000;
}

/* HEADER BAR */
.nav-grid {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 60px;
  height: 60px; 
}

.nav-left {
  display: flex;
  align-items: center;
}

.logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Masaüstü Orta Menü */
.nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-btn, .direct-link {
  cursor: pointer;
  font-size: 1.05rem;
  color: #d5eae8;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center; 
  height: 100%;
}

.menu-btn:hover, .direct-link:hover {
  color: #009a3e;
}

/* Desktop Dropdown Panel */
.drop-panel {
  display: none;
  position: absolute;
  top: 60px; 
  left: 0;
  width: 100%;
  background: rgba(0, 2, 14, 0.72);
  backdrop-filter: blur(15px);
  padding: 2.5rem 6rem;
  animation: fadeIn 0.4s ease;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.drop-panel.active {
  display: block;
}

.panel-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 2rem;
}
.panel-sections-wrapper {
  grid-column: span 2;
  display: flex;
  gap: 60px;
}
.panel-section h3 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #d5eae8 !important;
  font-weight: 600;
}
.panel-section ul {
  list-style: none; /* Masaüstü liste noktaları kapalı */
  padding: 0;
  margin: 0;
}
.panel-section li {
  padding: 0.3rem 0;
  list-style: none;
}
.panel-section li a {
  color: #d5eae8 !important;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}
.panel-section li a:hover {
  color: #009a3e !important;
}
.nav-disabled {
  color: rgba(213, 234, 232, 0.4) !important;
  cursor: default;
  font-size: 0.95em;
}
.panel-third-col {
  grid-column: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.copyright-text {
  font-size: 0.8rem;
  color: rgba(213, 234, 232, 0.6);
  text-align: right;
  width: 100%;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}

@media (min-width: 1025px) {
  .mobile-menu-panel, .mobile-toggle {
    display: none !important;
  }
}

/* ========================================================== */
/* === TABLET STYLES (768–1024px) === */
/* ========================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-grid { padding: 0 40px; }
  .nav-center { position: relative; left: auto; transform: none; }
  .drop-panel { padding: 2rem 3rem; }
  .panel-content-grid { gap: 20px; }
  .mobile-toggle, .mobile-menu-panel { display: none !important; }
}

/* ========================================================== */
/* === MOBILE STYLES (≤767px) === */
/* ========================================================== */
@media (max-width: 767px) {
  
  .desktop-copyright, .panel-content-grid, .panel-third-col, .nav-center, .nav-right, .drop-panel {
    display: none !important;
  }

  .nav-grid {
    padding: 0 20px;
    height: 60px;
  }

  /* Mobil Toggle İkonu */
  .mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10001;
    position: relative; 
    margin-right: -10px;
  }

  /* Mobil Menü Paneli */
  .mobile-menu-panel {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0, 2, 14, 0.95);
    backdrop-filter: blur(15px);
    color: #d5eae8;
    padding-bottom: 4rem;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .mobile-menu-panel.active {
    display: block;
  }

  .mobile-grid {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 20px;
    gap: 0;
  }

  .mobile-item, .direct-link-mobile {
    font-weight: 600;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.8rem 0;
    width: 100%;
    color: #d5eae8;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    text-decoration: none !important; /* Alt çizgi garanti kalkar */
    display: block;
    list-style: none; /* Liste noktası garanti kalkar */
  }
  
  .mobile-item:first-child { margin-top: 0; }
  
  /* Alt menüler */
  .mobile-sub {
    display: none;
    background: rgba(255, 255, 255, 0.02);
    margin: 0 -20px;
    padding: 10px 40px;
  }
  .mobile-sub.open { display: block !important; }
  
  /* NOKTALARI KALDIRAN KISIM */
  .mobile-sub ul {
    list-style: none !important; /* UL'deki noktaları kaldırır */
    padding: 0;
    margin: 0;
  }

  .mobile-sub li {
    list-style: none !important; /* LI'deki noktaları kaldırır */
    padding: 0.5rem 0;
    font-size: 1rem;
  }

  .mobile-sub li a {
    color: rgba(213, 234, 232, 0.8) !important;
    text-decoration: none !important; /* Link alt çizgisini kaldırır */
  }

  .mobile-cat-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    list-style: none;
  }

  .mobile-copyright {
    display: block !important;
    text-align: center;
    margin-top: 2rem;
    font-size: 0.75rem;
    opacity: 0.5;
  }
}/* End custom CSS */