
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }
  
  body, html {
    height: 100%;
    background: #f9f9f9;
  }
  

  .container {
    display: flex;
    /*height: 100vh;*/
  }

 
  .left-panel {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    background: #f0f0f0;
    padding: 80px;
  }



  .left-panel input {
    background: transparent;
    color:#bca4a4;
    border-radius: 4px;
    outline: none;
  }
  
  .left-panel h1 {
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bold;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  form label {
    margin-top: 15px;
    font-weight: 500;
  }
  
  form input[type="text"],
  form input[type="email"],
  form input[type="password"] {

    border: 1px solid #ccc;
    border-radius: 8px;
  }

 
  
  .terms {
    display: inline-block;
    align-items: center;
    margin-top: 15px;
    font-size: 0.8em;
  }
  
  .terms input {
    margin-right: 8px;
  }
  
  .terms a {
    color: #9e453f;
    text-decoration: underline;
  }
  

  
  .divider {
    margin: 30px 0;
    text-align: center;
    position: relative;
    font-size: 70%;
  }
  
  .divider span {
    background-color: #f9f9f9;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  
  .divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    left: 0;
    z-index: 0;
  }

  .login-btn {
    margin-top: 1rem;
    padding: 12px;
    background-color: white;
    color: #390101;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0px 3px 12px #babecc, 0 -3px 12px #ffffff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
  }

  .hero-btn {
    width: 50%;
    margin-top: 1rem;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #edecec;
    color: #631c1c;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0px 3px 12px #363942, 0 -3px 12px #998787;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    text-decoration: none;

    
    margin-left: auto;
    margin-right: auto
  }

  .signup-btn {
    width: 50%;
    margin-top: 1rem;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: white;
    color: #631c1c;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0px 3px 12px #babecc, 0 -3px 12px #ffffff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    
    margin-left: auto;
    margin-right: auto
  }
  
  .login-btn:hover,
  .hero-btn:hover,
  .signup-btn:hover,
  .google-btn:hover,
  .apple-btn:hover {
    background-color: #9e453f;
    color: white;
  } 
  
  .social-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  
  .google-btn,
  .apple-btn {
    flex: 1;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    width: 50%;
    margin-top: 1rem;
    padding: 10px;
    border: none;
    border-radius: 8px;
    color: #631c1c;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0px 3px 12px #babecc, 0 -3px 12px #ffffff;
    transition: all 0.2s ease-in-out;
    display: block;
    
    margin-left: auto;
    margin-right: auto
  }
  
  .signin-link {
    margin-top: 20px;
    font-size: 0.95em;
  }
  
  .signin-link a {
    color: #2a5bd7;
    text-decoration: none;
  }
  

  .right-panel {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee2e0 ;
    padding: 50px;
    
  }
  
  .right-panel img {
    width: 100%;
    padding: 50px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  

  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height:80%;
  }
  
  .login-box {
    background: transparent;
    text-align: center;
    color: white;
    width: 300px;
  }
  
  .icon {
    font-size: 60px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .logo {
    width: 100%;
    height: auto;
  }

  .logo-signup {
    width: 100%;
    height: auto;
  }
  
  .input-group {
    position: relative;
    margin-bottom: 10px;
  }
  
  .input-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #bca4a4;
  }
  
  .input-group input {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #bca4a4;
    background: transparent;
    color: black;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
  }
  
  .input-group input::placeholder {
    color: #390101;
    opacity: 30%;
  }
  

  
  .forgot-password {
    display: block;
    color: #3498db;
    font-size: 12px;
    padding: 5%;
    text-decoration: none;
  }
  
  .sign-up {
    display: block;
    color: black;
    font-size: 12px;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
  }
  
  .sign-up .highlight {
    color: #3498db;
    font-weight: 500;
  }
  
  .sign-up:hover .highlight {
    text-decoration: underline;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }

 
  
  .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    position: relative;
    box-shadow: 0px 3px 4px #babecc, 0 -3px 2px #ffffff;
    font-family: 'Roboto', sans-serif;
    overflow-y: auto;
    max-height: 85vh;
  }

  
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      height: auto;
    }
  
   
    .right-panel {
      width: 100%;
      padding: 30px 20px;
    }
  
    .right-panel {
      order: -1;
      padding: 20px;
    }
  
    .left-panel {
      padding: 20px;
    }
  
  
  }
  
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
   
    border-radius: 0 0 10px 10px;
    background: white;
    box-shadow: 0 3px 2px #edecec,
                0 -3px 5px #ffffff;
  }
  
  .logo-container {
    display: flex;
    align-items: center;
  }
  
 
  
  .nav-links a {
    margin-left: 2rem;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    
  }
  
  .nav-links a:hover {
    color: #631c1c;
  }


  .dropdown {
    position: relative;
    display: inline-block;
}

  


  .dropdown:hover .dropdown-menu {
    display:inline-block;
    color: #631c1c;
    color: #333;
    transition: color 0.4s ease-in-out;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    display: none;
    min-width: 150px;      
    padding: 6px 0;         
    z-index: 999;
  }

  .dropdown-menu a {
    display:-ms-inline-flexbox;
    padding: 8px 12px;      
    color: #333;
    font-size: 14px;
    font-weight: 500;    
    line-height: 2;      
    transition: background 0.4s ease-in-out, color 0.2s ease-in-out;
  }

  .dropdown-menu a:hover {
    background: #f2f2f2;
    color: #631c1c;
  }

 


  .hero {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 2rem;
    color: #222;
  }
  
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 33, 33, 0.5); 
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
  }

  .hero-content h1 {
    margin-top: 200px !important;
    color: white !important;
  }

 
  
  .hero h1 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #d75f5f;
  }
  

  .header-logo {
    height: 50px;
  }
  
  
  @media (max-width: 768px) {
    .header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .nav-links {
      margin-top: 1rem;
    }
  
    .nav-links a {
      margin-left: 1rem;
      font-size: 0.95rem;
    }
  
    .hero {
 
        padding: 4rem 1rem;
    }    
    
  
    .hero-btn a {
      width: 50%;
      text-align: center;
    }
    

  }
  
  .footer {
    background: #ffffff;
    padding: 10px 20px;
   
    font-family: 'Roboto', sans-serif;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer-logo img {
    height: 50px;
    margin-bottom: 10px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.1));
  }
  
  .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .footer-links a {
    text-decoration: none;
    color: #631c1c;
    font-weight: 500;
    transition: color 0.3s ease;
  } 
  
  .footer-links a:hover {
    color: #9e453f;
  }
  
  .footer-copy {
    font-size: 0.85rem;
    color: #999;
  }
  
  .footer-social {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 10px;
    
  }
  
  .footer-social a {
    text-decoration: none;
    color: #631c1c;
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }
  
  .footer-social a:hover {
    color: #9e453f;
  }

  @media (max-width: 600px) {
    .footer-links {
      flex-direction: column;
      gap: 10px;
    }
  
    .footer-logo img {
      height: 40px;
    }

    .footer-social {
        order: 2;
        margin-left: auto;
      }
    
      .footer-copy {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
      }
  }
  
  /* Giriş tipi seçim sayfası için split tasarımı */
