/* Theme Name: Tripgo Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of tripgo
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: tripgo
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  tripgo-child
*/
.custom-trip-wrapper {
    display: flex;
    justify-content: center;
}

.custom-trip-form {
    background: #ffffff;
    padding: 0;
    border-radius: 30px;
    border: 0px solid #000;
    max-width: 420px;
    width: 100%;
}
.ovabrw-form-container .form-row.dubleGrid {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    gap: 3px;
}
.ovabrw-form-container .form-row.dubleGrid1 {
    margin: 14px 0;
}
.ovabrw-form-container .form-row.dubleGrid .ovabrw_datetimepicker {
    border: 2px solid #000 !important;
}
.ovabrw-form-container .form-row.dubleGrid .country-code select {
    padding: 7px;
    height: 52px;
    border: 2px solid;
}
.ovabrw-form-container .form-row.dubleGrid .phone-field {
    border: 2px solid #000;
    border-radius: 5px;
}
.form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea,
.form-row input,
.country-code select {
    width: 100%;
    padding: 14px;
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 14px;
    background: transparent;
    outline: none;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.country-code {
    width: 30%;
}

.phone-field {
    width: 70%;
}

textarea {
    height: 100px;
    resize: none;
}

.trip-submit-btn {
    width: 100%;
    background: #f07c2b;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
}

.trip-submit-btn:hover {
    background: #d96c20;
}