.cncbul-mandate-wrapper{
    max-width:800px;
    margin:80px auto;
    padding:40px;
    background:#0b1324;
    color:#fff;
    border-radius:12px;
}

.cncbul-progress{
    height:6px;
    background:#1e2b40;
    margin-bottom:30px;
}

.cncbul-progress-fill{
    width:50%;
    height:100%;
    background:#d4af37;
    transition:0.4s;
}

.cncbul-step{display:none;}
.cncbul-step.active{display:block;}

input{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:none;
    border-radius:6px;
}

button{
    padding:12px 20px;
    background:#d4af37;
    border:none;
    font-weight:bold;
    cursor:pointer;
}
.exec-mandate-form{
    background:#ffffff;
    padding:60px;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.exec-mandate-form h2{
    color:#0b1f35;
    margin-bottom:30px;
}

.exec-mandate-form input{
    width:100%;
    padding:16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    color:#0b1f35;
    background:#f9fafb;
}
.exec-mandate-machine-box{
display:flex;
align-items:center;
gap:30px;
padding:40px 0;
color:#ffffff;
}

.machine-thumb{
flex:0 0 260px;
display:flex;
justify-content:center;
align-items:center;
}

.machine-thumb img{
max-width:240px;
height:auto;
display:block;
margin:auto;
}

.machine-meta{
flex:1;
}

.machine-label{
font-size:14px;
letter-spacing:1px;
opacity:0.8;
margin-bottom:5px;
color:#cbd5e1;
}

.machine-id{
font-size:14px;
margin-bottom:10px;
color:#94a3b8;
}

.machine-title{
font-size:28px;
font-weight:600;
color:#ffffff;
line-height:1.4;
}
.select2-container--default .select2-selection--single{
height:44px;
border-radius:6px;
border:1px solid #ccc;
padding:6px 10px;
}

.select2-container--default .select2-selection__rendered{
line-height:30px;
}

.select2-results__option img{
vertical-align:middle;
}
.exec-mandate-form,
.exec-mandate-form *{
  pointer-events:auto !important;
}
.exec-mandate-form { overflow: visible !important; }
.cncbul-step { overflow: visible !important; }

.select2-container--default .select2-results__option {
    color:#1f2d3d !important;
    font-weight:500;
}

.select2-container--default .select2-results__option--highlighted {
    background:#2b6cb0 !important;
    color:#ffffff !important;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height:220px !important;
    overflow-y:auto !important;
}

.select2-dropdown{
    border-radius:8px;
}
/* Select2 selected country text fix */

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#0b1f35 !important;
    font-size:15px;
}
/* Select2 field same style as inputs */

.select2-container{
    width:100% !important;
    margin-bottom:18px;
}

.select2-container--default .select2-selection--single{
    height:54px;
    border-radius:10px;
    border:1px solid #d1d5db;
    background:#f9fafb;
    padding:10px 14px;
}
.select2-container--default .select2-results__option{
    color:#0b1f35 !important;
}
/* ============================
   SELECT2 FIXES (READABILITY + SPACING)
   ============================ */

/* Country (Select2) ile City alanı arasına boşluk */
.exec-mandate-form .select2-container{
  width: 100% !important;
  margin-bottom: 18px; /* City ile arayı açar */
}

/* Select2 seçili alanın (kapalı hal) yüksekliği ve hizası */
.exec-mandate-form .select2-container--default .select2-selection--single{
  height: 54px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  display: flex;
  align-items: center;
}

/* Kapalı alandaki yazı rengi (Select Country / seçilen ülke) */
.exec-mandate-form .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #0b1f35 !important;
  line-height: 1.2 !important;
  padding-left: 14px;
}

/* Ok ikonu hizası */
.exec-mandate-form .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 54px;
  right: 12px;
}

/* Dropdown panel genel görünüm */
.select2-dropdown{
  border-radius: 10px !important;
  border: 1px solid rgba(11,31,53,0.18) !important;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  max-width: calc(100vw - 40px); /* sayfadan taşmayı engeller */
}

/* Dropdown içindeki arama input'u */
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid rgba(11,31,53,0.18) !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  color: #0b1f35 !important;
  outline: none !important;
}

/* >>> ASIL SORUNUN ÇÖZÜMÜ: option yazılarını zorla koyu yap <<< */
.select2-results__option{
  color: #0b1f35 !important;          /* ülke isimleri görünür */
  background: #ffffff !important;
  font-weight: 500;
}

/* Hover / seçili option */
.select2-results__option--highlighted{
  background: #2b6cb0 !important;
  color: #ffffff !important;
}

/* Liste yüksekliği (pencereyi küçültür, taşmayı azaltır) */
.select2-results > .select2-results__options{
  max-height: 240px !important;
  overflow-y: auto !important;
}

