/* ============================================
   MODERN AUTH PAGE – magazaolustur.css
   Tennis Green / Orange Design System
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* === PAGE BACKGROUND === */
.elementor-section[data-id="a2d3596"] {
  background: linear-gradient(135deg, #FAF8F5 0%, #e8f5e9 50%, #FAF8F5 100%) !important;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 40px 16px !important;
}

/* === TABS === */
.nav-tabs {
  border-bottom: none !important;
  background: #ffffff !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 6px !important;
  width: 460px !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 6px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #E0E0E0 !important;
  border-bottom: none !important;
}

.nav li {
  flex: 1;
  display: flex !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 12px !important;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.06em !important;
  color: #757575 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: none !important;
  background: transparent !important;
}

.nav li a:hover {
  color: #2E7D32 !important;
  background: rgba(46, 125, 50, 0.06) !important;
}

.nav li.active {
  background: linear-gradient(135deg, #2E7D32 0%, #43A047 100%) !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(46, 125, 50, 0.3);
}

.nav li.active a {
  color: #ffffff !important;
  background: transparent !important;
}

/* === TAB CONTENT === */
.tab-content {
  background: #ffffff !important;
  border: 1px solid #E0E0E0 !important;
  border-top: none !important;
  border-radius: 0 0 16px 16px !important;
  width: 460px !important;
  margin: 0 auto !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  padding: 0 !important;
}

/* === WELL === */
.well {
  border: none !important;
  border-radius: 0 0 16px 16px !important;
  padding: 32px 36px 36px !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}

/* === FORM INPUTS === */
.well .form-control {
  border: 2px solid #E0E0E0 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #212121 !important;
  background: #FAFAFA !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  height: auto !important;
  min-height: 50px !important;
  outline: none !important;
  box-shadow: none !important;
}

.well .form-control::placeholder {
  color: #9E9E9E !important;
  font-weight: 400 !important;
}

.well .form-control:focus {
  border-color: #2E7D32 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.1) !important;
}

.well .form-group {
  margin-bottom: 16px !important;
}

/* === FORGOT ROW === */
.forgot-holder {
  margin: 16px 0 8px !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem !important;
  align-items: center;
}

.forgot-holder input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2E7D32;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 6px;
}

.forgot-holder .col-xs-6,
.forgot-holder .col-sm-6,
.forgot-holder .col-md-6 {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #424242 !important;
}

a.forgot {
  color: #2E7D32 !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  position: static !important;
  top: auto !important;
}

a.forgot:hover {
  color: #1B5E20 !important;
  text-decoration: underline !important;
}

/* === SUBMIT BUTTONS === */
.well .btn-primary,
.well input[type="submit"] {
  background: linear-gradient(135deg, #2E7D32 0%, #43A047 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.04em !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  width: 100% !important;
  margin-top: 12px !important;
  min-height: 52px !important;
  box-shadow: 0 4px 16px rgba(46, 125, 50, 0.25) !important;
  text-transform: uppercase;
}

.well .btn-primary:hover,
.well input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(46, 125, 50, 0.35) !important;
}

.well .btn-primary:active,
.well input[type="submit"]:active {
  transform: translateY(0) !important;
}

/* === REGISTER CHECKBOXES === */
.forgot-holder .col-xs-12 {
  padding: 6px 15px !important;
  font-size: 0.85rem !important;
  color: #424242 !important;
  line-height: 1.5;
}

#myBtn {
  background: transparent !important;
  border: none !important;
  color: #2E7D32 !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  padding: 0 !important;
  height: auto !important;
  font-family: 'Inter', sans-serif !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 0 !important;
}

#myBtn:hover {
  color: #1B5E20 !important;
}

/* === MODAL === */
.modal {
  z-index: 99999 !important;
}

.modal-content {
  border-radius: 16px !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
}

.modal-header {
  padding: 0 !important;
}

.modal-title {
  background: linear-gradient(135deg, #2E7D32 0%, #43A047 100%) !important;
  color: #ffffff !important;
  height: auto !important;
  padding: 18px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  border-radius: 0 !important;
  text-align: left !important;
  letter-spacing: 0.02em;
}

.modal-body {
  padding: 24px !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #424242;
  max-height: 60vh;
  overflow-y: auto;
}

.sozlesmebuton {
  background: linear-gradient(135deg, #2E7D32 0%, #43A047 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  margin-top: 16px !important;
  box-shadow: 0 4px 16px rgba(46, 125, 50, 0.25);
}

.sozlesmebuton:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.35);
}

/* === BREADCRUMBS === */
.page-top.page-header-6 {
  background: var(--pd-bg, #FAF8F5);
  padding: 12px 0;
}

.solok {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #757575;
  font-weight: 500 !important;
  margin-left: 5px;
}

.solok a {
  color: #2E7D32;
  text-decoration: none;
  font-weight: 600;
}

.solok a:hover {
  color: #1B5E20;
  text-decoration: underline;
}

/* === ANIMATION === */
@keyframes authFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav-tabs {
  animation: authFadeIn 0.5s ease both;
}

.tab-content {
  animation: authFadeIn 0.5s ease 0.1s both;
}

/* === FADE FIX === */
.fade:not(.show) {
  opacity: 1 !important;
}

/* === RESPONSIVE === */
@media screen and (max-width: 768px) {
  .nav-tabs {
    width: 100% !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 5px !important;
  }

  .tab-content {
    width: 100% !important;
    border-radius: 0 0 14px 14px !important;
  }

  .well {
    padding: 24px 20px 28px !important;
  }

  .nav li a {
    font-size: 0.82rem !important;
    padding: 12px 14px !important;
  }

  .well .form-control {
    min-height: 46px !important;
    padding: 12px 14px !important;
  }

  a.forgot {
    position: static !important;
    top: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .elementor-section[data-id="a2d3596"] {
    padding: 20px 10px !important;
  }

  .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
  }

  .modal-content {
    width: 95% !important;
    margin: 20px auto;
  }
}
