@font-face {
  font-family: Brushwell;
  src: url("../fonts/Brushwell.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: rgb(31, 41, 51);
  font-size: 14px;
  font-family: Outfit, sans-serif;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 130px;
}

.header-top-section {
  width: 100%;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.22);
}

.header-top {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.uk-sticky-fixed .top-header-section {
  border-color: rgb(239, 239, 239);
  height: 90px;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
}

.uk-sticky-fixed header {}

.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather span {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner-slider-item {
  width: 100%;
  position: relative;
}

.banner-wrapper,
.banner-inner {
  width: 100%;
  height: 100%;
}

.banner-inner {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.banner-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-text>span {
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 60px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 6px;
}

.banner-text p {
  font-weight: 300;
  color: rgb(255, 255, 255);
  width: 36%;
  font-size: 19px;
  margin: 0px auto !important;
}

.top-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-menu ul li a {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}

.top-menu ul li a:hover {
  text-decoration: underline !important;
}

.top-menu ul li.uk-inline {
  display: inline-flex;
}

.top-menu .uk-dropdown-nav {
  display: block;
}

.top-menu .uk-dropdown-nav li {
  display: block;
  border-bottom: 1px solid #ededed;
}

.top-menu .uk-dropdown-nav li:last-child {
  border-bottom: none;
}

.top-menu .uk-dropdown-nav li a {
  color: rgb(31, 41, 51);
  font-size: 14px;
  padding: 8px 16px;
  display: block;
}

.top-menu .uk-dropdown-nav li a:hover {
  color: rgb(31, 41, 51);
  text-decoration: underline;
}

/* Dropdown açılma efekti */
.top-menu .menu-dropdown.uk-dropdown {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  min-width: 180px;
  transform-origin: top left;
}

.top-menu .menu-dropdown.uk-dropdown[class*="uk-animation-"] {
  animation-duration: 0.28s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes menu-dropdown-enter {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-menu .menu-dropdown.uk-dropdown.uk-animation-enter,
.top-menu .menu-dropdown.uk-dropdown[class*="-enter"] {
  animation-name: menu-dropdown-enter !important;
}

/* Mobil menü: Kurumsal tıklanınca aşağı açılan accordion */
.canvas-has-sub {
  border-bottom: none !important;
}

.canvas-sub-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(43, 52, 60, 0.17);
}

.canvas-sub-accordion>li {
  border: none;
}

/* Metin rengi diğer menü linkleri ile aynı */
.canvas-menu .canvas-sub-toggle.uk-accordion-title,
.canvas-menu .canvas-sub-accordion .uk-accordion-title {
  color: rgb(43, 52, 60) !important;
  font-size: 16px;
  padding: 8px 0;
  padding-right: 40px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: visible;
}

.canvas-menu .canvas-sub-accordion>li {
  overflow: visible;
}

/* Ok: sağda, diğer accordionlarla çakışmadan tam görünsün */
.canvas-sub-accordion .uk-accordion-title::before {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid rgb(43, 52, 60);
  border-bottom: 2px solid rgb(43, 52, 60);
  background: none !important;
  background-image: none !important;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  float: none;
}

.canvas-sub-accordion .uk-open>.uk-accordion-title::before {
  margin-top: -3px;
  transform: rotate(-135deg);
}

.canvas-sub-accordion .uk-accordion-content {
  padding: 0 0 8px 12px;
  margin-top: -4px;
}

.canvas-submenu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.canvas-submenu li {
  border: none;
}

.canvas-submenu li a {
  font-size: 14px;
  opacity: 0.9;
  padding: 6px 0;
}

.uk-sticky-fixed .top-menu ul li a {
  color: rgb(20, 17, 43) !important;
}

.page-banner {
  position: relative;
  width: 100%;
  height: 150px;
  background: rgb(244, 244, 246);
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 19%;
  width: 80px;
  height: 119px;
  background-image: url("../images/page-after-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  pointer-events: none;
}

.page-banner::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 32%;
  width: 150px;
  height: 199px;
  background-image: url("../images/page-after-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  pointer-events: none;
  z-index: 1;
}

.page-banner .uk-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-banner-content {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.page-banner-accent {
  width: 40px;
  height: 3px;
  background: rgb(252, 217, 121);
  flex-shrink: 0;
}

.page-banner-title {
  font-size: 36px;
  font-weight: 700;
  color: rgb(31, 41, 51);
  margin: 0px;
  letter-spacing: 1px;
}

.projects-tab-section {
  padding: 50px 0px 60px;
  background: rgb(255, 255, 255);
}

.projects-tab-nav.uk-subnav-pill {
  margin-bottom: 0px;
  justify-content: center;
}

.projects-tab-nav.uk-subnav-pill>*> :first-child {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: rgb(31, 41, 51);
  background: rgb(232, 233, 238);
  transition: 0.3s;
}

.projects-tab-nav.uk-subnav-pill>*>a:hover {
  background: rgb(209, 211, 217);
  color: rgb(31, 41, 51);
}

.projects-tab-nav.uk-subnav-pill>.uk-active>a {
  background: rgb(31, 41, 51);
  color: rgb(255, 255, 255);
}

.projects-tab-panel {
  padding: 40px 0px;
  min-height: 200px;
  color: rgb(43, 52, 60);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.gallery-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}

.projects-tab-panel p {
  font-size: 15px;
  line-height: 1.6;
}

.projects-pagination-section {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgb(232, 233, 238);
}

.projects-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.projects-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.projects-pagination>* {
  padding-left: 0px;
}

.projects-pagination>*>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid rgb(232, 233, 238);
  background: rgb(244, 244, 246);
  color: rgb(31, 41, 51);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.projects-pagination>*>a:hover {
  background: rgb(232, 233, 238);
  border-color: rgb(209, 211, 217);
  color: rgb(31, 41, 51);
}

.projects-pagination>.uk-active>a {
  background: rgb(31, 41, 51);
  border-color: rgb(31, 41, 51);
  color: rgb(255, 255, 255);
}

.p-2 {
  padding: 10px;
}

.mobile-tel a {
  width: 100%;
  display: flex;
  height: 46px;
  background: rgb(209, 174, 99);
  padding: 2px 10px 0px;
  letter-spacing: 1.3px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.5s;
  color: rgb(255, 255, 255) !important;
  font-weight: 500 !important;
}

.mobile-tel a:hover {
  color: rgb(255, 255, 255) !important;
}

.bannerMobile {
  display: none;
}

.mobile-header {
  display: none;
}

.slide-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 45px;
  padding: 0px 25px;
  background: rgb(31, 41, 51);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
}

.slide-btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: transform 0.4s;
  font-size: 14px;
  font-weight: 500;
}

.slide-btn span:nth-child(1) {
  top: 0px;
}

.slide-btn span:nth-child(2) {
  top: 100%;
}

.slide-btn:hover span:nth-child(1) {
  transform: translateY(-100%);
  color: rgb(255, 255, 255) !important;
}

.slide-btn:hover span:nth-child(2) {
  transform: translateY(-100%);
  color: rgb(255, 255, 255) !important;
}

a.slide-btn {
  padding: 0px 70px;
}

button.uk-button.uk-button-default.languageBtn {
  padding: 0px;
  width: 45px;
  height: 45px;
  margin-right: 9px;
  background: rgb(255, 255, 255);
  color: rgb(31, 41, 51);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.ukDrop.uk-drop.uk-dropdown {
  padding: 0px;
  min-width: 45px !important;
}

.language {
  width: 45px;
  text-align: center;
}

.language ul {
  width: 45px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 4px;
}

.language ul li {
  border-bottom: 1px solid rgb(237, 237, 237);
}

.language ul li:last-child {
  border-bottom: 0px solid rgb(237, 237, 237);
}

.language ul li a {
  display: block;
  color: rgb(31, 41, 51);
  font-weight: 500;
  padding: 8px 0px;
  transition: 0.5s;
}

.language ul li a:hover {
  opacity: 0.6;
}

.language ul li a:hover {
  color: rgb(31, 41, 51);
}

.banner-text h1 {
  font-family: Brushwell;
  color: rgb(255, 255, 255);
  font-size: 98px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px;
}

.slide-btn2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 45px;
  padding: 0px 25px;
  background: rgb(255, 255, 255);
  color: rgb(31, 41, 51);
  text-decoration: none;
  font-weight: 600;
}

.slide-btn2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: transform 0.4s;
  font-size: 14px;
  color: rgb(31, 41, 51);
  font-weight: 500;
  text-shadow: none !important;
}

.slide-btn2 span:nth-child(1) {
  top: 0px;
}

.slide-btn2 span:nth-child(2) {
  top: 100%;
}

.slide-btn2:hover span:nth-child(1) {
  transform: translateY(-100%);
  color: rgb(31, 41, 51);
  text-shadow: none !important;
}

.slide-btn2:hover span:nth-child(2) {
  transform: translateY(-100%);
  color: rgb(31, 41, 51);
  text-shadow: none !important;
}

a.slide-btn2 {
  padding: 0px 70px;
}

.banner {
  position: relative;
}

.scroll-icon {
  position: absolute;
  bottom: 80px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.scroll-icon a {
  display: inline-block;
  text-decoration: none;
}

.mouse {
  width: 28px;
  height: 45px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  position: relative;
  animation: 2s ease-in-out 0s infinite normal none running upDown;
}

.wheel {
  width: 4px;
  height: 8px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: 1.5s ease 0s infinite normal none running scrollWheel;
}

@keyframes upDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    top: 8px;
  }

  100% {
    opacity: 0;
    top: 18px;
  }
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 5%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.small-title {
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(252, 213, 121);
}

.about-left {
  display: flex;
  flex-direction: column;
}

.about-left span {
  font-size: 40px;
  font-weight: 800;
}

.about-left small {
  font-family: Brushwell;
  font-size: 48px;
}

.about-left p {
  color: rgb(43, 52, 60);
  font-size: 15px;
  font-weight: 300;
}

.read-more {
  background: rgb(31, 41, 51);
}

.read-more a {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  overflow: hidden;
  transition: transform 0.3s;
  height: 45px;
  padding: 0px 25px;
  align-items: center;
}

.read-more a::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  transition: 0.3s;
  background: url("../images/arrow-read-more.svg");
  width: 11px;
  height: 8px;
}

.read-more a:hover {
  transform: translateX(10px);
  color: rgb(255, 255, 255);
}

.read-more a:hover::before {
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
}

.video a {
  display: flex;
  align-items: center;
  height: 45px;
  color: rgb(31, 41, 51);
  font-weight: 500;
  border: 1px solid rgb(210, 212, 214);
  padding: 20px;
  gap: 6px;
  transition: 0.5s;
}

.video a:hover {
  color: rgb(31, 41, 51);
  border-color: rgb(31, 41, 51);
}

.video a img {
  margin-top: 1px;
}

.about-wrapper {
  position: relative;
  padding-top: 50px;
}

.about-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/about-after.svg");
  width: 206px;
  height: 279px;
}

.active-projects-wrapper {
  background: rgb(249, 250, 253);
  padding: 100px 0px;
  position: relative;
}

.active-projects-wrapper::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  background: url("../images/active-after.png") 0% 0% / cover no-repeat;
  width: 250px;
  height: 333px;
}

