.trip-agent-outer-block{
    border-radius: 10px;
    border: 0.5px solid #37A27A;
    box-shadow: -1px 0px 1.9px 0px #00000040;
    background: #fff;
}
.trip-agent-information-block .close-popup {
    display:none;
}
@media (max-width: 1024px) {
    .trip-agent-information-block .close-popup {
        display:block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

.trip-agent-outer-block .trip-agent-information-block {
    display:grid;
}

.trip-agent-outer-block .trip-agent-title {
    font-family: Roboto;
    /* font-weight: 400; */
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0%;
    color: #000000;
}

.trip-agent-outer-block .trip-agent-subtitle,
.trip-agent-outer-block .trip-agent-fullname{
    font-family: Roboto;
    /* font-weight: 300; */
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    color: #000000;
}
.trip-agent-outer-block .trip-agent-fullname{
    font-weight: 500;
}

.trip-agent-outer-block .trip-agent-phone-title,
.trip-agent-outer-block .trip-agent-email-title,
.trip-agent-outer-block .trip-agent-fullname {
    margin-top:15px;
}


.trip-agent-outer-block .trip-agent-email-title,
.trip-agent-outer-block .trip-agent-email a {
    font-family: Roboto;
    /* font-weight: 300; */
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;  
    color: #000000;
}
.trip-agent-outer-block .trip-agent-email a{  
    color: #37A27A;
}

.trip-agent-outer-block .trip-agent-email a:hover, 
.trip-agent-outer-block .trip-agent-phone a:hover {
    text-decoration: underline;
    text-decoration-color: #7A7A7A;
}


.trip-agent-outer-block .trip-agent-phone-title,
.trip-agent-outer-block .trip-agent-phone a {
    font-family: Roboto;
    /* font-weight: 300; */
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;   
    color: #000000;
}
.trip-agent-outer-block .trip-agent-phone a{ 
    color: #37A27A;
}

.trip-agent-outer-block .trip-agent-form-block{
    padding:20px;
}

.trip-agent-outer-block .trip-agent-form-block .trip-agent-form-description {
    font-family: Roboto;
    /* font-weight: 300; */
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    color: #000000;
}
.trip-agent-outer-block .trip-agent-information-block {
    padding:20px;
    position: relative;
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(to right, transparent  10%, #61606111 20%, #68686956 40%, #6061618f 60%, #616060bb 80%, #636263 100%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 45px;
}

.trip-agent-outer-block .trip-agent-information-block .trip-agent-image img{
    position: absolute;
    bottom:2px;
    right:0;
    width: 140px;
}


/* .trip-agent-outer-block .trip-agent-information-block {
    position: relative;
    background-image: url('/wp-content/themes/hello-elementor/widgets/exotic-trip-contacts/img/line.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 60px;
} */
.trip-agent-outer-block .trip-agent-form-block form {
    width:100%;
}
.trip-agent-outer-block .trip-agent-form-block form input,
.trip-agent-outer-block .trip-agent-form-block form textarea{
    border: none;
    background: #D9D9D9;
    border-radius: 10px;
    min-height: 37px;
    font-family: Roboto;
    /* font-weight: 300; */
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top:15px;
}

.trip-agent-outer-block .trip-agent-form-block form input::placeholder,
.trip-agent-outer-block .trip-agent-form-block form textarea::placeholder {
    color: #9E9E9E;
}

.trip-agent-outer-block .trip-agent-form-block form textarea{
    height: 140px;
}

.trip-agent-outer-block .trip-agent-form-block form .wpcf7-form-control-wrap {
    margin: none !important;;
}

.trip-agent-outer-block .trip-agent-form-block form input[type=submit] {
    background: #37A27A;
    border-radius: 10px;
    border:solid 4px #37A27A;
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    height: 38px;
    min-width: 120px;
    padding-top:0;
    padding-bottom:0;
    /* margin-top:15px; */
    float: right;
}

.trip-agent-outer-block .trip-agent-form-block form input[type=submit]:hover {
    background: #fff;
    border-radius: 10px;
    border:solid 4px #37A27A!important;
    color: #37A27A;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.trip-agent-outer-block .trip-agent-form-block form span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip):nth-last-child(1) {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top:15px;
}
.trip-agent-outer-block .trip-agent-form-block form p {
    padding-bottom: 0;
    margin-block-end: 0;
}
.trip-agent-outer-block :focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output
{
    border: none !important;
}
.trip-agent-outer-fixed {
    display:none;
}

.trip-agent-outer-block .trip-agent-form-success-block {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.trip-agent-outer-block .trip-agent-form-success-block.hidden {
    display:none;
}

.trip-agent-outer-block .trip-agent-form-success-block .trip-agent-form-success-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.trip-agent-outer-block .trip-agent-form-success-block .trip-agent-form-success-description {
    text-align: center;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #000;
}



@media (max-width:1024px){ 
    .trip-agent-outer-block {
        display:none;
    }    
    .trip-agent-outer-fixed {
        display:block;
    }

    .trip-agent-popup .trip-agent-outer-block {
        display:block;
    }
    .trip-agent-popup .trip-agent-outer-fixed {
        display:none;
    }

    .trip-agent-outer-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background: #37A27A;
        z-index: 9999; /* Increase z-index to make sure it stays on top */
    }
    
    .trip-agent-outer-fixed .trip-agent-fixed {
        height: inherit;
        display:flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .trip-agent-outer-fixed .trip-agent-mobile-button-block .trip-agent-mobile-button {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #000000;
        height: 25px;
        border-radius: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        text-decoration: none;
    }
    .elementor-location-footer .elementor-nav-menu{
        z-index: unset!important;
    }

    .trip-agent-outer-fixed .trip-agent-mobile-button-block {
        margin-top: auto;
        margin-bottom: auto;
    }

    .trip-agent-outer-fixed .trip-agent-display-block .trip-agent-image {
        width: 100px;
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    .trip-agent-outer-fixed .trip-agent-display-block {
        z-index: 1;
    }
    
    .trip-agent-outer-fixed .trip-agent-name-block {
        z-index: 2;
    }

    .trip-agent-outer-fixed .trip-agent-name-block .trip-agent-name {
        font-family: Roboto;
        font-weight: 800;
        font-size: 20px;
        letter-spacing: 0%;
        text-shadow: -2px 1px 2.8px #000000CC;
        color: #FFFFFF;
        z-index:2;
    }

    .trip-agent-outer-fixed .trip-agent-mobile-contacts-block {
        margin-top: 5px;
    }

    .trip-agent-outer-fixed .trip-agent-mobile-contacts-block span svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

    .trip-agent-outer-fixed .trip-agent-mobile-contacts-block span {
        border: 1px solid white;
        padding: 5px;
        border-radius: 50px;
    }
    .trip-agent-outer-fixed .trip-agent-mobile-contacts-block span:first-child{
        margin-right: 20px;
    }
}
