/*
Theme Name: Mozarto
Author: George Daly
Author URI: https://www.mozarto.io
Description: Theme for Mozarto
Version: 1.1
*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1230px;
}

.header--spacing {
  margin-top: 89px;
}

.pt-141 {
  padding-top: 141px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pb-80 {
  padding-bottom: 80px;
}

header {
  background-color: #fff;
  padding: 22px 0;
  position: fixed;
  width: 100vw;
  z-index: 99;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding: 0px 40px;
}

header .navbar .navbar-brand {
  height: 45px;
  width: auto;
  object-fit: contain;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #0c0c0e;
  padding: 10px 18px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #85b100;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #85b100;
}

.btn_border:hover {
  color: #fff;
  background-color: #85b100;
}

.btn_border {
  background: transparent;
  color: #85b100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #85b100;
  padding: 9px 20px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  font-family: "Merriweather Sans", serif;
  overflow: hidden;
  z-index: 9;
}

.btn_primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn_primary {
  background: #26672f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #26672f;
  padding: 9px 20px;
  border-radius: 12px;
  min-width: 156px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-family: "Merriweather Sans", serif;
}

.banner_wrapper {
  /* background: url(http://figma-to-wp.local/wp-content/themes/Mozarto/images/section-hero.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 0px;
  overflow: hidden;
}

.banner_wrapper .banner_text {
  max-width: 1200px;
  margin: 0 auto;
}

.banner_wrapper .banner_text p {
  color: #b6d066;
  font-size: 16px;
  font-weight: 600;
  font-family: "Merriweather Sans", serif;
  margin-bottom: 32px;
}

.banner_wrapper .banner_text h1 {
  margin: 0 0 32px;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-family: "Urbanist", serif;
  font-weight: 600;
}

.banner_wrapper .banner_text h1 span {
  color: #85B100;
}

.banner_wrapper .banner_text h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffffcc;
  font-family: "Merriweather Sans", serif;
  margin: 0 0 65px;
}

.banner_wrapper .banner_text .btn_banner {
  background-color: #9dc033;
  font-family: "Merriweather Sans", serif;
  color: #fff;
  border-radius: 12px;
  padding: 22px 52px;
  font-size: 16px;
  font-weight: 600;
}

.banner_wrapper .banner_text .btn_banner:hover {
  background-color: #26672f;
}

.banner_wrapper .banner_img {
  text-align: center;
  margin-top: 15px;
}

.banner_wrapper .banner_img .curser {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about_text,
.about_img {
  opacity: 0;
  transform: translateY(50px);
  /* Move elements slightly down */
  transition: all 0.8s ease;
  /* Smooth animation */
}

.in-view .about_text,
.in-view .about_img {
  opacity: 1;
  transform: translateY(0);
  /* Bring elements back to original position */
}

.About_us .about_text h2 {
  font-size: 36px;
  color: #0c0c0e;
  font-family: "Urbanist", serif;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.About_us .about_text p b {
  font-weight: 700;
}

.About_us .about_text p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-family: "Merriweather Sans", serif;
}

.About_us .about_text h2 span {
  color: #85b100;
}

.About_us .about_text .btn_primary {
  padding: 14px 42px;
}

.service {
  padding: 112px 0px 128px 0px;
}

.service .title h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Urbanist", serif;
  color: #0c0c0e;
  margin-bottom: 20px;
}

.service .title h2 span {
  color: #85b100;
}

section.team.partners h3 span {
  color: #85b100 !important;
  !i;
  !;
}

.service .title p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-family: "Merriweather Sans", serif;
}

.service .service_box {
  padding: 20px;
  border-radius: 12px;
  /*   cursor: pointer; */
  border: 4px solid transparent;
}

.service .service_box:hover {
  border: 4px solid #26672f;
  border-radius: 12px;
  transition: 1s;
}

.service .service_box img {
  margin-bottom: 20px;
}

.service .service_box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #26672f;
  font-family: "Merriweather Sans", serif;
}

.service .service_box p {
  font-size: 16px;
  font-weight: 400;
  color: #0c0c0ecc;
  font-family: "Merriweather Sans", serif;
}

.mt-80 {
  margin-top: 50px;
}

.back_img {
  /* background-image: url(http://figma-to-wp.local/wp-content/themes/Mozarto/images/back-img.png); */
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.work {
  padding: 160px 0px 20px 0px;
  background-color: #103113;
}

.work .work_banner h2 {
  font-size: 48px;
  font-family: "Urbanist", serif;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}

.work .work_banner h2 span {
  color: #85b100;
}

.work .work_banner p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Poppins", serif;
  color: #fff;
}

