/*  ------------------ Green Header --------------------- */

.breadcrumb-section {
  position: relative;
  width: 100%;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.greenColor-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  inset-inline-end: 0;
  justify-content: flex-end;
}

.greenColor {
  width: 40%;
  height: 150px;
  position: relative;
  /* background-color: #4da05b; */
}

.active-title {
  font-weight: 400;
  color: #545454;
  font-size: 16px;
}

/* gray color */
.gray1,
.gray2,
.gray3 {
  position: absolute;
  height: 100%;
  background-color: #d8d8d8;
}

.gray1 {
  width: 8px;
  inset-inline-end: calc(39vw - 38px);
}

.gray2 {
  width: 16px;
  inset-inline-end: calc(39vw - 23px);
}

.gray3 {
  width: 22px;
  inset-inline-end: calc(39vw - 0px);
}

/* Green Header Title */
.greenTitle-wrapper{
  width: 100%;
  display: flex;
  height: 100%;
  z-index: 2;
  align-items: center;
}
.greenTitle {
  width: 100%;
  max-width: 1350px;
  margin: 20px auto;
}

.bread-crumb-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  margin-bottom: 5px;
}

.greenTitle div p {
  color: #787878;
  font-weight: 400;
  font-size: 15px;
  line-height: 156%;
  text-align: start;
}

.greenTitle div p span {
  font-weight: 500;
  line-height: 156%;
  text-align: start;
  margin: auto 5px;
}

.breadcrumb {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #787878;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  color: #545454;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li span {
  margin: 0 5px;
  user-select: none;
}

.breadcrumb li.active-title {
  color: #545454;
  font-weight: 500;
  font-size: 15px;
  cursor: default;
  user-select: none;
}

/* Mobile screen */
@media (max-width: 767px) {

  .gray1,
  .gray2,
  .gray3 {
    display: none;
  }


  .greenColor {
    width: 40vw;
  }

  .greenTitle {
    margin: 20px auto;
  }

  .bread-crumb-title {
    font-weight: 600;
    font-size: 15px;
  }

  .greenTitle div p {
    font-size: 10px;
  }
}

/* Tablet Screen */
@media (min-width: 768px) and (max-width: 1024px) {

.gray1 {
  width: 8px;
  inset-inline-end: calc(38vw - 38px);
}

.gray2 {
  width: 16px;
  inset-inline-end: calc(38vw - 23px);
}

.gray3 {
  width: 22px;
  inset-inline-end: calc(38vw - 0px);
}

  .greenTitle {
    margin: 20px auto;
  }

  .bread-crumb-title {
    font-weight: 600;
    font-size: 20px;
  }

  .greenTitle div p {
    font-size: 15px;
  }
}

/* Small Laptop Screen */
@media (min-width: 1025px) and (max-width: 1280px) {
  .greenTitle div p {
    font-size: 20px;
    text-align: start;
  }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .greenTitle div p {
    font-size: 20px;
  }
}
@media (max-width:768px) {
      .gray1,
  .gray2,
  .gray3 {
    display: none;
  }
}

/* ----------------- Contact us ------------------------ */
.call-us {
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}


.right-side-form {
  padding: 60px;

  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: -4px 0px 37px 0px #00000017;
  border-left: none;
}
.our-info{
  margin-inline-start: 0 !important;
}
.right-form-title {
  width: 359px;
  height: 84px;
  gap: 7px;
  margin-bottom: 29px;
}

.visit-us {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #4da05b;
  margin-bottom: 7px;
}

.call-us-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: right;
}

.right-form-text {
  width: 478px;
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  text-align: right;
  margin-bottom: 29px;
}

.our-info {
}

.our-info li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  list-style: none;
}

.our-info li p {
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  text-align: right;
  color: #6d6d6d;
}

.our-info li .info-image-wrapper{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  border:1px solid #4da05b;
  flex-shrink: 0;
}
.our-info li .info-image-wrapper img {
  width: 20px;
  height: 20px;
  object-fit: fill;
}


/* left side form */
.left-side-form {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid rgba(66, 73, 82, 0.06);
  border-right: none;
}

