/*
Theme Name: Olive
Theme URI: olivelandscape.com
Author: olivelandscape.com
Author URI: olivelandscape.com
Description: olivelandscape.com Theme by Gopu
Version: 1.0
License: GNU General Public License v2 or later
*/
/* Form container */
.wpforms-container {
    background-color: #f0f4fb;
    padding: 20px;
    border-radius: 10px;
}
.wpo-page-title .wpo-breadcumb-wrap .project-shot-description p {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    margin-top: 8px;
    padding-bottom: 15px;
}
/* Input fields */
.wpforms-field-row {
    display: flex;
    flex-wrap: wrap;
}

.wpforms-field-container {
    flex: 1;
    margin: 10px;
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
}

.wpforms-field textarea {
    height: 150px;
}

/* Labels */
.wpforms-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

/* Radio button and label */
.wpforms-field .form-check-input {
    margin-right: 10px;
}

.wpforms-field .form-check-label {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

/* Submit button */
.wpforms-submit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
    background-color: #0056b3;
}

/* Preloader styling */
#preloader-inner {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#preloader-inner .urane-loader {
    display: flex;
}

.urane-loader-item {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    margin: 5px;
    animation: bounce 0.6s infinite alternate;
}
div#wpforms-241-field_1-container {
    width: 48%;
    float: left !important;
    margin-right: 4%;
}

div#wpforms-241-field_2-container {
    width: 48%;
    float: left;
    clear: right;
}
div#wpforms-241 {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width:768px){
  section.wpo-funfact-section.about_fun {
    padding-top: 150px;
  }
}
@media screen and (max-width:768px){
  .image-1.poort-in-right.mobile_about{
    display: block;
    position: static;
    transform: translateY(0);
  }
}

@keyframes bounce {
    to {
        transform: translateY(-15px);
    }
}


.whatsAppFloating {
    right: 50px;
    bottom: 30px;
    display: flex;
    z-index: 1000;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    flex-direction: column-reverse
}
#videoContainer {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      height: 464px;
    }
    video {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Crop and center the video */
      display: block;
    }
@media (min-width: 1200px){

}

@media (max-width: 600px) {
  .mt-moble-0{
    margin-top: 0px !important;
  }
  #videoContainer {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        overflow: hidden;
        height: 400px;
      }
    .whatsAppFloating {
        bottom:30px
    }
    .about-one__circle-text {
      top: auto;
      bottom: -20px;
      left: -7px;
    }
}

.whatsAppFloating a {
    color: #fff;
    width: 62px;
    cursor: pointer;
    height: 62px;
    line-height: 62px;
    font-size: 32px;
    margin: 0px auto 10px;
    display: block;
    position: relative;
    box-shadow: #00000033 0px 2px 6px 1px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    background-size: cover;
    text-decoration: none;
    background-color: #25d366;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none !important;
    max-width: none !important
}
.whatsAppFloating a svg {
    stroke: #fff;
    fill: #fff;
    width: 30px;
    margin-bottom: 6px;
    margin-left: 2px;
    transition: ease-in-out 0.1s all;
}

.whatsAppFloating a:hover svg {
    width: 36px;
}

/*  */



.wpcf7-spinner {
    display: none;
}
form.submitting .wpcf7-spinner {
    display: block;
}
