/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.eliteonthefly.com/
 Description:  Child theme for Hello Elementor
 Author:       eliteonthefly
 Author URI:   https://www.eliteonthefly.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import Parent Theme's styles */
@import url("../hello-elementor/style.css");

/*Custom Style*/

.multi-color-heading .elementor-heading-title strong {
	color: var(--e-global-color-secondary);
}

.top-banner-bottom .icon-box .title {
	font-size: 22px !important;
}
.line-heading .elementor-heading-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.line-heading .elementor-heading-title::before {
    content: "";
    width: 30px;
    height: 1.5px;
    background-color: var(--line-color, #2d2d2d);
    margin-right: 12px;
}
.line-white {
    --line-color: #ffffff;
}
.line-gold {
    --line-color: #B68734;
}
.line-dark {
    --line-color: #2d2d2d;
}

.service-steps .e-child:not(:last-child)::after{
	content: '';
    position: absolute;
    top: 30px;
    left: calc(50% + -90px);
    width: calc(100% - 60px);
    height: 2px;
    background: #c6a15b;
    z-index: 1;
}

.service-steps .elementor-icon-box-icon{
    position: relative;
    z-index: 2;
}

.step-box .elementor-icon {
	background: #000;
    border-radius: 50px;
    padding: 5px;
    font-size: 45px;
	color: #B68734;
}

.five-star-rating .fun-fact-inner .icon {
	margin-left: -120px;
	margin-right: 50px;
    margin-top: -10px;
}

/* contact page */
.travel-form {
    width: 100%;
}

.travel-form p {
    margin: 0;
}

.travel-form br {
    display: none;
}

.travel-form .form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.travel-form .half {
    width: 50%;
}

.travel-form .field-group {
    margin-bottom: 22px;
}

.travel-form .field-group label {
    display: block;
    margin-bottom: 8px;
    color: #b89242;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}

.travel-form input[type="text"],
.travel-form input[type="email"],
.travel-form input[type="tel"],
.travel-form select,
.travel-form textarea {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #e6e1d8;
    border-radius: 8px;
    background: #ffffff;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}

.travel-form textarea {
    height: 140px;
    padding: 18px;
    resize: vertical;
}

.travel-form input::placeholder,
.travel-form textarea::placeholder {
    color: #b8b1a7;
}

.travel-form select {
    cursor: pointer;
}

.travel-form .wpcf7-submit {
    width: 100%;
    height: 58px;
    background-color: #c7a04d !important;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
}

.travel-form .wpcf7-submit:hover {
    opacity: .9;
}

.travel-form .privacy-text {
    text-align: center;
    margin-top: 18px;
    font-size: 13px;
    color: #9f978d;
}

@media (max-width: 767px) {
    .travel-form .form-row {
        flex-direction: column;
        gap: 0;
    }

    .travel-form .half {
        width: 100%;
    }
    .service-steps .e-child:not(:last-child)::after {
        content: none;
    }
}

.traveler-testimonials .comment-content {
	min-height: 400px;
}

@media (min-width: 1025px) {
    .offer-text {
        min-height: 720px;
    }
}

@media (max-width: 1024px) {
    .service-steps .e-child:not(:last-child)::after {
        display: none !important;
    }
}