/*!
 * Date: 02/09/2024
 * This is style sheet for about us page
 */
/* contact banner section start */
.text-count-wrapper {
  margin-top: 3px;
}
.feelfree-section .error-message {
  margin-top: 3px;
  padding-left: 0px;
}
.contactbanner-section {
  position: relative;
}

.contactbanner-section .contactbanner-img {
  width: 100%;
  height: 540px;
}

.contactbanner-section .contactbanner-text-section {
  position: absolute;
  max-width: 40%;
  height: auto;
  width: auto;
  text-align: left;
  right: auto;
  bottom: auto;
  left: 5%;
  bottom: 7%;
}
.contactbanner-section .contactbanner-text-section h1 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
}
.contactbanner-section .contactbanner-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  word-wrap: break-word;
  margin-bottom: 0;
}

.contactbanner-section .contactbanner-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #0000008c;
  padding: 2rem 1rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
}
/* Mask the right border */
/* .contactbanner-section .contactbanner-description::before,
.contactbanner-section .contactbanner-description::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #ffffff;
}

/* Top mask 
.contactbanner-section .contactbanner-description::before {
  top: 0;
  height: 65px;
  width: 1px;
  background: white;
}

/* Bottom mask 
.contactbanner-section .contactbanner-description::after {
  bottom: 0;
  height: 65px;
  width: 1px;
  background: white;
} */

/* contact banner section end */

/* feel free section start */
.feelfree-section {
  position: relative;
}

.feelfree-section .container {
  padding: 5rem 0 6rem;
}

.feelfree-section .container > .row {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.feelfree-section h2 {
  font-family: "Roboto";
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}

.feelfree-section label {
  color: #3e2723;
  font-family: "Roboto";
  font-size: 16px;
}
.feelfree-section .form-control {
  border: 1px solid #3e2723;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
}
.feelfree-section .form-control#message {
  border-radius: 15px;
}
.feelfree-section .col-md-6 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.feelfree-section .btn-primary {
  font-size: 1rem;
  height: 45px;
  line-height: 1;
  margin-top: 1rem;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  background-color: #f57c00;
  border: none;
  margin-top: 1rem;
}
.feelfree-section .btn-primary:hover {
  color: #ffffff;
  background-color: #ffa726;
}

/* feel free section end */

/* follow us section start */
.followus-section {
  position: relative;
  padding: 4rem 1rem 4rem;
  background-color: #ffd476;
}

.followus-section .container {
  padding: 1rem 0 1rem;
}
.followus-section h2 {
  font-family: "Roboto";
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.followus-section .social-links {
  width: 45%;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}

.twitterx {
  border-radius: 50%;
}
/* follow us section end */

/* map section start */
.map-section {
  position: relative;
}

.map-section .container {
  padding: 0;
  max-width: 100%;
}

.status-message-alert {
  color: red;
}

.feelfree-section .form-required::after {
  content: "*";
  color: red;
}
.iti {
  width: 100%;
}
/* map section section start */
/* Higher resolution styles start */

@media (min-width: 1367px) {
  .contactbanner-section .contactbanner-text-section {
    left: 6%;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .contactbanner-section .contactbanner-text-section {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  /* .contactbanner-section .contactbanner-description {
    background-color: transparent;
  } */
  .contactbanner-section .contactbanner-img {
    height: 400px;
  }
  .contactbanner-section .contactbanner-text-section {
    max-width: 60%;
    padding: 0;
    left: 5%;
    height: auto;
  }
  .contactbanner-section .contactbanner-description {
    width: 100%;
    left: 20px;
  }
  .contactbanner-section .contactbanner-description::before {
    height: 100%;
  }
  .contactbanner-section .contactbanner-description::after {
    height: 100%;
  }
  .feelfree-section .col-md-6 {
    width: 100%;
  }
  .feelfree-section .col-12 {
    padding: 0 8px;
  }
  .feelfree-section .col-md-7 {
    width: 90%;
  }
  .feelfree-section .col-md-7 .row {
    width: 80%;
    margin: auto;
  }
  .feelfree-section .container {
    max-width: 100%;
    padding: 5rem 7rem 5rem;
  }
  .feelfree-section .submit-btn-sect {
    text-align: center;
  }
  .followus-section h2 {
    font-size: 2rem;
  }
  .followus-section .social-links {
    width: 50%;
  }
}
/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  /* .contactbanner-section .contactbanner-description {
    background-color: transparent;
  } */
  .contactbanner-section .contactbanner-img {
    height: 330px;
  }
  .contactbanner-section .contactbanner-text-section {
    max-width: 60%;
    padding: 0;
    left: 5%;
    /* height: 270px; */
  }
  .contactbanner-section .contactbanner-description {
    width: 100%;
    left: 20px;
  }
  .contactbanner-section .contactbanner-description::before {
    height: 100%;
  }
  .contactbanner-section .contactbanner-description::after {
    height: 100%;
  }
  .feelfree-section .col-md-6 {
    width: 100%;
  }
  .feelfree-section .col-md-7 {
    width: 70%;
  }
  .feelfree-section .container {
    max-width: 100%;
    padding: 5rem 7rem 5rem;
  }
  .feelfree-section .submit-btn-sect {
    text-align: center;
  }
  .followus-section h2 {
    font-size: 2rem;
  }
  .followus-section .social-links {
    width: 60%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .contactbanner-section .row {
    background-color: #000;
  }
  .contactbanner-section .contactbanner-img {
    height: 330px;
    object-fit: scale-down;
  }
  .feelfree-section label {
    font-size: 18px;
  }
  /* .contactbanner-section .contactbanner-description {
    background-color: transparent;
  } */
  .contactbanner-section .contactbanner-text-section {
    max-width: 85%;
    left: 5%;
    height: auto;
  }
  .contactbanner-section .contactbanner-description {
    width: 100%;
    left: 20px;
  }
  .contactbanner-section .contactbanner-description::before {
    height: 100%;
  }
  .contactbanner-section .contactbanner-description::after {
    height: 100%;
  }
  .feelfree-section .container {
    max-width: 100%;
    padding: 5rem 1rem 5rem;
  }
  .feelfree-section .submit-btn-sect {
    text-align: center;
  }
  .followus-section h2 {
    font-size: 2.5rem;
  }
  .followus-section .social-links {
    width: 70%;
  }
}

/* mobile styles end */