.recaptcha-wrapper {
  transform: scale(0.85);
}

.left-side-container {
  padding: 30px;
  text-align: center;
}

.left-inputs {
  width: 100%;
  text-align: end;
  margin-bottom: 10px;
}

.left-inputs label {
  padding-right: 5px;
}

.email-inp,
.message-inp {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(66, 73, 82, 0.106);
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #333;
}

textarea {resize: none;}

.email-inp::placeholder,
.phone-inp::placeholder,
.name-inp::placeholder,
.message-inp::placeholder {
  font-family: inherit;
  color: #bababa;
  text-align: start;
}

.phone-inp,
.name-inp {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(66, 73, 82, 0.106);
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #333;
}

.left-inputs {
  position: relative;
  display: inline-block;
}

.left-inputs .prefix {
  position: absolute;
  left: 47%;
  top: 46%;
  transform: translateY(-50%);
  color: #4da05b;
  font-weight: 500;
  font-family: inherit;
  font-size: 12px;
}



/* Submit */
.submit {
  width: 600px;
  align-content: center;
  margin-right: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.submit button {
  width: 170px;
  padding: 9.5px;
  gap: 10px;
  border-radius: 6px;
  border: none;
  background-color: #4da05b;
  color: white;
  font-family: inherit;
}

.submit button:hover {
  cursor: pointer;
  background-color: #42a151;
}

.left-inputs label {
  display: block;
  text-align: right;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  margin-top: 12px;
}

/* Mobile Screen */


/* Toast Notification Styles */
.toast-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    animation: toastFadeIn 0.3s ease-out forwards;
}

.toast-message.success {
    background-color: #4CAF50;
}

.toast-message.error {
    background-color: #F44336;
}

.toast-message .toast-icon {
    margin-right: 10px;
    font-weight: bold;
}

.toast-message.hide {
    animation: toastFadeOut 0.3s ease-in forwards;
}

@keyframes toastFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes toastFadeOut {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
}

@media (max-width:1400px ){
  .call-us{
    flex-direction: column;
  }
  .right-side-form {
    padding: 0;
    padding-bottom: 80px ;
    border-radius: 0;

    /*border-top-right-radius: 20px;*/
    border-start-end-radius: 20px;
    border-bottom-right-radius: 0px;
    /*border-bottom-right-radius: 20px;*/
    box-shadow: none;
    border-left: none;
  }
  .left-side-form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .left-side-container{
    padding: 0;
    padding-bottom: 80px;
    margin: 0;
    width: 100%;
    margin-right: 5px !important;
  }
  .left-inputs{
    width: 100%;
  }

  .submit{
    flex-direction: column;
    width: 100%;
    gap: 34px;
    align-items: center;
}
}

@media (max-width: 767px) {
  .call-us {
    margin: auto;
    flex-direction: column;
  }


  .right-side-form {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  .right-form-title {
    width: 259px;
    margin-bottom: 0;
  }

  .visit-us {
    font-weight: 600;
    font-size: 15px;
    text-align: start;
    margin-bottom: 7px;
  }

  .call-us-title {
    width: 100%;
    font-weight: 600;
    font-size: 25px;
    text-align: start;
    margin-top: 20px;
  }

  .right-form-text {
    width: 100%;
    font-weight: 400;
    text-align: start;
    margin-bottom: 0;
  }

  /* left side (down on mobile) */
  .left-side-container {
    width: 100%;
    gap: 15px;
    padding: 0;
    justify-content: space-between;
    text-align: center;
  }

  .left-side-form {
    width: 100%;
    margin-top: -31px;
    margin: auto;
    gap: 29px;
    border-radius: 30px;
    border: none;
    background-color: #ffffff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .left-inputs {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .left-inputs input {
    width: 100%;
    margin-bottom: 20px;
  }



  .submit {
    flex-direction: column;
    width: 100%;
    gap: 34px;
    align-items: center;
  }

  .submit button {
    width: 169px;
    height: 40px;
    margin-left: 29%;
    margin-top: 10px;
    border-radius: 6px;
    background-color: #202020;
    color: white;
    font-family: inherit;
  }
}
