
/* Form */
.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

/* BaÅŸlÄ±klar */
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
	text-align:left;
}

.contact-form h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
	text-align:left;
}

/* Form satÄ±rlarÄ± */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

/* Form gruplarÄ± */
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
	text-align:left;
}

.form-group input,
.form-group select,
textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
	background:#fff !important;
}

textarea {
    resize: none;
}

/* KÃ¼Ã§Ã¼k aÃ§Ä±klama yazÄ±larÄ± */
small {
    font-size: 16px;
    color: #109244;
    margin-top: 5px;
    display: flex;
    margin-bottom: 10px;
}
/* Checkbox ve Captcha */
.contact-form .form-group input[type="checkbox"] {
    margin-right: 10px;
}

.captcha {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha img {
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Buton */
button.spcl-but  {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button.spcl-but :hover {
    background-color: #333;
}




.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.captcha-container img {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
}

.captcha-container button {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #4a575e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.captcha-container button:hover {
    background-color: #333;
}

#captcha-input {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}








#captcha-input {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}





.form-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px; /* SatÄ±rÄ± aÅŸaÄŸÄ±ya indirmek iÃ§in */
}

.form-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}



/* Formun dÄ±ÅŸ gÃ¶rÃ¼nÃ¼mÃ¼ */
.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    width: 100%;
    max-width: 600px;
    max-height: calc(100vh - 60px); /* Formun ekranÄ±n dÄ±ÅŸÄ±na taÅŸmasÄ±nÄ± engeller */
    overflow-y: auto; /* Formun iÃ§eriÄŸi taÅŸarsa dikey kaydÄ±rma ekler */
    box-sizing: border-box;
}










.form-group label {
    display: flex;
    align-items: center;
    gap: 10px; /* Checkbox ile yazÄ± arasÄ±ndaki boÅŸluk */
    font-size: 14px;
    cursor: pointer;
	color:#fff !important;
}

.form-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0; /* VarsayÄ±lan boÅŸluklarÄ± kaldÄ±r */
}



select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}








.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    width: 100%;
    max-width: 1000px; /* GeniÅŸliÄŸi artÄ±rdÄ±k */
    box-sizing: border-box;
}










.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.captcha-container img {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: auto;
}

.captcha-container button {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #4a575e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.captcha-container button:hover {
    background-color: #4a575e;
}
























/* AIRPORT PICK UP, FLIGHT NO ve FLIGHT COMING FROM alanlarÄ±nÄ±n boyutlarÄ±nÄ± eÅŸitle */
#dynamic-sections select,
#dynamic-sections input[type="text"] {
    width: 100%; /* AlanÄ±n geniÅŸliÄŸi */
    height: 40px; /* YÃ¼kseklik (AIRPORT PICK UP ile aynÄ±) */
    padding: 10px; /* Ä°Ã§ boÅŸluk */
    font-size: 16px; /* YazÄ± boyutu */
    border: 1px solid #ccc; /* KenarlÄ±k */
    border-radius: 4px; /* KÃ¶ÅŸe yuvarlama */
    box-sizing: border-box; /* KenarlÄ±k ve padding dahil */
}

/* FLIGHT NO ve FLIGHT COMING FROM hizalamasÄ± */
#dynamic-sections .form-group {
    margin-bottom: 20px; /* Alt boÅŸluk */
}

/* AIRPORT PICK UP, FLIGHT NO ve FLIGHT COMING FROM sÃ¼tun hizalamasÄ± */
#dynamic-sections .form-row {
    display: flex;
    gap: 20px; /* SÃ¼tunlar arasÄ± boÅŸluk */
}

#dynamic-sections .form-group {
    flex: 1; /* EÅŸit geniÅŸlik */
}

