.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
  justify-content: center;
  gap: 8px;
}

.pagination a {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
}
.pagination a:hover,
.pagination .active a {
  color: #ffffff;
  background: #000000;
}
button.page_number {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
}

span.page_numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
  justify-content: center;
  gap: 8px;
}
button.page_number:hover {
  color: #ffff;
  border-color: var(--color-primary);
  background: var(--color-primary);
}
/*----------------- fame ------------- */
iframe.floor_frame {
    width: 100%;
    height: 900px;
}

/* --------------------------------------------------- */

.community_section {
  padding: 30px 0 80px 0;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%); 
   background: transparent linear-gradient(180deg, #f5f5fa00 0%, #e4ebe9 100%) 0%
    0% no-repeat padding-box;
}

.community_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.community_title ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.community_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  /* width: 100%; */
}

.community_item {
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
}

.community_image {
  position: relative;
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.community_image > a img {
  width: 100%;
  height: 100%;
}

.community_content {
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 25px;
  width: 100%;
  color: #ffffff;
  transform: translateY(138px);
  transition: transform 0.5s ease;
  background: linear-gradient(1deg, black, transparent);
}
.community_content h4 {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: bold;
}

.community_content p {
  margin: 15px 0 5px 0;
}

.community_content .link {
  width: 30px;
  height: 30px;
  display: block;
}

.community_item:hover .community_content {
  transform: translateY(0);
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.team-section {
  padding: 80px 0 100px 0;
}

.team_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}

.team_list_content {
  padding-top: 15px;
  text-align: center;
}
.team_list_content h4 {
  color: #090909;
  font-size: 22px;
  font-weight: 600;
}
.team_list_content p {
  font-size: 16px;
  color: #ababab;
}

.team_list_image,
.team_list_image img {
  overflow: hidden;
  border-radius: 15px;
}

/* ------------------------------------ */

.page-banner {
  width: 100%;
}
.page-careers{
  background:url(../images/treteam2025.webp);background-size:cover
}
.page-agents
{
   background:url(../images/agents-group.jpg);background-size:cover
}
.page-banner .container {
  display: flex;
  flex-wrap: wrap;
  height: 850px;
  align-items: flex-end;
  padding-bottom: 100px;
}

/* .page-banner .content {
  max-width: 500px;
} */
.page-banner .content h1 {
  font-size: 80px;
  line-height: 1;
}
.page-banner .content p {
  margin: 20px 0 30px 0;
}

.page-banner .content .link {
  font-weight: 500;
  font-size: 20px;
  border-radius: 8px;
  padding: 13px 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--color-primary);
}
.page-banner .content .link:hover {
  border-color: var(--color-primary-hover);
  background: var(--color-primary-hover);
}
.page-banner .content .link img{
  filter: invert();
  max-width: 25px;
}

.page-banner .buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
}

.link-primary,
.link-outline {
  min-width: 215px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}

.link-primary {
  color: #ffffff;
  background: var(--color-primary);
}

.link-outline {
  border: 1px solid #090909;
}

.link-outline:hover {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.link-primary:hover{
  background: var(--color-primary-hover);
}

/* ------------------------------------ */

.work-with {
  padding: 200px 0 300px 0;
  background: #e4ebe9;
  position: relative;
  z-index: 0;
}

.work-with::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: url(../images/outline3.png) no-repeat;
  background-position: top center;
}
/* ------------------------------------ */

.media-insta {
  padding: 60px 0;
}

.blogs {
  padding: 60px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 235, 233, 1) 100%
  );
}

.blogs .heading_dot::after {
  right: -25px;
  bottom: 11px;
}

.blogs .title {
  margin-bottom: 40px;
}
.blogs .title h2 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.blogs .title p {
  margin: 0;
}

.blog_image {
  border-radius: 20px;
  overflow: hidden;
}