/* Bayrak + yazı hizası */
.select2-results__option span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.select2-results__option img{
  width: 18px;
  height: 12px;
  display: inline-block;
}
.exec-mandate-form select{
    width:100%;
    padding:16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    color:#0b1f35;
    background:#f9fafb;
}
.exec-mandate-form select{
    width:100%;
    padding:16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    color:#0b1f35;
    background:#f9fafb;
    appearance:none;
}

/* ok ikonunu biraz sağa alalım */

.exec-mandate-form select{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%230b1f35' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    background-size:18px;
}
.cncbul-field select{
    width:100%;
    padding:16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    color:#0b1f35;
    background:#f9fafb;
}
/* ================================
   POSITION DROPDOWN FIX
================================ */

.exec-mandate-form select{
    width:100%;
    height:54px;
    padding:0 16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    color:#0b1f35;
    background:#f9fafb;
    display:block;
    box-sizing:border-box;
}

/* input ile aynı hizalama */

.exec-mandate-form input,
.exec-mandate-form select{
    width:100%;
    height:54px;
    padding:0 16px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-size:15px;
    background:#f9fafb;
    box-sizing:border-box;
}
.exec-mandate-form select{
    appearance:none;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%230b1f35' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
}
/* =================================
   MACHINE HEADER IMPROVEMENT
================================= */

.exec-mandate-machine-box{
    display:flex;
    align-items:center;
    gap:32px;
    padding:40px;
    margin-bottom:40px;

    background:#0b1f35;
    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.machine-thumb{
    flex:0 0 220px;
}

.machine-thumb img{
    width:100%;
    border-radius:14px;
}

.machine-meta{
    flex:1;
}

.machine-label{
    font-size:13px;
    letter-spacing:1px;
    color:#cbd5e1;
    margin-bottom:6px;
}

.machine-title{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    line-height:1.35;
    max-width:700px;
}
.exec-mandate-success{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:120px 20px;

    background: linear-gradient(135deg,#0b1f35 0%, #102a44 100%);
    min-height:60vh;
}
.exec-success-card{
    background:#ffffff;
    max-width:720px;
    width:100%;
    text-align:center;
    padding:70px 60px;
    border-radius:16px;
    box-shadow:0 40px 80px rgba(0,0,0,0.15);
}

.exec-success-icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.exec-success-card h1{
    font-size:32px;
    margin-bottom:15px;
    color:#0b1f35;
}

.exec-success-desc{
    font-size:18px;
    color:#334155;
    margin-bottom:10px;
}

.exec-success-sub{
    font-size:15px;
    color:#64748b;
    margin-bottom:35px;
}

.exec-success-actions{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.exec-btn{
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    transition:0.25s;
}

.exec-btn-primary{
    background:#d4af37;
    color:#ffffff;
}

.exec-btn-primary:hover{
    background:#b9982f;
}

.exec-btn-secondary{
    background:#0b1f35;
    color:#ffffff;
}

.exec-btn-secondary:hover{
    background:#142e4d;
}
/* =================================================
   CNCBUL MANDATE MOBILE OPTIMIZATION
================================================= */

/* TABLET */

@media (max-width: 1024px){

.cncbul-mandate-wrapper{
    margin:60px 30px;
    padding:35px;
}

.exec-mandate-form{
    padding:40px;
}

.exec-mandate-machine-box{
    gap:25px;
    padding:30px;
}

.machine-thumb{
    flex:0 0 180px;
}

.machine-title{
    font-size:18px;
}

}


/* MOBILE */

@media (max-width: 768px){

/* WRAPPER */

.cncbul-mandate-wrapper{
    margin:40px 15px;
    padding:25px;
    border-radius:10px;
}

/* FORM */

.exec-mandate-form{
    padding:30px 25px;
}

/* MACHINE HEADER */

.exec-mandate-machine-box{
    flex-direction:column;
    text-align:center;
    padding:25px;
    gap:18px;
}

.machine-thumb{
    flex:none;
}

.machine-thumb img{
    max-width:200px;
}

/* TITLE */

.machine-title{
    font-size:18px;
}

/* INPUTS */

.exec-mandate-form input,
.exec-mandate-form select{
    height:50px;
    font-size:14px;
}

/* BUTTON */

button{
    width:100%;
}

/* SELECT2 */

.select2-container--default .select2-selection--single{
    height:50px;
}

/* SUCCESS PAGE */

.exec-success-card{
    padding:50px 35px;
}

.exec-success-card h1{
    font-size:26px;
}

.exec-success-desc{
    font-size:16px;
}

}


/* SMALL MOBILE */

@media (max-width: 480px){

.cncbul-mandate-wrapper{
    padding:20px;
}

.exec-mandate-form{
    padding:25px 20px;
}

.machine-thumb img{
    max-width:170px;
}

.machine-title{
    font-size:16px;
}

.exec-success-card{
    padding:40px 25px;
}

.exec-success-card h1{
    font-size:22px;
}

.exec-success-icon{
    width:60px;
    height:60px;
    font-size:28px;
}

.exec-btn{
    width:100%;
    text-align:center;
}

.exec-success-actions{
    flex-direction:column;
    gap:10px;
}

}