body{
    background-color: #f0f0f0;
}
.mb-20px{
    margin-bottom: 20px;
}
#dat-tour-header{
    padding: 100px 0;
    background: linear-gradient(to right, #ff6b35, #f7931e, #ffd700, #00a651, #00bcd4, #2196f3);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.title-form{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
input, select, textarea{
    border-radius: 5px;
    border: 2px solid #f0f0f0 !important;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
}
.form-group{
    margin-bottom: 10px;
}
.form-group label{
    font-weight: bold;
}
label{
    margin-bottom: 5px;
}
.btn-book-now{
    background: linear-gradient(to right, #ff6b35, #f7931e, #ffd700, #00a651, #00bcd4, #2196f3);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn-book-now:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.btn-book-now:before{
    content: "🚀 ";
    margin-right: 8px;
}

.btn-book-now:active{
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    .wp-form{
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 50px;
        margin-top: -50px;
        position: relative;
        z-index: 10;
    }
}

/* Why Choose Us Section */
.why-choose-us {
    background-color: #9A3412;
    padding: 60px 0px 0px 0px;
    color: white;
}

.why-choose-us h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.feature-item {
    padding: 30px 20px;
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.5;
}

/* Contact & Legal Information Section */
.contact-legal-info {
    background-color: #9A3412;
    padding: 60px 0px 0px 0px;
}

.info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    gap: 10px;
}

.info-icon {
    font-size: 20px;
    margin-right: 15px;
    min-width: 25px;
    text-align: center;
}

.info-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    flex: 1;
}
.line-tour{
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin: 20px 0;
    opacity: 0.2;
}

/* Footer */
.site-footer {
    background-color: #9A3412;
    padding: 30px 0;
    color: white;
    text-align: center;
}

.site-footer p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .why-choose-us h2 {
        font-size: 28px;
    }
    
    .feature-item {
        padding: 10px 10px;
        margin-bottom: 0px;
    }
    .feature-icon{
        font-size: 30px;
    }
    .info-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    .feature-item h3{
        margin-top: 10px;
    }
    .info-item {
        align-items: flex-start;
    }
    
    .info-icon {
        margin-bottom: 5px;
        margin-right: 0;
    }
}

/* Language Switcher */
#languages {
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

#languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#languages li {
    display: inline-block;
    margin-right: 10px;
}

#languages li a {
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

#languages li a.active,
#languages li a:hover {
    background-color: #9A3412;
    color: #fff;
    border-color: #9A3412;
}

/* Placeholder styles */
input::placeholder,
textarea::placeholder {
    color: #999;
    font-style: italic;
}

/* Language transition */
[data-lang-key] {
    transition: all 0.3s ease;
}

/* Alert Messages */
.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success h4 {
    color: #155724;
    margin-bottom: 10px;
    font-size: 18px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger h4 {
    color: #721c24;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Form validation styles */
.form-control:invalid {
    border-color: #dc3545;
}

.form-control:valid {
    border-color: #28a745;
}

/* Loading state for submit button */
.btn-book-now.loading {
    opacity: 0.7;
    pointer-events: none;
}

.btn-book-now.loading:after {
    content: "⏳";
    margin-left: 10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 768px) {
    .info-card{
        min-height: 280px;
    }
    #languages{
        text-align: right;
    }
    .alert{
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    
}