.blog_content {
  padding: 10px;
}
.blog_content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog_content a {
  font-weight: bold;
}
.blog_content a:hover {
  color: var(--color-primary);
}

/* --------------------------------------------------------- */

.why_treo {
  padding: 100px 0 260px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 235, 233, 1) 100%
  );
}

.why_treo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why_treo_left {
  width: 38%;
}
.why_treo_left h2 {
  font-size: 90px;
  line-height: 1;
}
.why_treo_left h2 span {
  font-size: 150px;
  line-height: 0.7;
}

.why_treo_left h4 {
  font-size: 60px;
  margin: 80px 0 20px 0;
}

.why_treo_right {
  width: 48%;
  position: relative;
}
.why_treo_right img:last-child {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 1;
}
/* --------------------------------------------------------- */

.discover {
  padding: 60px 0;
  overflow: hidden;
}
.discover .swiper {
  overflow: visible;
}
.discover .title {
  margin-bottom: 40px;
}
.discover .title h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}
.discover .title p {
  margin: 0;
}

.discover-image {
  position: relative;
  border-radius: 20px;
}

.discover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #ffffff;
  z-index: 1;
  transform: translateY(72%);
  transition: transform 0.5s ease;
  background: linear-gradient(1deg, black, transparent);
  width: 100%;
}
.discover-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
.discover-content p {
  margin: 10px 0 15px 0;
  font-size: 14px;
}

.discover-content a img {
  width: auto !important;
  object-fit: cover;
}

.discover-item:hover .discover-content {
  transform: translateY(0);
}

.discover-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discover-bottom > div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-direction: row-reverse;
}

.discover-swiper .swiper-slide {
  transition: width 0.5s ease-in-out;
}
.discover-swiper .swiper-slide .discover-image > a img {
  height: 500px;
  object-fit: cover;
}

.discover-swiper .swiper-slide:hover {
  width: 460px !important;
}

/* -------------------------------------------------------- */

.list-your-sec {
  padding-bottom: 80px;
}

.active-listing {
  padding: 60px 0;
}

/* -------------------------------------------------------- */

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
  margin-bottom: 30px;
  position: relative;
}
.search-form > div {
  width: 100%;
}

.search-form select,
.search-form input[type="text"],
.search-form button {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  width: auto;
  /* min-width: 120px; */
  height: 42px;
}
input#search-input {
  width: 30%;
  height: 42px;
}
.search-form input[type="text"] {
  flex-grow: 1;
  min-width: 200px;
  background: transparent;
}

.search-form button {
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  width: 46px;
  height: 42px;
}

.search-form button:hover {
  background-color: #333;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.search-form-first {
  display: flex;
  gap: 10px;
}

.search-form-second {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 25px;
}
.search-form-second .filter {
  border: none;
  padding-left: 30px;
  background: url(../images/filter-icn.png) no-repeat;
}

/* -------------------------------------------------------- */

.list_of_images {
  border-radius: 10px;
}
.list_of_images .swiper-slide {
  height: auto;
}
.list_of_images .swiper-slide a {
  display: block;
  height: 100%;
}
.list_of_images .swiper-slide img {
  height: 100%;
}

.swiper-button-prv,
.swiper-button-nxt {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
}

.swiper-button-nxt {
  left: 0;
  background: url(../images/list-arrow-l.png) no-repeat center;
}

.swiper-button-prv {
  right: 0;
  background: url(../images/list-arrow-r.png) no-repeat center;
}

.list_of_pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  position: absolute;
  bottom: 15px !important;
  z-index: 2;
}
.list_of_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.swiper-button-nxt:hover {
  background: #9eb7af url(../images/list-arrow-l.png) no-repeat center;
}

.swiper-button-prv:hover {
  background: #9eb7af url(../images/list-arrow-r.png) no-repeat center;
}

/* -------------------------------------------------------- */

.award_listing_slider .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  top: unset;
  bottom: 0;
}

