 body{
    overflow-x: hidden;
  }
.nice-select:before{
    display: none;
}

    .step { 
      display: none; 
      animation: fadeIn 0.3s ease;
    
    }
    .step.active { display: block; }

    

    .rumenpa-option {
      border: 2px solid #e5e7eb;

      padding: 1.5rem;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      background: linear-gradient(145deg, #ffffff, #f8fafc);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    
    .form-yes{
      background: #4CAF50;
      color: white;
    }

    .form-no{
      background: #f44336;
      color: white;


    }

      
    .rumenpa-option.form-yes:hover {
      border-color: #2f7933; 
      box-shadow: 0 8px 25px -5px rgba(76, 175, 80, 0.35);
      transform: translateY(-2px);
    }

    
    .rumenpa-option.form-no:hover {
      border-color: #b82a2a; 
      box-shadow: 0 8px 25px -5px rgba(244, 67, 54, 0.35);
      transform: translateY(-2px);
    }

    
    .rumenpa-option.form-yes.selected {
      background-color: #43a047;
      border-color: #266629;
      color: white;
    }

    /* Seçili stil - form-no */
    .rumenpa-option.form-no.selected {
      background-color: #e53935;
      border-color: #9e2222;
      color: white;
    }

    /* Inputlar görünmez */
    .rumenpa-option input[type="radio"],
    .rumenpa-option input[type="checkbox"] {
      display: none;
    }
    .progress-container {
      width: 100%;
      background: linear-gradient(90deg, #f1f5f9, #e2e8f0);
      border-radius: 50px;
      margin-bottom: 30px;
      height: 12px;
      overflow: hidden;
    }
    .progress-bar {
      height: 100%;
      border-radius: 50px;
      background: linear-gradient(90deg, #ee8e3a, #f97400);
      width: 0%;
      transition: width 0.5s ease;
      box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
    }
    .step-indicator {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }
    .step-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(145deg, #e5e7eb, #d1d5db);
      color: #6b7280;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .step-circle.active {
      background: linear-gradient(145deg, #F5821F, #fe7700);
      color: white;
      transform: scale(1.1);
    }
    .step-circle.completed {
      background: linear-gradient(145deg, #009DBD, #006175);
      color: white;
    }
    .step-title {
      font-size: 11px;
      margin-top: 8px;
      text-align: center;
      font-weight: 500;
      color: #64748b;
    }
    .error-message {
      color: #ef4444;
      font-size: 14px;
      margin-top: 10px;
      display: none;
      background: #fef2f2;
      padding: 10px;
      border-radius: 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .form-input {
      width: 100%;
      border: 2px solid #e5e7eb;
      padding: 12px 16px;
      border-radius: 12px;
      font-size: 16px;
      transition: all 0.3s ease;
      background: #ffffff;
    }
    .form-input:focus {
      outline: none;
      border-color: #48a6b9;
      box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }
    .form-select {
      width: 100%;
      border: 2px solid #e5e7eb;
      padding: 12px 16px;
      border-radius: 12px;
      font-size: 16px;
      background: #ffffff;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .form-select:focus {
      outline: none;
      border-color: #48a6b9;
      box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }
    .nav-btn {
      padding: 12px 24px;
      border-radius: 12px;
      font-weight: 600;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 16px;
    }
    .nav-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.25);
    }
    .nav-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      transform: none;
    }
    .question-container {
      padding: 24px;
      margin-bottom: 20px;
      padding-bottom: 60px;
      min-height: 100px;
      position: relative; 
    }
    .question-title {
      font-size: 18px;
      font-weight: 600;
      color: #1f2937;
      margin-bottom: 16px;
    }
    .option-icon {
      font-size: 24px;
      margin-bottom: 8px;
      display: block;
    }

    .rumenpa-img {
        position: relative;
        height: 100%; /* Sabit minimum yükseklik */
        overflow: visible; /* Taşmaya izin ver */
        
    }

    .rumenpa-img img {
        border-style: none;
        width: auto;
        height: auto; /* Auto yaparak oranları koruyun */
        max-height: 600px; /* Maksimum yükseklik belirleyin */
        position: absolute;
        left: 60px;
        bottom: 0;
        z-index: 1;
        object-fit: contain; /* Oranları koruyarak sığdır */
    }


    row {
        margin: 0 -15px;
        max-width: 100%;
    }

    .col-lg-3, .col-lg-9, .col-md-6, .col-sm-12 {
    padding: 0 15px;
    }
    .col-lg-3 {
        min-height: 260px;
    }
    .urunler-ul{
      border-style: none;
      border-radius: 0;
    }

    .card{
        width: 100%;
        max-width: 650px; /* veya ihtiyacınıza göre daha dar bir değer */
        margin: 0 auto; /* Ortalamak için */
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        border: none;
        min-height: 200px; /* Formunuzun içeriğine göre bu değeri ayarlayın */
        transition: min-height 0.3s ease;
        position: relative;
        border-radius: 0;
        background-color: transparent !important;
    }
    .bg-white.shadow-2xl.overflow-hidden {
      width: 100% !important; /* lg:w-3/4 class'ını override etmek için */
      max-width: 100%;
    }
    

    /* Responsive ayarları da güncelleyin */
    @media (max-width: 1286px){
        .main-menu .navigation {
          justify-content: flex-end;
        }
        .rumenpa-img {
            min-height: 500px;
        }
        .rumenpa-img img{
            left: -9px;
            max-height: 450px;
        }
        .col-lg-3 {
            min-height: 500px;
        }
    }
    

    @media (max-width: 1150px){
        .rumenpa-img img{
            left: 0px;
        }
        .card{
            display: flex;
            justify-content: space-around;
            align-content: space-around;
            flex-wrap: wrap;
        }
    }


    /* 1020px altında resim gizlendiği için bu ayarlar geçerli değil */
    @media (max-width: 1020px) {
        .col-lg-3 {
            display: none;
        }
        .col-lg-9 {
            flex: 1;
        }
        
    }
    @media (max-width: 768px) {
      .step-indicator {
        gap: 5px;
      }
      .step-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
      }
      .step-title {
        font-size: 9px;
      }
      .question-container {
        padding: 16px;
        padding-bottom: 60px;
      }
      .question-title {
        font-size: 16px;
      }
      .error-message {
        margin-top: 12px;
        font-size: 13px;
        padding: 8px;
      }
      .rumenpa-option {
        padding: 1rem;
      }
      .nav-btn {
        padding: 10px 18px;
        font-size: 14px;
      }
    }
    @media (max-width: 576px) {
      .progress-container {
        margin-bottom: 20px;
      }
      .step-indicator {
        margin-bottom: 20px;
      }
      .question-container {
        padding: 15px;
        padding-bottom: 75px;
      }
      .error-message {
        margin-top: 15px;
      }
      .form-input, .form-select {
        padding: 10px 14px;
        font-size: 14px;
      }
      .grid.grid-cols-2 {
        grid-template-columns: 1fr;
      }
      
    }
    
     @media (max-width: 493px) {
      .step-indicator {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
      }
      
      /* İlk satır - ilk 5 step */
      .step-indicator > div:nth-child(-n+5) {
        order: 1;
        width: calc(20% - 4px);
      }
      
      /* İkinci satır - son 4 step */
      .step-indicator > div:nth-child(n+6) {
        order: 2;
        width: calc(25% - 4px);
      }
    }