.elementor-2297 .elementor-element.elementor-element-f5e3e7e{--display:flex;}.elementor-2297 .elementor-element.elementor-element-0d67443{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-0d67443 *//* Form CSS kodları buraya gelecek */
.logo-container {
  max-width: 100%;
  height: auto;
  text-align: center; /* Yatayda ortalama için */
}

.logo-container img {
  max-width: 10%; /* Görselin maksimum genişliğini kapsayıcısına göre ayarlar */
  height: auto;
  display: inline-block; /* text-align ile çalışması için */
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.kinay-form-container {
    background: #1e3a5f;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    color: white;
    padding: 60px 20px;
}

.form-container {
    max-width: 1000px;
    margin: 0 auto;
}

.logo-section {
    text-align: center;
    margin-bottom: 50px;
}

.logo {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
}

.intro-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 60px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.transport-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.transport-btn {
    background: white;
    color: #2c5282;
    border: none;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 180px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.transport-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.transport-btn.active {
    background: #4a90e2;
    color: white;
    transform: translateY(-5px);
}

.transport-icon {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

.form-group {
    margin-bottom: 40px;
}

.form-label {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ocean-type-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.type-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px 35px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 100px;
}

.type-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.type-btn.active {
    background: white;
    color: #1e3a5f;
    border-color: white;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.form-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 18px 20px;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

.container-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.container-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

.container-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.container-btn.active {
    background: white;
    color: #1e3a5f;
    border-color: white;
}

.commodity-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.commodity-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

.commodity-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.commodity-btn.active {
    background: white;
    color: #1e3a5f;
    border-color: white;
}

.form-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 20px;
    color: white;
    font-size: 16px;
    height: 120px;
    resize: vertical;
    font-family: Arial, sans-serif;
}

.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

.contact-section {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 60px;
}

.contact-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    color: white;
}

.contact-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 18px 20px;
    color: white;
    font-size: 16px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.contact-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.18);
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.submit-btn {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .transport-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .transport-btn {
        width: 220px;
    }
    
    .input-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .commodity-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .contact-section {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .container-types {
        grid-template-columns: 1fr;
    }
    
    .commodity-types {
        grid-template-columns: 1fr;
    }
    
    .ocean-type-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .type-btn {
        width: 150px;
    }
}/* End custom CSS */