@media (max-width:320px){
  
}

@media (min-width:321px){   

}

@media(min-width:640px){

}

@media(min-width:960px){

}

@media(min-width:1200px){

}

@media(min-width:1400px){

}

@media(min-width:1600px){

}

.grecaptcha-badge {
  display: none !important;
}

.widget-title {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
  border-bottom: none;
}

.widget-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.widget-title:hover::before {
  transform: translateX(100%);
}

.widget-title h4 {
  color: #2c3e50;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.widget-content ul li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.widget-content ul li:last-child {
  border-bottom: none;
}

.widget-content ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.widget-content ul li a:hover {
  background: rgb(255 177 0 / 7%);
  padding-left: 25px;
  color: #c2a055;
  font-weight: 500;
}

.widget-content ul li.active a {
  background: rgb(255 177 0 / 7%);
  color: #c2a055;
  font-weight: 600;
}

.widget-content ul li.active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c2a055;
}

.widget-content ul li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c2a055;
  opacity: 0;
  transition: all 0.3s ease;
}

.widget-content ul li a:hover i,
.widget-content ul li.active a i {
  opacity: 1;
}

/* Akordiyon Stilleri */
.accordion .card {
    border: none;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.accordion .card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.accordion .card-header {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 0;
    border-radius: 8px;
}

.accordion .card-header button {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    color: #2c3e50;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s ease;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .card-header button:hover {
    background: rgba(241, 91, 67, 0.05);
    color: #c2a055;
}

.accordion .card-header button:focus {
    box-shadow: none;
    text-decoration: none !important;
    color: #c2a055;
}

.accordion .card-header button i {
    color: #6c757d;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-left: 10px;
}

.accordion .card-header button:not(.collapsed) i {
    transform: rotate(180deg);
    color: #c2a055;
}

.accordion .card-header button:hover i {
    color: #c2a055;
}

.accordion .card-body {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #e9ecef;
}

.accordion .card-body .content-text {
    line-height: 1.7;
    color: #666;
    font-size: 17px;
}

.accordion .card-body img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.accordion .card-body .btn-outline-primary {
    border-color: #c2a055;
    color: #c2a055;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 8px 16px;
}

.accordion .card-body .btn-outline-primary:hover {
    background: #c2a055;
    color: #fff;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .accordion .card-header button {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .accordion .card-body {
        padding: 15px;
    }
}

.sidebar-widget {
  position: sticky;
  top: 85px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.sidebar-options {
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
}
.currency-btn {
  border: 1px solid #ddd;
  color: #fff;
  background-color: transparent;
}
.currency-btn.active {
  background-color: #c2a055;
  border-color: #c2a055;
  color: #fff;
}
.currency-btn:hover:not(.active) {
  background-color: #2e8a57;
  border-color: #2e8a57;
  color: #fff;
}
.lang-active {
  background-color: #c2a055;
  border-color: #c2a055;
  color: #fff;
}
.lang-inactive {
  border: 1px solid #ddd;
  color: #fff;
  background-color: transparent;
}
.lang-inactive:hover {
  background-color: #2e8a57;
  border-color: #2e8a57;
  color: #fff;
}

/* Dropdown hover animasyonları */
.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: dropdown-zoom 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Dropdown menü başlangıç durumu */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  margin-top: 0;
  border-radius: 6px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  min-width: 200px;
  background-color: #fff;
}

/* Dropdown menü öğeleri */
.dropdown-menu .dropdown-item {
  padding: 8px 20px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #2e8a57;
  padding-left: 23px;
}

.dropdown-menu .dropdown-item i {
  margin-right: 8px;
  font-size: 14px;
  transition: transform 0.2s ease;
}

@keyframes dropdown-zoom {
  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobil için dropdown pozisyon düzeltmesi */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    width: 100%;
    box-shadow: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
  }
  .dropdown-menu.show {
    max-height: 500px;
  }
  .side-mobile-menu .dropdown-item {
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .side-mobile-menu .dropdown-item:hover {
    background-color: rgba(241, 91, 67, 0.2);
  }
}

