
.fakediv {
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.inputgroup{
    width:auto;
    height:auto;
    margin: 0;
    position: relative;
}

.divgroup i{
    left:10px;
    font-size: 14px;
    top:22px;
    color: #011a259a;
    position: absolute;
    z-index: 1;
}
.margininput {
    margin-right: 14px !important;
}
.step1{
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    
}
.step1 input{
    width:220px;
    height:40px;
    border-radius: 3px;
}
.step1 input::placeholder{
    color: #011a25c4;
}
 .step1 select{
    width:100px;
    height: 30px;
    border-radius: 3px;
    font-size: 12px !important;
    padding: 0;
    background-color: #e9e9e9;
    color: #011a25c4;
 }
 .step1 input, .step1 select{
    margin-right: 5px;
 }
.container {
    background: #f0f0f0;
    width: 100%;
    height:auto;
    margin-top: 60px; 
   margin-bottom: 100px;
    padding: 30px;
    min-height: 100px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.container form{
    width: 100%;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.container2 {
       /* margin-top: -100px;
   margin-bottom: -100px; */
background-color: unset; 
}
.divgroup, .divgroup1, .divgroup2{
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
}
.divgroup1, .divgroup2{
flex-direction: row;
}
.divgroup1{
    justify-content: flex-start;
}
.divgroup{
    width: auto;
}

/* İlerleme Çubuğu Tasarımı */
#progressbar {
    display: none !important; /* Başlangıçta gizli */
    transition: opacity 0.3s ease; /* Yumuşak geçiş istersen */
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    text-align: center;
    position: relative;
    font-weight: 600;
}

#progressbar li.active {
    color: #27ae60;
}

/* Form Adımları */
.form-step {
 display: none; /*Varsayılan gizli */

}

.form-step.active-step {
    display: flex !important;
    /* width: 100% !important; */
    animation: fadeIn 0.5s ease;
    height:auto !important;
    flex-wrap: wrap;
}

.step3{
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.step3 h1{
    color: black !important;
    margin-bottom: 50px;
}
.step3 h1 i{
    font-size: 24px;
    color: rgb(46, 46, 46) !important;
}
.infocover, .guestinfo{
    /* background-color: red; */
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.myformguest, .myformpickup, .myformreturn{
    color: black !important; 
    width:300px;
    /* background-color: darkcyan; */
}
.myformguest h2, .myformpickup h2, .myformreturn h2{
    color: black !important;
}
.formsubmit {
    width: 100%;
     display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.myformpay{
    width: auto !important;
    height: 40px !important;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 0 !important;
}
.myformpay input[type="radio"]{
    display: none;
}
.myformpay label{
    width: 120px !important;
    height: 40px !important;
    font-size: 14px !important;
    background-color: #babbba;
    margin: 0 !important;
    padding: 10px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    border-radius: 4px;
}
.myformpay input[type="radio"]:checked+ label{
    background-color: #e67e22;
    height: 40px !important;
    margin: 0 !important;
}
.final-submit-btn {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    background-color: #27ae60;
    letter-spacing: 1px;
    color: white;
}

/* Kutulara odaklanıldığında (yazı yazarken) kırmızı kenarlığı kaldırır */
.form-step input:focus, .form-step select:focus {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    outline: none;
}

.container:not(.container2) .abc {
    display: none !important;
}

.cargroup {
    width: 100%;
    min-height: 180px; /* Sabit 300px yerine min-height daha esnektir */
    display: flex; /* İçindeki group1, group2 ve group3'ü yan yana dizer */
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.group1 {   flex: 1; text-align: center; }
.group1 img { max-width: 150px; height: auto; }

.group2 {   flex: 2; padding: 0 20px; align-items: center; justify-content: space-evenly; flex-direction: column;}
.group2 h1 { font-size: 1.2rem; margin-bottom: 10px; color: #333; }
.group2 p { font-size: 0.9rem; color: #666; margin-right: 5px;}

.group3 { 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: right; 
    border-left: 1px solid #eee; 
    padding-left: 20px;  
    position: relative;
}

.baslik3{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 15px !important;
}


.select-veh-btn, .price-value, .curr-symbol { margin: 0;}
.select-veh-btn{margin-left: 50px; background-color: rgb(1, 36, 56); color: white; font-size: 18px;}
.group3 h2 { color: #e67e22 !important; margin-right: 10px; font-size: 32px !important; font-weight: 600 !important;}


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

/* Girdi Alanları */
h2 { color: #333; margin-bottom: 10px; }
input, select, textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}
input {
     padding-left: 30px;
}
/* Butonlar */
button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.next-btn, .submit-btn { background-color: #27ae60; color: white; float: right; height:40px}
.prev-btn { background-color: #ccc; color: #333; }
.btn-group { margin-top: 20px; }

.aracturubaslik{
    width:100%;
    height:100%;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color:rgb(22, 22, 22) !important;
}

#booking-form-area{
    width:100%;
    height:auto;
}
.fake-input-style {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
}

@media (max-width: 1024px){
    .step1{
    width:90% !important;
    margin-left: 5%;
}
.divgroup2{
    justify-content: flex-start;
    flex-wrap: wrap;
}

}
@media (max-width: 768px) {
    .cargroup {min-height: 350px !important; flex-direction: column; text-align: center; height: auto; }
    .group3 { border-left: none; border-top: 1px solid #eee; padding: 15px 0 0 0; width: 100%; min-height: 100px; }
    .cargroup p{
        margin-right: 0;
        margin-bottom:15px;
        font-size: 14px;
    }
    .step1{  
    flex-direction: column ;
}
.container form{
    width: 100%;
}
.step1 input, .step1 select{
    width:90%;
    margin-right: 0;
    margin-bottom: 0px;
}

.gerison{
    display: none;
}
.formsubmit{
    flex-direction: column;

}
.myformpay{
    width: 300px !important;
}
.final-submit-btn{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
}
.aracturubaslik{
    margin-bottom: 15px;
}
.group2 p { font-size: 0.7rem; color: #666; margin-right: 0px; margin-bottom: 10px !important;}

.baslik3{
    font-size: 18px;

}
.next-btn{
    margin-top: 10px;
    width: 100%;
}
.fakediv{
    flex-direction: column;
    width:100%;
    height:100%;
}
.divgroup2{
    width: 100%;
    flex-direction: column;
}
.divgroup2 input{
    width: 100% !important;
    
}
.divgroup{
    width: 100%;
}

.divgroup1{
    width: 100%;
    height: auto !important;
    padding: 0;
    justify-content: space-between ;
    padding: 0 !important;
}

.fakediv input, .fakediv select {
    width:100% !important;
    margin-right: 0;
}
.divgroup1 select{
    margin:0;
    width: 30% !important;
    margin-right: 0 !important;
    background-color: #e9e9e9;
}
.inputgroup{
    width:100%;
    /* margin-left: -14px; */
}
.inputgroup input{
    width:100% !important;
}
.step1 input, .step1 select{
    margin-right: 0px;
 }


}

@media only screen and (max-width: 640px) {

    .divgroup1 select{
    width: 30% !important;
   
}

}