@charset "UTF-8";
/*=================================
   Özel Renk Paleti - SahYapi
==================================*/
/* Ana Renk Uygulamaları */
/* Link Renkleri */
/* Başlık Renkleri */
/* Icon ve Dekoratif Elementler */
/* Background Renkleri */
/* Border Renkleri */
/* Overlay Renkleri */
/* Slider ve Hero Alanı */
/* Project ve Gallery Hover */
/* Form Elements */
/* Footer */
/* Pagination */
/* Breadcrumb */
/* Counter ve Stats */
/* Social Media Icons */
/* Contact Page Styles */
/* Contact Form Area Styles */
/* Map Area */
/* Captcha Area Styling */
/* Form Control Focus */
/* Responsive */
:root {
  --theme-color: #4b535f;
  --theme-color-rgb: 75, 83, 95;
  --secondary-color: #918d8a;
  --secondary-color-rgb: 145, 141, 138;
  --title-color: #4b535f;
  --body-color: #737373;
  --smoke-color: #fafafa;
  --white-color: #ffffff;
  --black-color: #202020;
}

.homepage5-body .header-area.homepage5 {
  /* 1 - header-top-area::after */
  /* 2 - header-elements::after */
}
.homepage5-body .header-area.homepage5 .header-top-area::after {
  background-color: var(--secondary-color);
}
.homepage5-body .header-area.homepage5 .header-top-area p a {
  color: var(--theme-color);
}
.homepage5-body .header-area.homepage5 .header-elements {
  /* 3 - main-menu li:hover > a */
}
.homepage5-body .header-area.homepage5 .header-elements::after {
  background-color: var(--secondary-color);
}
.homepage5-body .header-area.homepage5 .header-elements .btn-area .header-btn6 {
  background-color: var(--theme-color) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .btn-area .header-btn6:hover {
  color: #fff !important;
}
.homepage5-body .header-area.homepage5 .header-elements .lang-switcher a {
  color: var(--theme-color);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover > a {
  color: var(--theme-color) !important;
  font-weight: bold;
}

.hero5-area {
  height: calc(100vh - 80px);
  padding: unset;
  display: flex;
  align-items: flex-end;
}
.hero5-area .hero5-area-content {
  width: 100%;
  margin-bottom: 80px;
}
.hero5-area .hero5-area-content .header-btn5 {
  background-color: var(--theme-color);
}
.hero5-area .hero5-area-content .header-btn5::after {
  background: var(--secondary-color);
}
.hero5-area .hero5-area-content .header-btn5:hover {
  color: #fff;
}

.header-btn4 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.header-btn4:after {
  background: var(--secondary-color);
  color: #fff;
}
.header-btn4:hover {
  border-color: var(--secondary-color);
  color: #fff !important;
}

.hero5-area::after {
  opacity: 40%;
}

.contact7-section-area {
  position: relative;
  overflow: hidden;
  background-color: #2a2e35;
}
.contact7-section-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.contact7-section-area .container {
  position: relative;
  z-index: 2;
}
.contact7-section-area .video-center-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact7-section-area .video-center-wrapper {
    margin-top: 30px;
  }
}
.contact7-section-area .video-center-container {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 991px) {
  .contact7-section-area .video-center-container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .contact7-section-area .video-center-container {
    max-width: 100%;
    border-radius: 12px;
    border-width: 2px;
  }
}
.contact7-section-area .video-center-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.contact7-section-area .metrics-glass-card {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 24px 26px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.09), transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
  .contact7-section-area .metrics-glass-card {
    padding: 20px 18px;
    border-radius: 16px;
  }
}
.contact7-section-area .metrics-gradient-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0% 0%, rgba(145, 141, 138, 0.55), transparent 55%), radial-gradient(circle at 100% 100%, rgba(75, 83, 95, 0.7), transparent 55%);
  opacity: 0.8;
  mix-blend-mode: screen;
}
.contact7-section-area .metric-item {
  position: relative;
  z-index: 3;
  padding: 16px 10px 18px;
  text-align: left;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.contact7-section-area .metric-item:hover {
  transform: translateY(-8px);
  border-color: var(--theme-color);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  background: linear-gradient(145deg, rgba(75, 83, 95, 0.9), rgba(0, 0, 0, 0.4));
}
.contact7-section-area .metric-item:hover .metric-line {
  width: 70%;
}
@media (max-width: 575px) {
  .contact7-section-area .metric-item {
    padding: 14px 10px 16px;
  }
}
.contact7-section-area .metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.45), transparent 70%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.contact7-section-area .metric-icon i {
  font-size: 16px;
}
.contact7-section-area .metric-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
}
.contact7-section-area .metric-value .counter-num {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
}
@media (max-width: 575px) {
  .contact7-section-area .metric-value .counter-num {
    font-size: 28px;
  }
}
.contact7-section-area .metric-suffix {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
}
@media (max-width: 575px) {
  .contact7-section-area .metric-suffix {
    font-size: 18px;
  }
}
.contact7-section-area .metric-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 4px 0 0;
  letter-spacing: 0.02em;
}
.contact7-section-area .metric-line {
  display: block;
  width: 45%;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--secondary-color), #fff);
  transition: width 0.3s ease;
}