#dynamic-sections1 select,
#dynamic-sections1 input[type="text"] {
    width: 100%; /* AlanÄ±n geniÅŸliÄŸi */
    height: 40px; /* YÃ¼kseklik (AIRPORT PICK UP ile aynÄ±) */
    padding: 10px; /* Ä°Ã§ boÅŸluk */
    font-size: 16px; /* YazÄ± boyutu */
    border: 1px solid #ccc; /* KenarlÄ±k */
    border-radius: 4px; /* KÃ¶ÅŸe yuvarlama */
    box-sizing: border-box; /* KenarlÄ±k ve padding dahil */
}

/* FLIGHT NO ve FLIGHT COMING FROM hizalamasÄ± */
#dynamic-sections1 .flight_no {
    margin-bottom: 20px; /* Alt boÅŸluk */
}

/* AIRPORT PICK UP, FLIGHT NO ve FLIGHT COMING FROM sÃ¼tun hizalamasÄ± */
#dynamic-sections1 .flight_no {
    display: flex;
    gap: 20px; /* SÃ¼tunlar arasÄ± boÅŸluk */
}

#dynamic-sections1 .flight_no {
    flex: 1; /* EÅŸit geniÅŸlik */
}





















/* AIRPORT PICK UP, FLIGHT NO ve FLIGHT COMING FROM alanlarÄ±nÄ±n boyutlarÄ±nÄ± eÅŸitle */
#dynamic-sections select, /* AIRPORT PICK UP aÃ§Ä±lÄ±r menÃ¼sÃ¼ */
#dynamic-sections input[type="text"] { /* FLIGHT NO ve FLIGHT COMING FROM yazma alanlarÄ± */
    width: 100%; /* AlanÄ±n geniÅŸliÄŸi */
    height: 45px; /* YÃ¼kseklik (AIRPORT PICK UP ile aynÄ±) */
    padding: 10px; /* Ä°Ã§ boÅŸluk */
    font-size: 16px; /* YazÄ± boyutu */
    border: 1px solid #ccc; /* KenarlÄ±k */
    border-radius: 4px; /* KÃ¶ÅŸe yuvarlama */
    box-sizing: border-box; /* KenarlÄ±k ve padding dahil */
}

/* ANOTHER ADDRESS yazma alanlarÄ±nÄ±n boyutlarÄ±nÄ± eÅŸitle */
#another_address input[type="text"], /* HOUSE NO/NAME, ADDRESS LINE 1, ADDRESS LINE 2, CITY, POST CODE */
#another_address textarea { /* INSTRUCTION alanÄ± */
    width: 100%; /* AlanÄ±n geniÅŸliÄŸi */
    height: 45px; /* YÃ¼kseklik (diÄŸer alanlarla aynÄ±) */
    padding: 10px; /* Ä°Ã§ boÅŸluk */
    font-size: 16px; /* YazÄ± boyutu */
    border: 1px solid #ccc; /* KenarlÄ±k */
    border-radius: 4px; /* KÃ¶ÅŸe yuvarlama */
    box-sizing: border-box; /* KenarlÄ±k ve padding dahil */
}

/* INSTRUCTION alanÄ± iÃ§in Ã¶zel yÃ¼kseklik */
#another_address textarea {
    height: 100px; /* Daha bÃ¼yÃ¼k bir yazma alanÄ± */
    resize: none; /* KullanÄ±cÄ± tarafÄ±ndan yeniden boyutlandÄ±rÄ±lamaz */
}

/* SÃ¼tun hizalamasÄ± */
#dynamic-sections .form-row,
#another_address .form-row {
    display: flex;
    gap: 20px; /* SÃ¼tunlar arasÄ± boÅŸluk */
}

#dynamic-sections .form-group,
#another_address .form-group {
    flex: 1; /* SÃ¼tun geniÅŸliklerini eÅŸit yap */
}


/* HOUSE NO/NAME ve ADDRESS LINE 1 hizalamasÄ± */
#another_address .form-row {
    display: flex; /* Yan yana hizalama */
    gap: 20px; 
    width: 100%; 
    margin-bottom: 20px; 
}

#another_address .form-group {
    flex: 1; 
}

#another_address input[type="text"] {
    width: 100%; 
    height: 45px; 
    padding: 10px;
    font-size: 16px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
}