.active-projects {
  display: grid;
  grid-template-columns: 48% 46%;
  gap: 4%;
  align-items: center;
}

.active-project {
  position: relative;
  overflow: hidden;
}

.active-project a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.active-projects-inner {
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 2;
  padding: 20px 20px 0px;
  color: rgb(255, 255, 255);
  transform: translateY(40px);
  transition: transform 0.4s;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0px;
}

.active-project:hover .active-projects-inner {
  transform: translateY(0px);
}

.project-link {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s 0.2s;
  margin-bottom: -30px;
  font-weight: 600;
  text-decoration: underline;
}

.active-project:hover .project-link {
  opacity: 1;
}

.active-projects-inner p {
  display: flex;
  margin-bottom: 30px !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.active-projects-inner span {
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
}

.active-projects-inner p {
  font-size: 14px;
}

.active-projects-inner small {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.active-project-slider li.slick-active {
  background: rgb(76, 84, 92) !important;
}

.active-project-slider .slick-dots li {
  background: rgb(228, 230, 234);
  border: 0px !important;
}

span.text-sm {
  font-size: 36px;
  font-weight: 700;
}

.small-title img {
  width: 120px;
  margin-bottom: 20px;
}

.completed-projects-wrapper {
  background: rgb(244, 244, 246);
  padding: 50px 0px;
  position: relative;
}

.completed-projects-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url("../images/complate-after.png");
  width: 588px;
  height: 275px;
}

.completed-projects-title {
  font-size: 36px;
  color: rgb(43, 52, 60);
  font-weight: 700;
}

.completed-projects-section {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 5;
}

.completed-projects-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.completed-projects-top::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 14px;
  width: 100%;
  height: 1px;
  background: rgb(232, 233, 238);
}

