/** Shopify CDN: Minification failed

Line 266:1 Expected "}" to go with "{"

**/
.second-inner-about-us-top-image {
  padding-bottom: 40px;
}
.second-inner-about-us-bottom-text p {
  font-size: 16px;
}
.main-about-us-page-top,
.main-about-us-page-bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.main-about-us-page-top,
.main-our-team-section-wrapper {
  margin: 0px;
  overflow: hidden;
}
.second-inner-about-us-page-wrapper {
  margin-bottom: 60px;
}
.second-inner-about-us-page .contact-info,
.second-inner-about-us-page .location-info,
.second-inner-about-us-page .email-info {
  width: calc(33.333% - 13px); /* Make each box take 1/3 of width minus gap */
  flex: 1; /* Allow them to grow equally */
}
.second-inner-about-us-page .contact-info-wrapper,
.second-inner-about-us-page .location-info-wrapper,
.second-inner-about-us-page .email-info-wrapper {
  padding: 40px;
  text-align: center;
  border-radius: var(--buttons-radius);
}
.second-inner-about-us-page .contact-icon,
.second-inner-about-us-page .location-icon,
.second-inner-about-us-page .email-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  transition: all .5s ease;
}
.second-inner-about-us-page .contact-content,
.second-inner-about-us-page .location-content,
.second-inner-about-us-page .email-content {
   padding-top: 25px;
}
.second-inner-about-us-page .contact-content h3,
.second-inner-about-us-page .location-content h3,
.second-inner-about-us-page .email-content h3 {
  padding-bottom: 15px;
  font-weight: 500;
}
.team-wrap .socials {
  line-height: 0;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.our-team .team-wrap {
  padding: 0 40px;
}
.our-team .container-fluid {
  padding: 0 50px;
}
.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
}
.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}
.team-member{
  border-radius: var(--media-radius);
}
.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 15px;
  overflow: hidden;
  width: calc(100% - 30px);
  margin-top: 40px;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
}
.team-details p {
  color: #fff;
  margin-bottom: 15px;
}
.team-img:hover .team-details {
  opacity: 1;
  margin-top: 0px;
}
.team-img:hover .overlay {
  opacity: 1;
}
.socials a {
  display: inline-block;
  background-color: transparent;
}
.socials svg {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-details .socials svg {
  color: #fff;
  fill: #fff;
  width: 20px;
  height: 20px;
}
.our-exclusive-team {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.team-sections-details {
  line-height: 1;
  text-align: center;
  padding: 15px;
  text-transform: capitalize;
}
.team-title.members-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.swiper-container.team_block .swiper-button-next, .swiper-container.team_block .swiper-button-prev{
  opacity: 0; 
  position: absolute !important;
  transform: translateY(-50%);
}
.swiper-container.team_block:hover .swiper-button-next, .swiper-container.team_block:hover .swiper-button-prev{
  opacity: 1; 
}
@media screen and (max-width: 1299px) {
  .second-inner-about-us-page-wrapper {
    margin-bottom: 50px;
  }
  .second-inner-about-us-page .contact-icon, .second-inner-about-us-page .location-icon, .second-inner-about-us-page .email-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .second-inner-about-us-page .contact-info-wrapper, .second-inner-about-us-page .location-info-wrapper, .second-inner-about-us-page .email-info-wrapper{
    padding: 30px;
  }
  .second-inner-about-us-page .contact-content, .second-inner-about-us-page .location-content, .second-inner-about-us-page .email-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1099px){
   .second-inner-about-us-page .contact-info-wrapper, .second-inner-about-us-page .location-info-wrapper, .second-inner-about-us-page .email-info-wrapper{
    padding: 20px;
  }
  .second-inner-about-us-page-wrapper {
      margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px){
  .team-details p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .team-details .socials svg {
    width: 14px;
    height: 14px;
  }
  .team-wrap .socials {
    column-gap: 10px;
  }
  .team-sections-details {
    padding: 10px;
  }
  .second-inner-about-us-page .contact-info-wrapper, .second-inner-about-us-page .location-info-wrapper, .second-inner-about-us-page .email-info-wrapper {
    padding: 15px;
  }
  .second-inner-about-us-page .contact-content h3, .second-inner-about-us-page .location-content h3, .second-inner-about-us-page .email-content h3{
    padding-bottom: 10px;
    font-size: 16px;
  }
  .second-inner-about-us-top-image{
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 840px){
  .second-inner-about-us-top-image{
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .main-about-us-page-top {
    flex-direction: column; /* Stack vertically on mobile */
  }
@media screen and (max-width: 767px){
  .team-title.members-name{
    font-size: 16px;
  }
  .second-inner-about-us-page .contact-info, .second-inner-about-us-page .location-info, .second-inner-about-us-page .email-info{
    max-width: 50%;
    width: 100%
  }
  .second-inner-about-us-page .email-info {
     margin-top: 30px   
  }
  .second-inner-about-us-page-wrapper {
    margin-bottom: 30px;
  }
  .second-inner-about-us-top-image{
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 575px){
  .second-inner-about-us-bottom-text p {
    font-size: 14px;
  }
  .second-inner-about-us-page .contact-info, .second-inner-about-us-page .location-info, .second-inner-about-us-page .email-info {
    max-width: 100%;
    width: 100%;
  }
  .second-inner-about-us-page .location-info,.second-inner-about-us-page .email-info {
    margin-top: 15px;
  }
  .second-inner-about-us-page-wrapper {
    margin-bottom: 20px;
  }
  .second-inner-about-us-top-image {
    padding-bottom: 15px;
  }
}