.award_listing .swiper {
  padding-bottom: 30px;
}
.award_listing_slider .swiper-pagination-bullet {
  border-color: var(--color-primary);
}
.award_listing_slider .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

/* -------------------------------------- */

.controls {
  display: flex;
  column-gap: 20px;
  margin-top: 15px;
}

.controls .filter {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #090909;
  border-radius: 6px;
}
.controls .filter.active {
  color: #ffffff;
  background: var(--color-primary);
}

.controls .filter:first-child {
  border-color: var(--color-primary);
}

.container .mix {
  display: none;
}

/* -------------------------------------------------------- */

.watch-now-popup video{
  width: 100%;
}
/* matching_list --------------------------------------------------------- */


.matching_list_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.matching_list_head .left {
  font-size: 30px;
  font-weight: bold;
  color: #2a2a2a;
}

.matching_list_head p {
  display: flex;
  align-items: center;
}

.matching_list_head .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 35px;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 100px;
  background: #acc2bd;
}

.matching_list_main {
  margin-top: 12px;
}

.matching_list_item {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 25px;
  padding: 10px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 12px #00000029;
}

.matching_detail_right h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.matching_slider {
  width: 100%;
  border-radius: 25px;
}

.matching_detail_right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  font-size: 14px;
}
.matching_detail_right p {
  font-size: 18px;
  margin: 15px 0 10px 0;
}

.matching_details {
  display: flex;
  flex-wrap: wrap;
}

.matching_detail_right {
  width: calc(100% - 230px);
  padding-right: 25px;
  border-right: 1px solid #999999;
}

.matching_detail_left {
  width: 230px;
  padding-left: 25px;
}



.matching_list_item .swiper-button-next,.matching_list_item .swiper-button-prev {
    position: unset !important;
    margin: 0;
    width: 72px;
    height: 72px;
    background-size: cover;
}

.matching_list_item .swiper-button-next {
    background: url(../images/r-icon-w.png) no-repeat;
}
.matching_list_item .swiper-button-prev {
    background: url(../images/l_icon_w.png) no-repeat;
}


.matching_detail_right .link {
  display: flex;
  justify-content: flex-end;
  color: #658eff;
  text-decoration: underline;
}

.matching_detail_left a {
  display: flex;
  width: 100%;
  height: 142px;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  background: #d4d4d4;
  border-radius: 12px;
}

.matching_list_item .matching_sucess_text {
  grid-column: 1 / -1; /* Span full width of grid */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 54px;
  font-size: 20px;
  color: #acc2bd;
}
.matching_detail_left .active {
  background: #acc2bd;
}
.matching_detail_left .not-active {
  background: #2a2a2a;
}

.matching_detail_left a:last-child {
  margin-top: 23px;
}

.matching_detail_left span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.matching_list_item:not(:first-child) {
  margin-top: 25px;
}

.matching_slider .swiper-button-next,
.matching_slider .swiper-button-prev {
  position: absolute !important;
}

@media (max-width: 600px) {
  .matching_detail_left,
  .matching_detail_right {
    width: 100%;
  }
  .matching_list_item {
    grid-template-columns: 1fr;
  }
  .matching_list_head .left {
    font-size: 22px;
  }
  .matching_list_head {
    flex-direction: column;
    row-gap: 20px;
  }
  .matching_list_head .count {
    width: fit-content;
    height: 28px;
    padding-inline: 15px;
  }
  .matching_detail_right {
    border: none;
    padding: 0;
  }
  .matching_detail_left {
    padding-left: 0;
    display: flex;
    gap: 10px;
  }
  .matching_detail_left a:last-child {
    margin-top: 0;
  }
  .matching_details {
    gap: 30px;
  }
  .matching_detail_right ul{
    font-size: 15px;
  }
  .matching_detail_right h4{
    font-size: 18px;
  }
  .matching_detail_right p{
    font-size: 15px;
  }
}