.completed-projects-top span {
  color: rgb(43, 52, 60);
  font-size: 16px;
  font-weight: 500;
}

.completed-projects-top img {
  position: relative;
  z-index: 1;
}

a.slide-btn.All {
  padding: 0px 80px;
}

.project-highlights-wrapper {
  background: rgb(246, 242, 240);
}

.project-highlights {
  height: 445px;
  border-right: 1px solid rgb(233, 229, 227);
  padding: 0px 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: inline-flex !important;
}

.project-highlights:last-child {
  border-right: 0px;
}

.project-highlights img {
  margin-bottom: 30px;
}

.project-highlights span {
  font-size: 20px;
  font-weight: 600;
}

.project-highlights p {
  color: rgb(108, 106, 105);
}

.stats-section-wrapper {
  background: rgb(253, 252, 251);
  padding: 80px 0px 100px;
  position: relative;
}

.stats-section-title {
  text-align: center;
  margin-bottom: 60px;
}

.stats-section-heading {
  font-size: 40px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin: 0px 0px 12px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.stats-section-desc {
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin: 0px;
  font-weight: 400;
}

.stats-section-slider {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0px auto;
}

.stats-item {
  align-items: flex-start;
  background: rgb(255, 255, 255);
  height: 215px;
  flex-direction: column;
  padding: 30px 20px;
  width: 100%;
  position: relative;
  display: inline-flex !important;
}

.stats-section-slider .slick-list.draggable {
  padding-bottom: 50px;
}

.stats-item::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: -19px;
  width: 37px;
  height: 37px;
  background: url("../images/timer-after.png") center center / contain no-repeat;
}

.stats-section-slide {
  padding-bottom: 50px !important;
}

.stats-icon {}

.stats-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgb(140, 140, 140);
  text-transform: uppercase;
}

.stats-value-wrap {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}

.stats-value {
  font-size: 46px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: block;
}

.stats-accent {
  position: absolute;
  bottom: -6px;
  left: -8px;
  width: 56px;
  height: 40px;
  overflow: hidden;
  pointer-events: none;
}

.stats-accent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.title {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.title span {
  font-size: 36px;
  font-weight: 600;
}

.support-wrapper {
  padding: 60px 0px;
  position: relative;
}

.support a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.4s, filter 0.4s;
  height: 380px;
}

.support a:hover .img-wrapper img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.support a span {
  color: rgb(43, 52, 60);
  font-size: 18px;
  font-weight: 500;
}

.support a p {
  color: rgb(108, 106, 105);
  height: 86px;
  overflow: hidden;
}

.support a .readmore {
  color: rgb(43, 52, 60);
  text-decoration: underline;
  font-weight: 500;
}

.support-page-wrapper {
  background: rgb(249, 250, 253);
  padding: 60px 0px;
}

.support-page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.support-page-grid .support-card {
  background: rgb(255, 255, 255);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.support-page-grid .support-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.support-page-grid .support-card .img-wrapper {
  overflow: hidden;
}

.support-page-grid .support-card .img-wrapper img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s, filter 0.4s;
}