/* Header Dropdown Düzenlemesi */
.top-right-info .dropdown-menu {
  min-width: 200px;
}
.top-right-info .dropdown-toggle::after {
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.top-right-info .dropdown:hover .dropdown-toggle::after {
  transform: rotate(-180deg);
}
.top-right-info .dropdown-item {
  font-size: 14px;
}

/* Mobil menü stil düzenlemeleri */
.section-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

/* Login seçenekleri */
.login-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-option-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.login-option-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

.login-option-item i {
  font-size: 18px;
  margin-right: 12px;
  color: #c2a055;
}

/* Dil seçenekleri */
.language-select-mobile {
  display: flex;
  gap: 10px;
}

.language-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.language-option.active {
  background-color: #c2a055;
}

.language-option:hover:not(.active) {
  background-color: #ffffff;
}

.flag-icon {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.language-name {
  font-size: 12px;
  opacity: 0.9;
}

/* Para birimi seçenekleri */
.currency-select-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.currency-option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.currency-option.active {
  background-color: #c2a055;
}

.currency-option:hover:not(.active) {
  background-color: #2e8a57;
}

.currency-symbol {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.currency-code {
  font-weight: 600;
  margin-right: 10px;
}

.currency-name {
  font-size: 13px;
  opacity: 0.9;
  margin-left: auto;
}

.opacity-01{ opacity: 0.1;}
.opacity-02{ opacity: 0.2;}
.opacity-03{ opacity: 0.3;}
.opacity-04{ opacity: 0.4;}
.opacity-05{ opacity: 0.5;}
.opacity-06{ opacity: 0.6;}
.opacity-07{ opacity: 0.7;}
.opacity-08{ opacity: 0.8;}
.opacity-09{ opacity: 0.9;}

.img-cover-50{object-fit: cover; height: 50px !important; width:100%; padding: 0px;}
.img-cover-75{object-fit: cover; height: 75px !important; width:100%; padding: 0px;}
.img-cover-100{object-fit: cover; height: 100px !important; width:100%; padding: 0px;}
.img-cover-125{object-fit: cover; height: 125px !important; width:100%; padding: 0px;}
.img-cover-150{object-fit: cover; height: 150px !important; width:100%; padding: 0px;}
.img-cover-175{object-fit: cover; height: 175px !important; width:100%; padding: 0px;}
.img-cover-200{object-fit: cover; height: 200px !important; width:100%; padding: 0px;}
.img-cover-225{object-fit: cover; height: 225px !important; width:100%; padding: 0px;}
.img-cover-250{object-fit: cover; height: 250px !important; width:100%; padding: 0px;}
.img-cover-275{object-fit: cover; height: 275px !important; width:100%; padding: 0px;}
.img-cover-300{object-fit: cover; height: 300px !important; width:100%; padding: 0px;}
.img-cover-325{object-fit: cover; height: 325px !important; width:100%; padding: 0px;}
.img-cover-350{object-fit: cover; height: 350px !important; width:100%; padding: 0px;}
.img-cover-375{object-fit: cover; height: 375px !important; width:100%; padding: 0px;}
.img-cover-400{object-fit: cover; height: 400px !important; width:100%; padding: 0px;}
.img-cover-425{object-fit: cover; height: 425px !important; width:100%; padding: 0px;}
.img-cover-450{object-fit: cover; height: 450px !important; width:100%; padding: 0px;}
.img-cover-475{object-fit: cover; height: 475px !important; width:100%; padding: 0px;}
.img-cover-500{object-fit: cover; height: 500px !important; width:100%; padding: 0px;}
.img-cover-525{object-fit: cover; height: 525px !important; width:100%; padding: 0px;}
.img-cover-550{object-fit: cover; height: 550px !important; width:100%; padding: 0px;}
.img-cover-575{object-fit: cover; height: 575px !important; width:100%; padding: 0px;}
.img-cover-600{object-fit: cover; height: 600px !important; width:100%; padding: 0px;}
.img-cover-625{object-fit: cover; height: 625px !important; width:100%; padding: 0px;}
.img-cover-650{object-fit: cover; height: 650px !important; width:100%; padding: 0px;}
.img-cover-675{object-fit: cover; height: 675px !important; width:100%; padding: 0px;}
.img-cover-700{object-fit: cover; height: 700px !important; width:100%; padding: 0px;}
.img-cover-725{object-fit: cover; height: 725px !important; width:100%; padding: 0px;}
.img-cover-750{object-fit: cover; height: 750px !important; width:100%; padding: 0px;}
.img-cover-775{object-fit: cover; height: 775px !important; width:100%; padding: 0px;}
.img-cover-800{object-fit: cover; height: 800px !important; width:100%; padding: 0px;}
.img-cover-825{object-fit: cover; height: 825px !important; width:100%; padding: 0px;}
.img-cover-850{object-fit: cover; height: 850px !important; width:100%; padding: 0px;}
.img-cover-875{object-fit: cover; height: 875px !important; width:100%; padding: 0px;}
.img-cover-900{object-fit: cover; height: 900px !important; width:100%; padding: 0px;}
.img-cover-925{object-fit: cover; height: 925px !important; width:100%; padding: 0px;}
.img-cover-950{object-fit: cover; height: 950px !important; width:100%; padding: 0px;}
.img-cover-975{object-fit: cover; height: 975px !important; width:100%; padding: 0px;}
.img-cover-1000{object-fit: cover; height: 1000px !important; width:100%; padding: 0px;}

.img-contain-50{object-fit: contain; height: 50px !important; width:100%; padding: 0px;}
.img-contain-75{object-fit: contain; height: 75px !important; width:100%; padding: 0px;}
.img-contain-100{object-fit: contain; height: 100px !important; width:100%; padding: 0px;}
.img-contain-125{object-fit: contain; height: 125px !important; width:100%; padding: 0px;}
.img-contain-150{object-fit: contain; height: 150px !important; width:100%; padding: 0px;}
.img-contain-175{object-fit: contain; height: 175px !important; width:100%; padding: 0px;}
.img-contain-200{object-fit: contain; height: 200px !important; width:100%; padding: 0px;}
.img-contain-225{object-fit: contain; height: 225px !important; width:100%; padding: 0px;}
.img-contain-250{object-fit: contain; height: 250px !important; width:100%; padding: 0px;}
.img-contain-275{object-fit: contain; height: 275px !important; width:100%; padding: 0px;}
.img-contain-300{object-fit: contain; height: 300px !important; width:100%; padding: 0px;}
.img-contain-325{object-fit: contain; height: 325px !important; width:100%; padding: 0px;}
.img-contain-350{object-fit: contain; height: 350px !important; width:100%; padding: 0px;}
.img-contain-375{object-fit: contain; height: 375px !important; width:100%; padding: 0px;}
.img-contain-400{object-fit: contain; height: 400px !important; width:100%; padding: 0px;}
.img-contain-425{object-fit: contain; height: 425px !important; width:100%; padding: 0px;}
.img-contain-450{object-fit: contain; height: 450px !important; width:100%; padding: 0px;}
.img-contain-475{object-fit: contain; height: 475px !important; width:100%; padding: 0px;}
.img-contain-500{object-fit: contain; height: 500px !important; width:100%; padding: 0px;}
.img-contain-525{object-fit: contain; height: 525px !important; width:100%; padding: 0px;}
.img-contain-550{object-fit: contain; height: 550px !important; width:100%; padding: 0px;}
.img-contain-575{object-fit: contain; height: 575px !important; width:100%; padding: 0px;}
.img-contain-600{object-fit: contain; height: 600px !important; width:100%; padding: 0px;}
.img-contain-625{object-fit: contain; height: 625px !important; width:100%; padding: 0px;}
.img-contain-650{object-fit: contain; height: 650px !important; width:100%; padding: 0px;}
.img-contain-675{object-fit: contain; height: 675px !important; width:100%; padding: 0px;}
.img-contain-700{object-fit: contain; height: 700px !important; width:100%; padding: 0px;}
.img-contain-725{object-fit: contain; height: 725px !important; width:100%; padding: 0px;}
.img-contain-750{object-fit: contain; height: 750px !important; width:100%; padding: 0px;}
.img-contain-775{object-fit: contain; height: 775px !important; width:100%; padding: 0px;}
.img-contain-800{object-fit: contain; height: 800px !important; width:100%; padding: 0px;}
.img-contain-825{object-fit: contain; height: 825px !important; width:100%; padding: 0px;}
.img-contain-850{object-fit: contain; height: 850px !important; width:100%; padding: 0px;}
.img-contain-875{object-fit: contain; height: 875px !important; width:100%; padding: 0px;}
.img-contain-900{object-fit: contain; height: 900px !important; width:100%; padding: 0px;}
.img-contain-925{object-fit: contain; height: 925px !important; width:100%; padding: 0px;}
.img-contain-950{object-fit: contain; height: 950px !important; width:100%; padding: 0px;}
.img-contain-975{object-fit: contain; height: 975px !important; width:100%; padding: 0px;}
.img-contain-1000{object-fit: contain; height: 1000px !important; width:100%; padding: 0px;}

.br10{border-radius: 10px;}
.br15{border-radius: 15px;}
.br20{border-radius: 20px;}
.br30{border-radius: 30px;}
.br40{border-radius: 40px;}
.br50{border-radius: 50px;}
.br60{border-radius: 60px;}
.br70{border-radius: 70px;}
.br80{border-radius: 80px;}
.br90{border-radius: 90px;}

.fs8{ font-size:8px !important;}
.fs9{ font-size:9px !important;}
.fs10{ font-size:10px !important;}
.fs11{ font-size:11px !important;}
.fs12{ font-size:12px !important;}
.fs13{ font-size:13px !important;}
.fs14{ font-size:14px !important;}
.fs15{ font-size:15px !important;}
.fs16{ font-size:16px !important;}
.fs17{ font-size:17px !important;}
.fs18{ font-size:18px !important;}
.fs19{ font-size:19px !important;}
.fs20{ font-size:20px !important;}
.fs21{ font-size:21px !important;}
.fs22{ font-size:22px !important;}
.fs23{ font-size:23px !important;}
.fs24{ font-size:24px !important;}
.fs25{ font-size:25px !important;}
.fs30{ font-size:30px !important;}
.fs35{ font-size:35px !important;}
.fs40{ font-size:40px !important;}
.fs45{ font-size:45px !important;}
.fs50{ font-size:50px !important;}
.fs55{ font-size:55px !important;}
.fs60{ font-size:60px !important;}
.fs65{ font-size:65px !important;}
.fs70{ font-size:70px !important;}

.fw-1{ font-weight:100 !important}
.fw-2{ font-weight:200 !important}
.fw-3{ font-weight:300 !important}
.fw-4{ font-weight:400 !important}
.fw-5{ font-weight:500 !important}
.fw-6{ font-weight:600 !important}
.fw-7{ font-weight:700 !important}
.fw-8{ font-weight:800 !important}
.fw-9{ font-weight:900 !important}

.fw1{ font-weight:100 !important}
.fw2{ font-weight:200 !important}
.fw3{ font-weight:300 !important}
.fw4{ font-weight:400 !important}
.fw5{ font-weight:500 !important}
.fw6{ font-weight:600 !important}
.fw7{ font-weight:700 !important}
.fw8{ font-weight:800 !important}
.fw9{ font-weight:900 !important}

.user-select-none {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none;
}

.p1  {padding:5px !important}
.p2 {padding:10px !important}
.p3 {padding:15px !important}
.p4 {padding:20px !important}
.p5 {padding:25px !important}
.p6 {padding:30px !important}
.p7 {padding:35px !important}
.p8 {padding:40px !important}
.p9 {padding:45px !important}
.p10{padding:50px !important}
.p11{padding:75px !important}

.pt1  {padding-top:5px !important}
.pt2 {padding-top:10px !important}
.pt3 {padding-top:15px !important}
.pt4 {padding-top:20px !important}
.pt5 {padding-top:25px !important}
.pt6 {padding-top:30px !important}
.pt7 {padding-top:35px !important}
.pt8 {padding-top:40px !important}
.pt9 {padding-top:45px !important}
.pt10{padding-top:50px !important}
.pt11{padding-top:75px !important}

.pb1  {padding-bottom:5px !important}
.pb2 {padding-bottom:10px !important}
.pb3 {padding-bottom:15px !important}
.pb4 {padding-bottom:20px !important}
.pb5 {padding-bottom:25px !important}
.pb6 {padding-bottom:30px !important}
.pb7 {padding-bottom:35px !important}
.pb8 {padding-bottom:40px !important}
.pb9 {padding-bottom:45px !important}
.pb10{padding-bottom:50px !important}
.pb11{padding-bottom:75px !important}

.ps1  {padding-left:5px !important}
.ps2 {padding-left:10px !important}
.ps3 {padding-left:15px !important}
.ps4 {padding-left:20px !important}
.ps5 {padding-left:25px !important}
.ps6 {padding-left:30px !important}
.ps7 {padding-left:35px !important}
.ps8 {padding-left:40px !important}
.ps9 {padding-left:45px !important}
.ps10{padding-left:50px !important}
.ps11{padding-left:75px !important}

.pe1  {padding-right:5px !important}
.pe2 {padding-right:10px !important}
.pe3 {padding-right:15px !important}
.pe4 {padding-right:20px !important}
.pe5 {padding-right:25px !important}
.pe6 {padding-right:30px !important}
.pe7 {padding-right:35px !important}
.pe8 {padding-right:40px !important}
.pe9 {padding-right:45px !important}
.pe10{padding-right:50px !important}
.pe11{padding-right:75px !important}

.m1  {margin:5px !important}
.m2 {margin:10px !important}
.m3 {margin:15px !important}
.m4 {margin:20px !important}
.m5 {margin:25px !important}
.m6 {margin:30px !important}
.m7 {margin:35px !important}
.m8 {margin:40px !important}
.m9 {margin:45px !important}
.m10{margin:50px !important}

.mt1  {margin-top:5px !important}
.mt2 {margin-top:10px !important}
.mt3 {margin-top:15px !important}
.mt4 {margin-top:20px !important}
.mt5 {margin-top:25px !important}
.mt6 {margin-top:30px !important}
.mt7 {margin-top:35px !important}
.mt8 {margin-top:40px !important}
.mt9 {margin-top:45px !important}
.mt10{margin-top:50px !important}
.mt11{margin-top:75px !important}

.mb1  {margin-bottom:5px !important}
.mb2 {margin-bottom:10px !important}
.mb3 {margin-bottom:15px !important}
.mb4 {margin-bottom:20px !important}
.mb5 {margin-bottom:25px !important}
.mb6 {margin-bottom:30px !important}
.mb7 {margin-bottom:35px !important}
.mb8 {margin-bottom:40px !important}
.mb9 {margin-bottom:45px !important}
.mb10{margin-bottom:50px !important}

.ms1  {margin-left:5px !important}
.ms2 {margin-left:10px !important}
.ms3 {margin-left:15px !important}
.ms4 {margin-left:20px !important}
.ms5 {margin-left:25px !important}
.ms6 {margin-left:30px !important}
.ms7 {margin-left:35px !important}
.ms8 {margin-left:40px !important}
.ms9 {margin-left:45px !important}
.ms10{margin-left:50px !important}

.me1  {margin-right:5px !important}
.me2 {margin-right:10px !important}
.me3 {margin-right:15px !important}
.me4 {margin-right:20px !important}
.me5 {margin-right:25px !important}
.me6 {margin-right:30px !important}
.me7 {margin-right:35px !important}
.me8 {margin-right:40px !important}
.me9 {margin-right:45px !important}
.me10{margin-right:50px !important}

.mk1  {margin-top:-1% !important}
.mk2  {margin-top:-2% !important}
.mk3  {margin-top:-3% !important}
.mk4  {margin-top:-4% !important}
.mk5  {margin-top:-5% !important}
.mk6  {margin-top:-6% !important}
.mk7  {margin-top:-7% !important}
.mk8  {margin-top:-8% !important}
.mk9  {margin-top:-9% !important}
.mk10  {margin-top:-10% !important}

.content-text {
    line-height: 1.7;
    color: #666;
    font-size: 17px;
}

.content-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.content-text h1, 
.content-text h2, 
.content-text h3, 
.content-text h4, 
.content-text h5, 
.content-text h6 {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.content-text ul,
.content-text ol {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.content-text li {
    margin-bottom: 0.5rem;
}

/* Galeri Stilleri */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Döküman Listesi Stilleri */
.document-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.document-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.document-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.document-icon {
    width: 50px;
    height: 50px;
    background: rgb(255 165 0 / 10%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2a055;
    font-size: 20px;
}

.document-info {
    flex: 1;
}

.document-title {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 5px;
}

.document-meta {
    font-size: 14px;
    color: #666;
}

.document-download {
    color: #c2a055;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    background: rgb(255 165 0 / 10%);
    border-radius: 6px;
    font-weight: 500;
}

.document-download:hover {
    color: #fff;
    background: #c2a055;
    transform: translateY(-2px);
}

.document-download i {
    font-size: 16px;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .document-list {
        grid-template-columns: 1fr;
    }
    
    .document-item {
        padding: 15px;
    }
}

/* Video Galerisi Stilleri */
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.video-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.video-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-thumbnail .embed-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnail iframe,
.video-thumbnail video {
    border: none;
    border-radius: 10px 10px 0 0;
}

.video-info {
    padding: 15px 20px;
}

.video-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.video-type {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.video-type.youtube {
    background: rgba(255, 0, 0, 0.7);
}

.video-type.mp4 {
    background: rgba(0, 123, 255, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .video-gallery {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .video-title {
        font-size: 16px;
    }
}



.payment-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

/* Genel Kart/Kutu Stilleri */
.payment-methods, .order-summary {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

/* Ödeme Yöntemleri Sekmeleri */
.payment-tabs .nav-tabs {
  border: none;
  background: #fff;
  padding: 25px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eee;
}

.payment-tabs .nav-link {
  color: #666;
  border: 2px solid transparent;
  padding: 15px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fa;
}

.payment-tabs .nav-link i {
  font-size: 20px;
  color: #2e8a57;
}

.payment-tabs .nav-link.active {
  color: #2e8a57;
  background: #fff;
  border-color: #2e8a57;
  box-shadow: 0 5px 15px rgba(46, 138, 87, 0.1);
}

.payment-tabs .nav-link:hover:not(.active) {
  color: #1f6a3d;
  background: #f0f0f0;
  transform: translateY(-2px);
}

.tab-content {
  padding: 40px;
}

/* Kredi Kartı Tasarımı */
.credit-card-wrapper {
  max-width: 500px;
  margin: 0 auto 40px;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.credit-card {
  position: relative;
  width: 100%;
  height: 280px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-front {
  background: linear-gradient(135deg, #2c3e50, #3498db);
  padding: 30px;
  color: #fff;
  transform: rotateY(0deg);
}

label {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.card-back {
  background: linear-gradient(135deg, #2c3e50, #3498db);
  transform: rotateY(180deg);
  padding: 30px;
}

.card-magnetic-strip {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #000;
}

.card-signature {
  position: absolute;
  top: 100px;
  left: 30px;
  right: 30px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.card-signature::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 100px;
  height: 30px;
  background: #eee;
}

.card-cvv {
  position: absolute;
  top: 160px;
  right: 30px;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Roboto Mono', monospace;
}

.card-logo {
  position: absolute;
  top: 25px;
  right: 30px;
  display: flex;
  gap: 10px;
}

.card-logo img {
  height: 40px;
  transition: all 0.3s ease;
}

.card-logo img.hidden {
  display: none;
}

.card-number {
  font-size: 26px;
  letter-spacing: 3px;
  font-family: 'Roboto Mono', monospace;
  margin-top: 60px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.card-details {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 14px;
}

.card-holder, .card-expiry {
  flex: 1;
}

.card-holder label, .card-expiry label {
  display: block;
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-holder span, .card-expiry span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

/* Form Stilleri */
.payment-form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.payment-form .form-group {
  margin-bottom: 25px;
}

.payment-form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.payment-form .form-control {
  border-radius: 12px;
  border: 2px solid #eee;
  padding: 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  width: 100%;
  height: 50px;
  background-color: #f8f9fa;
}

.payment-form .form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  background-color: #fff;
}

/* Son Kullanma Tarihi ve CVV Satırı */
.expiry-cvv-row {
  display: flex;
  gap: 20px;
}

.expiry-cvv-row > div {
  flex: 1;
}

.expiry-inputs {
  display: flex;
  gap: 15px;
  position: relative;
}

.expiry-inputs input {
  flex: 1;
  width: 100%;
  min-width: 120px;
  height: 50px;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid #eee;
  background-color: #f8f9fa;
  text-align: center;
}

.expiry-inputs input:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  background-color: #fff;
  outline: none;
}

/* Ana Ödeme Butonu */
.payment-form .btn-primary {
  background: linear-gradient(135deg, #3474b4, #285a8e);
  border: none;
  padding: 16px 30px;
  font-weight: 600;
  margin-top: 30px;
  font-size: 16px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
  cursor: pointer;
}

.payment-form .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
  background: linear-gradient(135deg, #c2a055, #2e8a57)
}

/* Banka Havalesi Bölümü */
.bank-transfer-info {
  max-width: 100%;
}

.bank-account {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.bank-account h4 {
  color: #2e8a57;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.account-details p {
  margin-bottom: 10px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.account-details strong {
  color: #333;
  min-width: 120px;
  display: inline-block;
}

.bank-transfer-info .payment-form {
  margin-top: 30px;
}

.bank-transfer-info .payment-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Sağ Taraf - Sipariş Özeti Stilleri (Mevcutları koruyalım ama ufak iyileştirmeler) */
.order-summary {
  padding: 30px; /* Padding artırıldı */
  position: sticky;
  top: 87px; /* Sayfada kayarken sabit kalma mesafesi */
}

.order-summary h3 {
  color: #2e8a57;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 20px; /* Başlık boyutu */
  font-weight: 600;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #eee; /* Kesik çizgi */
  gap: 15px; /* Ürün bilgisi ve fiyat arası boşluk */
}
.summary-item:last-child {
  border-bottom: none; /* Son elemanın alt çizgisini kaldır */
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-info {
  flex-grow: 1;
}

.item-info h5 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 600;
}

.item-info p {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
  line-height: 1.5;
}

.item-info small {
  display: block;
  color: #888;
  font-size: 12px;
  margin-bottom: 3px;
}
.item-info small:last-child {
  margin-bottom: 0;
}


.item-price {
  text-align: right;
  flex-shrink: 0; /* Fiyat kısmının daralmasını engelle */
  min-width: 80px; /* Minimum genişlik */
}

.item-price .quantity {
  color: #888;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

.item-price .price {
  font-weight: 700;
  color: #1f6a3d;
  font-size: 15px;
}

.summary-total {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd; /* Toplam bölümü ayırıcı */
}

.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #555;
  font-size: 14px;
}

.total-row.grand-total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc; /* Kalın ayırıcı */
  font-size: 18px;
  color: #2e8a57;
  font-weight: 600; /* Kalın toplam */
}

.total-row.grand-total strong {
  color: #2e8a57;
  font-weight: 700;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
  .order-summary {
      margin-top: 30px; /* Tablette üste boşluk */
      position: static; /* Sabit kalmayı kaldır */
  }
}

@media (max-width: 768px) {
  .payment-tabs .nav-tabs {
      flex-wrap: wrap; /* Sekmeler sığmazsa alt satıra geçsin */
      justify-content: flex-start; /* Sola yasla */
  }
  .payment-tabs .nav-link {
      flex-grow: 1; /* Sekmeler eşit genişlesin */
      justify-content: center;
      padding: 12px 20px;
      font-size: 15px;
  }
  .payment-tabs .nav-link i {
      font-size: 16px;
  }
  .tab-content {
      padding: 25px;
  }
  .card-number {
      font-size: 22px;
  }
  .credit-card {
      height: 240px;
  }
  .card-holder span, .card-expiry span {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .payment-section {
      padding: 40px 0;
  }
  .payment-methods, .order-summary {
      border-radius: 15px;
  }
  .tab-content {
      padding: 20px;
  }
  .card-front {
      padding: 20px;
      min-height: 200px;
  }
   .card-number {
      font-size: 20px;
      margin-top: 50px;
  }
   .card-logo img {
      height: 30px;
  }
  .card-details {
      margin-top: 20px;
  }
   .card-holder label, .card-expiry label {
      font-size: 11px;
  }
   .card-holder span, .card-expiry span {
      font-size: 13px;
  }
  .payment-form .form-control {
      font-size: 15px;
      padding: 12px;
  }
   .payment-form select.form-control {
      background-size: 10px;
      padding-right: 30px;
  }
   .payment-form .btn-primary {
      font-size: 15px;
      padding: 14px 25px;
  }
  .item-info h5 {
      font-size: 14px;
  }
  .item-info p, .item-price .quantity {
      font-size: 12px;
  }
  .item-price .price {
      font-size: 14px;
  }
  .total-row {
      font-size: 13px;
  }
  .total-row.grand-total {
      font-size: 16px;
  }
}

/* Kullanıcı Bilgileri Formu Stilleri */
.user-info-section {
  background: linear-gradient(135deg, #f9f9f9 0%, #f3f3f3 100%);
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}

.user-info-form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.user-info-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #2e8a57, #3498db);
}

.form-title {
  text-align: center;
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.form-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2e8a57, #3498db);
  border-radius: 3px;
}

.payment-form {
  max-width: 800px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.floating-label {
  position: relative;
}

.floating-label .form-control {
  height: 55px;
  padding: 15px 20px 5px 50px;
  font-size: 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: #f8f9fa;
  color: #2c3e50;
  transition: all 0.3s ease;
  width: 100%;
}

.floating-label .form-control:focus {
  border-color: #2e8a57;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 138, 87, 0.1);
}

.floating-label label {
  position: absolute;
  left: 50px;
  top: 18px;
  color: #6c757d;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  margin: 0;
}

.floating-label .form-control:focus ~ label,
.floating-label .form-control:not(:placeholder-shown) ~ label {
  transform: translateY(-10px) scale(0.85);
  top: 12px;
  color: #2e8a57;
}

.floating-label .input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 18px;
  transition: all 0.3s ease;
}

.floating-label .form-control:focus ~ .input-icon {
  color: #2e8a57;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 5px;
}

.password-toggle:hover {
  color: #2e8a57;
}

.terms-check {
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom-control {
  position: relative;
  min-height: 24px;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

.custom-control-input {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  margin: 0;
}

.custom-control-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.custom-control-label::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 2px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 4px;
  transition: all 0.2s ease;
  z-index: 1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2e8a57;
  border-color: #2e8a57;
}

.custom-control-label::after {
  content: '';
  position: absolute;
  left: -27px;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 2;
}

.custom-control-input:checked ~ .custom-control-label::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(46, 138, 87, 0.1);
}

.terms-check .custom-control-label a {
  color: #2e8a57;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.terms-check .custom-control-label a:hover {
  color: #1f6a3d;
  text-decoration: underline;
}

.btn-auth {
  width: 100%;
  background: linear-gradient(135deg, #2e8a57 0%, #1f6a3d 100%);
  border: none;
  color: #fff;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.btn-auth span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-auth i {
  margin-left: 8px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-auth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f6a3d 0%, #2e8a57 100%);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.btn-auth:hover {
  box-shadow: 0 5px 15px rgba(46, 138, 87, 0.3);
  transform: translateY(-2px);
}

.btn-auth:hover::before {
  transform: translateX(0);
}

.btn-auth:hover i {
  transform: translateX(5px);
}

.btn-auth.loading {
  pointer-events: none;
}

.btn-auth.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
  .user-info-form {
      padding: 30px;
  }
  
  .form-title {
      font-size: 24px;
  }
}

@media (max-width: 767px) {
  .user-info-form {
      padding: 25px;
  }
  
  .form-title {
      font-size: 22px;
  }
  
  .floating-label .form-control {
      height: 50px;
      padding: 12px 15px 5px 45px;
  }
  
  .floating-label .input-icon {
      left: 15px;
      font-size: 16px;
  }
  
  .btn-auth {
      padding: 14px 25px;
      font-size: 15px;
  }
}

.tab-content{
  padding: 0px !important;
}

/* Dekont Yükleme CSS */
.custom-file-upload {
    margin-bottom: 20px;
}

.file-upload-box {
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.file-upload-box:hover, .file-upload-box.dragover {
    border-color: #2e8a57;
    background-color: rgba(46, 138, 87, 0.05);
}

.upload-icon {
    font-size: 40px;
    color: #2e8a57;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.file-upload-box:hover .upload-icon {
    transform: translateY(-5px);
}

.upload-text .main-text {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
}

.upload-text .sub-text {
    display: block;
    font-size: 13px;
    color: #666;
}

.selected-file-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9ecef;
    animation: slideDown 0.3s ease;
}

.file-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.file-icon {
    font-size: 24px;
    color: #2e8a57;
}

.file-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-name {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    word-break: break-all;
}

.file-size {
    color: #666;
    font-size: 12px;
}

.remove-file-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-file-btn:hover {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.upload-error {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    animation: fadeIn 0.3s ease;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Dosya tipi ikonları için özel renkler */
.file-icon.pdf {
    color: #dc3545;
}

.file-icon.image {
    color: #2e8a57;
}