.section-team-1  .title-48 span {
	color: var(--primary-color);
}

.section-team-1 .row-top {
  padding-bottom: 60px;
}

.section-team-1 {
  position: relative;
}

.section-team-1::before {
  content: "";
  position: absolute;
  top: 227px;
  left: 0;
  width: 100%;
  height: 236px;
 background: #F8F7F4;
}

.section-team-1::after {
  content: "";
  position: absolute;
  bottom: 249px;
  left: 0;
  width: 1113.692px;
  height: 558.178px;
  background: #F8F7F4;
}


.section-team-1 .row-top .col-right .img {
    width: 803.241px;
    height: 426.769px;
    aspect-ratio: 527 / 280;
}

.section-team-1 .row-bottom .col-left .img-inner {
  width: 560.991px;
  height: 649.796px;
}
.section-team-1 .row-bottom {
  align-items: center;
}
.section-team-1 .row-bottom .col-left .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-team-1 .col-right .wrap-box-content {
  padding: 30px;
  border-radius: 40px;
  border-left: 6px solid #FEC00F;
  background: #FEC00F;
  color: var(--text-heading);
  padding-top: 96px !important;
  position: relative;
}

.section-team-1 .col-right .wrap-box-content * {
   font-size: var(--fz-20);
  font-weight: 500;
  line-height: 1.5;
	margin-bottom: 20px;
}

.section-team-1 .col-right .wrap-box-content *:last-child {
	margin-bottom: 0px;
}

.section-team-1 .col-right .wrap-box-content .icon {
  background-image: url('../../img/about.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 121.306px;
  height: 127.302px;
  position: absolute;
  left: 56px;
  top: -54.185px;
}

.section-team-2 .title-48 {
  margin-bottom: 70px;
}

.section-box-booking .wrap-booking-main {
  display: flex;
  padding: 32px 100px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  border: 2px solid #FFF;
  background: #8B8B8B;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  gap: 89px;
  /*background-position: center;*/
  background-position: right 17% center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-box-booking .wrap-booking-main .col-left{
 flex:1; 
 color: var(--text-white);
}
.section-box-booking .wrap-booking-main h3 {
  color: var(--text-white);
  margin-bottom: 2px;
}
.section-box-booking .wrap-booking-main .desc {
  font-weight: 500;
}
.section-box-booking .wrap-booking-main .wrap-btn{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  /*box-shadow: 0 12.5px 18.75px -3.75px rgba(0, 0, 0, 0.10), 0 5px 7.5px -5px rgba(0, 0, 0, 0.10);*/
}

.section-box-booking .wrap-booking-main .wrap-btn .btn-accent,
.section-box-booking .wrap-booking-main .wrap-btn .btn-primary {
  padding: 16px 64px !important;
  font-size: 20px !important;
}

.section-home-5 .team-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

/* .section-home-5 .team-wrap .item {
  border-radius: 16px;
  border: 1.5px solid #dbdada;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--text-white);
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0 #FEC00F;
} */

.section-home-5 .team-wrap .item {
  border-radius: 16px;
  border: 1.5px solid #dbdada;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--text-white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.section-home-5 .team-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 3;
}

.section-home-5 .team-wrap .item:hover::before {
  background-color: #FEC00F;
}

/* .section-home-5 .team-wrap .item:hover {
  border-color: #FEC00F;
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.10), 
    0 4px 6px -4px rgba(0, 0, 0, 0.10);
} */

.section-home-5 .team-wrap .item .image {
  height: 405px;
  width: 100%;
  flex-shrink: 0;
}
.section-home-5 .team-wrap .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home-5 .team-wrap .item .caption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  padding: 0px 24px;
  background-color: var(--text-white);
  z-index: 1;
  font-size: var(--fz-14);
}
.section-home-5 .team-wrap .item .caption div {
	  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.section-home-5 .team-wrap .item:hover .caption {
  opacity: 1;
  visibility: visible;
}
.section-home-5 .team-wrap .item .caption .btn {
  padding: 10px 24px !important;
}
.section-home-5 .team-wrap .item .caption .btn {
  margin-top: 20px;
}
.section-home-5 .team-wrap .item .content {
  padding: 24px;
  background-color: var(--text-white);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 2;
  position: relative;
  height: 100%;
}

.section-home-5 .team-wrap .item .name {
  color: var(--text-heading);
  margin-bottom: 8px;
}
.section-home-5 .team-wrap .item .position {
  color: var(--primary-color);
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.section-home-5 .team-wrap .item .position::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #fec00f;
}

.section-home-5 .team-wrap .item .list-profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  margin-bottom: 0px;
}

.section-home-5 .team-wrap .item .list-profile li {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.section-home-5 .team-wrap .item .list-profile li .icon {
  width: 20px;
  height: 20px;
}

.section-home-5 .team-wrap .item .list-profile li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home-5 .team-wrap .item .list-profile li .title {
  color: var(--text-description);
  margin-bottom: 0px;
}

.section-home-5 .team-wrap .item:hover {
	border: 1.5px solid #FEC00F;
  border-color: #FEC00F;
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.10), 
    0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

/* .section-home-5 .team-wrap .item:hover {
border: 1.5px solid #FEC00F;
  border-top: 4px solid #FEC00F;
  margin-top: -5px; 
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.10), 
    0 4px 6px -4px rgba(0, 0, 0, 0.10);
} */

/* .section-home-5 .team-wrap .item:hover .image img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
} */

/* .section-home-5 .team-wrap .item .image img {
  transition: transform 0.4s ease;
} */

@media (min-width: 768px) {
  .section-home-5 .team-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .section-home-5 .team-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-team-1 .col-right .wrap-box-content {
    padding: 56px;
  }
  .section-team-1 .row-bottom {
    margin-top: 72px;
  }
}

@media (min-width: 1281px) {
 .section-team-1 .col-left {
    padding-right: 22px;
  }
  .section-team-1 .col-right {
    padding-left: 0px;
    padding-right: 20px;
  }

}

@media (max-width: 1200px) {
  .section-team-1 .row-top .col-left .content br {
    display: none;
  }
  .section-team-1 .row-bottom .col-left .img-inner {
    width: 100%;
  }
  .section-box-booking .wrap-booking-main {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    padding: 32px 50px;
  }
    .section-team-1::before,
  .section-team-1::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-team-1 .row-bottom .col-left .img-inner {
    height: 564.796px;
  }
  .section-team-1 .col-right .wrap-box-content {
    font-size: var(--fz-18);
  }
  .section-team-1 .col-right .wrap-box-content .icon {
    width: 90px;
    height: 90px;
    top: -37.185px;
  }
  .section-team-1 .col-right .wrap-box-content {
    padding-top: 80px !important;
  }
}
@media(max-width: 567px) {
  .section-team-1 .row-top .col-right .img {
    height: 100%;
  }
  .section-box-booking .wrap-booking-main {
    padding: 34px;
  }
  .section-team-1 .row-bottom .col-left  {
    margin-bottom: 60px;
  }
  .section-team-2 .title-48 {
  margin-bottom: 40px;
}
}