.apartment-inner2-section-area .apartment-boxarea .img1 img {
  height: 300px;
}
.apartment-inner2-section-area .apartment-boxarea .arrow a {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.apartment-inner2-section-area .apartment-boxarea .arrow a:hover {
  color: #fff !important;
}
.apartment-inner2-section-area .heading1 h5 {
  color: #101010;
  background-color: rgba(145, 141, 138, 0.3490196078);
}

.blog3-section-area .blog-boxarea .img1 img {
  height: 470px;
}
@media (max-width: 768px) {
  .blog3-section-area .blog-boxarea .img1 img {
    height: auto;
  }
}

.hero10-section-area {
  position: relative;
  height: 100vh;
  background-image: unset;
}
.hero10-section-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero10-section-area .absolute-hero-content {
  position: absolute;
  bottom: 60px;
  z-index: 2;
}
.hero10-section-area .hero10-header h2 {
  color: #fff;
}
.hero10-section-area .hero10-header h5 {
  color: #959595;
}
.hero10-section-area .hero10-header .header-btn11 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.hero10-section-area .hero10-header .header-btn11:hover {
  color: #fff !important;
}

.rotation-images {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.rotation-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.rotation-images img.active {
  opacity: 1;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact1-section-area {
  background: var(--theme-color) !important;
}
.contact1-section-area .heading2 .btn-area1 a {
  color: #101010 !important;
}
.contact1-section-area .heading2 .btn-area1 a:hover {
  color: #fff !important;
}
.contact1-section-area .heading2 .btn-area1 a:after {
  color: #fff !important;
  background-color: #959595 !important;
}

.theme-btn {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.theme-btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.why-us-section {
  background-color: #101010;
  padding: 80px 0;
  color: #fff;
}
.why-us-section .section-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}
.why-us-section .section-subtitle {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.why-us-section .feature-card {
  background-color: #fff;
  color: #101010;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.why-us-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-us-section .feature-card h3,
.why-us-section .feature-card h4,
.why-us-section .feature-card h5 {
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #101010;
}
.why-us-section .feature-card .desc-text {
  color: #555;
  line-height: 1.6;
}
.why-us-section .feature-card .desc-text.small {
  font-size: 0.9rem;
}
.why-us-section .feature-card .lead-text {
  color: #555;
  font-size: 1.1rem;
}
.why-us-section .main-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  background-image: radial-gradient(circle at 100% 0%, rgba(var(--theme-color-rgb), 0.8) 0%, rgba(255, 255, 255, 0) 65%);
  background-repeat: no-repeat;
}
.why-us-section .main-card .badge-pill {
  background-color: #f7f7f7;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.why-us-section .main-card .btn-custom {
  background-color: #101010;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.why-us-section .main-card .btn-custom:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.why-us-section .visual-placeholder {
  background-color: #f7f7f7;
  border-radius: 12px;
  margin-top: 20px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.why-us-section .visual-placeholder.architecture-visual .mock-block {
  background: #555;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  box-shadow: 5px 5px 0px var(--theme-color);
}
.why-us-section .visual-placeholder.engineering-visual .lines-mock {
  width: 80%;
  height: 4px;
  background: #959595;
  position: relative;
  box-shadow: 0 10px 0 #959595, 0 20px 0 #959595;
}
.why-us-section .visual-placeholder.engineering-visual .lines-mock::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 40%;
  height: 4px;
  background: var(--theme-color);
}
.why-us-section .visual-placeholder.time-visual .circle-mock {
  width: 60px;
  height: 60px;
  border: 4px solid #959595;
  border-top-color: var(--theme-color);
  border-radius: 50%;
}
.why-us-section .visual-placeholder.nature-visual .leaf-mock {
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
}

.gallery-inner-section-area {
  position: relative;
  z-index: 1;
}
.gallery-inner-section-area .gallery-tabs {
  border: none !important;
  display: flex;
  align-items: center;
  gap: 0;
}
.gallery-inner-section-area .gallery-tabs .nav-item .nav-link {
  border: none !important;
  background: transparent;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s18);
  padding: 10px 20px;
  transition: all 0.3s;
  border-radius: 0;
  opacity: 0.6;
}
.gallery-inner-section-area .gallery-tabs .nav-item .nav-link:hover {
  color: var(--theme-color);
  opacity: 1;
}
.gallery-inner-section-area .gallery-tabs .nav-item .nav-link.active {
  color: var(--theme-color);
  background: transparent !important;
  opacity: 1;
  font-weight: 600;
}
.gallery-inner-section-area .gallery-tabs .nav-divider {
  list-style: none;
  color: var(--ztc-text-text-10);
  opacity: 0.4;
  padding: 0 10px;
  font-size: var(--ztc-font-size-font-s18);
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--theme-color);
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
}

.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  background: var(--Home-Page-5-Gray-Color, #F4F4F8);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  border: 2px solid transparent;
  text-align: left;
  transition: all 0.4s ease;
  color: inherit;
  font-weight: normal;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card .img1 {
  flex-shrink: 0;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  padding: 5px;
  transition: all 0.4s;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card .content {
  padding-left: 15px;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card .content .title {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card .content p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card:hover {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card.active {
  background: #fff;
  border-color: #FF9C00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.testimonial5-area .floor-nav-area .nav-pills .custom-floor-card.active .title {
  color: #FF9C00;
}
.testimonial5-area .tab-content .testimonial-vertical {
  background: #F4F4F8;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 0;
}
.testimonial5-area .tab-content .testimonial-vertical .images-area .img1 {
  display: none;
}
.testimonial5-area .tab-content .testimonial-vertical ul.feature-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.testimonial5-area .tab-content .testimonial-vertical ul.feature-list li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  color: var(--ztc-text-text-16);
  font-weight: 500;
  font-size: 16px;
}
.testimonial5-area .tab-content .testimonial-vertical ul.feature-list li:nth-last-child(1) {
  opacity: 1;
  color: var(--ztc-text-text-16);
}
.testimonial5-area .tab-content .testimonial-vertical ul.feature-list li i {
  color: #FF9C00;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .testimonial5-area .tab-content .testimonial-vertical ul.feature-list li {
    width: 100%;
  }
}
.testimonial5-area .tab-content .testimonial-vertical .plan-image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.testimonial5-area .tab-content .testimonial-vertical .plan-image img {
  width: 100%;
}

.footer-contact-box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-contact-box {
    margin-bottom: 30px;
  }
}
.footer-contact-box .company-logo img {
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-contact-box h4 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
}
.footer-contact-box p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 22px;
  opacity: 0.8;
}

.btn-theme {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.btn-theme:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.th-btn {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.th-btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

a:hover {
  color: var(--theme-color) !important;
}

.th-menu a:hover {
  color: var(--theme-color) !important;
}
.th-menu li.active > a {
  color: var(--theme-color) !important;
}

.title-area .sub-title {
  color: var(--theme-color);
}

.sec-title .sub-title {
  color: var(--theme-color);
}

.feature-card .box-icon {
  color: var(--theme-color);
}

.service-card .box-icon {
  color: var(--theme-color);
}

.th-icon {
  color: var(--theme-color);
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.border-theme {
  border-color: var(--theme-color) !important;
}

.overlay:before {
  background-color: rgba(var(--theme-color-rgb), 0.8);
}

.th-overlay:before {
  background-color: rgba(var(--theme-color-rgb), 0.8);
}

.hero-style1 .hero-subtitle {
  color: var(--theme-color);
}

.hero-style2 .hero-subtitle {
  color: var(--theme-color);
}

.project-card:hover .box-title {
  color: var(--theme-color);
}

.gallery-card:hover .box-title {
  color: var(--theme-color);
}

.form-control:focus {
  border-color: var(--theme-color);
}

.footer-widget .widget_title:after {
  background-color: var(--theme-color);
}

.footer-links a:hover {
  color: var(--theme-color) !important;
}

.footer-social a:hover {
  color: var(--theme-color) !important;
}

.th-pagination li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.th-pagination li.active a {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.breadcumb-title {
  color: var(--theme-color);
}

.counter-card .box-number {
  color: var(--theme-color);
}

.social-links a:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.hidden-desktop {
  display: none;
}

.contact-pop {
  position: fixed;
  top: calc(50% - 150px);
  right: -350px;
  width: 350px;
  z-index: 9999;
  text-align: center;
  transition: 0.5s;
}
.contact-pop .top-contact-form-container {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact-pop .kvkk {
  color: var(--theme-color);
}
.contact-pop .contact-input {
  color: #101010;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}
.contact-pop .contact-input::-moz-placeholder {
  color: #959595;
  color: #959595;
}
.contact-pop .contact-input::placeholder {
  color: #959595;
}
.contact-pop .contact-input:focus {
  outline: 0;
  box-shadow: none;
}
.contact-pop .contact-input:-webkit-autofill {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .contact-input:-webkit-autofill:hover {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .contact-input:-webkit-autofill:focus {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .send-contact {
  background-color: var(--theme-color);
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
  text-transform: capitalize;
}
.contact-pop .send-contact:hover {
  background-color: var(--secondary-color);
}
.contact-pop .contact-pop-button {
  background: var(--theme-color);
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: -128px;
  transform: rotate(90deg);
  top: calc(50% - 20px);
  width: 210px;
}
.contact-pop .contact-pop-button:hover {
  background: var(--secondary-color);
}
.contact-pop .contact-pop-button svg {
  margin-right: 5px;
}
.contact-pop .form-check {
  text-align: left;
}
.contact-pop .form-check-label {
  color: #fff;
  font-size: 14px;
}
.contact-pop .contact-text p {
  font-size: 13px;
  color: #f7f7f7;
}

.open-contact {
  right: 0px !important;
  transition: 0.3s;
}

.fixed-contact-button {
  position: fixed;
  left: 10px !important;
  bottom: 10px !important;
  z-index: 9999;
  padding: 0;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
.fixed-contact-button i {
  position: relative;
  top: -2px;
}
.fixed-contact-button a.contact-btn {
  padding: 0;
  width: 60px;
  height: 60px;
  background: var(--theme-color);
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: block;
  padding: 5px;
}
.fixed-contact-button a.contact-btn:hover {
  background: var(--secondary-color);
}
.fixed-contact-button a.contact-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  z-index: -1;
  transform: scale(1);
  transition: all 0.5s;
}
.fixed-contact-button a.contact-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 999;
}
.fixed-contact-button .fixed-contact-list {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
  display: flex;
  width: 0px;
  transition: all 500ms;
  list-style: none;
  z-index: 999;
  padding-left: 0px;
}
.fixed-contact-button .fixed-contact-list li {
  opacity: 0.2;
  transition: all 300ms;
}
.fixed-contact-button .fixed-contact-list li a {
  padding: 0;
  width: 35px;
  height: 35px;
  top: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
  display: block;
  margin: 5px;
  padding: 3px;
}
.fixed-contact-button .fixed-contact-list li a img {
  width: 100%;
  border-radius: 100%;
  vertical-align: baseline;
}
.fixed-contact-button .fixed-contact-list li a.sahibinden-yellow {
  padding: 0px;
}
.fixed-contact-button .fixed-contact-list.active {
  width: 224px;
}
.fixed-contact-button .fixed-contact-list.active li {
  opacity: 1;
}
.fixed-contact-button .phone-dark {
  background-color: #383838;
}
.fixed-contact-button .whatsapp-green {
  background-color: #25d366;
}
.fixed-contact-button .facebook-blue {
  background-color: #4267b2;
}
.fixed-contact-button .instagram-brown {
  background-color: #dd2a7b;
}
.fixed-contact-button .youtube-red {
  background-color: #ff0000;
}
.fixed-contact-button .linkedin-blue {
  background-color: #0072b1;
}

.t-secondary {
  color: var(--secondary-color);
}

.gradient-edge-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(var(--theme-color-rgb), 1) 0%, rgba(var(--theme-color-rgb), 0) 100%);
}

footer .widget h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}
footer .widget h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}
footer .widget p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 15px;
}
footer .footer-links li {
  margin-bottom: 10px;
}
footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 15px;
}
footer .footer-links li a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}
footer .footer-contact-info .d-flex {
  align-items: flex-start;
}
footer .footer-contact-info .d-flex i {
  margin-top: 2px;
  flex-shrink: 0;
}
footer .footer-contact-info .d-flex strong {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
footer .footer-contact-info .d-flex span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
footer .footer-contact-info .d-flex a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-contact-info .d-flex a:hover {
  color: var(--theme-color);
}
footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 8px;
  transition: all 0.3s ease;
  font-size: 16px;
}
footer .social-icons a:hover {
  background: var(--theme-color);
  transform: translateY(-3px);
}
footer .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-top: 50px;
}
footer .subfooter span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.abs-centered {
  bottom: 30vh;
  transform: translate(-50%, 0%);
}
.abs-centered .text-light p {
  color: #fff !important;
}

.text-light p {
  color: #fff !important;
}

.projects .project-item img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-m {
  color: var(--title-color) !important;
}

.contact-page-card {
  background: var(--smoke-color);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-page-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.contact-page-card:hover .contact-page-card-thumb img {
  opacity: 1;
  transform: scale(1.05);
}

.contact-page-card-details {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.contact-page-card_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 20px;
}

.contact-page-card-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}
.contact-page-card-text i {
  color: var(--theme-color);
  font-size: 18px;
  flex-shrink: 0;
}

.contact-page-card_link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page-card_link:hover {
  color: var(--theme-color);
}

.contact-page-card-thumb {
  text-align: right;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.contact-page-card-thumb img {
  max-width: 120px;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.contact-area-2 .contact-wrap2 {
  background-color: var(--smoke-color);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
.contact-area-2 .contact-form-wrap {
  padding: 40px;
}
.contact-area-2 .title-area {
  margin-bottom: 30px;
}
.contact-area-2 .sub-title.text-theme {
  color: var(--theme-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.contact-area-2 .sec-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
}

.map-area {
  margin-top: 0;
}

.map-sec {
  height: 450px;
  width: 100%;
}
.map-sec iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.captcha-area.d-flex {
  flex-wrap: wrap;
}

.contact-form .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.15);
}

@media (max-width: 991px) {
  footer .widget {
    margin-bottom: 30px;
  }
  .contact-area-2 .contact-form-wrap {
    padding: 30px 20px;
  }
  .contact-area-2 .sec-title {
    font-size: 28px;
  }
  .contact-page-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .subfooter {
    text-align: center !important;
  }
  footer .subfooter .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .contact-page-card-thumb img {
    max-width: 80px;
  }
  .contact-area-2 .sec-title {
    font-size: 24px;
  }
  .map-sec {
    height: 300px;
  }
  .captcha-area.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .captcha-area .form-control {
    max-width: 100% !important;
    margin-top: 10px;
  }
}
.hero-slider5 .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4117647059);
}

.header-layout3 .menu-area .logo-bg {
  background: #f2f2f2;
  opacity: 0.11;
  position: absolute;
  height: 100%;
  width: 14.6%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-wrap5 ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0;
}
.about-wrap5 ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
  display: flex;
  color: var(--title-color);
}
.about-wrap5 ul li p {
  margin-bottom: 0px !important;
}
.about-wrap5 ul li:last-child {
  margin-bottom: 20px;
}
.about-wrap5 ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("../img/theme-image/icon/about-checklsit-icon1-1.svg") no-repeat center center;
  align-self: center;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3e515f;
}

.loading-circle {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 48px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #000;
  transform: rotate(0deg);
  animation: rotateAnimation 1s linear infinite;
  margin: 0 10px;
  border-left: 0px;
  border-top: 0px;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=custom.css.map */