.support-page-grid .support-card a:hover .img-wrapper img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.support-page-grid .support-card-content {
  padding: 20px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.support-page-grid .support-card-content span {
  color: rgb(43, 52, 60);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.support-page-grid .support-card-content p {
  color: rgb(108, 106, 105);
  font-size: 14px;
  line-height: 1.6;
  flex: 1 1 0%;
  margin: 0px 0px 12px;
}

.support-page-grid .support-card-content .readmore {
  color: rgb(43, 52, 60);
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  margin-top: auto;
}

.sss-section {
  padding: 80px 0px;
  background: rgb(248, 248, 250);
}

.sss-section .title {
  margin-bottom: 0px;
}

.sss-section .title span {
  font-size: 42px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  margin-bottom: 16px;
}

.sss-section .title p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  line-height: 1.5;
  max-width: 600px;
  margin: 0px auto;
}

.sss-accordion {
  max-width: 80%;
  background: transparent;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sss-accordion>li {
  padding: 0px;
  border: none;
  margin-top: 0px !important;
}

.sss-accordion>li:last-child {
  border-bottom: none;
}

.sss-accordion .uk-accordion-title {
  padding: 24px 48px 24px 24px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(43, 52, 60);
  position: relative;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.sss-accordion .uk-accordion-title::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin: 0px;
  float: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23333' stroke-width='1.03' points='16 7 10 13 4 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.sss-accordion .uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23333' stroke-width='1.03' points='4 13 10 7 16 13'/%3E%3C/svg%3E");
}

.sss-accordion .uk-accordion-content {
  margin-top: 0px;
}

.sss-accordion .uk-accordion-content p {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(43, 52, 60);
  padding: 30px 20px !important;
}

.blog-section {
  gap: 30px;
  padding: 0px 20px;
  display: grid;
  grid-template-columns: 60% 40%;
}

.featured {
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.featured img {
  width: 100%;
  height: 450px;
  display: block;
}

.featured-content {
  padding: 20px 20px 50px;
  position: relative;
}

.featured h2 {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: 600;
}

.featured p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 1.6;
}

.date {
  font-size: 12px;
  color: rgb(153, 153, 153);
  float: right;
}

.readMore {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(43, 52, 60);
  text-decoration: underline;
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.readMore:hover {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(43, 52, 60);
  text-decoration: underline;
}

.sidebar {
  display: grid;
  gap: 20px;
  flex-direction: column;
}

.card {
  display: flex;
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.card img {
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  position: relative;
}

.card h3 {
  margin: 5px 0px;
  font-size: 16px;
  font-weight: 600;
}

.card p {
  font-size: 13px;
  color: rgb(102, 102, 102);
}

.card .date {
  float: none;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .blog-section {
    flex-direction: column;
  }

  .card {
    flex-direction: column;
  }

  .card img {
    width: 100%;
    height: 200px;
  }
}

.blog-wrapper {
  background: rgb(249, 250, 253);
  padding: 60px 0px;
}

.blog-page-wrapper {
  background: rgb(249, 250, 253);
  padding: 60px 0px;
}

.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.blog-page-grid .card {
  flex-direction: column;
  display: flex;
}

.blog-page-grid .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-page-grid .card-content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.blog-page-grid .readMore {
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: auto;
  padding-top: 12px;
}

.blog-detail-wrapper {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.blog-detail-main {
  min-width: 0px;
}

.blog-detail-image {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
}

.blog-detail-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.blog-detail-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0px 0px 24px;
  line-height: 1.35;
}

.blog-detail-content {
  font-size: 16px;
  line-height: 1.7;
  color: rgb(43, 52, 60);
}

.blog-detail-content p {
  margin: 0px 0px 16px;
  color: rgb(43, 52, 60);
  font-weight: 300;
}

.blog-detail-content p:last-child {
  margin-bottom: 0px;
}

.blog-detail-sidebar {
  position: sticky;
  top: 100px;
  background: rgb(244, 244, 246);
  padding: 20px;
}

.blog-sidebar-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(31, 41, 51);
  margin: 0px 0px 20px;
}

.blog-sidebar-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blog-sidebar-list li {
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(229, 229, 231);
  padding-bottom: 10px;
}

.blog-sidebar-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.blog-sidebar-list a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: rgb(31, 41, 51);
  transition: color 0.2s;
  align-items: center;
  font-weight: 600;
}

.blog-sidebar-list a:hover {
  color: rgb(31, 41, 51);
}

.blog-sidebar-list a img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  object-fit: cover;
}

.blog-sidebar-list a span {
  font-size: 14px;
  line-height: 1.4;
  flex: 1 1 0%;
}

.contact-wrapper {
  width: 100%;
  background: rgb(234, 242, 245);
  padding: 60px 0px;
}

.contact-section {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 8%;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.contact-section span {
  color: rgb(43, 52, 60);
  font-size: 28px;
  line-height: 30px;
  display: block;
  font-weight: 600;
}

.contact-section p {
  font-size: 16px;
  color: rgb(43, 52, 60);
  display: block;
  font-weight: 300;
  margin-top: 10px !important;
}

.address {
  width: 50%;
  margin-top: 25px;
  font-weight: 500;
}

.phone a span {
  color: rgb(43, 52, 60);
  font-size: 16px;
  display: block;
  margin-top: -9px;
}

.mail a {
  display: block;
  color: rgb(43, 52, 60);
  margin-top: 10px;
}

.contact-form {
  width: 100%;
  padding: 50px 30px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 1;

  &::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 109px;
    height: 107px;
    background: url("../images/contact-after-right.png") center center / cover no-repeat;
  }
}

.form-title {
  width: 100%;
}

.form-title span {
  font-size: 30px;
  font-weight: 600;
}

.form-title p {
  font-size: 16px;
}

.input-area {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.input-area input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgb(218, 221, 222);
  font-family: Outfit, sans-serif !important;
}

.input-area input[type="text"]::placeholder {
  color: rgb(43, 52, 60);
  font-family: Outfit, sans-serif !important;
}

.input-area input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgb(218, 221, 222);
  font-family: Outfit, sans-serif !important;
}

