/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* google fonts start */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* google fonts end */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

:root {
  /* colors */
  --text-primary: #171a20;
  --text-secondary: rgba(0, 0, 0, 0.5);
  --base-transition: 0.4s all ease;

  /* font family */
  --font-primary: "Red Hat Display", sans-serif;
  --font-secondary: "Plus Jakarta Sans", sans-serif;

  /* font weights */
  --font--medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;

  /* all text sizes */
  --text--base: 16px;
  --text-lg: 18px;
  --text--xl: 20px;
  --text-2xl: 24px;
  --text-4xl: 32px;
  --text-6xl: 48px;
  --text-9xl: 90px;
}

.hidden {
  display: none;
}

/* Note: ZH hero section start here*/
.hero-section {
  background-image: url("../../images/about_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
}

.about-content {
  display: flex;
  flex-direction: column;
  max-width: 790px;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.about-content h2 {
  font-size: var(--text-9xl);
  color: var(--text-primary);
  font-family: Arial, Helvetica, sans-serif;
}

.about-content p {
  font-size: var(--text-lg);
  color: rgba(0, 0, 0, 0.67);
  font-family: var(--font-primary);
  font-weight: var(--font--medium);
  max-width: 800px;
  width: 100%;
}

.about-buttons {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.about-buttons a {
  font-family: Arial, Helvetica, sans-serif;
}

.watch-video-btn {
  background: white;
  padding: 9px 88px;
  border-radius: 4px;
  color: #000;
}

.learn-more-btn {
  background: #a6905d;
  padding: 9px 88px;
  border-radius: 4px;
  color: #fff;
}
/* Note: ZH hero section end here*/

/* Note: ZH Our vision section start here */
.border_bg {
  padding: 20px;
  background: url("../../images/about_page_border_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 800px;
}
.our_vision_section {
  padding: 130px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our_vision_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
  justify-content: start;
  /* max-width: 1290px;
  width: 100%; */
  margin: 0 auto;
}

.our_vision_bg {
  position: relative;
  /* max-width: 1290px; */
  width: 100%;
  height: 636px;
  margin: 0 auto;
  overflow: hidden;
}
.our_vision_bg img {
  width: 100%;
  height: 100%;
}

.our_vision_text_content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: start;
}
.our_vision_text_content h2 {
  font-size: var(--text-4xl);
  color: var(--text-primary);
  font-family: Arial, Helvetica, sans-serif;
}
.our_vision_text_content p {
  font-size: var(--text--xl);
  color: rgba(0, 0, 0, 0.5);
  font-family: var(--font-secondary);
}
/* Note: ZH Our vision section end here */

/* Note: ZH meet our team section start here */
.meet_our_team_title {
  color: var(--text-primary);
  font-size: var(--text-6xl);
  font-family: var(--font-secondary);
  font-weight: var(--font-semi-bold);
  text-align: start;
}

.meet_our_team_content_wrapper {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.team_member_img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.team_member_img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.team_member_img:hover {
  transform: scale(1.02);
  rotate: 2deg;
}

.meet_our_team_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: start;
}

.team_member_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: start;
  font-family: var(--font-primary);
}

.team_member_info h4 {
  font-size: var(--text-2xl);
  color: var(--text-primary);
  font-weight: var(--font-semi-bold);
}

.team_member_info p {
  font-size: var(--text-2xl);
  color: #a6905d;
  font-weight: var(--font-semi-bold);
}
/* Note: ZH meet our team section start end */

/* Note: what can we help today section start here */
.what_can_we_help_section {
  padding: 122px 0;
}

.contact_form {
  margin-top: 54px;
  padding: 56px;
  border-radius: 20px;
  background: #fff;
  box-shadow: -1px 14px 134px 0 rgba(10, 48, 61, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
  justify-content: start;
  line-height: normal;
}

.form_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_group label {
  font-size: var(--text--base);
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-weight: var(--font--semi-bold);
}

.form_group input {
  border-radius: 10px;
  border: 0.8px solid rgba(1, 2, 5, 0.35);
  padding: 16px 20px;
  font-size: var(--text-lg);
  color: var(--text-primary);
  font-family: var(--font-secondary);
  line-height: normal;
}

.form_group input::placeholder {
  color: #5a5c5f;
  font-size: var(--text--base);
}

.text_area {
  grid-column: 1 / span 2;
}

.text_area textarea {
  border-radius: 10px;
  border: 0.8px solid rgba(1, 2, 5, 0.35);
  padding: 16px 20px;
  font-size: var(--text-lg);
  color: var(--text-primary);
  font-family: var(--font-secondary);
}

.text_area button {
  border: 0;
  border-radius: 10px;
  background: #a6905d;
  font-size: 18px;
  font-weight: var(--font-semi-bold);
  padding: 15px 0;
  color: #fff;
  font-family: var(--font-secondary);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.text_area button:hover {
  background: #7a6b48;
}
/* Note: what can we help today section end here */

/* Note: our offers section start */

.our_offers_section {
  padding-bottom: 120px;
}

.our_offers_content {
  background: #f7f7f8;
  margin-top: 78px;
  padding: 80px 68px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* office location box */
.our_offers_box h4 {
  font-size: var(--text-2xl);
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-weight: var(--font-semi-bold);
}

.office_location_info {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: var(--text-lg);
  color: var(--text-secondary);
  font-family: var(--font-secondary);
}

.office_location_info p {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: var(--text-lg);
}

.address_width {
  max-width: 265px;
  width: 100%;
}

/* Note: our offers section end */

/* Note: google map location start */
.google_map_location {
  margin-bottom: 120px;
  margin-top: 67px;
  width: 100%;
  height: 600px;
}
.google_map_location iframe {
  width: 100%;
  height: 100%;
}
/* Note: google map location end */

/* laptop devices */
@media only screen and (min-width: 1201px) and (max-width: 1580px) {
  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 65px;
    padding: 50px 30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
  }
  .our_offers_box h4 {
    font-size: var(--text-2xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */
}
/* large tablet devices */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* note: Zh header section start */
  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 210px;
  }

  .fr-nav {
    gap: 24px;
  }
  .fr-contact-button a {
    padding: 8px 16px;
    font-size: 18px;
  }

  /* Note: hero section reponsiveness */
  .about-content h2 {
    font-size: 75px;
    margin-bottom: 10px;
  }
  .about-content p {
    font-size: var(--text-base);
  }

  /* Note: our vision section reponsiveness start*/
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 65px 0;
  }
  .border_bg {
    padding: 15px;
    min-height: 552px;
  }
  .our_vision_bg {
    height: 480px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: 28px;
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }
  /* Note: our vision section reponsiveness end*/

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 80px 0;
  }
  .contact_form {
    padding: 50px;
    gap: 25px;
  }

  .form_group {
    gap: 8px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: var(--text-lg);
    line-height: normal;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */
}
/* medium tablet devices 991px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Note: header start */
  .open--sidebar {
    display: block;
    font-size: 20px;
  }
  .nav_list_hidden {
    display: none;
  }

  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 200px;
  }

  /* Note: hero section reponsiveness */
  .about-content h2 {
    font-size: 65px;
    margin-bottom: 10px;
  }

  .about-content p {
    font-size: var(--text-base);
  }

  .about-buttons {
    margin-top: 30px;
  }

  .watch-video-btn {
    padding: 9px 70px;
  }

  .learn-more-btn {
    padding: 9px 70px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 65px 0;
  }
  .border_bg {
    padding: 15px;
    min-height: 552px;
  }
  .our_vision_bg {
    height: 418px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-4xl);
    text-align: center;
  }
  .meet_our_team_content_wrapper {
    margin-top: 30px;
    gap: 25px;
  }
  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 6px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 80px 0;
  }
  .contact_form {
    padding: 40px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: var(--text-lg);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: var(--text--base);
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: var(--text--base);
    padding: 14px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */
}
/* small tablet devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Note:Zh header start */
  .open--sidebar {
    display: block;
  }
  .nav_list_hidden {
    display: none;
  }
  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 186px;
  }

  /* Note:hero section reponsiveness */
  .about-content h2 {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .about-content p {
    font-size: var(--text-base);
  }
  .about-buttons {
    margin-top: 30px;
  }

  .watch-video-btn {
    padding: 9px 60px;
  }

  .learn-more-btn {
    padding: 9px 60px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 65px 0;
  }
  .border_bg {
    padding: 15px;
    min-height: 570px;
  }
  .our_vision_bg {
    height: 360px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .meet_our_team_content_wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 4px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 80px 0;
  }
  .contact_form {
    margin-top: 45px;
    padding: 26px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: 14px;
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */

  /* Note: google map location start */
  .google_map_location {
    margin-bottom: 50px;
    margin-top: 35px;
    width: 100%;
    height: 440px;
  }
}
/* large mobile devices */
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .open--sidebar {
    display: block;
  }
  /* Note: Zh header start */
  .nav_list_hidden {
    display: none;
  }
  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 186px;
  }

  /* hero section reponsiveness */
  .about-content h2 {
    font-size: var(--text-6xl);
    margin-bottom: 20px;
  }
  .about-content p {
    font-size: var(--text-base);
  }
  .about-buttons {
    gap: 14px;
    margin-top: 30px;
  }
  .watch-video-btn {
    padding: 9px 50px;
  }

  .learn-more-btn {
    padding: 9px 50px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 65px 0;
  }
  .border_bg {
    padding: 15px;
    min-height: 570px;
  }
  .our_vision_bg {
    height: 360px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .meet_our_team_content_wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 4px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 50px 0;
  }
  .contact_form {
    margin-top: 36px;
    padding: 26px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: 14px;
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */

  /* Note: google map location start */
  .google_map_location {
    margin-bottom: 50px;
    margin-top: 35px;
    width: 100%;
    height: 400px;
  }
}
/* mobile devices */
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .open--sidebar {
    display: block;
  }
  /* Note: Zh header start */
  .nav_list_hidden {
    display: none;
  }
  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 160px;
  }

  /* Note: hero section reponsiveness */
  .about-content h2 {
    font-size: var(--text-4xl);
    margin-bottom: 10px;
  }
  .about-content p {
    font-size: var(--text-base);
  }
  .about-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 65px 0;
  }
  .border_bg {
    padding: 10px;
    min-height: 584px;
  }
  .our_vision_bg {
    height: 360px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .meet_our_team_content_wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 4px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 50px 0;
  }
  .contact_form {
    margin-top: 36px;
    padding: 16px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: 14px;
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */

  /* Note: google map location start */
  .google_map_location {
    margin-bottom: 50px;
    margin-top: 35px;
    width: 100%;
    height: 400px;
  }
}
/* extra small devices */
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .open--sidebar {
    display: block;
  }
  /* Note: ZH header start */
  .nav_list_hidden {
    display: none;
  }

  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 145px;
  }
  /* Note: ZH header end */

  /* Note: hero section reponsiveness */
  .about-content h2 {
    font-size: var(--text-4xl);
    margin-bottom: 15px;
  }
  .about-content p {
    font-size: var(--text--base);
  }
  .about-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 50px 0;
  }
  .border_bg {
    padding: 10px;
    min-height: 580px;
  }
  .our_vision_bg {
    height: 308px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .meet_our_team_content_wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 4px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 50px 0;
  }
  .contact_form {
    margin-top: 36px;
    padding: 16px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: 14px;
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */

  /* Note: google map location start */
  .google_map_location {
    margin-bottom: 50px;
    margin-top: 35px;
    width: 100%;
    height: 400px;
  }
}
/* extra extra extra small devices */
@media only screen and (max-width: 319px) {
  .open--sidebar {
    display: block;
  }
  /* Note: ZH header start */
  .nav_list_hidden {
    display: none;
  }

  .fr-header {
    padding: 16px 0;
  }

  .fr-logo {
    max-width: 145px;
  }
  /* Note: ZH header end */

  /* Note: hero section reponsiveness */
  .about-content h2 {
    font-size: var(--text-4xl);
    margin-bottom: 15px;
  }
  .about-content p {
    font-size: var(--text-base);
  }
  .about-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  /* Note: our vision section reponsiveness */
  .our_vision_content_wrapper {
    gap: 20px;
  }
  .our_vision_section {
    padding: 50px 0;
  }
  .border_bg {
    padding: 10px;
    min-height: 580px;
  }
  .our_vision_bg {
    height: 308px;
  }

  .our_vision_text_content {
    gap: 10px;
  }

  .our_vision_text_content h2 {
    font-size: var(--text-2xl);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
  }

  .our_vision_text_content p {
    font-size: var(--text--base);
  }

  /* Note: ZH Our team section start */
  .meet_our_team_title {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .meet_our_team_content_wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .meet_our_team_content {
    gap: 14px;
  }
  .team_member_info {
    gap: 4px;
  }
  .team_member_info h4 {
    font-size: var(--text-xl);
  }
  .team_member_info p {
    font-size: var(--text--base);
    color: #a6905d;
    font-weight: var(--font-semi-bold);
  }
  /* Note: ZH Our team section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 50px 0;
  }
  .contact_form {
    margin-top: 36px;
    padding: 16px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }
  /* Note: what can we help today section end */

  /* Note: what can we help today section start */
  .what_can_we_help_section {
    padding: 50px 0;
  }
  .contact_form {
    margin-top: 36px;
    padding: 16px;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .text_area {
    grid-column: 1;
  }

  .form_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form_group input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .form_group input::placeholder {
    color: #5a5c5f;
    font-size: 14px;
  }
  .text_area textarea {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: var(--text-base);
    line-height: normal;
  }
  .text_area button {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 0;
  }
  /* Note: what can we help today section end */

  /* Note: our offers section start */
  .our_offers_section {
    padding-bottom: 50px;
  }
  .our_offers_content {
    margin-top: 40px;
    padding: 25px 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
  .our_offers_box h4 {
    font-size: var(--text--xl);
  }
  .office_location_info p {
    font-size: var(--text--base);
  }
  .office_location_info {
    margin-top: 20px;
    gap: 12px;
    font-size: var(--text--base);
  }
  /* Note: our offers section end */

  /* Note: google map location start */
  .google_map_location {
    margin-bottom: 50px;
    margin-top: 35px;
    width: 100%;
    height: 400px;
  }
}