.split-container {
  display: flex;
  height: 100vh;
  width: 100%;
}

.split-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 40px;
}

.split-left {
  background-color: #eee2e0;
  border-right: 1px solid #ebebeb;
}

.split-right {
  background-color: #ffffff;
}

.split-panel h1 {
  font-size: 2rem;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}

.neumorphic-btn {
  padding: 20px 30px;
  background: #9cbfa6;
  border-radius: 12px;
  box-shadow: 8px 8px 15px #babecc, -8px -8px 15px #ffffff;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.neumorphic-btn:hover {
  background-color: #9e453f;
  box-shadow: inset 4px 4px 10px #c5c5c5, inset -4px -4px 10px #fff;
  color: white;
}

/* Mobil  */
@media (max-width: 768px) {
  .split-container {
    flex-direction: column;
  }

  .split-panel {
    width: 100%;
    padding: 60px 20px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .split-panel h1 {
    font-size: 1.6rem;
  }

  .neumorphic-btn {
    font-size: 1.8rem;
    padding: 16px 24px;
  }
}

 .container-reverse {
  flex-direction: row-reverse;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #f4f6fb;
  color: #333;
}

.terms-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px;
  height: 80%;
}

.sidebar {
  flex: 1;
  background-color: #fcfcfc;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px #b19e9d;
  min-width: 220px;
}

.sidebar h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  margin-bottom: 15px;
}

.sidebar a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.sidebar a:hover,
.sidebar a.active {
  background-color: #b36e6b;
  color: #1e2021;
}

.content {
  flex: 3;  
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(227, 152, 152, 0.05);
}

