#gallery-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#gallery-2 .gallery-item {
    max-width: 100% !important;
}

.hero-container {
    display: flex;
    grid-template-columns: 1fr;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .hero-container {
        display: flex;
        grid-template-columns: 1fr;
    }
}

.elementor-197 .elementor-element.elementor-element-434bd0d::before {
    opacity: 0.7;
}

.hero-content * {
    text-align: center !important;
}

.elementor-197 .elementor-element.elementor-element-5703aa6 {
    border: none !important;
    margin-bottom: 20px;
}

.elementor-197 .elementor-element.elementor-element-8d25cc1 .elementor-divider {
    display: none !important;
}

.elementor-197
    .elementor-element.elementor-element-13332bf
    .elementor-heading-title {
    margin-bottom: 20px;
}

.elementor-197
    .elementor-element.elementor-element-4a5ad8c
    .elementor-heading-title {
    line-height: 1.5 !important;
    margin-bottom: 20px;
}

.elementor-197 .elementor-element.elementor-element-13332bf,
.elementor-197 .elementor-element.elementor-element-4a5ad8c {
    width: 100% !important;
    max-width: 100% !important;
}

.admin-bar {
    background-color: black;
    position: sticky;
    top: 0px;
    z-index: 9999999;
}

.admin-bar .container {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 1200px;
    margin: auto;
    padding: 5px 20px;
    column-gap: 20px;
}

.admin-bar button,
.admin-bar a {
    padding: 0px;
    background: transparent;
    color: white;
    font-weight: 500 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.admin-bar button:hover,
.admin-bar a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.admin-bar__text {
    margin: 0px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    flex-grow: 1;
    font-weight: 500;
}

input,
textarea,
select,
option {
    font-family: "Poppins", sans-serif;
}

.vehicle-options {
    grid-template-columns: 1fr !important;
}

.rate-options {
    display: flex !important;
    column-gap: 10px;
    margin-top: 25px;
}

.rate-options label {
    width: 100% !important;
    text-align: center !important;
    background-color: #eaf2ff;
    transition: all 200ms;
    margin: 0px;
}

.vehicle-card {
    padding: 24px !important;
}

.vehicle-card h4 {
    text-align: left;
}

.rate-options label.selected-option {
    background-color: #007bff !important;
    color: white !important;
}

.rate-options label.selected-option * {
    color: white !important;
}

.vehicle-info {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.vehicle-info img {
    max-width: 120px;
    width: 100%;
}

.vehicle-content h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.vehicle-content p {
    text-align: left;
    font-size: 12px;
    margin: 0px;
}

#booking-summary h4 {
    margin-bottom: 20px;
}

.form-field {
    text-align: left;
    display: inline-block;
    width: 49%;
}

@media screen and (max-width: 768px) {
    .form-field {
        display: inline-block;
        width: 100%;
    }
}

.form-field label {
    display: inline-block;
    margin-bottom: 5px !important;
}

/* .form-field + .form-field {
    margin-top: 16px;
} */

.form-field input {
    margin: 0px !important;
}

.form-field select {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9fafb;
}

.rate-options label {
    position: relative;
}

.rate-options label::after {
    content: attr(data-tag);

    /* Positioning */
    position: absolute;
    top: -12px;
    right: -8px;

    /* Styling */
    background-color: #e74c3c;
    /* Red for discounts */
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;

    /* Prevent layout shifts */
    line-height: 1;
    white-space: nowrap;

    /* Optional: subtle shadow for depth */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* transform: rotate(15deg); */
}

.meet_and_greet {
    margin-top: 20px;
}

/* .form-field {
    margin-bottom: 1rem;
} */

.form-field label {
    display: block;
    /* margin-bottom: 0.5rem; */
    font-weight: 600;
}

.phone-input-container {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    transition: border-color 0.2s;
}

.phone-input-container:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.country-select {
    background: #f8f9fa;
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
    min-width: 90px;
    /* Prevent dropdown arrow from breaking layout */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 12px;
}

.phone-input {
    flex: 1;
    border: none;
    padding: 0.5rem;
    font-size: 1rem;
    outline: none;
}

/* Optional: Remove default focus outline on input */
.phone-input:focus,
.country-select:focus {
    outline: none;
}

/* Hero container gap for smaller screens */
@media screen and (max-width: 768px) {
    .hero-container {
        /* gap: 20px; */
    }
}

/* Force email text to wrap on small screens (500px) */
@media screen and (max-width: 500px) {
    .elementor-94 .box-body > p {
        word-break: break-all;
        overflow-wrap: break-word;
        white-space: normal;
    }
}
