:root {
    --prime-color: #EF90B8; 
    --bg-select-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 7'%3E%3Cpath fill='%23EF90B8' d='M8 6.5a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71s.51-.2.71 0l4.15 4.15l4.14-4.14c.2-.2.51-.2.71 0s.2.51 0 .71l-4.5 4.5c-.1.1-.23.15-.35.15Z'/%3E%3C/svg%3E");
}

.child-site {
    --prime-color: #62BFDE; 
    --bg-select-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 7'%3E%3Cpath fill='%2362BFDE' d='M8 6.5a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71s.51-.2.71 0l4.15 4.15l4.14-4.14c.2-.2.51-.2.71 0s.2.51 0 .71l-4.5 4.5c-.1.1-.23.15-.35.15Z'/%3E%3C/svg%3E");
}
.contact-section {
    padding: 50px 0;
}
.color-rm{
    color: var(--prime-color);
}
.contact-section .content-title h2::after {
    background-color: var(--prime-color);
}
.contact-section h2 {
   
    text-align: center;
    margin-bottom: 0;
}

.contact-section p {
    text-align: center;
}

.contact-form-container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form{
    margin-top: 20px;
}
.contact-form .form-control,
.contact-form .form-select {
    border-radius: 20px;
    border: 1px solid var(--prime-color);
    padding-left: 40px; 
    font-weight: 200;
    padding: 2px 10px 2px 40px;
    line-height: 1.3;
}
.contact-form .form-select {
    background-image: var(--bg-select-img);
  }
  .form-select option {
    color: var(--prime-color);
    padding-left: 15px; 
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: var(--prime-color);
}

.contact-form .btn {
    background-color: var(--prime-color);
    color: white;
    border: none;
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 2px 20px;
}

.contact-form .input-group-text {
    background: none;
    border: none;
    color: var(--prime-color);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form .form-check-label a {
    color: var(--prime-color);
    text-decoration: underline;
}

.contact-form .input-icon {
    position: relative;
}

.contact-form .input-icon input,
.contact-form .input-icon select,
.contact-form .input-icon textarea {
    padding-left: 40px;
}

.contact-form .input-icon i {
    position: absolute;
    left: 13px;
    top: 14px;
    transform: translateY(-50%);
    color: var(--prime-color);
}
.cont-inputs-wrap .input-icon i{
    left: 22px;
}
.choised-park{
    border: 1px solid var(--prime-color);
    padding: 2px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.form-check-input[type=checkbox]{
    border-radius: 0;
    border-color: var(--prime-color);
    height: 16px;
    width: 16px;
    z-index: 2;
    position: relative;
}
.form-check-input:checked{
    background-color: var(--prime-color);
}
.contact-img{
    bottom: -2px;
    left: -26%;
}

.park_id_select{
    border: 0;
    /* background: #fff; */
    background-image: none !important;
    color: var(--prime-color);
    padding: 0;
    -webkit-appearance: none;  
    -moz-appearance: none;     
    appearance: none;  
    background: none;         
    background-color: transparent; 
}
.park_id_select:focus-visible, 
.park_id_select:focus,
.park_id_select:hover{
    border: 0;
    outline-color:#fff;
}

.modal-1 {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
#contact_parks_modal h4{
    color: var(--prime-color);
}

#contact_parks_modal .contact-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
}

#contact_parks_modal .contact-modal-content ul {
    list-style-type: none;
    padding: 0;
    column-count: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 320px;
    gap: 5px;
    justify-content: space-evenly;
    margin-bottom: 0;
}

#contact_parks_modal .contact-modal-content ul li {
 
    cursor: pointer;
    break-inside: avoid;
    font-size: 14px;
}

#contact_parks_modal .contact-modal-content ul li:hover {
    background-color: #f1f1f1;
}

#contact_parks_modal .contact_close {
    position: absolute;
    right: -2%;
    top: -8%;
}

#contact_parks_modal .contact_close:hover,
#contact_parks_modal .contact_close:focus {
    text-decoration: none;
    cursor: pointer;
}
.date-placeholder {
   font-size: 8px;
}

.g-recaptcha-info{
    margin-bottom:10px;
}
/*.date-field::-webkit-calendar-picker-indicator {
    display: none;
}
.custom-file-input::-webkit-file-upload-button {
     visibility: hidden;
     position: absolute;
     z-index: 3;
}
.custom-file-input::file-selector-button{
    display: none;
}*/


.custom-file-label{
    position: absolute;
    top: 0px;
    left: 51px;
    font-size: 16px;
    z-index: 0;
}
@media (max-width: 768px){
.contact-img{
    height: 113px;
    bottom: -50px;
    left: 0;
}
.contact-content{
    flex-direction: column-reverse;
}
#contact_parks_modal .contact_close{
    right: -4%;
    top: -7%;
}
}
@media (min-width: 992px){
    .contact-img{
        max-height: 470px;
    }
    .contact-section{
    margin-top: 80px;
}
}