.content h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.content p {
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .terms-container {
    flex-direction: column;
    padding: 10px;
  }

  .sidebar {
    width: 100%;
  }

  .content {
    width: 100%;
    padding: 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body {
  background: #f6f6f6;
  color: #333;
}

.contact-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.contact-section h1 {
  font-size: 2rem;
  margin-bottom: 40px;
  
}

.contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.info-box {
  flex: 1 1 200px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(206, 173, 173, 0.05);
}

.info-box i {
  font-size: 2rem;
  color: #B36E6B;
  margin-bottom: 10px;
}

.info-box h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-body {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-form, .contact-map {
  flex: 1 1 400px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(207, 192, 192, 0.05);
  text-align: left;
}

.contact-form h2,
.contact-map h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-form p,
.contact-map p {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #B36E6B;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form button {
  padding: 10px 20px;
  background: #B36E6B;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.contact-form button:hover {
  background: #353a47;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
  }

  .contact-body {
    flex-direction: column;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.messages {
  color: black;
}

.howto-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
}

.howto-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.howto-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

/* Neumorphic Card */
.howto-box {
    width: 220px;
    height: 220px;
    background: #e8e8e8;
    border-radius: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow:
        10px 10px 18px #b8b8b8,
        -10px -10px 18px #ffffff;

    transition: all 0.25s ease;
    cursor: pointer;
}

.howto-box:hover {
    transform: translateY(-8px);
    box-shadow:
        14px 14px 24px #b8b8b8,
        -14px -14px 24px #ffffff;
}

.howto-icon {
    width: 60px;
    height: 60px;
    opacity: 0.9;
    margin-bottom: 20px;
    border-radius: 50px;
}

.howto-box h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .howto-container {
        flex-direction: column;
        gap: 30px;
    }
}

.sell-link-top {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 5px 20px 5px ;
    
    color: #631c1c;
    font-weight: 600;
    font-size: 15px;
    
    
    transition: 0.2s ease-in-out;
}

.sell-link-top:hover {
    
    color: white;
}


.container-fluid[style*="width: 30%"] {
    display: flex !important;
    align-items: center;
    gap: 12px;
}


.container-fluid[style*="width: 30%"] form {
    flex: 1;
}


.container-fluid[style*="width: 30%"] input.form-control {
    width: 100%;
}


.demo-navbar-btn {
    padding: 8px 16px;
    background: #d1d9f4;
    border-radius: 8px;
    font-size:90%;
    font-weight: 200;
    text-decoration: none;
    color: #631c1c;
    white-space: nowrap;
    box-shadow: 0px 2px 6px #babecc, 0px -2px 6px #ffffff;
    transition: 0.2s ease-in-out;
}

.register-wrapper {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

.register-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}




.right-panel {
    flex: 1;
    background: #f2e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container,
.container-fluid {
    max-width: 100% !important;
}

.register-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.register-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.vendor-logo-panel {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee2e0 ;
    padding: 50px;
    
  }
  
  .vendor-logo-panel img {
    width: 100%;
    padding: 50px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }


  .vendor-form-panel{
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    background: #f0f0f0;
    padding: 80px;
  }

  .vendor-form-panel input {
    background: transparent;
    color:#bca4a4;
    border-radius: 4px;
    outline: none;
  }
  
  .vendor-form-panel h1 {
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bold;
  }

.signup-btn:hover {
    background: #8b2d2d;
}

input[type="text_s"],
input[type="email_s"],
input[type="password_s"],
textarea,
select {
    width: 100%;
    padding: 12px;
    margin: 8px 0 22px 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
}


.vendor-guide-wrapper {
    position: relative;
    width: 100vw !important;       /* Tam ekran genişlik */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f4f4f8 !important; /* Tek renk zemin → çizgi yok */
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
}

.vendor-guide-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.vendor-guide-content {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.vendor-guide-text {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    font-family: 'Roboto', sans-serif;
}

.vendor-guide-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.vendor-guide-button {
    background: #631c1c;
    padding: 12px 26px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    transition: all .2s ease;
}

.vendor-guide-button:hover {
    background: #8c2b2b;
}

body.vendor-guide-page,
html.vendor-guide-page {
    background: #f4f4f8 !important;
}

.vendor-documents {
    
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.vendor-documents h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}



.vendor-documents a {
    display: block;
    margin: 8px 0;               /* ↓↓ boşluğu küçültüyor */
    padding: 4px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #2f3a92;
}



.vendor-documents a:hover {
    text-decoration: underline;
}


/* === Hesabım Dropdown === */
.account-dropdown {
    position: relative;
    display: inline-block;
     z-index: 9999;
}

.account-trigger {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Hesabım hover'da görünümü değişmesin */
.account-trigger:hover {
    background: none !important;
    box-shadow: none !important;
}

/* Dropdown menü gizli */
.account-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 210px;
    background: #faf8f8;
    border-radius: 16px;
    padding: 10px 0;
    box-shadow: 6px 6px 12px #e2e2e2, -6px -6px 12px #ffffff;
    z-index: 1000;
    list-style: none !important;
    padding-left: 0 !important;
}

/* Hover açma */
.account-dropdown:hover .account-menu {
    display: block !important;  
}

/* İç itemler */
.account-menu li a {
   list-style: none !important;
    display: block;
    padding: 10px 16px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: 0.2s ease;
    border-radius: 10px;
}

.account-menu li a:hover {
    background: #fff;
    box-shadow: inset 3px 3px 6px #dedede, inset -3px -3px 6px #ffffff;
}

.account-menu .logout {
    color: #b04242 !important;
}

.account-menu,
.account-menu li,
.account-menu li a {
    list-style: none !important;
   
    box-shadow: none !important;
}

/* == Vendor Dashboard == */

.vendor-dashboard-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    
}


.vendor-avatar {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 1px 1px 2px #cfd3d8, -1px -1px 2px #ffffff;
}

.vendor-name {
    margin-top: 16px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff !important;
    text-shadow: 1px #cfd3d8, -1px #ffffff;;
}

.vendor-name-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.75); 
    backdrop-filter: blur(1px);           
    -webkit-backdrop-filter: blur(1px);
    border-radius: 8px;
    font-weight: 600;
    color: #090808;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

/* Section spacing */
.dashboard-section {
    margin-top: -12%;
    
}
.dashboard-section-centered {
    margin-top: 2%;
    
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20%;
    margin-bottom: 25px;
    color: #2f2f2f;
}

/* Overview Cards */
.overview-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.card-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 5px 5px 12px #d9d9d9, -5px -5px 12px #ffffff;
}

.card-label {
    color: #777;
    font-size: 14px;
    margin-bottom: 8px;
}

.card-value {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

/* Recent Orders Table */
.table-wrapper {
    overflow-x: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 5px 5px 12px #d9d9d9, -5px -5px 12px #ffffff;
}

.dashboard-table th {
    text-align: left;
    background: #f6f6f6;
    padding: 14px;
    font-weight: 600;
    color: #444;
}

.dashboard-table td {
    padding: 14px;
    color: #555;
}

.dashboard-table tr:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.empty-row {
    text-align: center;
    padding: 25px;
    font-size: 16px;
    color: #888;
}

/* Buttons */
.details-btn {
    padding: 6px 12px;
    background: #e19fae;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
}

.details-btn:hover {
    background: #d58596;
}



.vendor-avatar {
    position: relative;
   
}

.main-section {
  background: #f4f4f8 !important;
}


/* === Vendor Header === */
.vendor-header {
    text-align: center;
    margin-top: -140px; 
    position: relative;
}



/* === Buttons === */
.actions-bar {
    display: flex;
  
    gap: 12px;
    margin-bottom: 20px;
}

.primary-btn,
.secondary-btn {
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.primary-btn {
    background: #e9d6d6;
}

.secondary-btn {
    background: #d9d9d9;
}

/* === Table === */
.table-wrapper {
    overflow-x: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 5px 5px 12px #d9d9d9, -5px -5px 12px #ffffff;
}

.dashboard-table th {
    background: #f7f7f7;
    padding: 14px;
    font-weight: 600;
    text-align: left;
}

.dashboard-table td {
    padding: 14px;
    color: #555;
}

.dashboard-table tr:hover {
    background: #fafafa;
}

.cat-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.cat-desc {
    color: #888;
}


.edit-btn {
    color: #3f72af;
    margin-right: 10px;
    text-decoration: none;
}

.delete-btn {
    color: #b23b3b;
    text-decoration: none;
}

.empty-message {
    text-align: center;
    padding: 20px 0;
    color: #777;
}

.portfolio-card {
    
    background: #ffffff;
    padding: 10px 30px;
    width: 80%;
    max-width: 700px;
    margin: 0 auto 20px auto;
    border-radius: 18px;
    text-align: center;

    
    box-shadow: 5px 5px 12px #d9d9d9, -5px -5px 12px #ffffff;
}

.section-title.centered {
    margin-top: 5%;
    text-align: center;
    margin-bottom: 25px;
}
.actions-bar.centered {
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* === Profile Card === */
.profile-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 18px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 5px 5px 12px #d9d9d9, -5px -5px 12px #ffffff;
}

.profile-card .section-title {
    margin-bottom: 30px;
}

/* Form Blocks */
.form-block {
    margin-bottom: 25px;
}

.block-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #444;
}

/* Image Row */
.image-row {
    display: flex;
    gap: 25px;
    align-items: center;
}

.preview-box {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 2px 6px #d9d9d9, -2px -2px 6px #ffffff;
}

.preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Upload Field */
.upload-box input {
    padding: 10px;
}

.error-label {
    color: #b23b3b;
    font-size: 13px;
}

/* Row Flex for city + pin */
.row-flex {
    display: flex;
    gap: 20px;
}

/* Submit Button */
.submit-row {
    text-align: center;
    margin-top: 30px;
}

.primary-btn.large {
    padding: 12px 32px;
    font-size: 16px;
    border-radius: 12px;
}

.table-img {
    width: 60%;
    object-fit: cover;
    border-radius: 6px;
}

.product-card:hover {
    transform: translateY(-4px);
}


.product-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-weight: bold;
}

.product-qty-box i {
    font-size: 17px;
}



.product-card:hover {
    transform: translateY(-4px);
}


.product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.qty-controller i {
    font-size: 18px;
}

.qty-controller label {
    margin: 0 6px;
    font-weight: 600;
}

/* ---------- SEPET KARTI ---------- */
.cart-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    width: 100%;
}