.input-area input[type="tel"]::placeholder {
  color: rgb(43, 52, 60);
  font-family: Outfit, sans-serif !important;
}

.input-area input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgb(218, 221, 222);
  font-family: Outfit, sans-serif !important;
}

.input-area input[type="email"]::placeholder {
  color: rgb(43, 52, 60);
  font-family: Outfit, sans-serif !important;
}

.contact-form select {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgb(43, 52, 60);
  border: 1px solid rgb(218, 221, 221);
  font-family: Outfit, sans-serif !important;
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgb(43, 52, 60);
  border: 1px solid rgb(218, 221, 222);
  font-family: Outfit, sans-serif !important;
}

.contact-form textarea::placeholder {
  font-family: Outfit, sans-serif !important;
  color: rgb(43, 52, 60);
}

.contact-form button {
  padding: 0px 40px;
  height: 46px;
  background: rgb(43, 52, 60);
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-top: 10px;
  transition: 0.3s;
  border: 0px;
  font-weight: 600;
}

.contact-info {
  position: relative;
  z-index: 1;
}

.contact-info img {
  position: relative;
  z-index: 1;
}

.contact-info::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  width: 393px;
  height: 262px;
  background: url("../images/contact-after-left.png") center center / cover no-repeat;
}

.contact-page {
  padding-bottom: 0px;
}

.contact-main-section {
  padding: 60px 0px;
  background: rgb(255, 255, 255);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  border-radius: 0px;
}

.contact-left-col {
  display: flex;
  flex-direction: column;
}

.contact-left-image {
  width: 100%;
  overflow: hidden;
}

.contact-left-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.contact-info-panel {
  background: rgb(234, 242, 245);
  padding: 40px 36px;
  flex: 1 1 0%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
  color: rgb(43, 52, 60);
}

.contact-info-item:not(a) {
  cursor: default;
}

.contact-info-icon {
  color: rgb(31, 41, 51);
  flex-shrink: 0;
  transition: color 0.3s, transform 0.3s;
}

.contact-info-panel a.contact-info-item:hover .contact-info-icon {
  color: rgb(252, 217, 121);
  transform: scale(1.1);
}

.contact-info-panel a.contact-info-item:hover .contact-info-value {
  color: rgb(252, 217, 121);
}

.contact-info-panel a.contact-info-item {
  transition: color 0.3s;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-info-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(108, 106, 105);
}

.contact-info-value {
  font-size: 16px;
  font-weight: 600;
  color: rgb(43, 52, 60);
  line-height: 1.4;
  transition: color 0.3s;
}

.contact-info-divider {
  height: 1px;
  background: rgba(43, 52, 60, 0.15);
  margin: 24px 0px;
}

