/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 96px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E8ECFF 50%, #FFFFFF 100%);
  overflow: hidden;
  z-index: 1;
}

.team-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .20;
  z-index: -1;
}

.team-one__shape-1 img,
.team-one__shape-2 img {
  width: auto;
}

.team-one__shape-2 {
  position: absolute;
  bottom: 0;
  right: -30px;
  opacity: .20;
  z-index: -1;
}

.team-one__shape-3 {
  position: absolute;
  width: 416px;
  height: 388px;
  left: -149px;
  top: 315px;
  background: rgba(17, 149, 255, 0.24);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}

.team-one__shape-4 {
  position: absolute;
  width: 416px;
  height: 388px;
  right: -106px;
  top: 19px;
  background: rgba(17, 149, 255, 0.16);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}

.team-one__carousel {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: block;
  margin-left: 26px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  border-radius: 27px;
  overflow: hidden;
}

.team-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--Freshflow-black);
  transition: all 0.5s ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img::before {
  opacity: 0.5;
}

.team-one__img img {
  width: 100%;
  border: 2px solid var(--Freshflow-white);
  border-radius: 27px;
}

.team-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
}

.team-one__title-box {
  position: relative;
  display: block;
}

.team-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.team-one__title a {
  color: var(--Freshflow-black);
}

.team-one__title a:hover {
  color: var(--Freshflow-base);
}

.team-one__sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-one__arrow {
  position: relative;
  display: block;
}

.team-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--Freshflow-base);
  border: 1px solid var(--Freshflow-base);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.team-one__arrow a:hover {
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
}

.team-one__share-and-social {
  position: absolute;
  left: -26px;
  bottom: 18px;
  cursor: pointer;
  z-index: 2;
}

.team-one__share {
  position: relative;
  display: block;
}

.team-one__share span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
  border: 2px solid var(--Freshflow-white);
  border-radius: 50%;
}

.team-one__social {
  position: absolute;
  left: 26px;
  top: 4px;
  background-color: var(--Freshflow-white);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 6px 6px 30px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  background-position: left center;
  transition: all 0.5s ease-in-out 0.1s;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}

.team-one__share-and-social:hover .team-one__social {
  transform: scaleX(1.0);
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--Freshflow-black);
  background-color: #F1F1F2;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.team-one__social a:hover {
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
}

.team-one__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
  margin: 0;
}

.team-one__carousel.owl-theme .owl-nav .owl-next,
.team-one__carousel.owl-theme .owl-nav .owl-prev {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 11px;
  color: var(--Freshflow-base);
  background-color: transparent;
  border: 1px solid var(--Freshflow-base);
  font-size: 16px;
  margin: 0;
  transition: all 500ms ease;
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 6px;
}

.team-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 6px;
  text-align: center;
  display: inline-block;
  transform: rotate(-90deg);
}

.team-one__carousel.owl-theme .owl-nav .owl-next span,
.team-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-one__carousel.owl-theme .owl-nav .owl-next:hover,
.team-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--Freshflow-base);
  color: var(--Freshflow-white);
}

.team-page {
  position: relative;
  display: block;
  padding: 120px 0 61px;
}

.team-page .team-one__single {
  margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Why Choose Section 
--------------------------------------------------------------*/
.why-choose-section {
  position: relative;
  background: transparent;
  padding: clamp(50px, 7vw, 120px) 0;
  width: 100%;
  overflow: hidden;
}

.why-choose__left {
  position: relative;
  display: block;
  width: 100%;
}

/* Heading & Tagline */
.why-choose__heading {
  margin-bottom: clamp(20px, 3vw, 35px);
}

.why-choose__tagline {
  display: inline-block;
  color: #111111;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.why-choose__title {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.25;
  font-weight: 800;
  color: #06143b;
  margin: 0;
  word-break: break-word;
}

.why-choose__title span {
  color: var(--Freshflow-primary, #0364e0);
}

/* Feature Boxes Container */
.why-choose__content {
  margin-top: 25px;
}

.why-choose__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.8vw, 24px);
  width: 100%;
}

/* Feature Box Card */
.why-choose__feature {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(225, 232, 245, 0.8);
  box-shadow: 0 10px 30px rgba(6, 20, 59, 0.04);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  min-width: 0;
}

.why-choose__feature:hover {
  background: #ffffff;
  border-color: rgba(17, 149, 255, 0.2);
  box-shadow: 0 18px 40px rgba(6, 20, 59, 0.1);
  transform: translateY(-4px);
}

.why-choose__icon {
  width: clamp(42px, 4vw, 50px);
  height: clamp(42px, 4vw, 50px);
  background: var(--Freshflow-primary, #0364e0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 16px;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(17, 149, 255, 0.25);
}

.why-choose__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.why-choose__feature-title {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  color: #06143b;
  margin-bottom: 8px;
  word-break: break-word;
}

.why-choose__feature-desc {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.55;
  color: #64748b;
  margin: 0;
  word-break: break-word;
}

/* Right Side Image */
.why-choose__image-wrapper {
  width: 100%;
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose__image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 550px;
  display: block;
  object-fit: cover;
  border-radius: clamp(16px, 2vw, 24px);
}

/* =========================================================
   BREAKPOINT CONTROLS
   ========================================================= */
@media (max-width: 991px) {
  .why-choose__image-wrapper {
    margin-top: 35px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .why-choose__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .why-choose-section {
    padding: 55px 0;
  }

  .why-choose__features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .why-choose__feature {
    padding: 16px 14px;
  }

  .why-choose__feature-title {
    font-size: 16px;
  }

  .why-choose__feature-desc {
    font-size: 13px;
  }
}

/* Ultra-Small Mobiles (Below 360px) */
@media (max-width: 360px) {
  .why-choose-section {
    padding: 40px 0;
  }

  .why-choose__feature {
    padding: 14px 12px;
  }

  .why-choose__icon {
    width: 38px;
    height: 38px;
    padding: 8px;
    margin-bottom: 12px;
  }
}