/* About us page start  */
.page-template-template-about-us .who-are-we__wrapper .entry-container {
  max-width: 680px;
}

.mission__section {
  background-color: #f8f7ef;
}
.mission__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(15px, 3vw, 40px);
  max-width: 1306px;
}
.mission__wrapper > div {
  width: 50%;
}
.mission__wrapper .featured-image img {
  width: 100%;
  height: 432px;
  border-radius: 15px;
  object-fit: cover;
}
.mission__wrapper h2 {
  margin-bottom: clamp(14px, 3vw, 25px);
}
.mission__wrapper .entry-container {
  display: flex;
  gap: 20px;
  text-align: center;
  margin-top: clamp(16px, 2vw, 26px);
  flex-wrap: wrap;
}
.mission__wrapper .entry-container img {
  height: 80px;
}

.vision__section {
  text-align: center;
}
.vision__section h2 {
  margin-bottom: 12px;
}
.vision__wrapper {
  max-width: 703px;
  margin: 0 auto clamp(20px, 3vw, 35px);
}
.vision__wrapper p{
  text-align: center;
}
.vision__wrapper h3 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 300;
  margin-bottom: clamp(10px, 2vw, 16px);
  margin-top: 25px;
}
.vision__section img {
  border-radius: 15px;
}

.page-template-template-about-us .our-process__section {
  background-color: #f8f7ef;
  padding: clamp(30px, 4vw, 50px) 0;
}

.single-content__section .content__area {
  max-width: 835px;
  margin: 0 auto;
  text-align: center;
}
.single-content__section .content__area p{
	text-align:center;
}

@media (max-width: 989px) {
  .page-template-template-about-us .who-are-we__wrapper .entry-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .mission__wrapper {
    flex-direction: column;
  }
  .mission__wrapper > div {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .mission__wrapper .entry-container {
    justify-content: center;
  }
}
/* About us page end  */

/* Contact us page start  */
.contact-us__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 65px);
}
.contact-us__wrapper > div {
  width: 50%;
}
.contact-us_container h3{
color: #fd5412 ;
font-size: 30px;

}
.contact-us__form {
  background-color: #eeeeee;
  border-radius: 15px;
  padding: clamp(20px, 3vw, 40px);
}
.contact-us__form form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  row-gap: 14px;
}
.contact-us__form form p {
  margin: 0;
  position: relative;
  width: 100%;
}
.contact-us__form form p:nth-of-type(1),
.contact-us__form form p:nth-of-type(2) {
  width: calc(50% - 12px);
}
.contact-us__form form .wpcf7-submit {
  background: linear-gradient(90deg, #fd5412 1.36%, #f1a61d 100%);
  color: var(--light);
  cursor: pointer;
  transition: var(--transitio);
  margin-top: 12px;
}
.contact-us__form form .wpcf7-submit:hover {
  background: var(--primary);
}
.contact-us__wrapper h2 {
  font-size: clamp(22px, 3vw, 38px);
  margin-bottom: clamp(20px, 3vw, 35px);
}
.contact-us__wrapper .contact-us_container h2 {
  font-weight: 300;
  margin-bottom: 10px;
}
.contact-us_container ul {
  margin: clamp(30px, 4vw, 55px) 0 clamp(25px, 4vw, 50px);
  padding: 0;
  list-style: none;
}
.contact-us_container li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-us_container li:not(:last-child) {
  margin-bottom: 8px;
}
.contact-us_container li p,
.contact-us_container li a {
  color: #757575;
  font-size: 18px;
}
.contact-us_container li span {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.contact-us_container li::before {
  content: url(../img/footer-1.png);
  line-height: 1;
  margin-top: 3px;
  width: 40px;
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us_container li:nth-child(2)::before {
  content: url(../img/footer-2.png);
}
.contact-us_container li:nth-child(3)::before {
  content: url(../img/footer-3.png);
}
.social-links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  row-gap: 8px;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 10px 16px;
}
.social-links h3 {
  margin: 0;
}
.social-links div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links a {
  color: #181818;
  font-size: 20px;
}
.map__section iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  aspect-ratio: 9/3;
}
@media (max-width: 1200px) {
  .map__section iframe {
    aspect-ratio: 7/3;
  }
}
@media (max-width: 767px) {
  .contact-us__wrapper {
    flex-direction: column;
  }
  .contact-us__wrapper > div {
    width: 100%;
  }
  .contact-us__form form {
    gap: 14px;
  }
  .contact-us__form form p:nth-of-type(1),
  .contact-us__form form p:nth-of-type(2) {
    width: calc(50% - 7px);
  }
  .map__section iframe {
    aspect-ratio: 4/3;
  }
}

/* Contact us page end  */

/* Single Blog page start  */
.single-blog__section .content__area {
  max-width: 845px;
  margin: 0 auto;
}
/* Single Blog page end  */

/* Product Include start  */
.product-include__section {
  background-color: #f8f8f8;
}
.product-include__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(30px, 3vw, 50px);
  justify-content: space-between;
}
.product-include-left {
  background-color: #fff5e5;
  max-width: 390px;
  width: 100%;
  position: sticky;
  top: 130px;
}
.product-include-left h2 {
  padding: 20px;
  background-color: var(--primary);
  margin: 0;
  color: var(--light);
  font-size: clamp(22px, 4vw, 36px);
}
.product-include__section ul.tabs {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  width: 100%;
}
.product-include__section ul.tabs li {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--text-1);
  padding: 7px 14px;
  cursor: pointer;
  width: fit-content;
  transition: var(--transition);
  margin-bottom: 2px;
  border-radius: 0 50px 50px 0;
}
.product-include__section ul.tabs li:last-child {
  margin-bottom: 0;
}
.product-include__section ul.tabs li.active,
.product-include__section ul.tabs li:hover {
  color: var(--primary);
  background-color: #ffffff;
}
.product-include__section .tab-content {
  display: none;
}
.product-include__section .tab-content.active {
  display: block;
}
.product-include__wrapper .tab-wrapper {
  width: 100%;
}
@media (max-width: 1200px) {
  .product-include-left {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .product-include__wrapper {
    flex-direction: column;
  }
  .product-include__section ul.tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .product-include-left h2 {
    text-align: center;
  }
  .product-include-left {
    position: unset;
    max-width: 100%;
  }
}
/* Product Include end  */
