.main-slider__content p {
    color: #fff;
  }
  
  
  
  .contact-form {
    padding-top: 60px;
    background: #F8F8F8;
    padding-bottom: 60px;
  }
  .contact-form-area {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 20px 30px;
  }
  .contact-title .sub-title {
    color: #076655;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 129%;
    letter-spacing: 0.36px;
    margin-bottom: 8px;
    cursor: default;
  }
  .contact-title .title {
    color: #121212;
    font-family: "Poppins", sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.44px;
    cursor: default;
  }
  .contact-form-area .comment-respond {
    margin-top: 32px;
  }
  .comment-respond {
    border-radius: 18px;
    position: relative;
  }
  .comment-respond {
    margin-top: 70px;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .comment-respond .contacts-email, .comment-respond .contacts-name, .comment-respond .single-input-field {
    margin-bottom: 12px;
  }
  .comment-respond input, .comment-respond select {
    padding: 0 20px;
    height: 60px;
    width: 100%;
    color: #121212;
    opacity: 1;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    background: none;
    cursor: default;
  }
  .comment-respond input:focus{
     color: #212529;
     /* background-color: rgb(232 247 236); */
     border-color: rgb(232 247 236);
     outline: 0;
     box-shadow: 0 0 0 .25rem rgb(232 247 236);
  }
  
  .comment-respond textarea:focus{
    color: #212529;
    /* background-color: rgb(232 247 236); */
    border-color: rgb(232 247 236);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(232 247 236);
  }
  .comment-respond textarea {
    resize: vertical;
    padding: 20px;
    width: 100%;
    color: #121212;
    border:1px solid #BDBDBD;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    height: 192px;
    margin-bottom: 12px;
    background: none;
  }
  .comment-respond label {
    display: block;
    text-align: initial;
    color: hsl(168deg 15.79% 18.63%);
    font-weight: 500;
    margin-bottom: 0.8rem;
  }
  .contact-map-area .map-wedget {
    border-radius: 0px;
  }
  .contact-map-area .map-wedget iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 690px;
    width: 100%;
  }
  
  .theme-btn.bubble {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #00715d;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 20px 49px;
    transition: color 0.5s linear;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
  }
  
  .theme-btn.bubble:hover {
    color: #fff;
  }
  .theme-btn.bubble:hover:before {
    top: -40%;
    background-color: #000;
  }
  
  .theme-btn.bubble:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -230%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #283734;
  }
  
  
  
  .contact-info-area {
    position: relative;
    padding-top: 120px;
    background-color: #F8F8F8;
  }  
  
  .contact-info-area .feature-image {
    position: absolute;
    width: 190px;
    height: 140px;
    top: 0;
    left: 0;
    margin-top: 9px;
    margin-left: 28px;
    z-index: 10;
    transform-origin: center;
    filter: drop-shadow(0px 4px 60px rgba(117, 165, 67, 0.12));
    animation: moveHorizontal2 2s linear infinite;
  }
  
  .contact-info-area .contact-wrapper {
    display: flex;
    gap: 24px;
  }
  
  .contact-info-area .icon-card {
    position: relative;
    z-index: 20;
    width: 100%;
  }
  .icon-card.style-two {
    padding: 35px 0px;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background-color: #283734;
    border-radius: 20px;
    overflow: hidden; /* Ensures any overflow is hidden */
    position: relative; /* Ensure child elements position relative to this */
  }
  
  .feature-two-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 235px;
    background-repeat: no-repeat;
    /* Optional: add height if necessary */
    /* height: 100%; */
  }
  
  .icon-card.style-two:hover {
    transition: all 0.5s ease-out;
  }
  .icon-card {
    display: flex;
    background: #ffffff;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 36px;
    border-radius: 20px;
  }
  .icon-card.style-two .icon {
    width: 95px;
    height: 95px;
    border-radius: 100px;
    justify-content: center;
    background-color: #f0fff4;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .icon-card .icon {
    position: relative;
    width: 78px;
    height: 78px;
    display: flex;
    z-index: 99;
    overflow: hidden;
  }
  
  .icon-card.style-two .icon i {
    font-size: 40px;
    color: #076655;
  }
  
  .icon-card.style-two .content {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    border-radius: 8px;
    padding: 0px 10px;
  }
  .icon-card .content {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .icon-card.style-two .content .title {
    margin-bottom: 10px;
  }
  
  .icon-card.style-two .content .title {
    font-family: "Poppins", sans-serif !important;
    color: #121212;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.56px;
    cursor: default;
    background: linear-gradient(to right, #fbd45a 50%, #fff 50%, #Fff);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-out;
    color: #ffffff;
  }
  
  .icon-card .content .desc{
    text-decoration: none;
    background: linear-gradient(to right, #fff 50%, #fbd45a 50%, #fbd45a);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-out;
    color: #ffffff;
    font-family: "Poppins", sans-serif !important;
    color: #5E5E5E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.36px;
  }
  
  
  .animated-text-red:hover, .page-area .page-content-wrapper .blog-post-nav .title:hover, .icon-card .content .title:hover, .icon-card .content .desc:hover, .single-post-item .post-title a:hover, .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover, .causes-slider-area.style-3 .causes-card-2 .content .title:hover, .causes-card .content .title:hover, .service-area.style-2 .service-content .title:hover {
    background-position: -100%;
  }
  .icon-card.style-two:hover .icon i {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
  }
  
  @media (max-width:1200px){

    .contact-info-area .contact-wrapper {
      display: grid;
      gap: 24px;
      flex-direction: column;
      grid-template-columns: 1fr 1fr;
    }
    }
  @media (max-width:767px){
    .banner-content.scene.banner-img img {
        width: 100%;
    }
    .contact-info-area .contact-wrapper {
        display: flex;
        gap: 24px;
        flex-direction: column;
        margin: 0px 15px;
    }
  }
p.text-wrapperdesign {
  font-size: 18px;
  color: #fff;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.bubble:hover {
  background: #000;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.bubble {
  width: unset;
}
.contact-for {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}