.cizgi7 {color:black;text-decoration: underline wavy black;text-underline-offset: 5px;}
    .cizgi7:hover {color:#41b3f9;text-decoration: underline wavy #41b3f9;text-underline-offset: 5px;}
    .cizgi6 {color:black;text-decoration: none }
    .cizgi6:hover {color:orange;text-decoration: none }


/* Odaklanınca input çerçevesi maviye dönüşsün */
.password-box:focus-within {
  border-color: #4c8bf5;
  box-shadow: 0 0 0 0.1rem rgba(76, 139, 245, 0.25);
}

/* Hover ile ikon rengi koyulaşsın */
.password-toggle:hover i {
  color: #4c8bf5 !important;
}



/* Arka plan resmi blur ile cam efekti */
.glass-section {
  position: relative;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

/* Glass Blur Overlay */
.glass-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.1);
}

.glass-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.glass-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: auto;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.glass-box {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.glass-box h5 {
  color:white;
  text-shadow:1px 1px 1px #000000;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.glass-box p {
  color:white;
  text-shadow:1px 1px 1px #000000;
  font-size: 0.95rem;
  opacity: 0.9;
}

@media(max-width: 768px) {
  .glass-box {
    padding: 1.2rem;
  }
}

/* Blob Animasyon */
.blob {
  position: absolute;
  top: 0;
  left: 0;
  fill: #0c6efc;
  width: 50vmax;
  z-index: -1;
  animation: move 10s ease-in-out infinite;
  transform-origin: 50% 50%;
  opacity:0.1;
  z-index:9998;
}

@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}


.callout {
  background-color: #fff;
   border: 1px solid #e4e7ea;
    border-left: 6px solid #c8ced3;
    border-radius: .25rem;
  margin: 1rem 0;
      padding: .75rem 1.25rem;
  position: relative;
}

.callout h4 {
 font-size: 1.3125rem;
  margin-top: 0;
   margin-bottom: .4rem
}
.callout p:last-child {
  margin-bottom: 0;
}

.callout-default {
  border-left-color: #777;
  background-color: #f4f4f4;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  background-color: #d2eef7;
  border-color: #1769f7;
  border-left-color: #1769f7;
}
.callout-primary h4 {
  color: #20a8d8;
}

.callout-today {
  background-color: #fff;
  border-color: #fff;
  border-left: 7px solid #0847c2;
}
.callout-today h6 {
  color: #0847c2;
}

.callout-success {
 background-color: #dff0d8;
  border-color: #d6e9c6;
  border-left-color: #28a745;
}
.callout-success h4 {
      color: #3c763d;
}

.callout-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  border-left-color: #d32535;
}
.callout-danger h4 {
  color: #a94442;
}

.callout-warning {
 background-color: #fcf8e3;
  border-color: #faebcc;
  border-left-color: #edb100;
}
.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  background-color: #d2eef7;
  border-color: #b8daff;
  border-left-color: #148ea1;
}
.callout-info h4 {
  color: #31708f;
}

.callout-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

#progress-bar {
      position: fixed;
      top: 0;
      left: 0;
      width: 0%;
      height: 4px;
      background: #0c6efc;
      z-index: 9999;
      transition: width 0.2s ease;
    }
    
    
.text-shadow-white {
    text-shadow:2px 2px 2px #fff;
}
.text-shadow-navbar {
    text-shadow:1px 1px 1px #f1f3f6;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

/* Search Results Premium Style */
.search-results-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 6px;
  max-height: 280px;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
}

.search-result-list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}

.search-result-item {
  display: block;
}

.search-result-item a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #2b303a;
  font-size: 13.5px;
  font-weight: 550;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.search-result-item:hover a,
.search-result-item.active a {
  background-color: rgba(12, 110, 252, 0.08);
  color: #0c6efc;
}

.search-result-item a i {
  margin-right: 10px;
  font-size: 16px;
  color: #0c6efc;
}

/* Custom Medium-Large Modal Size */
@media (min-width: 576px) {
  .modal-md {
    max-width: 650px !important;
  }
}

/* Profile Dropdown and Mobile Navigation z-index adjustments */
.profile-dropdown, .profile-dropdown .dropdown-menu {
  z-index: 10000 !important;
}

@media (max-width: 991px) {
  .double-header-nav {
    z-index: 9999 !important;
  }
}