/* ---------- SEPET BAŞLIK ---------- */
.cart-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* ---------- SEPET ÜRÜN SATIRI ---------- */
.cart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

/* Ürün görseli */
.cart-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
}

/* Ürün bilgileri */
.cart-text {
    flex: 1.3;
}

.vendor-badge {
    background: #ffd43b;
    color: #000;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* Fiyat + adet kontrolü */
.cart-actions {
    flex: 0.9;
    text-align: right;
}

.cart-price {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.qty-controller {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.qty-controller i {
    font-size: 19px;
}

/* ---------- BOŞ SEPET ---------- */
.empty-cart-box {
    text-align: center;
    padding: 40px 0;
}

/* ---------- ÖZET KARTI ---------- */
.summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    width: 100%;
}

.summary-title {
    font-size: 22px;
    font-weight: 700;
}

.summary-list {
    padding: 0;
    margin: 0;
}

.summary-row {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.summary-row.total {
    font-weight: 700;
}

/* ---------- BUTONLAR ---------- */

.summary-btn {
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 10px;
    margin-top: 12px;
    font-weight: 600;
}

.summary-btn.primary {
    background: #dc3545;
    color: #fff;
}

.summary-btn.outline {
    background: #f7f7f7;
    color: #333;
}

/* SOL KART – BILLING ADDRESS */
.checkout-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.checkout-title {
    font-size: 22px;
    font-weight: 700;
}

.label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* SAĞ KART – ORDER SUMMARY */
.summary-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.summary-title {
    font-size: 22px;
    font-weight: 700;
}

.summary-list {
    list-style: none;
    padding: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.summary-row.total {
    font-weight: 700;
}

/* ÜRÜN SATIRI */
.checkout-item-list {
    padding: 0;
    list-style: none;
}

.checkout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.checkout-item-img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
}

.checkout-item-text {
    flex: 1.4;
}

.checkout-item-qty, .checkout-item-price {
    font-weight: 600;
}

.vendor-badge {
    background: #ffd43b;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
}

/* BUTTONS */
.summary-btn {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: block;
}

.summary-btn.primary {
    background: #dc3545;
    color: #fff;
}

.payment-method img {
    border-radius: 6px;
}


/* SOL KART */
.share-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.share-card .form-block {
    margin-top: 15px;
}

.share-info {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
}

/* SAĞ KART */
.products-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: .2s;
}

.product-card:hover {
    transform: translateY(-4px);
}

/* ÜRÜN FOTOĞRAF */
.product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

/* ÜRÜN BAŞLIK */
.product-title {
    font-weight: 600;
    font-size: 16px;
}

/* FİYAT VE BUTONLAR */
.product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title-share {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 25px;
    color: #2f2f2f;
}

.product-price {
    font-weight: 700;
}

.qty-controller {
    display: flex;
    gap: 10px;
    align-items: center;
}

.qty-controller i {
    font-size: 18px;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -10px;

    background-color: #ff2d2d;
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    width: 18px;
    height: 18px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.product-col-8 {
    width: 12.5%; /* 1/8 */
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.section-title2 {
   
}