.work .work_banner .btn_banner {
  padding: 16px 30px;
  background-color: #9dc033;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}

.work .work_banner .btn_banner:hover {
  background-color: #26672f;
}

.work .work_banner .curser {
  margin-top: 40px;
}

.poster {
  background-color: #103113;
  padding: 80px 0px 160px 0px;
  background-image: url("https://mozarto.coaxcloud.com/wp-content/themes/Mozarto/images/Background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.poster .poster_box {
  padding: 24px 0px;
}

.poster .poster_box .poster-img img {
  padding-left: 20px;
}

.poster .poster_box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Urbanist", serif;
}

.poster .poster_box h3 span {
  color: #b6d066;
}

.poster .poster_box p {
  margin-bottom: 24px;
  color: #ffffffcc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather Sans", serif;
}

.poster .poster_box ul {
  color: #b6d066;
  font-size: 14px;
  font-weight: 600;
  font-family: "Merriweather Sans", serif;
}

.poster .poster_box ul li {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Merriweather Sans", serif;
}

.poster .poster_box ul li img {
  margin-right: 10px;
}

.poster-back-1 {
  background-image: url("https://mozarto.coaxcloud.com/wp-content/themes/Mozarto/images/poster-Background-2.png");
  background-position: left bottom;
}

.poster-back-2 {
  background-image: url("https://mozarto.coaxcloud.com/wp-content/themes/Mozarto/images/poster-Background-2.png");
  background-position: center center;
}

.mt-128 {
  margin-top: 128px;
}

.faq {
  padding: 128px 0px 64px 0px;
}

.faq-container {
  background: linear-gradient(193.26deg, #fcf8e2 17.81%, #ffffff 83.11%);
  border-radius: 40px;
  padding: 72px 80px 56px;
}

.faq-container h2 {
  font-size: 48px;
  font-weight: 600;
  color: #26672f;
}

.faq-container p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 56px;
  color: #0c0c0e;
}

.faq-section {
  margin: 1rem 0;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.faq-question {
  background: #cee099;
  padding: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0c0c0e font-family: "Merriweather Sans", serif;
}

.faq-question span {
  color: #7c865c;
  padding: 1px 6px;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #000;
}

.faq-answer {
  display: none;
  background: #cee099;
  padding: 0px 24px 24px 24px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 400;
  color: #0c0c0ecc;
}

.contact-section {
  background: #449745;
  padding: 24px 32px;
  border-radius: 20px;
}

.contact-section h5 {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 12px;
  font-family: "Urbanist", serif;
}

.contact-section p {
  margin: 0;
  font-size: 18px;
  font-family: "Merriweather Sans", serif;
  font-weight: 400;
}

.contact-button {
  background: #9dc033;
  color: white;
  border: 0px;
  padding: 16px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  border-radius: 12px;
}

.contact-button:hover {
  background: #588c31;
}

.footer {
  background-color: #0f1e11;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.footer .logo {
  margin-bottom: 24px;
}

.footer .logo img {
  height: 40px;
}

.footer .nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer .nav a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer .nav a:hover {
  color: #c9e3b0;
}

.footer .social {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff14;
}

.footer .social img {
  height: 45px;
  transition: transform 0.3s ease;
}
.footer .social {
    align-items: center;
}
.footer .social img {
    height: 40px;
}
.footer .social a:nth-child(n+3) img {
    height: 24px;
}


.footer .social img:hover {
  transform: scale(1.1);
}

.footer .info {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 40px;
  color: #d1d1d1;
}

.footer .info span {
  display: block;
  margin-bottom: 12px;
}

.about .banner_wrapper {
  padding: 280px 0px 112px;
  background-position: bottom;
}

.about .banner_wrapper .banner_text h1 {
  font-size: 48px;
}

.about .title h2 span {
  color: #85b100;
}

.about .title h2 {
  font-size: 36px;
  color: #0c0c0e;
  font-family: "Urbanist", serif;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.about .about_container {
  background: linear-gradient(193.26deg, #fcf8e2 17.81%, #ffffff 83.11%);
  border-radius: 40px;
  padding: 72px 80px 56px;
}

.about .about_text {
  font-family: "Merriweather Sans", serif;
}

.about .about_text h4 {
  color: #85b100;
}

.about .about_text p {
  letter-spacing: 0px;
}

.about .title {
  color: #85b100;
  font-family: "Merriweather Sans", serif;
}

.about .title p {
  color: #0c0c0ecc;
  margin-bottom: 40px;
  font-size: 16px;
}

.about .title h3 {
  font-size: 48px;
  color: #0c0c0e;
  font-family: "Urbanist", serif;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.about .title h3 span {
  color: #85b100;
}

.team {
  padding: 16px 0px 80px;
  font-family: "Merriweather Sans", serif;
}

.team .team_box .team_img a {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
}

.team .team_box .team_img a img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* .team .team_box .team_img:hover a img {
  transform: scale(1.3);
} */
.team .team_box .team_content h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #0c0c0e;
}

.team .team_box .team_content p {
  font-size: 16px;
  line-height: 22px;
  color: #0c0c0ecc;
  margin: 0;
}

/* Initial hidden state */
.poster-img,
.poster_text {
  opacity: 0;
  transition: all 0.8s ease-out;
  /* Smooth animation */
}

/* Image moves from left */
.poster-img {
  transform: translateX(-100px);
  /* Move image to the left */
}

/* Text moves from right */
.poster_text {
  transform: translateX(100px);
  /* Move text to the right */
}

/* Visible state when in view */
.in-view .poster-img,
.in-view .poster_text {
  opacity: 1;
  transform: translateX(0);
  /* Reset position */
}

.search-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.search-input {
  width: 60%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
}

.search-button {
  padding: 10px 20px;
  background-color: #8dc63f;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.search-button:hover {
  background-color: #77a62c;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Grid Items */
.grid-item {
  background-color: #85b10029;
  height: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* .grid-item:hover {
  outline: 2px solid #85b10066;
} */
.serach-bar {
  margin-bottom: 30px;
  width: 60%;
}

.serach-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.serach-icon img {
  position: absolute;
  left: 20px;
}

.serach-icon input {
  width: 100% !important;
  padding: 10px 10px 10px 50px !important;
  border-radius: 12px !important;
  background-color: #f6f6f6 !important;
  border: 0px !important;
}

.serach-bar .contact-button {
  padding: 10px 20px;
}

/* Contact page css Start 23-01-2025 */
.mb-32 {
  margin-bottom: 32px;
}

section.mz__contact--section {
  padding: 144px 0;
}

.title h2 {
  font-family: "Urbanist";
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}

.title h2 span {
  color: #85b100;
}

.mz__contact--left {
  background-image: url("http://figma-to-wp.local/wp-content/themes/Mozarto/images/pattern.svg"),
    linear-gradient(180deg, #103113, #16541c);
  padding: 56px 47px 40px;
  border-radius: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mz__contact--left p {
  font-size: 12px;
  color: #ffffff;
}

.mz__contact--right p {
  font-weight: 500;
}

.mz__contact--right label {
  font-weight: 500;
  font-size: 14px;
}

.mz__contact--right form input,
.mz__contact--right form textarea {
  background-color: #f1f1f3 !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: "Merriweather Sans";
  font-size: 16px !important;
  color: #8f909f;
  font-weight: 300;
}

.mz__contact--right form input {
  height: 44px;
}

.mz__contact--right form textarea {
  resize: none;
}

section.mz__utility--section {
  padding: 88px 0 64px;
}

.utility--data {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.mz__utility--title h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Urbanist";
}

.mz__utility--title {
  margin-bottom: 80px;
}

.mz__utility--data p {
  font-family: "Merriweather Sans";
  font-size: 14px;
}

.mz__utility--data {
  background-image: linear-gradient(180deg, #fcf8e2, #ffffff);
  padding: 48px;
  border-radius: 40px;
}


.mz__contact--details .mz__contact--right .forminator-field>button.forminator-button-submit {
    margin-top: 24px;
}


@media (min-width: 1281px) {
  section.service .in-view .col-lg-4.col-md-6.col-12 .service_box.text-center {
    min-height: 265px !important;
  }
}

/* Contact page css End  23-01-2025 */
@media (max-width: 1281px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 14px 15px;
  }

  .poster {
    padding: 0px 20px;
  }

  section.mz__utility--section {
    padding: 33px 20px;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border: 0;
    box-shadow: none !important;
    outline: 0 !important;
  }

  header .navbar .navbar-collapse {
    margin-left: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    top: 60px;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .about .banner_wrapper {
    padding: 180px 0px 60px;
  }

  .mz__contact--left {
    padding: 40px 24px;
  }

  section.mz__contact--section {
    padding: 40px 20px;
  }

  .title h2 {
    font-family: "Urbanist";
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
  }

}

@media (max-width: 767px) {
  header .navbar {
    padding: 0px 20px;
  }

  .banner_wrapper .banner_text {
    padding: 0px 30px !important;
  }

  .banner_wrapper .banner_text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .banner_wrapper .banner_text h1 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .banner_wrapper .banner_text h5 {
    font-size: 16px;
  }

  .banner_wrapper .banner_text br {
    display: none;
  }

  .banner_wrapper .banner_text .btn_banner {
    padding: 17px 38px;
    font-size: 14px;
  }

  .banner_wrapper .banner_img {
    padding: 0px !important;
  }

  .banner_wrapper .banner_img .benner-img {
    margin-left: 55px;
  }

  .About_us {
    padding: 72px 0px 32px 0px !important;
    text-align: center;
  }

  .About_us .about_text {
    margin-bottom: 56px;
  }

  .About_us .about_text h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .About_us .about_text p {
    margin-bottom: 24px;
  }

  .About_us .about_text .btn_primary {
    padding: 12px 28px;
  }

  .service {
    padding: 56px 0px 80px 0px;
  }

  .service .title h2 {
    font-size: 28px;
    margin-bottom: 56px;
  }

  .service .service_box h4 {
    font-size: 18px;
  }

  .service .service_box p {
    font-size: 14px;
  }

  .mt-80 {
    margin-top: 20px;
  }

  .back_img {
    height: 280px;
    background-attachment: scroll;
  }

  .work {
    padding: 80px 0px 20px 0px;
  }

  .work .work_banner h2 {
    font-size: 44px;
  }

  .work .work_banner p br {
    display: none;
  }

  .mt-128 {
    margin-top: 80px;
  }

  .poster .poster_box .poster-img img {
    padding: 0px;
    margin-bottom: 56px;
  }

  .faq-container {
    padding: 40px 20px 30px;
  }

  .faq-container h2 {
    font-size: 28px;
  }

  .faq-container p {
    font-size: 16px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq {
    padding: 32px 0px;
  }

  .contact-section {
    flex-direction: column;
    padding: 24px;
    justify-content: left !important;
    text-align: left;
    position: relative;
    display: block !important;
  }

  .contact-section .contact-img img {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .contact-button {
    margin-top: 20px;
  }

  .footer .logo {
    text-align: left;
    padding: 0px 30px;
  }

  .footer .nav {
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
    padding: 0px 30px;
    gap: 10px;
  }

  .footer .social {
    justify-content: left;
    padding: 0px 30px 20px;
  }

  .footer .info {
    padding: 0px 30px;
    text-align: left;
  }

  .about .banner_wrapper {
    padding: 180px 0px 30px;
  }

  .about .about_container {
    padding: 16px;
  }

  .about .About_us .about_img {
    order: 1;
  }

  .about .About_us .about_text {
    order: 2;
    margin-top: 30px;
  }

  .about .about_text p {
    font-size: 14px;
  }

  .about .title br {
    display: none;
  }

  .about .title h2 {
    font-size: 24px;
  }

  .about .title h3 {
    font-size: 32px;
  }

  .about .About_us {
    padding: 72px 30px 32px;
  }

  .serach-bar {
    width: 100%;
  }

  .serach-bar .contact-button {
    margin-top: 0px;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mz__contact--details .col-md-6 {
    padding: 0;
  }

  .mz__contact--left .mz__left-top {
    margin-bottom: 60px;
  }

  .mz__contact--right .btn.btn_primary {
    width: 100%;
  }

  .mz__utility--title h1 {
    font-size: 40px;
  }

  .mz__utility--title {
    margin-bottom: 60px;
  }

  .contact-section .in-view {
    margin-bottom: 50px;
  }
}

.custom-cintact-us {
  padding: 16px 30px;
  background-color: #9dc033;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}

.custom-cintact-us:hover {
  background-color: #26672f;
}

.grid-item.company {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 5px;
}

.grid-item.company img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  aspect-ratio: 1;
  border-radius: 100%;
}

.grid-item.company h4 {
  font-size: 16px;
}

.forminator-ui#forminator-module-251.forminator-design--default .forminator-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

.forminator-ui#forminator-module-251.forminator-design--default .forminator-textarea {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  min-height: calc(1.5em + (.75rem + 2px)) !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 12px !important;
}

button.forminator-button.forminator-button-submit {
  background: #26672F;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #26672f;
  padding: 9px 20px !important;
  border-radius: 12px !important;
  min-width: 156px;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-family: "Merriweather Sans", serif;
}

img.custom-logo {
  width: 164px;
}

section.team.partners {
  padding: 96px 0;
}

.poster {
  margin-top: -2px !important;
}

.faq-question svg {
  transition: transform 0.5s ease-in-out;
  width: 20px;
  fill: #000000;
}

.rotate-icon {
  transform: rotate(180deg);
  /* Rotate the arrow downwards */
  transition: transform 0.5s ease-in-out;
}

section.team.partners .title h2 {
  color: #0c0c0e;
  margin-bottom: 20px;
  font-weight: 600;
}

.serach-bar {
  margin-top: 50px !important;
  !I;
  !;
}

@media (max-width: 766px) {
  .banner_wrapper .banner_text {
    padding: 0px 20px !important;
  }
}

@media (min-width: 767px) {
  .mz__partner section.banner_wrapper .container.p-0 {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
  }
}

.poster .poster_text {
  max-width: 650px;
}

/*         .banner_img img.benner-img {
        width: 100%;
        max-width: 800px;
        transform: rotateX(40deg) translateY(50px);
        transform-origin: center;
        transition: transform 0.3s ease-out;
        } */
.banner_img {
  perspective: 1000px;
  /* Adds depth */
  display: flex;
  justify-content: center;
}

.benner-img {
  width: 90%;
  max-width: 950px;
  transform: rotateX(20deg) translateY(30px);
  transform-origin: center;
  transition: transform 0.5s ease-out, box-shadow 0.3s ease-in-out;
  border-radius: 0px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.cursor-banner {
  text-align: center;
  margin-top: 50px;
}
}

@media (max-width: 767px) {
  .benner-img {
    margin: 0 auto !important;
  }
}

.email-id {
  text-align: right;
}

.email-id p {
  padding: 0px !important;
  margin-bottom: 0rem !important;
  font-size: 17px;
  letter-spacing: 0.51px;
}

.about_img.text-center.img-vido {
  background: linear-gradient(136.13deg, #FFFFFF 4.19%, rgba(216, 250, 80, 0.5) 95.64%);
  padding: 15px;
  border-radius: 15px;
}

.banner_img_mobile.px-5.hide-desktop {
  position: relative;
  height: 225px;
}

.banner_img_mobile.px-5.hide-desktop img.benner-img {
  position: absolute;
  width: 90%;
  right: 0;
  bottom: 0;
}

.about_img.text-center.img-vido video {
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {

  /* Mobile */
  .hide-mobile {
    display: none !important;
  }

  section.faq .text-white,
  .contact-section .text-white {
    height: 153px;
  }
}

@media (min-width: 768px) {

  /* Desktop */
  .mz__contact--details.row .col-md-6 .mz__contact--right h3 {
    margin-top: 58px;
  }

  .hide-desktop {
    display: none !important;
  }

  .mz__contact--details.row .col-md-6 {
    min-height: 518px;
  }

  .mz__contact--details.row .col-md-6 .mz__contact--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 518px;
  }

  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 0 !important;
    !i;
    !;
  }
}

.banner_img,
.banner_img_mobile,
.poster_box,
.title,
.animation {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.in-view.banner_img,
.in-view.banner_img_mobile,
.in-view.poster_box,
.in-view.title,
.in-view.animation {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* .team_content a, .team_content a img {
    width: 30px;
    height: 30px;
} */
.banner_img {
  opacity: 1;
  /*     transform: unset; */
}

.benner-img {
  width: 90%;
  max-width: 950px;
  transform: translateY(0px);
  /* Default position */
  transform 0.5s ease-out,
  box-shadow 0.3s ease-in-out transform-origin: center;
  /* transition: transform 0.5s ease-out, box-shadow 0.3s ease-in-out; */
  border-radius: 0px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .banner_img.px-5.hide-mobile {
    position: relative;
    height: 225px;
    display: block !important;
    transform: translateY(0);
  }

  .banner_wrapper .banner_img .benner-img {
    margin-left: 0;
    position: unset;
  }

  .banner_img_mobile.px-5.hide-desktop {
    display: none;
  }

  .cursor-banner {
    margin: 30px 0 70px;
    transform: translateY(20px);
  }
}

@media (max-width: 575px) {
  .banner_img.px-5.hide-mobile {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .banner_img.px-5.hide-mobile {
    transform: translateY(-30px);
  }

  .banner_img.px-5.hide-mobile {
    height: 145px;
  }
}
@media (max-width: 350px) {
    .cursor-banner {
        margin: 80px 0;
        transform: translateY(0px);
    }
    .banner_img.px-5.hide-mobile {
        height: 114px;
        margin: 0;
    }
}