.contact-right-col {
  background: rgb(255, 255, 255);
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.contact-right-col .contact-form {
  width: 100%;
  height: 100%;
}

.contact-right-col .contact-form::after {
  display: none;
}

.contact-map-section {
  width: 100%;
}

.contact-map-section .contact-map-embed {
  width: 100%;
  overflow: hidden;
}

.contact-map-section .contact-map-embed iframe {
  width: 100%;
  display: block;
  min-height: 450px;
}

.site-footer {
  width: 100%;
}

.footer-main {
  background: rgb(43, 52, 60);
  position: relative;
  overflow: visible;
}

.footer-main::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 30%;
  bottom: 0px;
  width: 144px;
  height: 199px;
  background: url("../images/footer-after.png") left center / contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 0px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.footer-col {
  border-right: 1px solid rgb(57, 67, 76);
  padding: 60px 30px;
  height: 100%;
}

.footer-col:last-child {
  border-right: none;
  padding-right: 0px;
}

.footer-col:first-child {
  padding-left: 0px;
}

.footer-brand .footer-logo img {
  max-width: 120px;
  height: auto;
  display: block;
}

.footer-since {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px !important;
}

.footer-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 320px;
  margin-top: 16px !important;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.footer-social .uk-icon-link {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.footer-social .uk-icon-link [uk-icon] {
  width: 16px;
  height: 16px;
}

.footer-social .uk-icon-link svg {
  width: 16px !important;
  height: 16px !important;
}

.footer-social .uk-icon-link:hover {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.footer-contact a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
}

.footer-contact a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-col h4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: rgb(255, 255, 255);
  padding-left: 10px;
}

.footer-bottom {
  background: rgb(39, 48, 55);
  padding: 20px 0px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 0px !important;
}

.footer-concept img {
  width: auto;
  display: block;
}

@media (max-width: 1280px) {
  .footer-main::after {
    display: none !important;
  }

  .footer-main {
    padding-left: 0px;
  }
}

@media (min-width: 1281px) {
  .footer-main {
    padding-left: 200px;
  }
}

.header-inner .top-menu ul li a {
  color: rgb(31, 41, 51);
}

.header-inner button.uk-button.uk-button-default.languageBtn {
  border: 1px solid rgba(31, 41, 51, 0.38) !important;
}

.tab-text.uk-margin-large-top {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.projects-tab {
  width: 84%;
  margin: 0px auto;
}

.gallery-tab {
  width: 100%;
  margin: 0px auto;
}

.gallery-tab-nav-wrapper {
  width: 100%;
}

.gallery-tab-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.projectWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.detail-wp {
  background: rgb(244, 244, 246);
  position: relative;
  padding: 60px 0px;
}

.detail-wp::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 43%;
  width: 334px;
  height: 435px;
  background: url("../images/detail-after.png");
  transform: translateY(-50%);
}

.detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.pdfbutton a {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(253, 202, 88);
  color: rgb(255, 255, 255);
  padding: 0px 30px;
  font-weight: 500;
  transition: 0.3s;
}

.pdfbutton a:hover {
  opacity: 0.8;
  color: rgb(255, 255, 255);
}

.share-button a {
  background: rgb(31, 41, 51);
  color: rgb(255, 255, 255);
  padding: 10px 26px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.share-button a:hover {
  opacity: 0.8;
  color: rgb(255, 255, 255);
}

.detail-content {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(43, 52, 60);
  position: relative;
  z-index: 1;
}

.project-details-section {
  width: 100%;
  padding: 30px;
  background: rgb(255, 255, 255);
  height: 100%;
}

.project-details-title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(31, 41, 51);
  margin: 0px 0px 20px;
  line-height: 1.4;
}

.project-details-line {
  width: 100%;
  height: 0px;
  border-bottom: 2px dashed rgb(126, 184, 218);
  margin-bottom: 24px;
}

.project-details-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid rgb(232, 233, 238);
}

.project-details-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
  border-bottom: 1px solid rgb(232, 233, 238);
  gap: 20px;
}

.project-details-item:last-child {
  border-bottom: 0px !important;
}

.project-details-key {
  font-weight: 600;
  color: rgb(31, 41, 51);
  font-size: 15px;
  flex-shrink: 0;
}

.project-details-value {
  color: rgb(43, 52, 60);
  font-size: 15px;
  text-align: right;
}

.detail-slider li.slick-active {
  background: rgb(76, 84, 92) !important;
}

.detail-slider .slick-dots li {
  background: rgb(255, 255, 255);
  border: 0px !important;
}

.detail-bottom {
  display: grid;
  grid-template-columns: 60% 36%;
  gap: 4%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bg-blue {
  background: rgb(234, 242, 245);
  padding: 40px 0px;
}

.life-areas-section {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.life-areas-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: rgb(255, 255, 255);
  margin-bottom: 40px;
}

.life-areas-accent {
  width: 4px;
  min-height: 60px;
  background: rgb(252, 217, 121);
  flex-shrink: 0;
}

.life-areas-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(31, 41, 51);
  margin: 0px 0px 8px;
  letter-spacing: 1px;
}

.life-areas-desc {
  font-size: 13px;
  font-weight: 500;
  color: rgb(31, 41, 51);
  margin: 0px;
  line-height: 1.4;
}

.life-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
}

.life-areas-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.life-areas-num {
  font-size: 44px;
  font-weight: 700;
  color: rgb(209, 211, 217);
  line-height: 1;
  flex-shrink: 0;
}

.life-areas-text {
  font-size: 14px;
  font-weight: 600;
  color: rgb(31, 41, 51);
}

.features-section {
  width: 78%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 4%;
  align-items: center;
}

.features-section-item {
  position: relative;
}

.features-section-item img {
  position: relative;
  z-index: 1;
}

.features-section-item::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 300px;
  height: 200px;
  background: url("../images/features-after.png") center center / cover no-repeat;
}

.apartments-section {
  padding: 40px 80px;
  background: rgb(244, 244, 246);
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 109px;
    height: 107px;
    background: url("../images/contact-after-right.png") center center / cover no-repeat;
  }
}

.apartment-tabs-wrapper {
  overflow: hidden;
}

.apartment-tabs-nav-wrapper {
  width: 100%;
}

.apartment-tabs {
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  gap: 10px;
  justify-content: center;
  margin-bottom: 11px !important;
}

.apartment-tabs>li {}

.apartment-tabs>li>a {
  height: 98px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 30px;
  background: rgb(249, 249, 251);
  color: rgb(125, 131, 136);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: right;
}

.apartment-tabs>li>a:hover {
  background: rgb(232, 233, 238);
  color: rgb(43, 52, 60);
}

.apartment-tabs>.uk-active>a {
  background: rgb(255, 255, 255);
  color: rgb(31, 41, 51);
  margin-bottom: -1px;
}

.apartment-tab-badge {
  display: block;
  background: rgb(252, 213, 121);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  color: rgb(255, 255, 255);
}

.apartment-table-wrapper {
  padding: 0px;
  background: rgb(255, 255, 255);
}

.apartment-table {
  margin: 0px;
}

.apartment-table thead th {
  background: rgb(255, 255, 255);
  color: rgb(43, 52, 60);
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  border-bottom: 1px solid rgb(232, 233, 238);
}

