.breadcrumb-section-img {
  background-image: url(../images/about/Piesol\ banner.webp);
  position: relative;
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: right bottom;
  border-radius: 10px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 0px;

}

.bg_overlay {
  background-image: linear-gradient(to right, rgba(3, 32, 62, 0.90), transparent);
  border-radius: 10px;
}


.breadcrumb-section-txt {
  position: relative;
  padding: 30px 10px 30px 30px;

}

.breadcrumb-section-txt h1 {
  color: #fff;
  font-size: 70px;
  width: 90%;
  font-weight: 700;
}

.breadcrumb-section-txt h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;

}


.breadcrumb-section-txt p {
  color: #fff;
  font-size: 16px;

}

.breadcrumb-section-txt .txt-form-row {
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-form {
  background-image: url(../images/zoho-one/pattern-dot.png);
  background-color: #f9f7f1;
  background-size: cover;
  border-radius: 20px 20px 20px 20px;
}

.breadcrumb-form-h {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px 20px;
}

.breadcrumb-form-h h4 {
  margin: 0px;
  font-size: 20px;
}

.breadcrumb-form form {
  padding: 20px;
}

.breadcrumb-form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}


.breadcrumb-form form input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}

.breadcrumb-form form textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}

.breadcrumb-form form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 20px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  background-color: #162340;
  border: none;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.breadcrumb-form form button i {
  width: 30px;
  height: 30px;
  background: white;
  color: #242E45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: transform 0.6s ease;
}

.breadcrumb-form form button:hover i {
  transform: translateX(0px);
}



.about-us-imgs {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 27px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: end;
  z-index: 9;


}

.about-us-imgs h4 {
  z-index: 99;
}

.about-us-imgs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 350px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  /* backdrop-filter: blur(4px); */
  border-radius: 0 0 10px 10px;
  transition: background 0.4s ease;

}


.profile-img {
  width: 100%;
  height: 335px;
  border-radius: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #D6D6D6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
}

.team-profiles, .wwdb {
  border-radius: 10px;
}



/* Overlay for dark background on hover */
.profile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Soft black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  z-index: 1;
}

/* .profile-arrow {
    font-size: 24px;
    background: rgba(255, 255, 255, 0.2);
    width: 70px;
    height: 70px;
    opacity: 1;
    display: flex;
    color: white;
    transform: rotate(-45deg);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  } */

/* Show overlay and arrow on hover */
/* .profile-link:hover .profile-overlay {
    opacity: 1;
  }
  
  .profile-link:hover .profile-arrow {
    width: 70px;
    height: 70px;
    opacity: 1;
  }
   */



.profile-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.profile-link:hover {
  color: #f26522;
}

.profile-card p {
  color: #7F7F7F;
}


.profile-desc h4 {
  font-size: 18px;

}

.profile-arrow {
  width: 50px;
  height: 50px;

  border-radius: 50%;
  color: #162340;
  border: 1px solid #162340;
  display: flex;
  align-items: center;
  justify-content: center;

}

.profile-arrow i {
  transition: all 0.3s ease;
  transform: rotate(-45deg);

}

.profile-card:hover i {
  transform: rotate(0deg);
  color: #f26522;

}

.profile-card:hover .profile-arrow {
  border-color: #f26522;
}








/* sidebars */
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040;
}

.profile-sidebar {
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100%;
  background: #fff;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  padding: 30px;
  padding-top: 70px;
}

.sidebar-content .team-img {
  width: 100%;
  height: 215px;
  object-position: top;
  object-fit: cover;
  background-color: #D6D6D6;
}


.sidebar-content p {
  color: rgb(127, 127, 127);
}

.profile-sidebar.open {
  right: 0;
}

.sidebar-overlay.show {
  display: block;
}

.close-btn {
  font-size: 1.5rem;
  float: right;
  cursor: pointer;
}


.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}

.icon:hover {
  opacity: 0.8;
}

.instagram {
  background-image: url('https://cdn-icons-png.flaticon.com/512/2111/2111463.png');
}

.facebook {
  background-image: url('https://cdn-icons-png.flaticon.com/512/733/733547.png');
}

.linkedin {
  background-image: url('https://cdn-icons-png.flaticon.com/512/174/174857.png');
}

.x-twitter {
  background-image: url('https://cdn-icons-png.flaticon.com/512/5968/5968958.png');
}


.custom-bullets {
  list-style: none;
  padding-left: 1.5em;
}

.custom-bullets li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 18px;
}

.custom-bullets li::before {
  content: '•';
  position: absolute;
  left: -20px;
  color: #f26522;
  font-size: 20px;
  line-height: 1;
}

/* .about-team */
.team-img {
  border-radius: 10px;
  width: 95%;
  object-fit: cover;
}


.wwdb-card {
  padding: 26px;
  height: 300px;
  border-radius: 10px;
  background-color: white;
  transition: all 0.5s ease;
  /* border: 1px solid rgb(224, 224, 224); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wwdb-card .wwdb-img {
  width: 60px;
  transform: scale(0.9);
  height: 60px;
  object-fit: contain;
  transition: all 0.5s ease;


}

.wwdb-card p {
  color: grey;
}

.wwdb-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);

}

.wwdb-card:hover .wwdb-img {
  transform: scale(1.1);
}

.wcot img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);


}

.feature-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-size: 18px;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transform: translateX(5px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.feature-text {
  font-weight: 500;
  color: #333;
}

.slideStyle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background: var(--white);
  color: var(--black);
  transition: 0.25s;
}

.slideStyle.darkStyle {
  background: var(--black);
  color: var(--white);
}

.swiperParallax.swiper {
  width: 100%;
  overflow: hidden;
}

.swiperParallax .swiper-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.swiperParallax .swiper-slide {
  width: 50vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
}

.swiperParallax .swiper-slide.swiper-slide-active .gallery-img__wrapper {
  opacity: 1;
  transform: scale(1);
}

.swiperParallax .swiper-slide.swiper-slide-active .gallery-info__wrapper {
  opacity: 1;
  transform: translateY(0%);
}

.swiperParallax .gallery-img__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 66.7%;
  border-radius: 0.75rem;
  opacity: 0.25;
  transform: scale(0.6);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.swiperParallax .gallery-img__wrapper .gallery-img {
  position: absolute;
  top: 0;
  width: 130%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.swiperParallax .gallery-info__wrapper {
  display: flex;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.swiperParallax .gallery-info__wrapper .heading-medium {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}


.ze-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);

}


@media(max-width:430px) {
  .breadcrumb-section-img {
    height: 40vh;
  }

  .breadcrumb-section-txt h1 {
    font-size: 30px;
  }

  .breadcrumb-section {
    padding: 0px 10px;
  }

  .breadcrumb-section-img {
    background-position: center;
  }

  .about-us-imgs {
    height: 290px;
    margin-bottom: 20px;

  }

  .about-us-imgs::after {
    height: 290px;
  }

  .profile-sidebar {
    width: 360px;
  }
  .ze-img{
    height: 200px;
    
  }
  .wwdb-card{
    margin-bottom: 10px;
  }
}