.apartment-table tbody td {
  padding: 16px 20px;
  color: rgb(43, 52, 60);
  font-size: 14px;
  vertical-align: middle;
  border-radius: 0px !important;
}

.apartment-table tbody tr:nth-of-type(2n+1) {
  background: rgb(255, 255, 255);
}

.apartment-table tbody tr:nth-of-type(2n) {
  background: rgb(249, 250, 251);
}

.apartment-row {
  cursor: pointer;
  transition: background 0.2s;
}

.apartment-row:not(.apartment-row-sold):hover {
  background: rgb(244, 244, 246) !important;
}

.apartment-row-sold {
  cursor: default;
  background: rgb(255, 130, 130) !important;
}

.apartment-row-sold td {
  color: rgb(255, 255, 255) !important;
}

.fiyat-al-link {
  font-weight: 600;
  color: rgb(255, 130, 130) !important;
  text-decoration: underline !important;
}

.fiyat-al-link:hover {
  color: rgb(155, 44, 44) !important;
}

.sold-badge {
  display: inline-block;
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 13px;
}

.daire-modal.uk-flex-top {
  align-items: flex-start;
  padding: 20px 15px;
  overflow-x: hidden;
  max-height: 100vh;
  overflow-y: auto !important;
}

.daire-modal .uk-modal-dialog {
  width: 75vw;
  max-width: 900px;
  margin: 0px auto 40px;
  flex-shrink: 0;
}

.daire-modal-dialog {
  padding: 0px;
  overflow: visible;
}

.daire-modal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}

.daire-modal-left {
  padding: 40px;
  background: rgb(255, 255, 255);
}

.daire-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(31, 41, 51);
  margin: 0px 0px 20px;
}

.daire-modal-desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(43, 52, 60);
  margin: 0px 0px 30px;
}

.daire-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-top: 13px;
}

.daire-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(31, 41, 51);
}

.daire-feature-item [uk-icon] {
  color: rgb(31, 41, 51);
  flex-shrink: 0;
}

.daire-modal-right {
  background: rgb(244, 244, 246);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 200px;
}

.daire-modal-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.apartment-list-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 20px;
  padding: 16px 50px 16px 20px;
  background: rgb(255, 255, 255);
  color: rgb(43, 52, 60);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgb(232, 233, 238);
  direction: ltr;
  align-items: center;
}

.apartment-list-header span {
  display: block;
}

.apartment-list-header span:last-child {
  /* text-align: right; */
}

.apartment-rows-accordion {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.apartment-rows-accordion>li {
  border-bottom: 1px solid rgb(232, 233, 238);
}

.apartment-rows-accordion>li:last-child {
  border-bottom: none;
}

.apartment-rows-accordion>li:nth-child(2n+1) .apartment-accordion-row {
  background: rgb(255, 255, 255) !important;
}

.apartment-rows-accordion>li:nth-child(2n) .apartment-accordion-row {
  background: rgb(249, 250, 251) !important;
}

.apartment-accordion-row {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 20px;
  align-items: center;
  transition: background 0.2s;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
  display: grid !important;
  padding: 16px 50px 16px 20px !important;
  min-height: auto !important;
  height: auto !important;
  text-decoration: none !important;
  color: rgb(43, 52, 60) !important;
  font-size: 14px !important;
  font-weight: inherit !important;
}

.apartment-accordion-row:hover {
  background: rgb(244, 244, 246) !important;
}

.apartment-rows-accordion .uk-accordion-title::before {
  content: "";
  position: absolute !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  margin: 0px !important;
  float: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23333' stroke-width='1.03' points='16 7 10 13 4 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

.apartment-rows-accordion .uk-open>.uk-accordion-title::before {
  content: "";
  position: absolute !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  margin: 0px !important;
  float: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23333' stroke-width='1.03' points='4 13 10 7 16 13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

.apartment-rows-accordion .uk-open>.apartment-accordion-row {
  border-bottom: 1px solid rgb(232, 233, 238);
}

.apartment-cell {
  display: flex;
  align-items: center;
  min-height: 1.5em;
}

.apartment-accordion-row .apartment-cell:last-child {
  /* text-align: right; */
  /* justify-content: flex-end; */
}

.apartment-rows-accordion>li.apartment-row-sold .apartment-accordion-row {
  cursor: pointer;
  background: rgb(255, 130, 130) !important;
  color: rgb(255, 255, 255) !important;
}

.apartment-rows-accordion>li.apartment-row-sold .apartment-accordion-row:hover {
  background: rgb(230, 110, 110) !important;
}

.apartment-rows-accordion>li.apartment-row-sold .uk-open>.apartment-accordion-row {
  background: rgb(230, 110, 110) !important;
}

.apartment-rows-accordion .uk-accordion-content {
  padding: 0px;
  background: rgb(255, 255, 255);
}

.daire-detail-accordion-inner {
  border-top: 1px solid rgb(232, 233, 238);
  padding: 0px;
}

.apartment-rows-accordion .uk-accordion-content .daire-modal-inner {
  border-top: none;
}

.uk-table th {
  text-transform: initial !important;
}

.facilities-section {
  padding: 60px 0px;
  background: rgb(234, 242, 245);
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 150px;
    height: 203px;
    background: url("../images/falicity-after.png") center center / cover no-repeat;
  }
}

.facility-item {
  background: rgb(255, 255, 255);
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.facility-item span {
  font-size: 15px;
  text-align: center;
}

.facilities-slider {
  position: relative;
  z-index: 1;
}

button.uk-button.uk-button-default.uk-margin-small-right.menu-button {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  padding-top: 2px !important;
  color: rgb(255, 255, 255) !important;
}

button.uk-button.uk-button-default.uk-margin-small-right.menu-button-page {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(43, 52, 60, 0.17) !important;
  padding-top: 2px !important;
  color: rgb(43, 52, 60) !important;
}

.uk-sticky-fixed button.uk-button.uk-button-default.uk-margin-small-right.menu-button {
  border: 1px solid rgba(43, 52, 60, 0.17) !important;
}

.uk-sticky-fixed button.uk-button.uk-button-default.uk-margin-small-right.menu-button .uk-icon>* {
  color: rgb(43, 52, 60) !important;
}

button.uk-button.uk-button-default.uk-margin-small-right.menu-button .uk-icon>* {
  transform: translate(0px, 0px);
  width: 26px;
}

.uk-offcanvas-bar {
  background: rgb(255, 255, 255) !important;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: rgb(43, 52, 60);
}

.canvas-menu ul li {
  border-bottom: 1px solid rgba(43, 52, 60, 0.17);
}

.canvas-menu ul li:last-child {
  border-bottom: none;
}

.canvas-menu ul li a {
  color: rgb(43, 52, 60);
  font-size: 16px;
  display: block;
  padding: 6px 0px;
}

.canvas-logo img {
  width: 150px;
}

.mobile-logo {
  width: 120px;
}

.header-inner {
  border-bottom: 1px solid rgb(229, 229, 231);
}

.header-inner .top-header-section {
  height: 100px;
}

.p-3 {
  padding: 15px;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 0px !important;
}

.uk-accordion> :nth-child(n+2) {
  margin-top: 0px !important;
}

.works-section {
  padding: 60px 0px;
  background: #F9FAFF;
}

.about-blocks {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.about-block {
  padding: 60px 0px;
}

.about-block:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-block--image-right .about-block-content {
  order: 1;
}

.about-block--image-right .about-block-slider-wrap {
  order: 2;
}

.about-block-slider-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-block-slider .active-project {
  outline: none;
}

.about-block-slider .active-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-block-slider-wrap {
  min-height: 320px;
}

.about-block-slider .slick-slide,
.about-block-slider .active-project {}

.about-block-content {
  position: relative;
  padding: 0px 10px;
  overflow: visible;
}

.about-block-content::after {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100px;
  height: 100px;
  min-height: 320px;
  background: url("../images/slider-after.png") 0% 0% / auto no-repeat;
  pointer-events: none;
  z-index: 1;
}

.about-block--image-left .about-block-content::after {
  left: -100px;
  right: auto;
  background-position: left bottom;
  bottom: -60px !important;
}

.about-block--image-right .about-block-content::after {
  right: -100px;
  left: auto;
  background-position: right bottom;
}

.about-block-logo {
  display: block;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.about-block-title {
  font-size: 30px;
  font-weight: 700;
  color: rgb(31, 41, 51);
  margin: 0px 0px 20px;
  line-height: 1.3;
}

.about-block-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(43, 52, 60);
  margin: 0px 0px 16px;
  font-weight: 300;
}

.about-block-text:last-child {
  margin-bottom: 0px;
}

.uk-dropdown.menu-dropdown.uk-drop {
  padding: 10px;
  min-width: 170px;
}

/* Team cards */
.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.team-card {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.team-card-inner {
  display: block;
  color: inherit;
}

.team-card-img-wrap {
  position: relative;
  overflow: hidden;
}

.team-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.team-card:hover .team-card-img-wrap img {
  transform: scale(1.05);
}

.team-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.team-card:hover .team-card-overlay {
  opacity: 1;
}

.team-card-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.team-card-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.team-card-social a:hover {
  background: #fff;
  color: #2b343c;
}

.team-card-body {
  padding: 16px 20px 10px;
}

.team-card-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.team-card-text {
  flex: 1;
  min-width: 0;
}

.team-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #2b343c;
  margin: 0 0 6px;
  line-height: 1.3;
}

.team-card-job {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  font-weight: 300;
}

.team-card-email {
  display: inline-block;
  font-size: 13px;
  color: #2b343c;
  margin-top: 6px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.team-card-email:hover {
  color: #FDCA58;
}

.team-card-footer {
  margin-top: 14px;
}

.team-card-line {
  display: block;
  height: 1px;
  background: #e5e7eb;
  position: relative;
  overflow: hidden;
}

.team-card-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #FDCA58;
  transition: width 0.4s ease;
}

.team-card:hover .team-card-line-fill {
  width: 100%;
}

.team-card-arrow-wrap {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b343c;
  transition: transform 0.35s ease, color 0.3s ease;
}

.team-card:hover .team-card-arrow {
  color: #FDCA58;
}

.team-card-arrow svg {
  display: block;
  flex-shrink: 0;
}

.team-card-arrow:first-of-type {
  top: 0;
  transform: translateX(-50%) translateY(0);
}

.team-card-arrow-in {
  top: 100%;
  transform: translateX(-50%) translateY(0);
}

.team-card:hover .team-card-arrow:first-of-type {
  transform: translateX(-50%) translateY(-100%);
}

.team-card:hover .team-card-arrow-in {
  transform: translateX(-50%) translateY(-100%);
}